+ 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 [Wed Jul 29 08:45:47 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-b87968b8f-pq9ps 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fbda2fc7668 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)... 2026-07-29 08:45:51.576 8 INFO neutron.common.config [-] Logging enabled! 2026-07-29 08:45:51.576 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-29 08:45:51.581 7 INFO neutron.common.config [-] Logging enabled! 2026-07-29 08:45:51.581 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-29 08:45:52.792 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-29 08:45:52.792 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-29 08:45:54.614 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 08:45:54.618 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-29 08:45:54.622 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-29 08:45:54.623 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 08:45:54.623 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-29 08:45:54.624 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-29 08:45:54.624 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 08:45:54.632 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 08:45:54.632 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 08:45:54.632 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 08:45:54.655 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-29 08:45:54.656 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 08:45:54.657 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-29 08:45:54.684 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-29 08:45:54.684 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-29 08:45:54.684 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-29 08:45:54.684 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-29 08:45:54.716 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 08:45:54.719 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-29 08:45:54.723 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-29 08:45:54.724 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 08:45:54.724 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-29 08:45:54.724 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-29 08:45:54.725 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 08:45:54.733 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 08:45:54.733 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 08:45:54.733 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 08:45:54.758 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-29 08:45:54.760 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 08:45:54.760 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-29 08:45:54.790 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-29 08:45:54.791 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-29 08:45:54.791 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-29 08:45:54.791 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-29 08:45:55.018 8 INFO neutron.plugins.ml2.managers [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] Initializing driver for type 'vlan' 2026-07-29 08:45:55.121 7 INFO neutron.plugins.ml2.managers [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] Initializing driver for type 'vlan' 2026-07-29 08:45:55.410 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] VlanTypeDriver initialization complete 2026-07-29 08:45:55.411 8 INFO neutron.plugins.ml2.managers [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] Initializing driver for type 'vxlan' 2026-07-29 08:45:55.411 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-29 08:45:55.425 8 INFO neutron.plugins.ml2.managers [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-29 08:45:55.425 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-29 08:45:55.425 8 INFO neutron.plugins.ml2.managers [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] Initializing extension driver 'port_security' 2026-07-29 08:45:55.425 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-29 08:45:55.425 8 INFO neutron.plugins.ml2.managers [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] Initializing extension driver 'qos' 2026-07-29 08:45:55.425 8 INFO neutron.plugins.ml2.managers [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-29 08:45:55.426 8 INFO neutron.plugins.ml2.managers [None req-e5cba736-dc28-46fc-bedc-820cf9e77a49 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-29 08:45:55.441 8 INFO neutron.quota [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded quota_driver: . 2026-07-29 08:45:55.442 8 INFO neutron.plugins.ml2.plugin [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Modular L2 Plugin initialization complete 2026-07-29 08:45:55.442 8 INFO neutron.plugins.ml2.managers [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-29 08:45:55.442 8 INFO neutron.plugins.ml2.managers [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-29 08:45:55.442 8 INFO neutron.plugins.ml2.managers [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Got port-security extension from driver 'port_security' 2026-07-29 08:45:55.443 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: qos 2026-07-29 08:45:55.460 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: router 2026-07-29 08:45:55.510 8 INFO neutron.services.service_base [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-29 08:45:55.510 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: segments 2026-07-29 08:45:55.537 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] VlanTypeDriver initialization complete 2026-07-29 08:45:55.537 7 INFO neutron.plugins.ml2.managers [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] Initializing driver for type 'vxlan' 2026-07-29 08:45:55.537 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-29 08:45:55.552 7 INFO neutron.plugins.ml2.managers [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-29 08:45:55.552 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-29 08:45:55.552 7 INFO neutron.plugins.ml2.managers [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] Initializing extension driver 'port_security' 2026-07-29 08:45:55.552 7 INFO neutron.plugins.ml2.extensions.port_security [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-29 08:45:55.552 7 INFO neutron.plugins.ml2.managers [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] Initializing extension driver 'qos' 2026-07-29 08:45:55.553 7 INFO neutron.plugins.ml2.managers [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-29 08:45:55.553 7 INFO neutron.plugins.ml2.managers [None req-7010dbd0-038f-4cdf-a9eb-04d18c277547 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-29 08:45:55.566 7 INFO neutron.quota [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded quota_driver: . 2026-07-29 08:45:55.567 7 INFO neutron.plugins.ml2.plugin [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Modular L2 Plugin initialization complete 2026-07-29 08:45:55.567 7 INFO neutron.plugins.ml2.managers [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-29 08:45:55.567 7 INFO neutron.plugins.ml2.managers [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-29 08:45:55.567 7 INFO neutron.plugins.ml2.managers [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-29 08:45:55.567 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: qos 2026-07-29 08:45:55.581 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: router 2026-07-29 08:45:55.608 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: trunk 2026-07-29 08:45:55.623 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: vpnaas 2026-07-29 08:45:55.629 7 INFO neutron.services.service_base [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-29 08:45:55.629 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: segments 2026-07-29 08:45:55.666 8 WARNING stevedore.named [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 08:45:55.737 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: trunk 2026-07-29 08:45:55.746 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-29 08:45:55.746 8 INFO neutron.common.utils [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-29 08:45:55.747 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: taas 2026-07-29 08:45:55.754 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: vpnaas 2026-07-29 08:45:55.775 8 WARNING stevedore.named [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 08:45:55.776 8 WARNING stevedore.named [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 08:45:55.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-29 08:45:55.803 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: tapmirror 2026-07-29 08:45:55.805 7 WARNING stevedore.named [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 08:45:55.814 8 WARNING stevedore.named [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 08:45:55.814 8 WARNING stevedore.named [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 08:45:55.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-29 08:45:55.834 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: auto_allocate 2026-07-29 08:45:55.846 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: tag 2026-07-29 08:45:55.856 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: timestamp 2026-07-29 08:45:55.859 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: network_ip_availability 2026-07-29 08:45:55.863 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: flavors 2026-07-29 08:45:55.866 8 INFO neutron.manager [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loading Plugin: revisions 2026-07-29 08:45:55.870 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Initializing extension manager. 2026-07-29 08:45:55.871 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: address-group 2026-07-29 08:45:55.872 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: address-scope 2026-07-29 08:45:55.873 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-29 08:45:55.874 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: agent 2026-07-29 08:45:55.874 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: agent-resources-synced 2026-07-29 08:45:55.876 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: allowed-address-pairs 2026-07-29 08:45:55.876 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: auto-allocated-topology 2026-07-29 08:45:55.877 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: availability_zone 2026-07-29 08:45:55.878 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: availability_zone_filter 2026-07-29 08:45:55.878 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-29 08:45:55.879 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: default-subnetpools 2026-07-29 08:45:55.881 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-29 08:45:55.881 7 INFO neutron_vpnaas.services.vpn.plugin [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-29 08:45:55.882 7 INFO neutron.common.utils [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-29 08:45:55.882 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: taas 2026-07-29 08:45:55.882 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: dns-integration 2026-07-29 08:45:55.883 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: dns-domain-ports 2026-07-29 08:45:55.883 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-29 08:45:55.884 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: dvr 2026-07-29 08:45:55.885 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-29 08:45:55.885 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: empty-string-filtering 2026-07-29 08:45:55.886 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 08:45:55.887 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-29 08:45:55.887 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: external-net 2026-07-29 08:45:55.888 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-29 08:45:55.888 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: extraroute 2026-07-29 08:45:55.889 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: extraroute-atomic 2026-07-29 08:45:55.889 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-29 08:45:55.890 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-29 08:45:55.890 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-29 08:45:55.891 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-29 08:45:55.891 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: fip-port-details 2026-07-29 08:45:55.892 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: flavors 2026-07-29 08:45:55.893 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-29 08:45:55.894 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: floatingip-pools 2026-07-29 08:45:55.895 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: ip_allocation 2026-07-29 08:45:55.895 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: ip-substring-filtering 2026-07-29 08:45:55.896 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: l2_adjacency 2026-07-29 08:45:55.897 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: router 2026-07-29 08:45:55.899 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 08:45:55.899 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-29 08:45:55.900 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-29 08:45:55.900 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: ext-gw-mode 2026-07-29 08:45:55.901 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: l3-ha 2026-07-29 08:45:55.901 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-29 08:45:55.902 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-29 08:45:55.903 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: l3-flavors 2026-07-29 08:45:55.904 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-29 08:45:55.904 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-29 08:45:55.906 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-29 08:45:55.908 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-29 08:45:55.908 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-29 08:45:55.910 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-29 08:45:55.910 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-29 08:45:55.911 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: multi-provider 2026-07-29 08:45:55.911 7 WARNING stevedore.named [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 08:45:55.911 7 WARNING stevedore.named [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 08:45:55.911 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: net-mtu 2026-07-29 08:45:55.912 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: net-mtu-writable 2026-07-29 08:45:55.912 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: network_availability_zone 2026-07-29 08:45:55.913 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: network_ha 2026-07-29 08:45:55.914 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: network-ip-availability 2026-07-29 08:45:55.915 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-29 08:45:55.916 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: pagination 2026-07-29 08:45:55.916 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-device-profile 2026-07-29 08:45:55.917 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-29 08:45:55.917 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-29 08:45:55.918 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-29 08:45:55.918 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-mac-override 2026-07-29 08:45:55.919 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-29 08:45:55.919 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-29 08:45:55.920 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-29 08:45:55.920 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-resource-request 2026-07-29 08:45:55.921 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-resource-request-groups 2026-07-29 08:45:55.921 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-29 08:45:55.922 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: binding 2026-07-29 08:45:55.922 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: binding-extended 2026-07-29 08:45:55.923 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-security 2026-07-29 08:45:55.924 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: project-id 2026-07-29 08:45:55.924 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: provider 2026-07-29 08:45:55.925 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-29 08:45:55.927 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos 2026-07-29 08:45:55.928 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-29 08:45:55.928 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-29 08:45:55.929 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-default 2026-07-29 08:45:55.930 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-fip 2026-07-29 08:45:55.930 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-29 08:45:55.931 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-gateway-ip 2026-07-29 08:45:55.931 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-port-network-policy 2026-07-29 08:45:55.932 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-pps-minimum 2026-07-29 08:45:55.932 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-29 08:45:55.933 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-pps 2026-07-29 08:45:55.934 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-rule-type-details 2026-07-29 08:45:55.934 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-29 08:45:55.935 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: qos-rules-alias 2026-07-29 08:45:55.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-29 08:45:55.935 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: tapmirror 2026-07-29 08:45:55.935 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: quota-check-limit 2026-07-29 08:45:55.936 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: quota-check-limit-default 2026-07-29 08:45:55.938 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: quotas 2026-07-29 08:45:55.939 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: quota_details 2026-07-29 08:45:55.941 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: rbac-policies 2026-07-29 08:45:55.941 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: rbac-address-group 2026-07-29 08:45:55.942 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: rbac-address-scope 2026-07-29 08:45:55.942 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: rbac-security-groups 2026-07-29 08:45:55.943 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: rbac-subnetpool 2026-07-29 08:45:55.943 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: revision-if-match 2026-07-29 08:45:55.944 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: standard-attr-revisions 2026-07-29 08:45:55.945 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: router_availability_zone 2026-07-29 08:45:55.945 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-29 08:45:55.947 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: security-groups-default-rules 2026-07-29 08:45:55.948 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-29 08:45:55.948 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-29 08:45:55.949 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-29 08:45:55.949 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-29 08:45:55.950 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-29 08:45:55.952 7 WARNING stevedore.named [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 08:45:55.952 7 WARNING stevedore.named [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 08:45:55.956 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: security-group 2026-07-29 08:45:55.957 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: segment 2026-07-29 08:45:55.957 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-29 08:45:55.958 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: service-type 2026-07-29 08:45:55.959 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: sorting 2026-07-29 08:45:55.959 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: standard-attr-segment 2026-07-29 08:45:55.960 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: standard-attr-description 2026-07-29 08:45:55.960 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: stateful-security-group 2026-07-29 08:45:55.961 8 WARNING neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-29 08:45:55.961 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-29 08:45:55.964 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: subnet-external-network 2026-07-29 08:45:55.965 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: subnet_onboard 2026-07-29 08:45:55.965 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-29 08:45:55.966 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: subnet-service-types 2026-07-29 08:45:55.966 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: subnet_allocation 2026-07-29 08:45:55.967 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-29 08:45:55.968 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: tag-creation 2026-07-29 08:45:55.968 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-29 08:45:55.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-29 08:45:55.969 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: auto_allocate 2026-07-29 08:45:55.972 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: standard-attr-tag 2026-07-29 08:45:55.973 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-29 08:45:55.973 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: trunk 2026-07-29 08:45:55.974 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: trunk-details 2026-07-29 08:45:55.974 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-29 08:45:55.975 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-29 08:45:55.976 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-29 08:45:55.976 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-29 08:45:55.978 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-29 08:45:55.979 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-29 08:45:55.979 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: vpn-flavors 2026-07-29 08:45:55.982 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: vpnaas 2026-07-29 08:45:55.983 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: tag 2026-07-29 08:45:55.983 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: taas 2026-07-29 08:45:55.985 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: tap-mirror 2026-07-29 08:45:55.985 8 INFO neutron.api.extensions [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Loaded extension: taas-vlan-filter 2026-07-29 08:45:55.988 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-29 08:45:55.988 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-29 08:45:55.989 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:55.989 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-29 08:45:55.993 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: timestamp 2026-07-29 08:45:55.994 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 08:45:55.994 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 08:45:55.996 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: network_ip_availability 2026-07-29 08:45:56.000 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: flavors 2026-07-29 08:45:56.001 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 08:45:56.002 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 08:45:56.002 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 08:45:56.003 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.003 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.004 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.004 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.004 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 08:45:56.005 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.005 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.006 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 08:45:56.006 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 08:45:56.006 7 INFO neutron.manager [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loading Plugin: revisions 2026-07-29 08:45:56.006 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 08:45:56.007 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.007 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] ipsecpolicy is already registered 2026-07-29 08:45:56.008 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.008 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] ikepolicy is already registered 2026-07-29 08:45:56.012 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 08:45:56.013 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] router is already registered 2026-07-29 08:45:56.013 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 08:45:56.013 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] floatingip is already registered 2026-07-29 08:45:56.014 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Initializing extension manager. 2026-07-29 08:45:56.016 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: address-group 2026-07-29 08:45:56.017 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: address-scope 2026-07-29 08:45:56.017 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 08:45:56.017 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] rbac_policy is already registered 2026-07-29 08:45:56.018 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 08:45:56.018 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] security_group is already registered 2026-07-29 08:45:56.018 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-29 08:45:56.019 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 08:45:56.019 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] security_group_rule is already registered 2026-07-29 08:45:56.019 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: agent 2026-07-29 08:45:56.020 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.020 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.020 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: agent-resources-synced 2026-07-29 08:45:56.020 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.020 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.021 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 08:45:56.021 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] trunk is already registered 2026-07-29 08:45:56.021 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-29 08:45:56.021 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.021 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] ikepolicy is already registered 2026-07-29 08:45:56.022 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-29 08:45:56.022 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.022 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] ipsecpolicy is already registered 2026-07-29 08:45:56.022 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 08:45:56.022 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] endpoint_group is already registered 2026-07-29 08:45:56.023 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: availability_zone 2026-07-29 08:45:56.023 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 08:45:56.023 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] vpnservice is already registered 2026-07-29 08:45:56.023 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: availability_zone_filter 2026-07-29 08:45:56.023 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 08:45:56.023 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] ipsec_site_connection is already registered 2026-07-29 08:45:56.024 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-29 08:45:56.024 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.024 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] ipsecpolicy is already registered 2026-07-29 08:45:56.024 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: default-subnetpools 2026-07-29 08:45:56.024 8 INFO neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.024 8 WARNING neutron.quota.resource_registry [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] ikepolicy is already registered 2026-07-29 08:45:56.026 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-29 08:45:56.026 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: dns-integration 2026-07-29 08:45:56.027 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: dns-domain-ports 2026-07-29 08:45:56.027 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-29 08:45:56.028 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: dvr 2026-07-29 08:45:56.028 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-29 08:45:56.029 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: empty-string-filtering 2026-07-29 08:45:56.029 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 08:45:56.030 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-29 08:45:56.030 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: external-net 2026-07-29 08:45:56.031 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-29 08:45:56.031 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: extraroute 2026-07-29 08:45:56.032 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: extraroute-atomic 2026-07-29 08:45:56.033 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-29 08:45:56.033 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-29 08:45:56.034 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-29 08:45:56.034 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-29 08:45:56.035 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: fip-port-details 2026-07-29 08:45:56.035 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: flavors 2026-07-29 08:45:56.037 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-29 08:45:56.037 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: floatingip-pools 2026-07-29 08:45:56.038 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: ip_allocation 2026-07-29 08:45:56.038 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-29 08:45:56.039 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: l2_adjacency 2026-07-29 08:45:56.040 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: router 2026-07-29 08:45:56.042 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 08:45:56.042 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-29 08:45:56.043 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-29 08:45:56.044 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: ext-gw-mode 2026-07-29 08:45:56.044 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: l3-ha 2026-07-29 08:45:56.045 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-29 08:45:56.045 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-29 08:45:56.046 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: l3-flavors 2026-07-29 08:45:56.047 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-29 08:45:56.047 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-29 08:45:56.049 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-29 08:45:56.051 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-29 08:45:56.052 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-29 08:45:56.054 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-29 08:45:56.054 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-29 08:45:56.055 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: multi-provider 2026-07-29 08:45:56.055 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: net-mtu 2026-07-29 08:45:56.056 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: net-mtu-writable 2026-07-29 08:45:56.056 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: network_availability_zone 2026-07-29 08:45:56.057 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: network_ha 2026-07-29 08:45:56.058 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: network-ip-availability 2026-07-29 08:45:56.059 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-29 08:45:56.059 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: pagination 2026-07-29 08:45:56.060 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-device-profile 2026-07-29 08:45:56.060 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-29 08:45:56.061 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-29 08:45:56.061 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-29 08:45:56.062 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-mac-override 2026-07-29 08:45:56.062 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-29 08:45:56.063 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-29 08:45:56.063 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-29 08:45:56.064 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-resource-request 2026-07-29 08:45:56.064 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-29 08:45:56.065 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-29 08:45:56.065 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: binding 2026-07-29 08:45:56.066 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: binding-extended 2026-07-29 08:45:56.066 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-security 2026-07-29 08:45:56.067 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: project-id 2026-07-29 08:45:56.067 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: provider 2026-07-29 08:45:56.068 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-29 08:45:56.070 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos 2026-07-29 08:45:56.070 8 WARNING keystonemiddleware._common.config [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 08:45:56.071 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-29 08:45:56.071 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-29 08:45:56.072 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-default 2026-07-29 08:45:56.072 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-fip 2026-07-29 08:45:56.073 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-29 08:45:56.073 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-29 08:45:56.074 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-29 08:45:56.075 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-29 08:45:56.075 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-29 08:45:56.076 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-pps 2026-07-29 08:45:56.077 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-29 08:45:56.077 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-29 08:45:56.078 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: qos-rules-alias 2026-07-29 08:45:56.078 8 WARNING oslo_config.cfg [None req-3f7d9ea9-45b2-4c8e-bcbf-2a6a8383eecc - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-29 08:45:56.078 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: quota-check-limit 2026-07-29 08:45:56.079 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: quota-check-limit-default WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fbda2fc7668 pid: 8 (default app) 2026-07-29 08:45:56.081 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: quotas 2026-07-29 08:45:56.083 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: quota_details 2026-07-29 08:45:56.085 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: rbac-policies 2026-07-29 08:45:56.085 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: rbac-address-group 2026-07-29 08:45:56.086 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: rbac-address-scope 2026-07-29 08:45:56.086 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: rbac-security-groups 2026-07-29 08:45:56.087 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-29 08:45:56.087 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: revision-if-match 2026-07-29 08:45:56.088 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-29 08:45:56.089 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: router_availability_zone 2026-07-29 08:45:56.089 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-29 08:45:56.091 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-29 08:45:56.091 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-29 08:45:56.092 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-29 08:45:56.092 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-29 08:45:56.093 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-29 08:45:56.093 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-29 08:45:56.100 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: security-group 2026-07-29 08:45:56.102 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: segment 2026-07-29 08:45:56.102 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-29 08:45:56.103 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: service-type 2026-07-29 08:45:56.103 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: sorting 2026-07-29 08:45:56.104 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: standard-attr-segment 2026-07-29 08:45:56.105 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: standard-attr-description 2026-07-29 08:45:56.105 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: stateful-security-group 2026-07-29 08:45:56.106 7 WARNING neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-29 08:45:56.106 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-29 08:45:56.107 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: subnet-external-network 2026-07-29 08:45:56.107 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: subnet_onboard 2026-07-29 08:45:56.108 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-29 08:45:56.108 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: subnet-service-types 2026-07-29 08:45:56.109 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: subnet_allocation 2026-07-29 08:45:56.110 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-29 08:45:56.110 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: tag-creation 2026-07-29 08:45:56.111 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-29 08:45:56.115 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: standard-attr-tag 2026-07-29 08:45:56.116 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-29 08:45:56.117 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: trunk 2026-07-29 08:45:56.117 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: trunk-details 2026-07-29 08:45:56.118 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-29 08:45:56.118 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-29 08:45:56.119 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-29 08:45:56.120 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-29 08:45:56.122 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-29 08:45:56.122 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-29 08:45:56.123 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: vpn-flavors 2026-07-29 08:45:56.125 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: vpnaas 2026-07-29 08:45:56.127 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: taas 2026-07-29 08:45:56.128 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: tap-mirror 2026-07-29 08:45:56.128 7 INFO neutron.api.extensions [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-29 08:45:56.131 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-29 08:45:56.132 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-29 08:45:56.132 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.132 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-29 08:45:56.135 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 08:45:56.136 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 08:45:56.142 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 08:45:56.143 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 08:45:56.143 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 08:45:56.144 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.145 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.145 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.145 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.146 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 08:45:56.146 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.146 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.147 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 08:45:56.147 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 08:45:56.148 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 08:45:56.148 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.148 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] ipsecpolicy is already registered 2026-07-29 08:45:56.149 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.149 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] ikepolicy is already registered 2026-07-29 08:45:56.155 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 08:45:56.155 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] router is already registered 2026-07-29 08:45:56.156 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 08:45:56.156 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] floatingip is already registered 2026-07-29 08:45:56.160 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 08:45:56.160 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] rbac_policy is already registered 2026-07-29 08:45:56.161 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 08:45:56.161 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] security_group is already registered 2026-07-29 08:45:56.162 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 08:45:56.162 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] security_group_rule is already registered 2026-07-29 08:45:56.163 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.163 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.164 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 08:45:56.164 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] subnetpool is already registered 2026-07-29 08:45:56.164 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 08:45:56.165 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] trunk is already registered 2026-07-29 08:45:56.165 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.165 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] ikepolicy is already registered 2026-07-29 08:45:56.166 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.166 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] ipsecpolicy is already registered 2026-07-29 08:45:56.166 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 08:45:56.166 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] endpoint_group is already registered 2026-07-29 08:45:56.167 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 08:45:56.167 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] vpnservice is already registered 2026-07-29 08:45:56.167 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 08:45:56.167 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] ipsec_site_connection is already registered 2026-07-29 08:45:56.168 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 08:45:56.168 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] ipsecpolicy is already registered 2026-07-29 08:45:56.168 7 INFO neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 08:45:56.168 7 WARNING neutron.quota.resource_registry [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] ikepolicy is already registered 2026-07-29 08:45:56.212 7 WARNING keystonemiddleware._common.config [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 08:45:56.223 7 WARNING oslo_config.cfg [None req-b13bcbdd-b3b8-4717-b94b-e00515a71af4 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fbda2fc7668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 08:45:59.820 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88a226fe-0e43-4c30-9c6f-8b5eb21c75ac 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:45:58 2026] GET /v2.0/networks/public => generated 108 bytes in 1001 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:45:59 2026] GET /v2.0/networks?name=public => generated 15 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:46:00.861 8 WARNING neutron.services.revisions.revision_plugin [None req-ed019be0-af97-4e57-a608-35bee7902da5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Could not find related network for resource to bump revision. 2026-07-29 08:46:00.890 8 INFO neutron.db.segments_db [None req-ed019be0-af97-4e57-a608-35bee7902da5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment aeee872e-658a-4858-8535-e7fe8016087a of type flat for network 1a060841-7137-48e7-b6e1-85b3425bf930 2026-07-29 08:46:00.947 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed019be0-af97-4e57-a608-35bee7902da5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.48 () {48 vars in 963 bytes} [Wed Jul 29 08:46:00 2026] POST /v2.0/networks => generated 124 bytes in 643 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:46:06.973 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a1dfb78-57ac-416f-a72d-30784c30c001 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:46:06 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:46:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:46:07.085 8 WARNING neutron.services.revisions.revision_plugin [None req-001e9115-f2e8-43dc-ab4e-ea712ad1fb20 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Could not find related network for resource to bump revision. 2026-07-29 08:46:07.100 8 INFO neutron.db.segments_db [None req-001e9115-f2e8-43dc-ab4e-ea712ad1fb20 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 30508873-4049-4782-b304-ab114d1ef5af of type flat for network 76f2b97c-0130-4fd7-af60-638c3c942fb9 2026-07-29 08:46:07.134 8 INFO neutron.pecan_wsgi.hooks.translation [None req-001e9115-f2e8-43dc-ab4e-ea712ad1fb20 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.48 () {48 vars in 963 bytes} [Wed Jul 29 08:46:07 2026] POST /v2.0/networks => generated 124 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:46:13.454 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c325ceff-187a-4af9-a5cd-eae660591c53 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:46:13 2026] GET /v2.0/networks/public => generated 108 bytes in 382 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:46:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:46:13.761 7 WARNING neutron.services.revisions.revision_plugin [None req-a1339a4b-66ad-45c3-a19a-5d277d846bdf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Could not find related network for resource to bump revision. 2026-07-29 08:46:13.785 7 INFO neutron.db.segments_db [None req-a1339a4b-66ad-45c3-a19a-5d277d846bdf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment b1c28f31-e6a0-4553-bec3-af15c7204413 of type flat for network ec0ddae5-d446-4c26-97b1-572c2736e4ab 2026-07-29 08:46:13.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1339a4b-66ad-45c3-a19a-5d277d846bdf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.48 () {48 vars in 963 bytes} [Wed Jul 29 08:46:13 2026] POST /v2.0/networks => generated 124 bytes in 409 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:46:19.821 7 INFO neutron.pecan_wsgi.hooks.translation [None req-324dd785-e86d-407e-9e8f-b7d573c11046 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:46:19 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:46:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:46:19.947 7 WARNING neutron.services.revisions.revision_plugin [None req-94d1eb5a-4717-4449-af5e-f458b670329a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Could not find related network for resource to bump revision. 2026-07-29 08:46:19.974 7 INFO neutron.db.segments_db [None req-94d1eb5a-4717-4449-af5e-f458b670329a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 2ddbeda2-1e9b-4b7d-9a0c-b7be8de3f44b of type flat for network d14b465e-78ea-49af-ac14-8da44faa6673 2026-07-29 08:46:20.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94d1eb5a-4717-4449-af5e-f458b670329a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.48 () {48 vars in 963 bytes} [Wed Jul 29 08:46:19 2026] POST /v2.0/networks => generated 124 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:46:26.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b9127c02-7e29-4efe-8147-d2ec8a7a5461 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:46:26 2026] GET /v2.0/networks/public => generated 108 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:46:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:46:26.229 8 WARNING neutron.services.revisions.revision_plugin [None req-e668fc50-90e6-4206-ad7d-6501439cc8ca 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Could not find related network for resource to bump revision. 2026-07-29 08:46:26.250 8 INFO neutron.db.segments_db [None req-e668fc50-90e6-4206-ad7d-6501439cc8ca 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 1178a682-62f3-431d-8b40-784ea1d48c2c of type flat for network 4f574932-3589-4f1d-8bb0-b8d9903576f6 2026-07-29 08:46:26.277 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e668fc50-90e6-4206-ad7d-6501439cc8ca 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.19.213.48 () {48 vars in 963 bytes} [Wed Jul 29 08:46:26 2026] POST /v2.0/networks => generated 124 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:46:32.328 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6354fb0-8517-4469-b6b4-4df4b68a77eb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:46:32 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:46:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:46:32.448 7 WARNING neutron.services.revisions.revision_plugin [None req-4be0c8c7-eed1-4f42-a880-2cbfb3bbbbf7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Could not find related network for resource to bump revision. 2026-07-29 08:46:32.471 7 INFO neutron.db.segments_db [None req-4be0c8c7-eed1-4f42-a880-2cbfb3bbbbf7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment f44e4829-284e-49e7-8834-abe9a67dfdb0 of type flat for network 7352c058-1ae1-4973-b0dc-3c550bc5b9ba 2026-07-29 08:46:32.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4be0c8c7-eed1-4f42-a880-2cbfb3bbbbf7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.19.213.48 () {48 vars in 963 bytes} [Wed Jul 29 08:46:32 2026] POST /v2.0/networks => generated 124 bytes in 179 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:46:38.542 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d2ac0b0-2708-49c9-ab05-a24ceeeefb17 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:46:38 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:46:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:46:38.645 7 WARNING neutron.services.revisions.revision_plugin [None req-feb68847-2a07-4c65-96b6-c656fe5fef75 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Could not find related network for resource to bump revision. 2026-07-29 08:46:38.677 7 INFO neutron.db.segments_db [None req-feb68847-2a07-4c65-96b6-c656fe5fef75 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 8cf4f893-9f89-4d7e-bc9f-0af287c84090 of type flat for network 70fc94e5-f60d-4ba3-b548-c3a47446e604 [pid: 7|app: 0|req: 12/26] 199.19.213.48 () {48 vars in 963 bytes} [Wed Jul 29 08:46:38 2026] POST /v2.0/networks => generated 706 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:46:40.385 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a951b0f-6af4-4988-a17a-41b3bb95f573 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:46:40 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:46:40 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-07-29 08:46:40.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19d33234-5785-4d90-bb4c-3f542118510a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.19.213.48 () {44 vars in 1030 bytes} [Wed Jul 29 08:46:40 2026] GET /v2.0/subnets/public-subnet?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => 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/30] 199.19.213.48 () {44 vars in 1053 bytes} [Wed Jul 29 08:46:40 2026] GET /v2.0/subnets?name=public-subnet&network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 17/31] 199.19.213.48 () {48 vars in 961 bytes} [Wed Jul 29 08:46:40 2026] POST /v2.0/subnets => generated 664 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:55:01.725 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5455f9f-c0d7-488e-abcd-14512de8b86d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 51/98] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:55:01 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:55:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:55:03.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e49490ed-3140-49cd-86ee-9c67de30076f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/102] 199.19.213.48 () {44 vars in 923 bytes} [Wed Jul 29 08:55:03 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:55:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:55:03.160 7 INFO neutron.pecan_wsgi.hooks.translation [None req-301620ae-c296-464c-9162-f0e09e3ec4d7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.19.213.48 () {44 vars in 1030 bytes} [Wed Jul 29 08:55:03 2026] GET /v2.0/subnets/public-subnet?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.19.213.48 () {44 vars in 1053 bytes} [Wed Jul 29 08:55:03 2026] GET /v2.0/subnets?name=public-subnet&network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.19.213.48 () {44 vars in 945 bytes} [Wed Jul 29 08:55:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 98 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: 60/115] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:56:08 2026] GET /v2.0/networks => generated 753 bytes in 179 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: 56/116] 10.0.0.17 () {32 vars in 653 bytes} [Wed Jul 29 08:56:09 2026] GET /v2.0/floatingips => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/117] 10.0.0.17 () {32 vars in 645 bytes} [Wed Jul 29 08:56:09 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/118] 10.0.0.17 () {32 vars in 641 bytes} [Wed Jul 29 08:56:09 2026] GET /v2.0/ports => generated 1256 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/119] 10.0.0.17 () {32 vars in 645 bytes} [Wed Jul 29 08:56:09 2026] GET /v2.0/subnets => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/120] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:56:09 2026] GET /v2.0/networks => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/121] 10.0.0.17 () {32 vars in 661 bytes} [Wed Jul 29 08:56:09 2026] GET /v2.0/security-groups => generated 2917 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/122] 10.0.0.17 () {32 vars in 653 bytes} [Wed Jul 29 08:56:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/125] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:25 2026] GET /v2.0/security-groups?tenant_id=a2c94c77a2a748bb93af2ba6263a63d6&name=default => generated 2921 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/126] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:25 2026] DELETE /v2.0/security-groups/898cb374-d60d-4396-a667-d8a6a652aec9 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/127] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:25 2026] GET /v2.0/security-groups?tenant_id=0495db20dfe94a438808ff09b9e987c7&name=default => generated 2921 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/128] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:25 2026] DELETE /v2.0/security-groups/83a298d0-139c-475d-8287-113b6e01f9d5 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:56:28.683 7 INFO neutron.db.segments_db [None req-671e0e31-efde-4e7a-b886-cc426b05a984 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 173d9a79-6082-458b-8755-f6153da79bce of type vxlan for network 94dd63bd-9623-4096-8dce-47c771386bee [pid: 8|app: 0|req: 67/129] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:28 2026] GET /v2.0/security-groups?tenant_id=f873c7af4b7145339dce86bf0beff22c&name=default => generated 2921 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/130] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:28 2026] DELETE /v2.0/security-groups/9d8fc7c0-853a-4ece-bc46-4e314cce923d => 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: 63/131] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:56:28 2026] POST /v2.0/networks => generated 736 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/132] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:28 2026] GET /v2.0/security-groups?tenant_id=cabc1d5b33274c7b844fd4930af98c2c&name=default => generated 2921 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/133] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:56:28 2026] POST /v2.0/subnets => generated 702 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/134] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:29 2026] GET /v2.0/security-groups?tenant_id=fde96c80cf8f483f8cc29a94ac266cb2&name=default => generated 2921 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/135] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:29 2026] GET /v2.0/security-groups?tenant_id=f55e412098194a46b4278732f0e89e86&name=default => generated 2921 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 71/136] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:29 2026] DELETE /v2.0/security-groups/2a18042d-4d95-4614-af8c-9aa69ab63f44 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:56:29.553 7 INFO neutron.db.segments_db [None req-3597db22-c5df-4e24-b2bc-63e25d52032f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9c9df19b-f519-4192-a957-9eb49f2bbf69 of type vxlan for network b8031426-283c-4119-be33-3cab477f2834 [pid: 8|app: 0|req: 72/137] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:29 2026] DELETE /v2.0/security-groups/e0bb350c-5f1f-48cc-be16-c5020799af06 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/138] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:29 2026] DELETE /v2.0/security-groups/484aa0fa-198c-4420-84f5-288cca3ad19b => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:56:30.163 7 INFO neutron.db.l3_hamode_db [None req-3597db22-c5df-4e24-b2bc-63e25d52032f 792098ed716c44f9a3ede4e71835c564 e148cec6b3b24006ae7695dd368dc05c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 74/139] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:29 2026] GET /v2.0/security-groups?tenant_id=6ab73387d3874d16a124102df57501df&name=default => generated 2921 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/140] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:30 2026] GET /v2.0/security-groups?tenant_id=cadd7e03387d46e38b7458eb3b32fce2&name=default => generated 2921 bytes in 1611 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/141] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:31 2026] DELETE /v2.0/security-groups/26792b95-f446-4273-9f9a-f50d91ffb498 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/142] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:31 2026] GET /v2.0/security-groups?tenant_id=b1bcac89d29446589518413f65cabe15&name=default => generated 2921 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/143] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:32 2026] DELETE /v2.0/security-groups/72993201-5a1a-40a1-8781-4771b868ef30 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/144] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:32 2026] DELETE /v2.0/security-groups/8c0a3d57-065d-4412-9e5c-08ae58188889 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:56:32.845 7 INFO neutron.db.l3_hamode_db [None req-3597db22-c5df-4e24-b2bc-63e25d52032f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 66/147] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:56:29 2026] POST /v2.0/routers => generated 742 bytes in 5120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 82/148] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:56:34 2026] PUT /v2.0/routers/901eb90e-1876-43f9-9b37-df295f5e2d0d/add_router_interface => generated 309 bytes in 2127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 83/149] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:36 2026] GET /v2.0/security-groups?tenant_id=1181a250fd92477b98054e6d41578462&name=default => generated 2921 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/150] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:36 2026] GET /v2.0/security-groups?tenant_id=af1fa8a61fab4a5cb893a4510f201654&name=default => generated 2921 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 84/151] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:37 2026] DELETE /v2.0/security-groups/eab1a226-794d-4c44-8479-7355bcfc6e38 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/152] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:37 2026] DELETE /v2.0/security-groups/d3f74043-e6e5-47c4-a377-fd0b13e1bb25 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/153] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:37 2026] GET /v2.0/security-groups?tenant_id=56e986b4d7684b028b70bb27a6b839fc&name=default => generated 2923 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/154] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:37 2026] GET /v2.0/security-groups?tenant_id=46e847415a964561b2957d84402ef18c&name=default => generated 2925 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 70/155] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:37 2026] GET /v2.0/security-groups?tenant_id=9d07dc7b860548cba3eee6d2d480e7e5&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: 86/156] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:37 2026] DELETE /v2.0/security-groups/8cc3cdc0-5919-4f47-9554-6374b7852db0 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 71/157] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:38 2026] DELETE /v2.0/security-groups/b6e1eb55-dff2-4255-9e75-83eb9d6dd0c0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/158] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:38 2026] DELETE /v2.0/security-groups/e0215d84-58f7-420e-bc17-089edd5478d0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:56:38.414 7 INFO neutron.db.segments_db [None req-9e6c8624-47e2-4768-a2d5-545de483f58b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment e1ef8133-4402-4a2e-919d-fac48dad499b of type vxlan for network f3d90687-c861-4cc0-96b0-cd35c53d533e [pid: 8|app: 0|req: 88/159] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:38 2026] GET /v2.0/security-groups?tenant_id=d6f09641f51446479aea11066a2995c4&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/160] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:56:38 2026] POST /v2.0/networks => generated 737 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 73/161] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:38 2026] DELETE /v2.0/security-groups/54d3b08a-83cb-4a0f-966a-459353f264c4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/162] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:56:38 2026] POST /v2.0/subnets => generated 703 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:56:39.078 7 INFO neutron.db.segments_db [None req-9d4f3c74-dbed-4792-b86b-3042310cea37 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 5466052c-1cea-4bb2-bdec-ce07ce6e1992 of type vxlan for network 685a3741-a62b-4041-a3ad-7645d372cab7 2026-07-29 08:56:39.490 7 INFO neutron.db.l3_hamode_db [None req-9d4f3c74-dbed-4792-b86b-3042310cea37 792098ed716c44f9a3ede4e71835c564 d13ef7db09514ae2b1bebf2f38ec4003 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 08:56:40.487 7 INFO neutron.db.l3_hamode_db [None req-9d4f3c74-dbed-4792-b86b-3042310cea37 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 74/163] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:56:38 2026] POST /v2.0/routers => generated 743 bytes in 2800 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/164] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:56:41 2026] GET /v2.0/networks => generated 651 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 90/165] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:56:41 2026] PUT /v2.0/routers/97423d6a-a7ee-40a4-b516-8f7633b0947b/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/166] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:42 2026] GET /v2.0/security-groups?tenant_id=b41a1302982d46998ecee06beef46124&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: 91/167] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:56:43 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 92/168] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:56:43 2026] GET /v2.0/quotas/8f36e4ab977e4dad8ca91b6301d0f3d0 => 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: 93/169] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:56:43 2026] GET /v2.0/ports?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&fields=id => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/170] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:43 2026] DELETE /v2.0/security-groups/59c594ef-007e-452e-97ba-ecbf51f894e0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 94/171] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:43 2026] GET /v2.0/security-groups?tenant_id=2b2d67b4e2d54681bfb77f3d1c3629cd&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/172] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:56:43 2026] GET /v2.0/extensions => generated 21537 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/173] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:56:43 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 78/174] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:43 2026] DELETE /v2.0/security-groups/71cab2ee-2b19-4262-9914-2aab27e41666 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/175] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:56:43 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/176] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:44 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/177] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:44 2026] GET /v2.0/security-groups?tenant_id=22d78ecb82124af2bcc48e97e07edd14&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/178] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 08:56:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/179] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:44 2026] DELETE /v2.0/security-groups/d9fd665c-6bbe-46ac-8256-3940cebc6ae5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/180] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 08:56:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/181] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:44 2026] GET /v2.0/security-groups?tenant_id=9f58cd3cf38346c5b5c6621c38e1ce6e&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/182] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 08:56:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 83/183] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:45 2026] DELETE /v2.0/security-groups/2842cfb9-d075-4fdc-80fd-53d95cc2e2ba => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 84/184] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:45 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 85/185] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:46 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 101/186] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 08:56:45 2026] POST /v2.0/floatingips => generated 552 bytes in 1292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 86/187] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 08:56:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--124055982&fields=id&tenant_id=e148cec6b3b24006ae7695dd368dc05c => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/188] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:47 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 102/189] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:56:47 2026] GET /v2.0/networks?id=94dd63bd-9623-4096-8dce-47c771386bee => generated 687 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/190] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:56:47 2026] GET /v2.0/quotas/e148cec6b3b24006ae7695dd368dc05c => 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: 89/191] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:56:47 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/194] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:56:47 2026] GET /v2.0/networks => generated 651 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/195] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:56:47 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/196] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/quotas/b8801b6f6d3741f792b06d19bcafad8f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/197] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/ports?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&fields=id => 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: 106/198] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/199] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/extensions => generated 21537 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/200] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/201] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/202] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/203] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/204] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/205] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:48 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 110/206] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:49 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => 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: 97/207] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:49 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => 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: 111/208] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:49 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 98/209] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:56:49 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/210] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:49 2026] GET /v2.0/security-groups?tenant_id=c5bdc6af7b884da89ccd0b494f75065b&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/211] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:50 2026] DELETE /v2.0/security-groups/7fbbf0e1-2515-41ce-a583-8909b97dc6d8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/212] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:50 2026] GET /v2.0/security-groups?tenant_id=58f27c152464419fa4463448556644da&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/213] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:50 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => 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: 116/214] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:50 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/215] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:50 2026] DELETE /v2.0/security-groups/996e49c9-3b46-468c-973a-f1bc19642f48 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/216] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:56:49 2026] POST /v2.0/ports => generated 966 bytes in 893 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: 100/217] 199.19.213.48 () {34 vars in 909 bytes} [Wed Jul 29 08:56:50 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: 118/218] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:50 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 969 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/219] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:50 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/220] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:51 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => 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: 103/221] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:51 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/222] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:56:51 2026] PUT /v2.0/ports/ad438527-6c50-459c-83fb-6b1da685b81a => generated 1247 bytes in 831 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/223] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:52 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 54 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: 120/224] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:52 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:56:52.639 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c08a4c9-ab1a-4ab5-9ce7-e9c3e59067ca'] response: {'name': 'network-changed', 'server_uuid': 'f738ffc9-34db-4c55-8251-a1fb06370e93', 'tag': 'ad438527-6c50-459c-83fb-6b1da685b81a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 105/225] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:52 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => 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: 121/226] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:52 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => 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: 106/227] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/ports?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 1250 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/228] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.202&port_id=ad438527-6c50-459c-83fb-6b1da685b81a => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/229] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/230] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/231] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/232] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/233] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/234] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 112/235] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:56:53 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/236] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/237] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => 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: 115/238] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/239] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:56:53 2026] POST /v2.0/ports => generated 966 bytes in 854 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: 125/240] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/241] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/ports?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 1250 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/242] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/243] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/244] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.202&port_id=ad438527-6c50-459c-83fb-6b1da685b81a => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/245] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/246] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:56:54 2026] PUT /v2.0/ports/c5ad9568-f4bb-4202-8180-93f5e45257af => generated 1247 bytes in 647 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/247] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 66 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: 117/248] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 132/249] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:56:54 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/250] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => 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: 133/251] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/252] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 134/253] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/networks?id=94dd63bd-9623-4096-8dce-47c771386bee => generated 687 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:56:55.474 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-618d7330-2a5f-4ede-9945-f32fa129b33a'] response: {'name': 'network-changed', 'server_uuid': '18226faf-b1c4-4cf8-8c27-79d3bee0dc25', 'tag': 'c5ad9568-f4bb-4202-8180-93f5e45257af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 120/254] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e148cec6b3b24006ae7695dd368dc05c => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/255] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/256] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/ports?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/257] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&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: 124/258] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:56:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.205&port_id=c5ad9568-f4bb-4202-8180-93f5e45257af => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/259] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/260] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/261] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:56:55 2026] POST /v2.0/ports => generated 954 bytes in 621 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: 127/262] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 128/263] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/264] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 957 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/265] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/266] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 132/267] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/268] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:56:56 2026] PUT /v2.0/ports/a00a55a1-c81e-413d-a635-a31736cebd64 => generated 1235 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:56:56.771 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56c390b0-e91e-4670-8e7f-b07d8ab49fee'] response: {'name': 'network-changed', 'server_uuid': '989b4c89-9001-4524-b634-ca432dde9bfa', 'tag': 'a00a55a1-c81e-413d-a635-a31736cebd64', '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: 137/269] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/270] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&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: 133/271] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:56 2026] GET /v2.0/security-groups?tenant_id=b4bb513d09ef410d958d3835a64e0fff&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/272] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/ports?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 1250 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/273] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:57 2026] DELETE /v2.0/security-groups/8317fa20-6067-4550-841d-edc7c51d70fe => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/274] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/275] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/276] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.205&port_id=c5ad9568-f4bb-4202-8180-93f5e45257af => 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: 137/277] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/278] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/networks?tenant_id=e148cec6b3b24006ae7695dd368dc05c&shared=False => generated 783 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/279] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/280] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:56:57 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) [pid: 7|app: 0|req: 139/281] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 140/282] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/283] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/284] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/285] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 144/286] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/287] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:56:57 2026] GET /v2.0/security-groups?tenant_id=2cf1eb3d142441e2a8315847e67b8fec&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/288] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:56:57 2026] DELETE /v2.0/security-groups/47b32efb-b378-46f0-83e9-423975701fe3 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/289] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/290] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/291] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/292] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a00a55a1-c81e-413d-a635-a31736cebd64 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/293] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/subnets?id=8d35248a-cec2-4c0b-ab33-a3c4f71fa940 => generated 705 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/294] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/295] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/ports?network_id=94dd63bd-9623-4096-8dce-47c771386bee&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/296] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/297] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 981 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/298] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 150/299] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?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: 150/300] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:56:58 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?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: 151/301] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:59 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/302] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:56:59 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/303] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:56:59 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/304] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:00 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/305] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:00 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/306] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:00 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 154/307] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:00 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/308] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:00 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&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: 7|app: 0|req: 155/309] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:01 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/310] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:01 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/311] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:01 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/312] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:01 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 7|app: 0|req: 157/313] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:01 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 981 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/314] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:01 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/315] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:02 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/316] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:02 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 159/317] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:02 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/318] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:02 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 161/321] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:02 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 983 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/322] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:02 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/323] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:03 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/324] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:03 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/325] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:03 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/326] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:03 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/327] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 983 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/328] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/329] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/security-groups?tenant_id=ec3821460994467fbd95a105dfe17feb&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/330] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:04 2026] DELETE /v2.0/security-groups/5425756c-af81-4c2d-b718-b93a83b8d947 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/331] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => 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: 166/332] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/333] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/334] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/335] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:04 2026] GET /v2.0/security-groups?tenant_id=2300024f498d457aaaaa08f1b1b894b3&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/336] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:05 2026] DELETE /v2.0/security-groups/9059edad-b1f2-47c9-b526-15603e931e75 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/337] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:57:05 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/338] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:05 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 983 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/339] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:05 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/340] 10.0.0.78 () {34 vars in 1036 bytes} [Wed Jul 29 08:57:05 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25&fields=resource_request => generated 37 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/341] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:05 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/342] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:05 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/343] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/344] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/345] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:06.726 7 INFO neutron.db.l3_db [None req-936e4bee-b8ab-46df-9e2b-eb055e611aed 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] Floating IP 793d1d6e-3769-4faa-8e00-411de028754c associated. External IP: 10.96.250.203, port: a00a55a1-c81e-413d-a635-a31736cebd64. [pid: 8|app: 0|req: 174/346] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/networks => generated 651 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/347] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 983 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/348] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/349] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/350] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/quotas/b8801b6f6d3741f792b06d19bcafad8f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/351] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:57:06 2026] GET /v2.0/ports?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&fields=id => generated 57 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/352] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:07 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/353] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 08:57:06 2026] PUT /v2.0/floatingips/793d1d6e-3769-4faa-8e00-411de028754c => generated 855 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/354] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:07 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/355] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:07 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/356] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:07 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:07.542 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab30e514-05a7-406e-ab97-ce73154a4473'] response: {'name': 'network-changed', 'server_uuid': '989b4c89-9001-4524-b634-ca432dde9bfa', 'tag': 'a00a55a1-c81e-413d-a635-a31736cebd64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 184/357] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:07 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => 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: 185/358] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:07 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 983 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/359] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:07 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:07.755 7 INFO neutron.db.segments_db [None req-7b6055a8-a261-4c43-96ba-e5fd9151a1b2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 804bc9f4-9478-4ab0-aa78-dabccd8e3d2b of type vxlan for network bba48b11-36ec-4638-a9cf-a4fc6ae754ca [pid: 7|app: 0|req: 174/360] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:57:07 2026] POST /v2.0/networks => generated 733 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/361] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/362] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/networks?id=94dd63bd-9623-4096-8dce-47c771386bee => generated 783 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/363] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a00a55a1-c81e-413d-a635-a31736cebd64 => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/364] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/subnets?id=8d35248a-cec2-4c0b-ab33-a3c4f71fa940 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/365] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:57:07 2026] POST /v2.0/subnets => generated 699 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/366] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/ports?network_id=94dd63bd-9623-4096-8dce-47c771386bee&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/367] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:08.446 8 INFO neutron.db.segments_db [None req-ac31a413-625e-40e2-8510-7ddc03de53c6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment eedb1403-c4f4-4145-bcbf-8f5bf9e18ca3 of type vxlan for network 75d80ced-eeb8-4405-bb2f-30facbd789d5 [pid: 7|app: 0|req: 181/368] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?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: 182/369] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => 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: 183/370] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 983 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:08.932 8 INFO neutron.db.l3_hamode_db [None req-ac31a413-625e-40e2-8510-7ddc03de53c6 792098ed716c44f9a3ede4e71835c564 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 184/371] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:08 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&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: 7|app: 0|req: 185/372] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:09 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => 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: 186/373] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:57:09 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 1252 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:57:10.071 7 INFO neutron_taas.services.taas.taas_plugin [req-e8ecdd32-c31c-4f9d-bb56-b171e5981f64 req-49d87d35-bdbd-47e1-a929-a4b6cea8474c bb167afd98cc421d8e049e21f8de6858 b3d0dc1ae9a24017abb5f9160a9ad663 - - default default] TaaS: Handle Delete Port: ad438527-6c50-459c-83fb-6b1da685b81a 2026-07-29 08:57:10.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e8ecdd32-c31c-4f9d-bb56-b171e5981f64 req-49d87d35-bdbd-47e1-a929-a4b6cea8474c bb167afd98cc421d8e049e21f8de6858 b3d0dc1ae9a24017abb5f9160a9ad663 - - default default] Tap Mirror: Handle Delete Port: ad438527-6c50-459c-83fb-6b1da685b81a 2026-07-29 08:57:10.192 8 INFO neutron.db.l3_hamode_db [None req-ac31a413-625e-40e2-8510-7ddc03de53c6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 187/374] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:57:09 2026] DELETE /v2.0/ports/ad438527-6c50-459c-83fb-6b1da685b81a => generated 0 bytes in 410 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:10 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:10.378 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66c192a6-617b-4e6a-be9f-15350c0f3c02'] response: {'server_uuid': 'f738ffc9-34db-4c55-8251-a1fb06370e93', 'name': 'network-vif-deleted', 'tag': 'ad438527-6c50-459c-83fb-6b1da685b81a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 189/376] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:10 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:11 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 188/378] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:57:08 2026] POST /v2.0/routers => generated 739 bytes in 3599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:11 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:12 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/381] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:57:12 2026] POST /v2.0/ports => generated 966 bytes in 493 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: 192/382] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:12 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 193/383] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:57:12 2026] PUT /v2.0/ports/72a78245-aa8b-4985-b4b4-97c1f5915a75 => generated 1247 bytes in 589 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: 194/384] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:13 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 981 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:13.257 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8034c7ea-e79a-427b-a80f-c90e20e3549c'] response: {'name': 'network-changed', 'server_uuid': '43e7958c-08ff-4900-9c2b-c79bc254e5f3', 'tag': '72a78245-aa8b-4985-b4b4-97c1f5915a75', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 195/385] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:13 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/386] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:57:11 2026] PUT /v2.0/routers/7842e185-4d60-4437-b3a0-cf941cff17e0/add_router_interface => generated 309 bytes in 1459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/387] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:13 2026] GET /v2.0/ports?device_id=f738ffc9-34db-4c55-8251-a1fb06370e93 => 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: 192/388] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:13 2026] GET /v2.0/ports?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/389] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:57:13 2026] GET /v2.0/networks?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&shared=False => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/390] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:57:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/391] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/392] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/393] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 684 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/394] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/quotas/33302483a4f84ca591cb52fd7d0f95c8 => 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: 200/395] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/396] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 201/397] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/398] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:14 2026] GET /v2.0/ports?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 1250 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/399] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 198/400] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.213&port_id=72a78245-aa8b-4985-b4b4-97c1f5915a75 => 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: 203/401] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/402] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/403] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/networks => generated 651 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 1252 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/405] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/406] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/408] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/quotas/8f36e4ab977e4dad8ca91b6301d0f3d0 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/409] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/ports?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&fields=id => 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: 205/411] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 981 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 208/414] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:15 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 209/416] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:16 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:16 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:16 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:17 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 210/420] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:17 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/421] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 08:57:17 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 1240 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/422] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:17 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/425] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:17 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/426] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:18 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 214/427] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:18 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/428] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:18 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 215/429] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:19 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:19 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 215/431] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:19 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:19 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 216/433] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:19 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 684 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/434] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:57:19 2026] POST /v2.0/ports => generated 954 bytes in 592 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: 219/435] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:20 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 220/436] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:20 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/437] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:20 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/438] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:20 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 957 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/439] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:20 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/440] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:20 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/441] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:20 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/442] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:57:20 2026] PUT /v2.0/ports/e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 1235 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:57:20.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-36b68eb2-6d8f-4e53-8c0d-ad7c986d0d01'] response: {'name': 'network-changed', 'server_uuid': 'c2be3a20-5348-409b-a374-3bc4d120e94f', 'tag': 'e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 226/443] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 12 bytes in 25 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: 218/444] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/445] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/networks?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&shared=False => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/446] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/447] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 220/448] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/449] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/450] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:21 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/451] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 223/452] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 224/453] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/454] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => 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: 226/455] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:57:21 2026] POST /v2.0/ports => generated 966 bytes in 898 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: 227/457] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 7|app: 0|req: 231/461] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:22 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/462] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/464] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/465] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:57:22 2026] PUT /v2.0/ports/d5112289-077f-4375-a7bd-104256302d23 => generated 1247 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:57:23.423 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83f16ecc-f1b9-44ff-8662-327669b4ccba'] response: {'name': 'network-changed', 'server_uuid': '1c7adc18-4671-44cd-8acb-ddea49b8948c', 'tag': 'd5112289-077f-4375-a7bd-104256302d23', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 235/466] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 161 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: 236/467] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 981 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/469] 10.0.0.78 () {34 vars in 1036 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3&fields=resource_request => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/470] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&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: 238/471] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/ports?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 1250 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/networks?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&shared=False => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:23 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:24 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/475] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:57:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/476] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:24 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 241/477] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:24 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/478] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:24 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:24 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/480] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/ports?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 1250 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/481] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.208&port_id=d5112289-077f-4375-a7bd-104256302d23 => 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: 243/482] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/484] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&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: 8|app: 0|req: 241/485] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/486] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 242/487] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/489] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/490] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 981 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/491] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:25 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&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: 248/492] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:57:26 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/493] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:26 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => generated 983 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/494] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:26 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:26.427 8 INFO neutron_taas.services.taas.taas_plugin [req-7ee22c67-84c3-4f01-bb75-4f848b3ff5ff req-d1defd1b-87ed-44ec-85f2-f9a4a58d03f3 50be12fe8ad548c3b524dfebf3c0b17c b8801b6f6d3741f792b06d19bcafad8f - - default default] TaaS: Handle Delete Port: 72a78245-aa8b-4985-b4b4-97c1f5915a75 2026-07-29 08:57:26.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7ee22c67-84c3-4f01-bb75-4f848b3ff5ff req-d1defd1b-87ed-44ec-85f2-f9a4a58d03f3 50be12fe8ad548c3b524dfebf3c0b17c b8801b6f6d3741f792b06d19bcafad8f - - default default] Tap Mirror: Handle Delete Port: 72a78245-aa8b-4985-b4b4-97c1f5915a75 [pid: 7|app: 0|req: 251/495] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:26 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/496] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:26 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&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: 245/497] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:57:26 2026] DELETE /v2.0/ports/72a78245-aa8b-4985-b4b4-97c1f5915a75 => generated 0 bytes in 504 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:57:26.766 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2430bd9c-80c8-43f4-a2c6-b55e08f5a0bf'] response: {'server_uuid': '43e7958c-08ff-4900-9c2b-c79bc254e5f3', 'name': 'network-vif-deleted', 'tag': '72a78245-aa8b-4985-b4b4-97c1f5915a75', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 253/498] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:27 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 981 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/499] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:27 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/500] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:27 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => 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: 247/501] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:27 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/502] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:27 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/503] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 08:57:28 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/504] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:28 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/505] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:28 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/506] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:28 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => 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: 256/507] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 08:57:28 2026] POST /v2.0/floatingips => generated 552 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/508] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:28 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 555 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/509] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:57:28 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/510] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:57:28 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/511] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/512] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/quotas/33302483a4f84ca591cb52fd7d0f95c8 => 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: 259/513] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&fields=id => generated 149 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/514] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 260/515] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/516] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 261/517] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/518] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/ports?device_id=43e7958c-08ff-4900-9c2b-c79bc254e5f3 => 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: 262/519] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:29 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 258/520] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--124055982&fields=id&tenant_id=e148cec6b3b24006ae7695dd368dc05c => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/521] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/networks?id=94dd63bd-9623-4096-8dce-47c771386bee => generated 687 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/522] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/quotas/e148cec6b3b24006ae7695dd368dc05c => 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: 264/523] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&fields=id => generated 149 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/524] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?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: 265/525] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/526] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 266/527] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/528] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:30 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/529] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/530] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/531] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/532] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/533] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/534] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 270/535] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/536] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:31 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/537] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:57:32 2026] GET /v2.0/ports?device_id=989b4c89-9001-4524-b634-ca432dde9bfa => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:32.241 8 INFO neutron_taas.services.taas.taas_plugin [req-6efd5d3f-91ce-4e40-b3be-2711d4f63eda req-3a550b56-e305-4564-aeb2-e2b2689a437a 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] TaaS: Handle Delete Port: a00a55a1-c81e-413d-a635-a31736cebd64 2026-07-29 08:57:32.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6efd5d3f-91ce-4e40-b3be-2711d4f63eda req-3a550b56-e305-4564-aeb2-e2b2689a437a 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] Tap Mirror: Handle Delete Port: a00a55a1-c81e-413d-a635-a31736cebd64 [pid: 7|app: 0|req: 272/538] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:32 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:32.461 8 INFO neutron.db.l3_db [req-6efd5d3f-91ce-4e40-b3be-2711d4f63eda req-3a550b56-e305-4564-aeb2-e2b2689a437a 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] Floating IP 793d1d6e-3769-4faa-8e00-411de028754c disassociated. External IP: 10.96.250.203, port: a00a55a1-c81e-413d-a635-a31736cebd64. [pid: 7|app: 0|req: 273/539] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:32 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/540] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:32 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/543] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:32 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 267/544] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:57:32 2026] DELETE /v2.0/ports/a00a55a1-c81e-413d-a635-a31736cebd64 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/545] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:32 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:32.989 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea9a2ab4-d1ae-4353-970a-e8402b3fc694'] response: {'server_uuid': '989b4c89-9001-4524-b634-ca432dde9bfa', 'name': 'network-vif-deleted', 'tag': 'a00a55a1-c81e-413d-a635-a31736cebd64', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 268/546] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:32 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&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: 279/547] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:33 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 269/548] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:57:33 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/549] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:33 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 983 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/550] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:33 2026] GET /v2.0/security-groups?id=129c680b-821a-47bf-b560-44c1bb2ed6fc&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:33.925 8 INFO neutron_taas.services.taas.taas_plugin [req-240522e9-88a4-483c-8281-f2f3d55a4490 req-96bcdbbe-cc6d-4978-8a15-72f1df2b38c8 50be12fe8ad548c3b524dfebf3c0b17c b8801b6f6d3741f792b06d19bcafad8f - - default default] TaaS: Handle Delete Port: c5ad9568-f4bb-4202-8180-93f5e45257af 2026-07-29 08:57:33.929 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-240522e9-88a4-483c-8281-f2f3d55a4490 req-96bcdbbe-cc6d-4978-8a15-72f1df2b38c8 50be12fe8ad548c3b524dfebf3c0b17c b8801b6f6d3741f792b06d19bcafad8f - - default default] Tap Mirror: Handle Delete Port: c5ad9568-f4bb-4202-8180-93f5e45257af [pid: 7|app: 0|req: 282/551] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:33 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 283/552] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:57:34 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/553] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:57:33 2026] DELETE /v2.0/ports/c5ad9568-f4bb-4202-8180-93f5e45257af => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/554] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:34 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => generated 983 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/555] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:34 2026] GET /v2.0/security-groups?id=fd4fae00-7de9-4b4c-8745-1ab231e80fa2&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:34.291 8 INFO neutron_taas.services.taas.taas_plugin [req-ac019764-187d-4d40-be0f-fbaf84932701 req-a72ac56c-57fb-4d5e-862d-30cea84f69da 9f1de97d12f249e79b786a45b735cac3 8f36e4ab977e4dad8ca91b6301d0f3d0 - - default default] TaaS: Handle Delete Port: d5112289-077f-4375-a7bd-104256302d23 2026-07-29 08:57:34.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ac019764-187d-4d40-be0f-fbaf84932701 req-a72ac56c-57fb-4d5e-862d-30cea84f69da 9f1de97d12f249e79b786a45b735cac3 8f36e4ab977e4dad8ca91b6301d0f3d0 - - default default] Tap Mirror: Handle Delete Port: d5112289-077f-4375-a7bd-104256302d23 [pid: 8|app: 0|req: 271/556] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:57:34 2026] DELETE /v2.0/ports/d5112289-077f-4375-a7bd-104256302d23 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/557] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:34 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/558] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:34 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/559] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:34 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => 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: 274/560] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:35 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:35.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1b20d4f-ea8c-4ea5-9f8a-4286aa26d9af'] response: {'server_uuid': '18226faf-b1c4-4cf8-8c27-79d3bee0dc25', 'name': 'network-vif-deleted', 'tag': 'c5ad9568-f4bb-4202-8180-93f5e45257af', 'status': 'completed', 'code': 200} 2026-07-29 08:57:35.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1b20d4f-ea8c-4ea5-9f8a-4286aa26d9af'] response: {'server_uuid': '1c7adc18-4671-44cd-8acb-ddea49b8948c', 'name': 'network-vif-deleted', 'tag': 'd5112289-077f-4375-a7bd-104256302d23', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 287/561] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:57:34 2026] POST /v2.0/ports => generated 954 bytes in 574 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: 275/562] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:35 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 276/563] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:35 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/564] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:35 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&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: 288/565] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:57:35 2026] PUT /v2.0/ports/2b6e5c77-33fb-43ee-84f8-508c12d07710 => generated 1235 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:57:35.855 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ddd4477-678f-4c00-9445-30ec63dc6bca'] response: {'name': 'network-changed', 'server_uuid': '6ce1d059-fcbc-4bcd-aeff-6436fedfbf64', 'tag': '2b6e5c77-33fb-43ee-84f8-508c12d07710', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 278/566] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:35 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 12 bytes in 24 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: 289/567] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 279/568] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/569] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 290/570] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/networks?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&shared=False => generated 780 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/571] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/572] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/573] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/574] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/networks?id=94dd63bd-9623-4096-8dce-47c771386bee => generated 687 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/575] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 08:57:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e148cec6b3b24006ae7695dd368dc05c => generated 180 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/576] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/577] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/578] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:57:37 2026] POST /v2.0/ports => generated 954 bytes in 490 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: 294/579] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 295/580] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 296/581] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2b6e5c77-33fb-43ee-84f8-508c12d07710 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/582] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/583] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 299/584] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/585] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 301/586] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:37 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 302/587] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:38 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/588] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:57:37 2026] PUT /v2.0/ports/fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b => generated 1235 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:57:38.203 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-741dbaa4-c105-4d60-ac35-9a88ae367e46'] response: {'name': 'network-changed', 'server_uuid': 'b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad', 'tag': 'fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 303/589] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:38 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 12 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, ' [pid: 8|app: 0|req: 287/590] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:38 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/591] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:38 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 288/592] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:38 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 305/593] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:38 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/594] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:57:38 2026] GET /v2.0/networks?tenant_id=e148cec6b3b24006ae7695dd368dc05c&shared=False => generated 783 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/595] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:57:38 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) [pid: 8|app: 0|req: 290/596] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 307/597] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/598] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/ports?device_id=18226faf-b1c4-4cf8-8c27-79d3bee0dc25 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/599] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/600] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/601] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/602] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&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: 310/603] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/ports?device_id=1c7adc18-4671-44cd-8acb-ddea49b8948c => 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: 294/604] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/605] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/606] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/subnets?id=8d35248a-cec2-4c0b-ab33-a3c4f71fa940 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/607] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/ports?network_id=94dd63bd-9623-4096-8dce-47c771386bee&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/608] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?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: 313/609] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/610] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 969 bytes in 35 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.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/612] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/613] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:40 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 299/614] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:41 2026] GET /v2.0/security-groups?tenant_id=b8801b6f6d3741f792b06d19bcafad8f&name=default => generated 2925 bytes in 245 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.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:41 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/616] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:41 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/617] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:41 2026] DELETE /v2.0/security-groups/129c680b-821a-47bf-b560-44c1bb2ed6fc => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/618] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:41 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 317/619] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:41 2026] GET /v2.0/security-groups?tenant_id=595b1b6c74e84928a16c2c9b378ba39f&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/620] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:41 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 318/621] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:41 2026] DELETE /v2.0/security-groups/643f8592-b0b3-4f01-97ad-3648d60cceca => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/622] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:42 2026] GET /v2.0/security-groups?tenant_id=8f36e4ab977e4dad8ca91b6301d0f3d0&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: 319/623] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:42 2026] DELETE /v2.0/security-groups/fd4fae00-7de9-4b4c-8745-1ab231e80fa2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/624] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:42 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/625] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:42 2026] GET /v2.0/security-groups?tenant_id=b3d0dc1ae9a24017abb5f9160a9ad663&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/626] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:42 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/627] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:42 2026] DELETE /v2.0/security-groups/06d3f7c5-1a66-48d2-9774-848a75f68f05 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/628] 10.0.0.78 () {34 vars in 1044 bytes} [Wed Jul 29 08:57:42 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f&device_owner=compute%3Anova => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/629] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:43 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 555 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/630] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:43 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/631] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:43 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:43.630 8 INFO neutron.db.l3_db [req-800f9bb0-5f6e-4f61-906d-d4518b5e8464 req-96ee60f3-b9b3-4e91-aa96-8a24ea323474 c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Floating IP 44d56ee3-e872-4f8f-9a47-70f38172ff90 associated. External IP: 10.96.250.217, port: e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec. [pid: 8|app: 0|req: 308/632] 10.0.0.78 () {38 vars in 1034 bytes} [Wed Jul 29 08:57:43 2026] PUT /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 855 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:44.132 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0e811ae-3398-4c46-9b7d-55bcb5eec710'] response: {'name': 'network-changed', 'server_uuid': 'c2be3a20-5348-409b-a374-3bc4d120e94f', 'tag': 'e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 325/633] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/634] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/635] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 858 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/636] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/637] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/638] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 311/639] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/640] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:57:44 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: 312/641] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 330/642] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/643] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/644] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/645] 10.0.0.78 () {34 vars in 1044 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64&device_owner=compute%3Anova => 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: 332/646] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/647] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/648] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 335/649] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 336/650] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 315/651] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:44 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 858 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/652] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:45 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 338/653] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:45 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/654] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:45 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:45.930 8 INFO neutron.db.l3_db [req-79e02d25-546a-40de-97e7-dcec29e4abd7 req-8198c98d-82ea-44d4-9671-1a84fdf0ab9d c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Floating IP 44d56ee3-e872-4f8f-9a47-70f38172ff90 associated. External IP: 10.96.250.217, port: e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec. 2026-07-29 08:57:46.088 7 INFO neutron.db.l3_db [None req-aa0792b2-16d1-46c7-ac99-32c51781a2f4 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] Floating IP 793d1d6e-3769-4faa-8e00-411de028754c associated. External IP: 10.96.250.203, port: fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b. [pid: 7|app: 0|req: 340/655] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 08:57:45 2026] PUT /v2.0/floatingips/793d1d6e-3769-4faa-8e00-411de028754c => generated 855 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/656] 10.0.0.78 () {34 vars in 901 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/networks => generated 5146 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/657] 10.0.0.78 () {38 vars in 1034 bytes} [Wed Jul 29 08:57:45 2026] PUT /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 857 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/658] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 343/659] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 317/660] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/ports/e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 968 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:46.673 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1005d4e7-6e91-47d1-9f6d-8d16a9078d19'] response: {'name': 'network-changed', 'server_uuid': 'b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad', 'tag': 'fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 344/661] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 750 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:46.961 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7bfa044-18f0-4a12-a501-0d0ab122734c'] response: {'name': 'network-changed', 'server_uuid': 'c2be3a20-5348-409b-a374-3bc4d120e94f', 'tag': 'e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/662] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/663] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/664] 10.0.0.78 () {34 vars in 901 bytes} [Wed Jul 29 08:57:46 2026] GET /v2.0/networks => generated 5146 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/665] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => 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: 346/666] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/667] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 347/668] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/669] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 348/670] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports?tenant_id=e148cec6b3b24006ae7695dd368dc05c&device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/671] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/672] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks?id=94dd63bd-9623-4096-8dce-47c771386bee => generated 783 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/673] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/674] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 325/675] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/subnets?id=8d35248a-cec2-4c0b-ab33-a3c4f71fa940 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/676] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/677] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports?network_id=94dd63bd-9623-4096-8dce-47c771386bee&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: 352/678] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2b6e5c77-33fb-43ee-84f8-508c12d07710 => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/679] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?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: 353/680] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/681] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/682] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/683] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/684] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => 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: 330/685] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 356/686] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/687] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 332/688] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 335/691] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => 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: 336/692] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports/2b6e5c77-33fb-43ee-84f8-508c12d07710 => generated 968 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/693] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/security-groups?tenant_id=e2728f36270e4232a6bca2da93cb202b&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/694] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:47 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&device_owner=network%3Adhcp => generated 1244 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/695] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/696] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 358/697] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:48 2026] DELETE /v2.0/security-groups/e29b327c-d2a7-4ddd-94ef-984d0710cff4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/698] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/699] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 341/700] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/701] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/ports/2b6e5c77-33fb-43ee-84f8-508c12d07710 => generated 968 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/702] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/703] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/704] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 860 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/705] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/security-groups?tenant_id=de3230459ccc42dcad378e430fba3105&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:57:49.006 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d907d72c-3625-41b2-b7af-1e054cb47d31'] response: {'name': 'network-changed', 'server_uuid': '6ce1d059-fcbc-4bcd-aeff-6436fedfbf64', 'tag': '2b6e5c77-33fb-43ee-84f8-508c12d07710', 'status': 'completed', 'code': 200} 2026-07-29 08:57:49.065 8 INFO neutron.db.l3_db [req-ef66e123-8e32-4e50-af5c-4dc975729273 req-fb25a8a6-3d9f-4f01-96ca-e3db585668cf c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Floating IP 44d56ee3-e872-4f8f-9a47-70f38172ff90 disassociated. External IP: 10.96.250.217, port: 2b6e5c77-33fb-43ee-84f8-508c12d07710. [pid: 7|app: 0|req: 363/706] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:48 2026] GET /v2.0/security-groups?tenant_id=a804ff7b170e4e649cda4d6405971569&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/707] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:49 2026] DELETE /v2.0/security-groups/69176110-4594-42d4-91a2-91f55e1564b0 => 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: 365/708] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:49 2026] DELETE /v2.0/security-groups/a5537f31-144e-4afb-a3e6-c38e75688eec => 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: 344/709] 10.0.0.78 () {38 vars in 1033 bytes} [Wed Jul 29 08:57:48 2026] PUT /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 554 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/710] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/711] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 345/712] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/713] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2b6e5c77-33fb-43ee-84f8-508c12d07710 => 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: 368/714] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/715] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/716] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2b6e5c77-33fb-43ee-84f8-508c12d07710 => 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: 371/717] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 372/718] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/719] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 347/720] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/security-groups?tenant_id=7e0fd10e69b649c5a0dddd8e88b9c7df&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/721] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/722] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 349/723] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 375/724] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:49 2026] DELETE /v2.0/security-groups/ecbbc86c-539a-4e63-9f6e-1102e5b1e5c7 => 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: 350/725] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:49 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 376/726] 10.0.0.78 () {34 vars in 1044 bytes} [Wed Jul 29 08:57:50 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f&device_owner=compute%3Anova => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/727] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:50 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 557 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:50.525 7 INFO neutron.db.l3_db [req-c0b90e62-15fa-43ce-8889-29cec9e20f01 req-7ad73dc5-43b6-4684-b9d8-eb4029671d34 c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Floating IP 44d56ee3-e872-4f8f-9a47-70f38172ff90 associated. External IP: 10.96.250.217, port: e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec. [pid: 7|app: 0|req: 377/728] 10.0.0.78 () {38 vars in 1034 bytes} [Wed Jul 29 08:57:50 2026] PUT /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 857 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:50.929 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a7adec6-4c83-4121-a2a6-a99f7d0062c4'] response: {'name': 'network-changed', 'server_uuid': 'c2be3a20-5348-409b-a374-3bc4d120e94f', 'tag': 'e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/729] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 08:57:50 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 378/730] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:50 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:51.054 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34a747a7-7e65-4552-8f34-248e0ea49f88'] response: {'name': 'network-changed', 'server_uuid': '6ce1d059-fcbc-4bcd-aeff-6436fedfbf64', 'tag': '2b6e5c77-33fb-43ee-84f8-508c12d07710', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 353/731] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/732] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/733] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/734] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/735] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 381/736] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 855 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/737] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/738] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/739] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/740] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/741] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 858 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/742] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/743] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/744] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/ports/e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 968 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/745] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/746] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/747] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 387/748] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/749] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=2b6e5c77-33fb-43ee-84f8-508c12d07710 => 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: 388/750] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 363/751] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/752] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/753] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/754] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/755] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 392/756] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 393/757] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:51 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:57:52.028 8 INFO neutron.db.l3_db [req-7760f3d4-20aa-4b74-92f4-e40dd5c66509 req-8d3fe0f5-3ce4-424a-be45-2053a9940c3a c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Floating IP 44d56ee3-e872-4f8f-9a47-70f38172ff90 disassociated. External IP: 10.96.250.217, port: e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec. [pid: 8|app: 0|req: 365/758] 10.0.0.78 () {38 vars in 1033 bytes} [Wed Jul 29 08:57:51 2026] PUT /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 552 bytes in 537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/759] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 366/760] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/761] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => 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: 367/762] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/763] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 368/764] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&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: 369/765] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 370/766] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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-07-29 08:57:52.719 7 INFO neutron_taas.services.taas.taas_plugin [req-db8752f9-b545-4e1c-97d2-d44d5d5cc1f6 req-2ca02a90-f9bd-40c3-8f8a-8e85169dd4bf c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] TaaS: Handle Delete Port: 2b6e5c77-33fb-43ee-84f8-508c12d07710 2026-07-29 08:57:52.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-db8752f9-b545-4e1c-97d2-d44d5d5cc1f6 req-2ca02a90-f9bd-40c3-8f8a-8e85169dd4bf c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Tap Mirror: Handle Delete Port: 2b6e5c77-33fb-43ee-84f8-508c12d07710 [pid: 8|app: 0|req: 371/767] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:52 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/768] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:57:52 2026] DELETE /v2.0/ports/2b6e5c77-33fb-43ee-84f8-508c12d07710 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:57:53.044 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-537e27cc-863b-442c-b00f-b9191039d61b'] response: {'server_uuid': '6ce1d059-fcbc-4bcd-aeff-6436fedfbf64', 'name': 'network-vif-deleted', 'tag': '2b6e5c77-33fb-43ee-84f8-508c12d07710', 'status': 'completed', 'code': 200} 2026-07-29 08:57:53.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aaca2652-e9b9-4fc8-9b4a-b5beef4ed60a'] response: {'name': 'network-changed', 'server_uuid': 'c2be3a20-5348-409b-a374-3bc4d120e94f', 'tag': 'e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 398/769] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/ports?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/770] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/networks?id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/771] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => 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: 372/772] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/security-groups?tenant_id=4a345db3f66f4be2875c7e6f73fe632d&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/773] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/subnets?id=fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/774] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/ports?network_id=bba48b11-36ec-4638-a9cf-a4fc6ae754ca&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/775] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?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: 373/776] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:53 2026] DELETE /v2.0/security-groups/e15049f2-463c-43b1-8a03-553bbfb90835 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/777] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:57:53 2026] GET /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/778] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:54 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 405/779] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:54 2026] GET /v2.0/security-groups?tenant_id=134d56f4a06d4a5391541eb520f50565&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: 375/780] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:54 2026] DELETE /v2.0/security-groups/6d72ee41-9434-432e-a03f-ca91886c3634 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/781] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:54 2026] GET /v2.0/security-groups?tenant_id=1c01c32096b840b9b2af33ca3e09367c&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/782] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:54 2026] DELETE /v2.0/security-groups/230c6d82-ee14-4fe2-b42a-fb2b5cd000d5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/783] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:55 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 407/784] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:55 2026] GET /v2.0/security-groups?tenant_id=dc69fa69d153427998168e3e87ea5cf3&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: 378/785] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:55 2026] DELETE /v2.0/security-groups/4e8ef977-bdaf-4df6-8dec-36990c83e318 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/786] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 08:57:55 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/787] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:55 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&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: 409/788] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:56 2026] GET /v2.0/ports?device_id=6ce1d059-fcbc-4bcd-aeff-6436fedfbf64 => 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: 380/789] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:57:57 2026] GET /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/790] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:57:57 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/791] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:57:57 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: 411/792] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:57 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 555 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/793] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:57:57 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.217 => generated 555 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:57:57.635 7 INFO neutron_taas.services.taas.taas_plugin [req-73399cd1-4b4a-41f6-bb72-7504b223ea32 req-0a86d9c6-d36f-4723-becc-4cdb48deca2d c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] TaaS: Handle Delete Port: 5a6cc807-47a1-4989-bd14-4db31236945f 2026-07-29 08:57:57.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-73399cd1-4b4a-41f6-bb72-7504b223ea32 req-0a86d9c6-d36f-4723-becc-4cdb48deca2d c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Tap Mirror: Handle Delete Port: 5a6cc807-47a1-4989-bd14-4db31236945f [pid: 7|app: 0|req: 412/794] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 08:57:57 2026] DELETE /v2.0/floatingips/44d56ee3-e872-4f8f-9a47-70f38172ff90 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/795] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 384/796] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&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: 413/797] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/networks => generated 651 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/798] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/799] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/quotas/eda7e204aa4243eca74f80828ecf2c96 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/800] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/ports?tenant_id=eda7e204aa4243eca74f80828ecf2c96&fields=id => 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: 415/801] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/802] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/803] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:58 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => 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: 388/804] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:57:59 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/805] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:57:59 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/806] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:57:59 2026] GET /v2.0/security-groups?tenant_id=977bc1d593a542b0b05bc921cb403059&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: 390/807] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:00 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => 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: 418/808] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:57:59 2026] DELETE /v2.0/security-groups/f7b128ec-fc55-450b-ac20-abd62c46db50 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/809] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:00 2026] GET /v2.0/security-groups?tenant_id=fc5327165ca54d76b7f8bd1509803da4&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: 392/810] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:00 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 419/811] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:58:00 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/812] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:00 2026] GET /v2.0/security-groups?id=a0b161e7-6189-4ddc-a296-6bf1f9d8489c&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/813] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:00 2026] DELETE /v2.0/security-groups/632963af-88f5-4f5b-842a-2036abd16478 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:58:00.655 7 INFO neutron_taas.services.taas.taas_plugin [req-db30ce88-2e97-42cd-80a3-ae261ef36710 req-994ebbee-6870-414e-82c9-8a1ee20e8235 c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] TaaS: Handle Delete Port: e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec 2026-07-29 08:58:00.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-db30ce88-2e97-42cd-80a3-ae261ef36710 req-994ebbee-6870-414e-82c9-8a1ee20e8235 c51e9ac80b89456684af2ca53b661cfe 33302483a4f84ca591cb52fd7d0f95c8 - - default default] Tap Mirror: Handle Delete Port: e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec [pid: 7|app: 0|req: 421/814] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:58:00 2026] DELETE /v2.0/ports/e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:58:00.914 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8fd282f-726f-4824-918d-c0dd27eaad52'] response: {'server_uuid': 'c2be3a20-5348-409b-a374-3bc4d120e94f', 'name': 'network-vif-deleted', 'tag': 'e19fdfc0-bdc1-4f17-b4b8-ba380d31d1ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 394/815] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:01 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/816] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:01 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 395/817] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:02 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => 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: 397/820] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:02 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 424/821] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:03 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => 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: 398/822] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:58:03 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/823] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:03 2026] GET /v2.0/ports?device_id=c2be3a20-5348-409b-a374-3bc4d120e94f => 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: 425/824] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:58:03 2026] POST /v2.0/ports => generated 966 bytes in 665 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: 426/825] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:04 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 981 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/826] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:04 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&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: 8|app: 0|req: 400/827] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:58:04 2026] PUT /v2.0/ports/e0a9e809-8c6d-4f45-bcee-40d3bc3d7d24 => generated 1247 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:58:04.688 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b068005-73ba-4181-bb78-1e71d7228ca4'] response: {'name': 'network-changed', 'server_uuid': '244dd4e0-c45a-48a1-a8e7-de83f5b79c1e', 'tag': 'e0a9e809-8c6d-4f45-bcee-40d3bc3d7d24', '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: 401/828] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:04 2026] GET /v2.0/security-groups?tenant_id=9f0cf8e2df554135b8571d231ef843c6&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/829] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:58:05 2026] GET /v2.0/ports?tenant_id=eda7e204aa4243eca74f80828ecf2c96&device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/830] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:05 2026] DELETE /v2.0/security-groups/6351c5ab-2402-4a75-a71b-645cb7a08df7 => 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: 404/831] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:58:05 2026] GET /v2.0/networks?tenant_id=eda7e204aa4243eca74f80828ecf2c96&shared=False => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:05.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee9403a9-794d-4938-b454-69226b399930 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: fa934cfc-9ce1-498f-9a94-18ea5e410976 2026-07-29 08:58:05.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee9403a9-794d-4938-b454-69226b399930 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: fa934cfc-9ce1-498f-9a94-18ea5e410976 [pid: 8|app: 0|req: 405/832] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:58:05 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) [pid: 8|app: 0|req: 406/833] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:05 2026] GET /v2.0/security-groups?tenant_id=c834f7987e754985b20b08488929ccae&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/834] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:05 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 981 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/835] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:05 2026] DELETE /v2.0/security-groups/b6e42285-9da6-49eb-a9a6-80bb382c550d => 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: 409/836] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:05 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&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: 428/837] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:58:04 2026] PUT /v2.0/routers/7842e185-4d60-4437-b3a0-cf941cff17e0/remove_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:06.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-7904753d-9b88-48b8-99d7-a1f70d7b12f0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 7d4a58c1-b402-43cf-a34c-0b5d5f8e1e7c 2026-07-29 08:58:06.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7904753d-9b88-48b8-99d7-a1f70d7b12f0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 7d4a58c1-b402-43cf-a34c-0b5d5f8e1e7c [pid: 7|app: 0|req: 429/838] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:58:06 2026] GET /v2.0/ports?tenant_id=eda7e204aa4243eca74f80828ecf2c96&device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/839] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:58:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.220&port_id=e0a9e809-8c6d-4f45-bcee-40d3bc3d7d24 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/840] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:58:06 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:06.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-7904753d-9b88-48b8-99d7-a1f70d7b12f0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c03ecf10-bf9b-4635-8977-7fcd66cc745b 2026-07-29 08:58:06.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7904753d-9b88-48b8-99d7-a1f70d7b12f0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c03ecf10-bf9b-4635-8977-7fcd66cc745b [pid: 7|app: 0|req: 432/841] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:58:06 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/842] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:58:06 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:06.689 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-7904753d-9b88-48b8-99d7-a1f70d7b12f0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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: 434/843] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:58:06 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/844] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:06 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/845] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:07 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:07.246 8 INFO neutron.db.l3_hamode_db [None req-7904753d-9b88-48b8-99d7-a1f70d7b12f0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 75d80ced-eeb8-4405-bb2f-30facbd789d5 was deleted as no HA routers are present in tenant 33302483a4f84ca591cb52fd7d0f95c8. [pid: 8|app: 0|req: 410/846] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:06 2026] DELETE /v2.0/routers/7842e185-4d60-4437-b3a0-cf941cff17e0 => generated 0 bytes in 1208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/847] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:07 2026] DELETE /v2.0/subnets/fbab6070-86da-4c5b-bf21-67e61d3ec46f => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:58:07.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-27498ec5-3f74-4e2c-82fa-4052634a8140 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 1ef3406c-b7d2-4ca8-a830-da9c29e744b3 2026-07-29 08:58:07.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27498ec5-3f74-4e2c-82fa-4052634a8140 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 1ef3406c-b7d2-4ca8-a830-da9c29e744b3 2026-07-29 08:58:07.752 8 INFO neutron.services.segments.plugin [-] Segment eedb1403-c4f4-4145-bcbf-8f5bf9e18ca3 resource provider aggregate not found 2026-07-29 08:58:07.779 8 INFO neutron.services.segments.plugin [-] Segment eedb1403-c4f4-4145-bcbf-8f5bf9e18ca3 resource provider aggregate not found 2026-07-29 08:58:07.783 8 INFO neutron.services.segments.plugin [-] Segment eedb1403-c4f4-4145-bcbf-8f5bf9e18ca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eedb1403-c4f4-4145-bcbf-8f5bf9e18ca3 found for delete ", "request_id": "req-77d3ef70-27f0-4f08-8930-7c5465e9cc7a"}]} 2026-07-29 08:58:07.799 8 INFO neutron.services.segments.plugin [-] Segment eedb1403-c4f4-4145-bcbf-8f5bf9e18ca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eedb1403-c4f4-4145-bcbf-8f5bf9e18ca3 found for delete ", "request_id": "req-14bf13c7-bed6-4103-b089-0f91513545c5"}]} [pid: 8|app: 0|req: 411/848] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:58:07 2026] DELETE /v2.0/networks/bba48b11-36ec-4638-a9cf-a4fc6ae754ca => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/849] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:08 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/850] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:08 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/851] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:08 2026] GET /v2.0/security-groups?tenant_id=33302483a4f84ca591cb52fd7d0f95c8&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/852] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:08 2026] DELETE /v2.0/security-groups/a0b161e7-6189-4ddc-a296-6bf1f9d8489c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/853] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:08 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/854] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:08 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/855] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:09 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 981 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/856] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:09 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:09.804 8 INFO neutron.services.segments.plugin [-] Segment 804bc9f4-9478-4ab0-aa78-dabccd8e3d2b resource provider aggregate not found 2026-07-29 08:58:09.821 8 INFO neutron.services.segments.plugin [-] Segment 804bc9f4-9478-4ab0-aa78-dabccd8e3d2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 804bc9f4-9478-4ab0-aa78-dabccd8e3d2b found for delete ", "request_id": "req-afbfaae6-4ca7-4958-92a8-d9e1c4772f86"}]} 2026-07-29 08:58:09.831 8 INFO neutron.services.segments.plugin [-] Segment 804bc9f4-9478-4ab0-aa78-dabccd8e3d2b resource provider aggregate not found 2026-07-29 08:58:09.856 8 INFO neutron.services.segments.plugin [-] Segment 804bc9f4-9478-4ab0-aa78-dabccd8e3d2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 804bc9f4-9478-4ab0-aa78-dabccd8e3d2b found for delete ", "request_id": "req-05d6c413-7b5b-49e4-b2b9-cf9e2426166f"}]} [pid: 7|app: 0|req: 442/857] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:09 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/858] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:09 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/859] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/networks => generated 651 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/860] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 983 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/861] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/862] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/863] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/quotas/15bd75b569fc4fbcb2c30854486630e5 => 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: 448/864] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/ports?tenant_id=15bd75b569fc4fbcb2c30854486630e5&fields=id => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:10.782 8 INFO neutron.db.segments_db [None req-28616148-57c7-4e3f-b5c2-13aa6d04ec23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 977ecab5-850d-4d17-ae0f-cde4e96e4bc0 of type vxlan for network bbe6e7f0-24a8-4087-9b97-47c96fc05ccf [pid: 7|app: 0|req: 449/865] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/866] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:58:10 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/867] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:58:10 2026] POST /v2.0/networks => generated 723 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/868] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:11 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/869] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:58:11 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 420/870] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:11 2026] GET /v2.0/security-groups?id=dbcded07-dc15-4aa6-9351-4e9e750c8d27&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:11.385 8 INFO neutron_taas.services.taas.taas_plugin [req-ca01dcd9-1754-4a81-b7f7-d8dfc28883c7 req-a2d3bead-f077-4f02-82bf-777b2806163b 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] TaaS: Handle Delete Port: fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b 2026-07-29 08:58:11.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca01dcd9-1754-4a81-b7f7-d8dfc28883c7 req-a2d3bead-f077-4f02-82bf-777b2806163b 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] Tap Mirror: Handle Delete Port: fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b [pid: 7|app: 0|req: 451/871] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:10 2026] POST /v2.0/subnets => generated 689 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:58:11.545 7 INFO neutron.db.segments_db [None req-19dc3113-6c5e-41d4-9e47-de95ea66bc1f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 6baeed67-d1a3-474d-bb00-e535950cc606 of type vxlan for network 67d438b2-f924-41f4-a758-218cc25fe46a 2026-07-29 08:58:11.546 8 INFO neutron.db.l3_db [req-ca01dcd9-1754-4a81-b7f7-d8dfc28883c7 req-a2d3bead-f077-4f02-82bf-777b2806163b 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] Floating IP 793d1d6e-3769-4faa-8e00-411de028754c disassociated. External IP: 10.96.250.203, port: fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b. 2026-07-29 08:58:12.019 7 INFO neutron.db.l3_hamode_db [None req-19dc3113-6c5e-41d4-9e47-de95ea66bc1f 792098ed716c44f9a3ede4e71835c564 da076d91ffa44167875d1bee890c7c87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 421/872] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:58:11 2026] DELETE /v2.0/ports/fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b => generated 0 bytes in 798 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:58:12.110 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-008d453c-076c-48f8-9039-8ea7b7729161'] response: {'server_uuid': 'b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad', 'name': 'network-vif-deleted', 'tag': 'fff6dadb-7fb6-4bfe-a2b7-dd728161ee2b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 422/873] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 983 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/874] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/networks => generated 651 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/875] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/876] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 426/877] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/878] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/quotas/15bd75b569fc4fbcb2c30854486630e5 => 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: 428/879] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/ports?tenant_id=15bd75b569fc4fbcb2c30854486630e5&fields=id => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/880] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/881] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:58:12 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:13.084 7 INFO neutron.db.l3_hamode_db [None req-19dc3113-6c5e-41d4-9e47-de95ea66bc1f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 431/882] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 983 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/883] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/884] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/885] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/networks => generated 651 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/886] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/887] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/quotas/15bd75b569fc4fbcb2c30854486630e5 => 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: 437/888] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/ports?tenant_id=15bd75b569fc4fbcb2c30854486630e5&fields=id => 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: 438/889] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 439/890] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:58:13 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/891] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:11 2026] POST /v2.0/routers => generated 729 bytes in 2993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/892] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:14 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 983 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/893] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:14 2026] GET /v2.0/ports?device_id=b2386b0c-1a2e-4c5d-9480-8bc998b5c5ad => 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: 455/894] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:14 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&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: 456/895] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:15 2026] GET /v2.0/security-groups?tenant_id=15bd75b569fc4fbcb2c30854486630e5&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/896] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:15 2026] DELETE /v2.0/security-groups/f0f8849d-012f-4a38-820a-4b1b382004cc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/897] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:58:14 2026] PUT /v2.0/routers/f56baceb-8039-4052-b372-73746bb96514/add_router_interface => generated 309 bytes in 1495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/898] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:15 2026] GET /v2.0/security-groups?tenant_id=87fe9f9b62c44bf6ae5b6b284785d0fe&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/899] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:58:15 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 983 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/900] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:15 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => generated 983 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/901] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:15 2026] DELETE /v2.0/security-groups/dbcded07-dc15-4aa6-9351-4e9e750c8d27 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/902] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:15 2026] DELETE /v2.0/security-groups/5ea6d877-df36-4868-9f4d-9b2a81cc447f => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/903] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:16 2026] GET /v2.0/security-groups?id=14ac5778-636d-45fd-bb9e-8a2081aa3885&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:16.240 7 INFO neutron.api.v2.resource [None req-161732b1-52e4-41bf-9c2a-9e4acbb8b407 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 462/904] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 08:58:16 2026] GET /v2.0/security-groups/dbcded07-dc15-4aa6-9351-4e9e750c8d27 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:58:16.312 8 INFO neutron_taas.services.taas.taas_plugin [req-11bf54d8-10fe-46e4-9933-f44ebd9b7dce req-0d3c6491-057b-4ad7-8266-bdb3a8d5cf90 aa35e54c75664b4fa694f90c3575087c eda7e204aa4243eca74f80828ecf2c96 - - default default] TaaS: Handle Delete Port: e0a9e809-8c6d-4f45-bcee-40d3bc3d7d24 2026-07-29 08:58:16.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-11bf54d8-10fe-46e4-9933-f44ebd9b7dce req-0d3c6491-057b-4ad7-8266-bdb3a8d5cf90 aa35e54c75664b4fa694f90c3575087c eda7e204aa4243eca74f80828ecf2c96 - - default default] Tap Mirror: Handle Delete Port: e0a9e809-8c6d-4f45-bcee-40d3bc3d7d24 2026-07-29 08:58:16.366 7 INFO neutron_taas.services.taas.taas_plugin [None req-85b62ecc-0245-4518-9a86-78213a150676 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] TaaS: Handle Delete Port: 91732ee0-3fd1-4d6f-a86f-5e1a6f5f852e 2026-07-29 08:58:16.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85b62ecc-0245-4518-9a86-78213a150676 83eb969ad83a4210b5df88497d93e283 e148cec6b3b24006ae7695dd368dc05c - - default default] Tap Mirror: Handle Delete Port: 91732ee0-3fd1-4d6f-a86f-5e1a6f5f852e [pid: 8|app: 0|req: 443/905] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:58:16 2026] DELETE /v2.0/ports/e0a9e809-8c6d-4f45-bcee-40d3bc3d7d24 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:58:16.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2e71c8f-3197-4d1c-86a0-91c9c02a8a03'] response: {'server_uuid': '244dd4e0-c45a-48a1-a8e7-de83f5b79c1e', 'name': 'network-vif-deleted', 'tag': 'e0a9e809-8c6d-4f45-bcee-40d3bc3d7d24', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 463/906] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 08:58:16 2026] DELETE /v2.0/floatingips/793d1d6e-3769-4faa-8e00-411de028754c => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/907] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 08:58:16 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/908] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 08:58:16 2026] POST /v2.0/floatingips => generated 552 bytes in 674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/909] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => 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: 466/910] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.213 => generated 555 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/911] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:17.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f236d70-e749-4244-b09a-7a728c2ce4f6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: bb3e466d-e667-4cee-aae1-423ccb75d4e5 2026-07-29 08:58:17.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f236d70-e749-4244-b09a-7a728c2ce4f6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: bb3e466d-e667-4cee-aae1-423ccb75d4e5 [pid: 7|app: 0|req: 468/912] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/913] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/floatingips/a838b16b-5870-45fc-80de-3877c53c959f => generated 552 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/914] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/917] 10.0.0.78 () {34 vars in 992 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/floatingips?tenant_id=da076d91ffa44167875d1bee890c7c87 => generated 555 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/918] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/919] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/920] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/floatingips/a838b16b-5870-45fc-80de-3877c53c959f => generated 552 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/921] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/922] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:17 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.213 => generated 555 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/923] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:18 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.213 => generated 555 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:18.138 7 INFO neutron_taas.services.taas.taas_plugin [req-68c92728-792f-4952-b954-fcb3b67e9980 req-5cfe2fad-0700-49b4-b698-b9f32143cdbe f591aa13792e4eb2b241ffb9491c926c da076d91ffa44167875d1bee890c7c87 - - default default] TaaS: Handle Delete Port: e9884405-af42-4a9f-9e56-f1c6db33d797 2026-07-29 08:58:18.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68c92728-792f-4952-b954-fcb3b67e9980 req-5cfe2fad-0700-49b4-b698-b9f32143cdbe f591aa13792e4eb2b241ffb9491c926c da076d91ffa44167875d1bee890c7c87 - - default default] Tap Mirror: Handle Delete Port: e9884405-af42-4a9f-9e56-f1c6db33d797 [pid: 8|app: 0|req: 445/924] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:58:16 2026] PUT /v2.0/routers/901eb90e-1876-43f9-9b37-df295f5e2d0d/remove_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/925] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 08:58:18 2026] DELETE /v2.0/floatingips/a838b16b-5870-45fc-80de-3877c53c959f => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/926] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 08:58:18 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:18.571 8 INFO neutron_taas.services.taas.taas_plugin [None req-15c57e3f-3431-479b-934c-2c20e81ec72e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 5962c8bb-5672-48be-a0cf-1f08eed5d4b9 2026-07-29 08:58:18.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15c57e3f-3431-479b-934c-2c20e81ec72e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 5962c8bb-5672-48be-a0cf-1f08eed5d4b9 2026-07-29 08:58:18.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-15c57e3f-3431-479b-934c-2c20e81ec72e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: cfc4a1d4-d475-4822-a080-c739653258c0 2026-07-29 08:58:18.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15c57e3f-3431-479b-934c-2c20e81ec72e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: cfc4a1d4-d475-4822-a080-c739653258c0 [pid: 7|app: 0|req: 482/927] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 08:58:18 2026] POST /v2.0/floatingips => generated 552 bytes in 764 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/928] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:19 2026] GET /v2.0/ports?device_id=244dd4e0-c45a-48a1-a8e7-de83f5b79c1e => 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: 484/929] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:19 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 555 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/930] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:19 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/931] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:19 2026] GET /v2.0/floatingips/2acb70fa-c8b3-4ab0-9e7a-c9a63f5db678 => generated 552 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/932] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:19 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/933] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:19 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 555 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/934] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:19 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 555 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:19.485 8 INFO neutron.services.segments.plugin [-] Segment 9c9df19b-f519-4192-a957-9eb49f2bbf69 resource provider aggregate not found 2026-07-29 08:58:19.487 8 INFO neutron.services.segments.plugin [-] Segment 9c9df19b-f519-4192-a957-9eb49f2bbf69 resource provider aggregate not found 2026-07-29 08:58:19.503 8 INFO neutron.services.segments.plugin [-] Segment 9c9df19b-f519-4192-a957-9eb49f2bbf69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c9df19b-f519-4192-a957-9eb49f2bbf69 found for delete ", "request_id": "req-23c8d987-a378-4383-950c-8782ea55bf27"}]} 2026-07-29 08:58:19.504 8 INFO neutron.services.segments.plugin [-] Segment 9c9df19b-f519-4192-a957-9eb49f2bbf69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c9df19b-f519-4192-a957-9eb49f2bbf69 found for delete ", "request_id": "req-db1e0424-d5ac-4d56-aa5d-575f61ad1c05"}]} 2026-07-29 08:58:19.552 8 INFO neutron.db.l3_hamode_db [None req-15c57e3f-3431-479b-934c-2c20e81ec72e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network b8031426-283c-4119-be33-3cab477f2834 was deleted as no HA routers are present in tenant e148cec6b3b24006ae7695dd368dc05c. [pid: 8|app: 0|req: 446/935] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:18 2026] DELETE /v2.0/routers/901eb90e-1876-43f9-9b37-df295f5e2d0d => generated 0 bytes in 1294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:58:19.617 7 INFO neutron_taas.services.taas.taas_plugin [req-e3f66741-e7ff-4d66-970c-d833aecb4693 req-86c684ca-129b-4c33-8071-0c674d0a9ffe f591aa13792e4eb2b241ffb9491c926c da076d91ffa44167875d1bee890c7c87 - - default default] TaaS: Handle Delete Port: 439df892-f101-495d-8797-6c2c075a1c09 2026-07-29 08:58:19.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e3f66741-e7ff-4d66-970c-d833aecb4693 req-86c684ca-129b-4c33-8071-0c674d0a9ffe f591aa13792e4eb2b241ffb9491c926c da076d91ffa44167875d1bee890c7c87 - - default default] Tap Mirror: Handle Delete Port: 439df892-f101-495d-8797-6c2c075a1c09 [pid: 8|app: 0|req: 447/936] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:19 2026] DELETE /v2.0/subnets/8d35248a-cec2-4c0b-ab33-a3c4f71fa940 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/937] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 08:58:19 2026] DELETE /v2.0/floatingips/2acb70fa-c8b3-4ab0-9e7a-c9a63f5db678 => generated 0 bytes in 390 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:58:19.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-0165d6ed-e64c-48c2-953c-12c2eb9e878a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: a536a752-3b32-4436-b4b6-7afd7a573e50 2026-07-29 08:58:19.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0165d6ed-e64c-48c2-953c-12c2eb9e878a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: a536a752-3b32-4436-b4b6-7afd7a573e50 [pid: 8|app: 0|req: 448/938] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 08:58:19 2026] POST /v2.0/security-groups => generated 1658 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 08:58:20.248 8 INFO neutron.api.v2.resource [req-0c3c8a50-b81b-445b-a6e8-0d4c1ea91b73 req-b963c5a7-008a-42f4-af78-e6cd172188f5 f591aa13792e4eb2b241ffb9491c926c da076d91ffa44167875d1bee890c7c87 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 449/939] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:20 2026] GET /v2.0/floatingips/2acb70fa-c8b3-4ab0-9e7a-c9a63f5db678 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/940] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:58:19 2026] DELETE /v2.0/networks/94dd63bd-9623-4096-8dce-47c771386bee => generated 0 bytes in 550 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:58:20.448 7 INFO neutron.api.v2.resource [req-bfab843a-607e-46ed-ae6a-c6dcfd56c871 req-e8ea49e6-735f-40e8-aec9-e819c96420cf f591aa13792e4eb2b241ffb9491c926c da076d91ffa44167875d1bee890c7c87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 492/941] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:20 2026] GET /v2.0/floatingips/2acb70fa-c8b3-4ab0-9e7a-c9a63f5db678 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/942] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 08:58:20 2026] POST /v2.0/security-groups => generated 1656 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 08:58:20.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc0d3772-5616-4fa9-9f58-abcbc87371b1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 93f7cd9b-e2b7-4d84-b3d1-c6ed3b33b46b 2026-07-29 08:58:20.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc0d3772-5616-4fa9-9f58-abcbc87371b1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 93f7cd9b-e2b7-4d84-b3d1-c6ed3b33b46b 2026-07-29 08:58:20.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8181d2c-b51e-4c03-ac66-dc794b282665 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 00c2bd4e-c3e4-425e-9607-7df78299d214 2026-07-29 08:58:21.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8181d2c-b51e-4c03-ac66-dc794b282665 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 00c2bd4e-c3e4-425e-9607-7df78299d214 2026-07-29 08:58:21.021 7 INFO neutron.services.segments.plugin [-] Segment 173d9a79-6082-458b-8755-f6153da79bce resource provider aggregate not found 2026-07-29 08:58:21.040 7 INFO neutron.services.segments.plugin [-] Segment 173d9a79-6082-458b-8755-f6153da79bce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 173d9a79-6082-458b-8755-f6153da79bce found for delete ", "request_id": "req-9b1bb5fa-dadd-4724-a8ca-36f9f060b837"}]} 2026-07-29 08:58:21.055 7 INFO neutron.services.segments.plugin [-] Segment 173d9a79-6082-458b-8755-f6153da79bce resource provider aggregate not found 2026-07-29 08:58:21.079 7 INFO neutron.services.segments.plugin [-] Segment 173d9a79-6082-458b-8755-f6153da79bce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 173d9a79-6082-458b-8755-f6153da79bce found for delete ", "request_id": "req-b852b1fe-e316-4a4e-a8db-5900c50a2b54"}]} [pid: 8|app: 0|req: 451/943] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:58:20 2026] PUT /v2.0/routers/f56baceb-8039-4052-b372-73746bb96514/remove_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/944] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:58:20 2026] PUT /v2.0/routers/97423d6a-a7ee-40a4-b516-8f7633b0947b/remove_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/945] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:21 2026] GET /v2.0/security-groups?tenant_id=eda7e204aa4243eca74f80828ecf2c96&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/946] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 08:58:21 2026] POST /v2.0/security-groups => generated 1658 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 08:58:22.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-220e721a-8721-4e29-9aeb-093223bafdfd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 9066c472-63dc-4f2b-9371-2510d12bb47a 2026-07-29 08:58:22.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-220e721a-8721-4e29-9aeb-093223bafdfd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 9066c472-63dc-4f2b-9371-2510d12bb47a 2026-07-29 08:58:22.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-25eaedec-9ee1-4ac2-a39c-eaff64a722c7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d26d2705-da17-439d-bb3f-236401e1b59d 2026-07-29 08:58:22.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25eaedec-9ee1-4ac2-a39c-eaff64a722c7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d26d2705-da17-439d-bb3f-236401e1b59d 2026-07-29 08:58:23.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-220e721a-8721-4e29-9aeb-093223bafdfd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 4eaaa5f4-6bc1-4015-8592-b5ea7b8ecc86 2026-07-29 08:58:23.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-220e721a-8721-4e29-9aeb-093223bafdfd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 4eaaa5f4-6bc1-4015-8592-b5ea7b8ecc86 2026-07-29 08:58:23.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-25eaedec-9ee1-4ac2-a39c-eaff64a722c7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 9bfd6647-90ca-4a87-ba76-3098b6a915e6 2026-07-29 08:58:23.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25eaedec-9ee1-4ac2-a39c-eaff64a722c7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 9bfd6647-90ca-4a87-ba76-3098b6a915e6 2026-07-29 08:58:23.356 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-220e721a-8721-4e29-9aeb-093223bafdfd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-29 08:58:23.748 8 INFO neutron.services.segments.plugin [-] Segment 5466052c-1cea-4bb2-bdec-ce07ce6e1992 resource provider aggregate not found 2026-07-29 08:58:23.757 8 INFO neutron.services.segments.plugin [-] Segment 5466052c-1cea-4bb2-bdec-ce07ce6e1992 resource provider aggregate not found 2026-07-29 08:58:23.766 7 INFO neutron.services.segments.plugin [-] Segment 6baeed67-d1a3-474d-bb00-e535950cc606 resource provider aggregate not found 2026-07-29 08:58:23.772 7 INFO neutron.services.segments.plugin [-] Segment 6baeed67-d1a3-474d-bb00-e535950cc606 resource provider aggregate not found 2026-07-29 08:58:23.784 8 INFO neutron.services.segments.plugin [-] Segment 5466052c-1cea-4bb2-bdec-ce07ce6e1992 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5466052c-1cea-4bb2-bdec-ce07ce6e1992 found for delete ", "request_id": "req-5210d675-82c1-44d8-89ad-ed3ac64b11c0"}]} 2026-07-29 08:58:23.790 8 INFO neutron.services.segments.plugin [-] Segment 5466052c-1cea-4bb2-bdec-ce07ce6e1992 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5466052c-1cea-4bb2-bdec-ce07ce6e1992 found for delete ", "request_id": "req-6a41db36-ae17-46a8-8923-a3b882072ac3"}]} 2026-07-29 08:58:23.799 7 INFO neutron.services.segments.plugin [-] Segment 6baeed67-d1a3-474d-bb00-e535950cc606 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6baeed67-d1a3-474d-bb00-e535950cc606 found for delete ", "request_id": "req-fa96c023-9b05-4e3b-ba1f-727f4204263f"}]} 2026-07-29 08:58:23.801 7 INFO neutron.services.segments.plugin [-] Segment 6baeed67-d1a3-474d-bb00-e535950cc606 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6baeed67-d1a3-474d-bb00-e535950cc606 found for delete ", "request_id": "req-344cc32e-9ed9-4df8-9435-ed15defa8021"}]} 2026-07-29 08:58:23.836 8 INFO neutron.db.l3_hamode_db [None req-25eaedec-9ee1-4ac2-a39c-eaff64a722c7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 685a3741-a62b-4041-a3ad-7645d372cab7 was deleted as no HA routers are present in tenant d13ef7db09514ae2b1bebf2f38ec4003. [pid: 8|app: 0|req: 453/947] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:21 2026] DELETE /v2.0/routers/97423d6a-a7ee-40a4-b516-8f7633b0947b => generated 0 bytes in 1934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:58:23.866 7 INFO neutron.db.l3_hamode_db [None req-220e721a-8721-4e29-9aeb-093223bafdfd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 67d438b2-f924-41f4-a758-218cc25fe46a was deleted as no HA routers are present in tenant da076d91ffa44167875d1bee890c7c87. [pid: 7|app: 0|req: 495/948] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:21 2026] DELETE /v2.0/routers/f56baceb-8039-4052-b372-73746bb96514 => generated 0 bytes in 1967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/949] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:23 2026] DELETE /v2.0/security-groups/14ac5778-636d-45fd-bb9e-8a2081aa3885 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/950] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 08:58:23 2026] POST /v2.0/security-groups => generated 1657 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/951] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:24 2026] DELETE /v2.0/subnets/c37c80a4-43e6-4f96-afae-5899cff7e97a => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/952] 10.0.0.78 () {34 vars in 915 bytes} [Wed Jul 29 08:58:24 2026] GET /v2.0/security-groups => generated 26886 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/953] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:24 2026] DELETE /v2.0/subnets/d69d5079-2ca6-4be4-96ec-df0a35e77abf => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:58:24.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-14914de2-0760-403c-a910-3a1179d23df3 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 980312e7-c574-4fee-a64e-8fd6f7a87f5b 2026-07-29 08:58:24.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14914de2-0760-403c-a910-3a1179d23df3 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 980312e7-c574-4fee-a64e-8fd6f7a87f5b [pid: 8|app: 0|req: 457/954] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:24 2026] GET /v2.0/security-groups?tenant_id=6c39e95488b14fd1a964f9a88538e4ed&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: 458/955] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:24 2026] GET /v2.0/security-groups/15e82117-fccb-4f6c-875c-fc6a3d79e44e => generated 2922 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:58:24.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fcdeff2-8817-45da-a03c-1f6ad029389f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 80d2de99-3515-42eb-bc5e-3782e8ae875f 2026-07-29 08:58:24.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fcdeff2-8817-45da-a03c-1f6ad029389f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 80d2de99-3515-42eb-bc5e-3782e8ae875f [pid: 7|app: 0|req: 498/956] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:58:24 2026] DELETE /v2.0/networks/f3d90687-c861-4cc0-96b0-cd35c53d533e => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/957] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:24 2026] DELETE /v2.0/security-groups/cc324c41-aef5-4f07-b7b0-ee778caf3f59 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/958] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:24 2026] GET /v2.0/security-groups/15e82117-fccb-4f6c-875c-fc6a3d79e44e => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/959] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:58:24 2026] DELETE /v2.0/networks/bbe6e7f0-24a8-4087-9b97-47c96fc05ccf => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/960] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:24 2026] GET /v2.0/security-groups/2e8319d8-7643-4853-9a40-6425b96891b0 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/961] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/2e8319d8-7643-4853-9a40-6425b96891b0 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/962] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/369a3958-0be6-4499-bfc8-baf5187afbfe => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/963] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/369a3958-0be6-4499-bfc8-baf5187afbfe => generated 2922 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/964] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/5caa966a-ee0e-4625-b6dc-a2c0f6d5296b => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/965] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/5caa966a-ee0e-4625-b6dc-a2c0f6d5296b => generated 2918 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/966] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/647ca82c-22ea-413c-926e-f60257126508 => generated 2914 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/967] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/647ca82c-22ea-413c-926e-f60257126508 => generated 2914 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/968] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups?tenant_id=da076d91ffa44167875d1bee890c7c87&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/969] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/a8d9b3c5-3d31-49e7-97c0-16d288ab5ca8 => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/970] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups?tenant_id=e148cec6b3b24006ae7695dd368dc05c&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/971] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/a8d9b3c5-3d31-49e7-97c0-16d288ab5ca8 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/972] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:25 2026] DELETE /v2.0/security-groups/2e8319d8-7643-4853-9a40-6425b96891b0 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/973] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/e72f5664-290e-4cc2-bf86-7447292d53dc => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/974] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/e72f5664-290e-4cc2-bf86-7447292d53dc => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/975] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:25 2026] DELETE /v2.0/security-groups/5caa966a-ee0e-4625-b6dc-a2c0f6d5296b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/976] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups?tenant_id=d36cefda731d47c5a72bae98bdbf2952 => generated 6199 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/977] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/369a3958-0be6-4499-bfc8-baf5187afbfe => generated 2922 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/978] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/369a3958-0be6-4499-bfc8-baf5187afbfe => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:58:25.813 8 INFO neutron.services.segments.plugin [-] Segment 977ecab5-850d-4d17-ae0f-cde4e96e4bc0 resource provider aggregate not found 2026-07-29 08:58:25.820 8 INFO neutron.services.segments.plugin [-] Segment 977ecab5-850d-4d17-ae0f-cde4e96e4bc0 resource provider aggregate not found [pid: 8|app: 0|req: 469/979] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/2155fae2-465a-42f7-8ac8-a0f8b79fffe6 => generated 1657 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:58:25.824 7 INFO neutron.services.segments.plugin [-] Segment e1ef8133-4402-4a2e-919d-fac48dad499b resource provider aggregate not found 2026-07-29 08:58:25.828 7 INFO neutron.services.segments.plugin [-] Segment e1ef8133-4402-4a2e-919d-fac48dad499b resource provider aggregate not found 2026-07-29 08:58:25.841 8 INFO neutron.services.segments.plugin [-] Segment 977ecab5-850d-4d17-ae0f-cde4e96e4bc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 977ecab5-850d-4d17-ae0f-cde4e96e4bc0 found for delete ", "request_id": "req-2ae4528a-5b74-4f6e-acb9-75678732b459"}]} 2026-07-29 08:58:25.841 8 INFO neutron.services.segments.plugin [-] Segment 977ecab5-850d-4d17-ae0f-cde4e96e4bc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 977ecab5-850d-4d17-ae0f-cde4e96e4bc0 found for delete ", "request_id": "req-781337ca-2f5d-4725-be89-350301ec00e0"}]} 2026-07-29 08:58:25.848 7 INFO neutron.services.segments.plugin [-] Segment e1ef8133-4402-4a2e-919d-fac48dad499b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1ef8133-4402-4a2e-919d-fac48dad499b found for delete ", "request_id": "req-ac4809be-cfb5-441b-8fcf-4b9fbd0c4f66"}]} 2026-07-29 08:58:25.850 7 INFO neutron.services.segments.plugin [-] Segment e1ef8133-4402-4a2e-919d-fac48dad499b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1ef8133-4402-4a2e-919d-fac48dad499b found for delete ", "request_id": "req-4cc25f7b-b294-4053-a1c6-593173baf2b9"}]} [pid: 7|app: 0|req: 511/980] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups?tenant_id=d13ef7db09514ae2b1bebf2f38ec4003&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/981] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 08:58:25 2026] DELETE /v2.0/security-groups/2155fae2-465a-42f7-8ac8-a0f8b79fffe6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/982] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:25 2026] GET /v2.0/security-groups/eac50bba-3083-4777-8035-24d5aa4e9009 => generated 1658 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/983] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:25 2026] DELETE /v2.0/security-groups/15e82117-fccb-4f6c-875c-fc6a3d79e44e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/984] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 08:58:26 2026] DELETE /v2.0/security-groups/eac50bba-3083-4777-8035-24d5aa4e9009 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/985] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:26 2026] GET /v2.0/security-groups/bac40111-6c64-4f1d-95ea-680823430a99 => generated 1656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/986] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 08:58:26 2026] DELETE /v2.0/security-groups/bac40111-6c64-4f1d-95ea-680823430a99 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/987] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:58:26 2026] GET /v2.0/security-groups/647b63be-8f60-4d96-8d3e-069e187f2232 => generated 1658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/988] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 08:58:26 2026] DELETE /v2.0/security-groups/647b63be-8f60-4d96-8d3e-069e187f2232 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/989] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:27 2026] GET /v2.0/security-groups?tenant_id=fe530afdc7c84d6eb3282501b35517d0&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:58:27.710 7 INFO neutron.db.segments_db [None req-3ae606f7-70ec-4b88-ad18-fb72bf41dddd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment caa01376-6b77-43ef-93f9-727624c36bb0 of type vxlan for network 93cabe6d-f1ba-408c-979d-2b13c46a66eb [pid: 8|app: 0|req: 476/990] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:27 2026] DELETE /v2.0/security-groups/e72f5664-290e-4cc2-bf86-7447292d53dc => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/991] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:58:27 2026] POST /v2.0/networks => generated 731 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/992] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:27 2026] GET /v2.0/security-groups?tenant_id=d36cefda731d47c5a72bae98bdbf2952&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/993] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:27 2026] DELETE /v2.0/security-groups/369a3958-0be6-4499-bfc8-baf5187afbfe => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/994] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:27 2026] POST /v2.0/subnets => generated 697 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:58:28.404 7 INFO neutron.db.segments_db [None req-adf5c53e-f8db-49f7-ba78-be87fb3fddaf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment b85f0b00-ef3f-4c9e-a87d-7635739e7308 of type vxlan for network 2cb04f8c-9d5d-4ee4-88b4-0fc42481b49e 2026-07-29 08:58:28.877 7 INFO neutron.db.l3_hamode_db [None req-adf5c53e-f8db-49f7-ba78-be87fb3fddaf 792098ed716c44f9a3ede4e71835c564 05c039627225418f9f03ed8d644a9f48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 08:58:29.994 7 INFO neutron.db.l3_hamode_db [None req-adf5c53e-f8db-49f7-ba78-be87fb3fddaf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 478/995] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:29 2026] GET /v2.0/security-groups?tenant_id=0311392408744b18b5b350c24cde7269&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/996] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:30 2026] DELETE /v2.0/security-groups/0cd8b8a2-7771-430d-aa41-ae8328915bf0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/997] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:30 2026] GET /v2.0/security-groups?tenant_id=a5151f12d895490aae55d5b01a70eab4&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/998] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:30 2026] GET /v2.0/security-groups?tenant_id=2254e97c734b4825a830c44e60d70afb&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/999] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:28 2026] POST /v2.0/routers => generated 737 bytes in 2985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1000] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:31 2026] DELETE /v2.0/security-groups/97b2a729-de95-420c-ab69-e0482eba1877 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1001] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:31 2026] DELETE /v2.0/security-groups/4867cb27-ba05-4ec1-b278-51bf507806d8 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1002] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:31 2026] GET /v2.0/security-groups?tenant_id=02deffb9a5bd476c94e453c5cf72a5cb&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1003] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:31 2026] DELETE /v2.0/security-groups/0a5bab63-64f8-4faf-bc77-5aebf2b978e1 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1006] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:58:31 2026] PUT /v2.0/routers/7678c40a-38fd-4d10-918f-cd9b4b87abc8/add_router_interface => generated 309 bytes in 1631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1007] 10.0.0.78 () {34 vars in 992 bytes} [Wed Jul 29 08:58:33 2026] GET /v2.0/floatingips?tenant_id=05c039627225418f9f03ed8d644a9f48 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1008] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:58:33 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=non_exist_pool => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:33.726 7 INFO neutron.api.v2.resource [req-f23c48ce-8916-459e-8518-086430eeaefb req-40f1cf16-4100-4e14-b9c1-760ef634db9c 89c36b60321d407790b7881d6873b1b1 05c039627225418f9f03ed8d644a9f48 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 526/1009] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:33 2026] GET /v2.0/floatingips/acac23ae-a904-4bab-855b-0df51d42bd03 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1010] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:58:33 2026] GET /v2.0/networks => generated 651 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:34.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-c20e2bc3-9107-4090-9dbc-b593fad84a44 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 51a7690d-2e8f-40c0-a140-4e3c2c29ac54 2026-07-29 08:58:34.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c20e2bc3-9107-4090-9dbc-b593fad84a44 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 51a7690d-2e8f-40c0-a140-4e3c2c29ac54 [pid: 8|app: 0|req: 485/1011] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:58:34 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => 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: 486/1012] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:58:34 2026] GET /v2.0/quotas/175af79b2f8f42fbaa56bee572104779 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1013] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:58:34 2026] GET /v2.0/ports?tenant_id=175af79b2f8f42fbaa56bee572104779&fields=id => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1014] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:58:34 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1015] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:58:34 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1016] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:34 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => 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: 527/1017] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:58:33 2026] PUT /v2.0/routers/7678c40a-38fd-4d10-918f-cd9b4b87abc8/remove_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:35.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b95bd30-39b4-4710-9247-aef6b9e718cb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: bf7510e5-3b95-413e-bab9-0fc289325761 2026-07-29 08:58:35.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b95bd30-39b4-4710-9247-aef6b9e718cb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: bf7510e5-3b95-413e-bab9-0fc289325761 2026-07-29 08:58:35.651 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b95bd30-39b4-4710-9247-aef6b9e718cb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 0c4e0dca-1f55-4094-896b-0154832b5172 2026-07-29 08:58:35.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b95bd30-39b4-4710-9247-aef6b9e718cb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 0c4e0dca-1f55-4094-896b-0154832b5172 [pid: 7|app: 0|req: 528/1018] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:35 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:36.138 8 INFO neutron.services.segments.plugin [-] Segment b85f0b00-ef3f-4c9e-a87d-7635739e7308 resource provider aggregate not found 2026-07-29 08:58:36.147 8 INFO neutron.services.segments.plugin [-] Segment b85f0b00-ef3f-4c9e-a87d-7635739e7308 resource provider aggregate not found 2026-07-29 08:58:36.159 8 INFO neutron.services.segments.plugin [-] Segment b85f0b00-ef3f-4c9e-a87d-7635739e7308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85f0b00-ef3f-4c9e-a87d-7635739e7308 found for delete ", "request_id": "req-97946405-e41a-4652-b62e-5d94b90f950f"}]} 2026-07-29 08:58:36.173 8 INFO neutron.services.segments.plugin [-] Segment b85f0b00-ef3f-4c9e-a87d-7635739e7308 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85f0b00-ef3f-4c9e-a87d-7635739e7308 found for delete ", "request_id": "req-54340223-3ffd-4d55-818c-7d3b01a3a12a"}]} 2026-07-29 08:58:36.227 8 INFO neutron.db.l3_hamode_db [None req-2b95bd30-39b4-4710-9247-aef6b9e718cb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 2cb04f8c-9d5d-4ee4-88b4-0fc42481b49e was deleted as no HA routers are present in tenant 05c039627225418f9f03ed8d644a9f48. [pid: 8|app: 0|req: 491/1019] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:34 2026] DELETE /v2.0/routers/7678c40a-38fd-4d10-918f-cd9b4b87abc8 => generated 0 bytes in 1276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1020] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:36 2026] DELETE /v2.0/subnets/5aff9de3-d633-4101-8f10-f4f73917d44d => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1021] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:36 2026] GET /v2.0/security-groups?tenant_id=462492dd74fb4ecf8838948013b81385&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:58:36.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bf3eef4-d62c-4233-95a3-07e2c83bff77 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d274a93a-cb70-4918-b2fc-7f3c1184f886 2026-07-29 08:58:36.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bf3eef4-d62c-4233-95a3-07e2c83bff77 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d274a93a-cb70-4918-b2fc-7f3c1184f886 [pid: 7|app: 0|req: 530/1022] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:36 2026] DELETE /v2.0/security-groups/e5df4944-ab54-41a0-b514-0d67e3b76b3e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1023] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:58:36 2026] DELETE /v2.0/networks/93cabe6d-f1ba-408c-979d-2b13c46a66eb => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1024] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:36 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => 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: 531/1025] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:36 2026] GET /v2.0/security-groups?tenant_id=f71a9800086343a8a0aa3f76a26adc04&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1026] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:37 2026] DELETE /v2.0/security-groups/8f86d8aa-28e5-49db-9dc5-8cea3a6068e2 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1027] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:37 2026] GET /v2.0/security-groups?tenant_id=05c039627225418f9f03ed8d644a9f48&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1028] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:37 2026] DELETE /v2.0/security-groups/522ed78b-c3a8-4cef-8c8e-761102e64cac => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1029] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:37 2026] GET /v2.0/security-groups?tenant_id=3374d99868a04419ae5434f85a06a048&name=default => generated 2925 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1030] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:37 2026] DELETE /v2.0/security-groups/de53545b-baf3-4149-a4a4-952d1599da1d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1031] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:37 2026] GET /v2.0/security-groups?tenant_id=9b3e115c3a6244d48346519a7bd45556&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1032] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:38 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:38.185 8 INFO neutron.services.segments.plugin [-] Segment caa01376-6b77-43ef-93f9-727624c36bb0 resource provider aggregate not found [pid: 8|app: 0|req: 497/1033] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:38 2026] DELETE /v2.0/security-groups/a0e7bef3-5eec-44f9-b83a-a668cf972ddb => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:58:38.195 8 INFO neutron.services.segments.plugin [-] Segment caa01376-6b77-43ef-93f9-727624c36bb0 resource provider aggregate not found 2026-07-29 08:58:38.210 8 INFO neutron.services.segments.plugin [-] Segment caa01376-6b77-43ef-93f9-727624c36bb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa01376-6b77-43ef-93f9-727624c36bb0 found for delete ", "request_id": "req-2dd88f0b-fecb-4c80-b9f3-885cfcc0f215"}]} 2026-07-29 08:58:38.211 8 INFO neutron.services.segments.plugin [-] Segment caa01376-6b77-43ef-93f9-727624c36bb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid caa01376-6b77-43ef-93f9-727624c36bb0 found for delete ", "request_id": "req-b325345c-d48a-426a-8a88-658d6e5dc7e6"}]} [pid: 7|app: 0|req: 537/1034] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:39 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => 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: 498/1035] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:58:39 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:39.684 8 INFO neutron.db.segments_db [None req-4f14a51c-bdc3-42b0-90d9-e1c658c1071c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 6b783a66-f429-4ac1-885d-0c332d076ca3 of type vxlan for network 3bff750c-ed1b-4d0f-a5b2-dbadd0f7ba97 [pid: 8|app: 0|req: 499/1036] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:58:39 2026] POST /v2.0/networks => generated 735 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1037] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:58:39 2026] POST /v2.0/ports => generated 966 bytes in 632 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: 500/1038] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:39 2026] POST /v2.0/subnets => generated 702 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:58:40.299 8 INFO neutron.db.segments_db [None req-6ea2f836-4771-442e-91ea-d796b620c233 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 4ddc1d69-3f21-48c4-82d4-1abe695ceaa9 of type vxlan for network 9485cda5-8747-4fcf-add6-d32d01372665 [pid: 7|app: 0|req: 539/1039] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:58:39 2026] PUT /v2.0/ports/217a13c6-692e-464d-b968-1a25403f3062 => generated 1247 bytes in 560 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-07-29 08:58:40.515 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-789f3a89-a663-458f-86f8-7ffb858840da'] response: {'name': 'network-changed', 'server_uuid': 'f6cff065-75f6-4d8d-909c-274c582c82dc', 'tag': '217a13c6-692e-464d-b968-1a25403f3062', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 540/1040] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 981 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:40.684 8 INFO neutron.db.l3_hamode_db [None req-6ea2f836-4771-442e-91ea-d796b620c233 792098ed716c44f9a3ede4e71835c564 e39345ba9331458ba6018cd596082d6b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 541/1041] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/networks => generated 651 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1042] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1043] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1044] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/quotas/7fe3f5df763040ac8a2679d4ebea5699 => 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: 545/1045] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/ports?tenant_id=7fe3f5df763040ac8a2679d4ebea5699&fields=id => 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: 546/1046] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 547/1047] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:58:40 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1048] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:58:41 2026] GET /v2.0/ports?tenant_id=175af79b2f8f42fbaa56bee572104779&device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 1250 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1049] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:58:41 2026] GET /v2.0/networks?tenant_id=175af79b2f8f42fbaa56bee572104779&shared=False => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1050] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:58:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:41.771 8 INFO neutron.db.l3_hamode_db [None req-6ea2f836-4771-442e-91ea-d796b620c233 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 551/1051] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:41 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1052] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:41 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1053] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:58:42 2026] GET /v2.0/ports?tenant_id=175af79b2f8f42fbaa56bee572104779&device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1054] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:58:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.211&port_id=217a13c6-692e-464d-b968-1a25403f3062 => 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: 555/1055] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:58:42 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1056] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:58:42 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1057] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:58:42 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 558/1058] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:58:42 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1059] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:43 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1060] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:40 2026] POST /v2.0/routers => generated 742 bytes in 2921 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1061] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:43 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1062] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:43 2026] GET /v2.0/security-groups?tenant_id=7fe3f5df763040ac8a2679d4ebea5699&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1063] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:43 2026] DELETE /v2.0/security-groups/3b8053a9-5f8e-4d2d-ae2b-e3ebaaf455ae => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1064] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:44 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 981 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1065] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:44 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&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: 7|app: 0|req: 561/1066] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:58:43 2026] PUT /v2.0/routers/0652f5f6-b74b-456c-865c-efa5222024d1/add_router_interface => generated 309 bytes in 1429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:45.242 8 INFO neutron.api.v2.resource [req-35649f19-2f90-47dc-9786-e3cdeb5ef78c req-e2d31c91-7e87-4a5b-910a-e16092ee44a1 eb61051c303b415d90bb0773555c5d71 e39345ba9331458ba6018cd596082d6b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 506/1067] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:45 2026] GET /v2.0/floatingips/1b33dfa3-68ac-4b7a-a283-c9b28837fc08 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1068] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:45 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1069] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:45 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:45.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ef1531f-547c-4f88-924e-6ee7b5d8a2ae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d44ee839-1c7d-42fc-91a0-c7c72de019b2 2026-07-29 08:58:45.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ef1531f-547c-4f88-924e-6ee7b5d8a2ae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d44ee839-1c7d-42fc-91a0-c7c72de019b2 2026-07-29 08:58:46.035 8 INFO neutron.db.segments_db [None req-0304f526-eb70-4cd9-a8d4-8546635fe3d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9d89fc18-1de8-41a1-a6ac-a12e8396bb54 of type vxlan for network 5dd9bab6-b6e3-4859-8327-c4659c5d785e [pid: 8|app: 0|req: 509/1070] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:58:45 2026] POST /v2.0/networks => generated 728 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1071] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:58:45 2026] PUT /v2.0/routers/0652f5f6-b74b-456c-865c-efa5222024d1/remove_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1072] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:46 2026] POST /v2.0/subnets => generated 694 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1073] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:46 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:46.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-56220aac-d6f7-4d05-9e0f-6d2200a12e31 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ce39b834-4cac-41a2-9ce0-8b7d0a36dda2 2026-07-29 08:58:46.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56220aac-d6f7-4d05-9e0f-6d2200a12e31 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ce39b834-4cac-41a2-9ce0-8b7d0a36dda2 2026-07-29 08:58:46.785 8 INFO neutron.db.segments_db [None req-bd32d70c-673e-415f-965e-6c90668e0710 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment bad7ef20-f0f6-47f7-9186-7b1c31f0fd9a of type vxlan for network bc51e6c5-c793-4e1a-ad39-2a06b69ae82b 2026-07-29 08:58:47.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-56220aac-d6f7-4d05-9e0f-6d2200a12e31 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b1c6c909-0366-4a3e-9404-1b88e4014174 2026-07-29 08:58:47.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56220aac-d6f7-4d05-9e0f-6d2200a12e31 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b1c6c909-0366-4a3e-9404-1b88e4014174 2026-07-29 08:58:47.403 8 INFO neutron.db.l3_hamode_db [None req-bd32d70c-673e-415f-965e-6c90668e0710 792098ed716c44f9a3ede4e71835c564 41c3a7950d45478b9b6f2344d3f2a95f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 08:58:47.632 7 INFO neutron.services.segments.plugin [-] Segment 4ddc1d69-3f21-48c4-82d4-1abe695ceaa9 resource provider aggregate not found 2026-07-29 08:58:47.641 7 INFO neutron.services.segments.plugin [-] Segment 4ddc1d69-3f21-48c4-82d4-1abe695ceaa9 resource provider aggregate not found 2026-07-29 08:58:47.658 7 INFO neutron.services.segments.plugin [-] Segment 4ddc1d69-3f21-48c4-82d4-1abe695ceaa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ddc1d69-3f21-48c4-82d4-1abe695ceaa9 found for delete ", "request_id": "req-4c214c85-647c-4c84-825e-ceca9b76028f"}]} 2026-07-29 08:58:47.660 7 INFO neutron.services.segments.plugin [-] Segment 4ddc1d69-3f21-48c4-82d4-1abe695ceaa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ddc1d69-3f21-48c4-82d4-1abe695ceaa9 found for delete ", "request_id": "req-37130857-7c3b-4cfb-8060-249ca64ddff1"}]} 2026-07-29 08:58:47.702 7 INFO neutron.db.l3_hamode_db [None req-56220aac-d6f7-4d05-9e0f-6d2200a12e31 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 9485cda5-8747-4fcf-add6-d32d01372665 was deleted as no HA routers are present in tenant e39345ba9331458ba6018cd596082d6b. [pid: 7|app: 0|req: 563/1074] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:46 2026] DELETE /v2.0/routers/0652f5f6-b74b-456c-865c-efa5222024d1 => generated 0 bytes in 1308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1075] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:47 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1076] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:47 2026] GET /v2.0/security-groups?tenant_id=9534f17142224899a38c3dece2b08a04&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1079] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:58:48 2026] DELETE /v2.0/subnets/26b94d18-7017-48cb-af37-3985e6c4526c => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1080] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:48 2026] DELETE /v2.0/security-groups/4568cdd1-c280-40b7-a278-bf28771558f2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:58:48.506 8 INFO neutron.db.l3_hamode_db [None req-bd32d70c-673e-415f-965e-6c90668e0710 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 08:58:48.545 7 INFO neutron_taas.services.taas.taas_plugin [None req-97e7b3a4-635d-45fc-b56f-f72bfe764aab 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 732f1ebe-d876-40e7-9bd0-5be18ca83ed1 2026-07-29 08:58:48.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97e7b3a4-635d-45fc-b56f-f72bfe764aab 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 732f1ebe-d876-40e7-9bd0-5be18ca83ed1 [pid: 7|app: 0|req: 570/1081] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:58:48 2026] DELETE /v2.0/networks/3bff750c-ed1b-4d0f-a5b2-dbadd0f7ba97 => generated 0 bytes in 458 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1082] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:48 2026] GET /v2.0/security-groups?tenant_id=c61d880ca6dc48ac8f92319b12add21e&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1083] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:49 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 983 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1084] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:49 2026] DELETE /v2.0/security-groups/7751660b-c1e0-44be-b9cf-34a88cf95fe0 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1085] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:49 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1086] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:49 2026] GET /v2.0/security-groups?tenant_id=e39345ba9331458ba6018cd596082d6b&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: 576/1087] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:49 2026] DELETE /v2.0/security-groups/688bed0d-f871-4e4a-acf9-d7fbfc3ceaff => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:58:49.687 7 INFO neutron.services.segments.plugin [-] Segment 6b783a66-f429-4ac1-885d-0c332d076ca3 resource provider aggregate not found 2026-07-29 08:58:49.692 7 INFO neutron.services.segments.plugin [-] Segment 6b783a66-f429-4ac1-885d-0c332d076ca3 resource provider aggregate not found 2026-07-29 08:58:49.704 7 INFO neutron.services.segments.plugin [-] Segment 6b783a66-f429-4ac1-885d-0c332d076ca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b783a66-f429-4ac1-885d-0c332d076ca3 found for delete ", "request_id": "req-37a42302-9b54-4450-930d-99fb308ae839"}]} 2026-07-29 08:58:49.710 7 INFO neutron.services.segments.plugin [-] Segment 6b783a66-f429-4ac1-885d-0c332d076ca3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b783a66-f429-4ac1-885d-0c332d076ca3 found for delete ", "request_id": "req-79d4a56d-3df6-4371-8bda-451e291f1c56"}]} [pid: 7|app: 0|req: 577/1088] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 983 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1089] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1090] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:58:46 2026] POST /v2.0/routers => generated 734 bytes in 3503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1091] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/ports?tenant_id=175af79b2f8f42fbaa56bee572104779&device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 1252 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1092] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1093] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.211&port_id=217a13c6-692e-464d-b968-1a25403f3062 => 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: 516/1094] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1095] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1096] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 519/1097] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:58:50 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1098] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:51 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 983 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1099] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:51 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1100] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:58:50 2026] PUT /v2.0/routers/53af6677-2724-4a03-9a60-e790a02b346e/add_router_interface => generated 309 bytes in 1637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1101] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:58:52 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 983 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1102] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:52 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 983 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1103] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 08:58:52 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:58:52.602 7 INFO neutron_taas.services.taas.taas_plugin [req-3e0120d4-2ce3-4cd8-ae9e-682f6df9963b req-5b237c41-1b7f-46db-ae8c-c2d0f41605cc 0dcf93af253b4449bd9a3b150f033001 175af79b2f8f42fbaa56bee572104779 - - default default] TaaS: Handle Delete Port: 217a13c6-692e-464d-b968-1a25403f3062 2026-07-29 08:58:52.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3e0120d4-2ce3-4cd8-ae9e-682f6df9963b req-5b237c41-1b7f-46db-ae8c-c2d0f41605cc 0dcf93af253b4449bd9a3b150f033001 175af79b2f8f42fbaa56bee572104779 - - default default] Tap Mirror: Handle Delete Port: 217a13c6-692e-464d-b968-1a25403f3062 [pid: 8|app: 0|req: 525/1104] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:52 2026] GET /v2.0/security-groups?id=5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1105] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:58:52 2026] DELETE /v2.0/ports/217a13c6-692e-464d-b968-1a25403f3062 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:58:52.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d172c19-ff9a-4d55-bfc0-11fe9ceaeba2'] response: {'server_uuid': 'f6cff065-75f6-4d8d-909c-274c582c82dc', 'name': 'network-vif-deleted', 'tag': '217a13c6-692e-464d-b968-1a25403f3062', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 581/1106] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:58:53 2026] GET /v2.0/networks => generated 651 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1107] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 08:58:52 2026] POST /v2.0/floatingips => generated 552 bytes in 978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1108] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:53 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.216 => generated 555 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1109] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:53 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1110] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:53 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1111] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 08:58:53 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1112] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:58:53 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1113] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/quotas/876c072b9dd644309caebe55bdda666c => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1114] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/ports?tenant_id=876c072b9dd644309caebe55bdda666c&fields=id => 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: 587/1115] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1116] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1117] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => 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: 529/1118] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 08:58:53 2026] POST /v2.0/floatingips => generated 552 bytes in 793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1119] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.215 => generated 555 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1120] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1121] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:54 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1122] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 08:58:55 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1123] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 08:58:55 2026] POST /v2.0/floatingips => generated 552 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1124] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:56 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.211 => generated 555 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1125] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:56 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => 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: 593/1126] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:56 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1127] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:56 2026] GET /v2.0/ports?device_id=f6cff065-75f6-4d8d-909c-274c582c82dc => 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: 594/1128] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 08:58:56 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1129] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 08:58:56 2026] POST /v2.0/floatingips => generated 552 bytes in 884 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1130] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.212 => generated 555 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1131] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1132] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1133] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/floatingips/e5c66ca1-116f-4ee2-96d8-f89c8a4851ad => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1134] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1135] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/floatingips/e5c66ca1-116f-4ee2-96d8-f89c8a4851ad => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1136] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1137] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.212 => generated 555 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1138] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:57 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.212 => generated 555 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:57.861 8 INFO neutron_taas.services.taas.taas_plugin [req-8a541cd6-c0ae-44e0-9133-4dcf3fda97be req-08cd0c01-daf3-4869-843f-3edac8d00bf2 b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] TaaS: Handle Delete Port: 577e66b6-f83e-4eda-9746-2859c93d59af 2026-07-29 08:58:57.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8a541cd6-c0ae-44e0-9133-4dcf3fda97be req-08cd0c01-daf3-4869-843f-3edac8d00bf2 b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] Tap Mirror: Handle Delete Port: 577e66b6-f83e-4eda-9746-2859c93d59af [pid: 8|app: 0|req: 540/1139] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 08:58:57 2026] DELETE /v2.0/floatingips/e5c66ca1-116f-4ee2-96d8-f89c8a4851ad => generated 0 bytes in 504 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1140] 10.0.0.78 () {34 vars in 992 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/floatingips?tenant_id=41c3a7950d45478b9b6f2344d3f2a95f => generated 1631 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1141] 10.0.0.78 () {34 vars in 1140 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604&id=70fc94e5-f60d-4ba3-b548-c3a47446e604&id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1142] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/floatingips/1f3148b9-ca7d-4953-b368-5d5908026514 => generated 552 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1143] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => 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: 542/1144] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1145] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.211 => generated 555 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1146] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.211 => generated 555 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:58:58.713 7 INFO neutron_taas.services.taas.taas_plugin [req-dd5d60c2-cba9-4624-a7cb-e7bb218a3313 req-ff4c93ff-51a1-4965-9d0a-ca025fc58d0e b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] TaaS: Handle Delete Port: 0a941eac-9766-49b0-9eea-36da1ffb0660 2026-07-29 08:58:58.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dd5d60c2-cba9-4624-a7cb-e7bb218a3313 req-ff4c93ff-51a1-4965-9d0a-ca025fc58d0e b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] Tap Mirror: Handle Delete Port: 0a941eac-9766-49b0-9eea-36da1ffb0660 [pid: 7|app: 0|req: 604/1147] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 08:58:58 2026] DELETE /v2.0/floatingips/1f3148b9-ca7d-4953-b368-5d5908026514 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1148] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:58 2026] GET /v2.0/security-groups?tenant_id=29c6ae9d69cf438cb073951f85f8d7c2&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1149] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1150] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/floatingips/ffe91018-0444-4153-a2e7-ad8d889dd632 => generated 552 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1151] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:59 2026] DELETE /v2.0/security-groups/d85085e2-8e69-4f78-85e4-e9dd410cd7a2 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1152] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1153] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/security-groups?tenant_id=2a2968402e49463ca8e5530b00d9962f&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1154] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1155] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/security-groups?tenant_id=175af79b2f8f42fbaa56bee572104779&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: 550/1156] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:59 2026] DELETE /v2.0/security-groups/495f960c-60a8-4cda-ab8d-4c108ccbab22 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1157] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.215 => generated 555 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1158] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1159] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:58:59 2026] POST /v2.0/ports => generated 966 bytes in 698 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: 608/1160] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.215 => generated 555 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1161] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:58:59 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&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: 8|app: 0|req: 553/1162] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:58:59 2026] DELETE /v2.0/security-groups/5e0f2432-320e-4c2e-8bd7-c61c9d6e3ebf => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:59:00.078 8 INFO neutron_taas.services.taas.taas_plugin [req-0846efe0-2986-4371-95a3-546454318682 req-e2637ddc-5c44-4665-9de9-6453333dca32 b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] TaaS: Handle Delete Port: 9c11126d-4534-4910-9513-03935d4b2bf1 2026-07-29 08:59:00.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0846efe0-2986-4371-95a3-546454318682 req-e2637ddc-5c44-4665-9de9-6453333dca32 b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] Tap Mirror: Handle Delete Port: 9c11126d-4534-4910-9513-03935d4b2bf1 [pid: 8|app: 0|req: 554/1163] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 08:58:59 2026] DELETE /v2.0/floatingips/ffe91018-0444-4153-a2e7-ad8d889dd632 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1164] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:58:59 2026] PUT /v2.0/ports/8387df1d-6061-4ba4-8adf-5bab99a39bf3 => generated 1247 bytes in 578 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: 555/1165] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:00 2026] GET /v2.0/security-groups?tenant_id=a44ec5413ac3455d8c4d3dd79d4d59ef&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1166] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 08:59:00 2026] GET /v2.0/floatingips/2403925e-992a-479c-a163-58e7c121a5d2 => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:00.509 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd94ba9c-330f-465b-a781-f9cbced1aa91'] response: {'name': 'network-changed', 'server_uuid': '9fd1402b-0216-4390-97d7-5d889c5f5a08', 'tag': '8387df1d-6061-4ba4-8adf-5bab99a39bf3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 612/1167] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 08:59:00 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1168] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:59:00 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.216 => generated 555 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1169] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 08:59:00 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.216 => generated 555 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1170] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:00 2026] DELETE /v2.0/security-groups/aaff7f7a-f92e-4255-9b78-35e6ea54eac2 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 08:59:00.745 7 INFO neutron_taas.services.taas.taas_plugin [req-2fd3ca0f-b2d9-41ce-8704-e8dce6b070f3 req-5a25cf01-de98-4b90-a66f-a4a04ba88aba b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] TaaS: Handle Delete Port: 31a86aef-b734-4bf2-ace4-75c4a9fa0001 2026-07-29 08:59:00.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2fd3ca0f-b2d9-41ce-8704-e8dce6b070f3 req-5a25cf01-de98-4b90-a66f-a4a04ba88aba b2f3704633e14ceca575a82c470a8db4 41c3a7950d45478b9b6f2344d3f2a95f - - default default] Tap Mirror: Handle Delete Port: 31a86aef-b734-4bf2-ace4-75c4a9fa0001 [pid: 8|app: 0|req: 557/1171] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:00 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1172] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:01 2026] GET /v2.0/ports?tenant_id=876c072b9dd644309caebe55bdda666c&device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1173] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 08:59:00 2026] DELETE /v2.0/floatingips/2403925e-992a-479c-a163-58e7c121a5d2 => generated 0 bytes in 465 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1174] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:59:01 2026] GET /v2.0/networks?tenant_id=876c072b9dd644309caebe55bdda666c&shared=False => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1175] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:01 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1176] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:59:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:01.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-620582a3-8378-4aa0-b5bd-96855b4b132a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ff61cd24-cbda-4d06-a023-858b375d7d30 2026-07-29 08:59:01.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-620582a3-8378-4aa0-b5bd-96855b4b132a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ff61cd24-cbda-4d06-a023-858b375d7d30 2026-07-29 08:59:01.969 8 INFO neutron.db.segments_db [None req-8557d2f2-6352-44bc-9712-904f026ada0e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 5174b9f7-87f9-4474-8f75-3a5c371adad2 of type vxlan for network 5a01f4fa-ce14-4400-ac04-d18e9296f2dc [pid: 7|app: 0|req: 617/1177] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:59:01 2026] PUT /v2.0/routers/53af6677-2724-4a03-9a60-e790a02b346e/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1178] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:59:01 2026] POST /v2.0/networks => generated 725 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:59:02.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdc8294f-7e15-4dbf-9906-7eea674f5673 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8cd0d653-2aa7-4695-a12d-1d4c8fbece29 2026-07-29 08:59:02.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdc8294f-7e15-4dbf-9906-7eea674f5673 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8cd0d653-2aa7-4695-a12d-1d4c8fbece29 [pid: 8|app: 0|req: 562/1179] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:02 2026] POST /v2.0/subnets => generated 691 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1180] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:02 2026] GET /v2.0/ports?tenant_id=876c072b9dd644309caebe55bdda666c&device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 1250 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1181] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:02 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 981 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:02.742 8 INFO neutron.db.segments_db [None req-213bac7b-65bb-475b-b096-39cd9e6dbb05 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment ff9f0e5d-f688-44c9-9138-613b8d247238 of type vxlan for network af9e2c94-ffbb-4a8b-b061-62d17033c123 2026-07-29 08:59:02.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdc8294f-7e15-4dbf-9906-7eea674f5673 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 67710e96-441d-41f3-89ef-484d06d0889e 2026-07-29 08:59:02.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdc8294f-7e15-4dbf-9906-7eea674f5673 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 67710e96-441d-41f3-89ef-484d06d0889e 2026-07-29 08:59:03.260 8 INFO neutron.db.l3_hamode_db [None req-213bac7b-65bb-475b-b096-39cd9e6dbb05 792098ed716c44f9a3ede4e71835c564 bc194819710f49059c0598137b325e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 08:59:03.300 7 INFO neutron.services.segments.plugin [-] Segment bad7ef20-f0f6-47f7-9186-7b1c31f0fd9a resource provider aggregate not found 2026-07-29 08:59:03.306 7 INFO neutron.services.segments.plugin [-] Segment bad7ef20-f0f6-47f7-9186-7b1c31f0fd9a resource provider aggregate not found 2026-07-29 08:59:03.323 7 INFO neutron.services.segments.plugin [-] Segment bad7ef20-f0f6-47f7-9186-7b1c31f0fd9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bad7ef20-f0f6-47f7-9186-7b1c31f0fd9a found for delete ", "request_id": "req-a59c44cb-90a1-4c15-a2bc-d16eebbd1dd3"}]} 2026-07-29 08:59:03.334 7 INFO neutron.services.segments.plugin [-] Segment bad7ef20-f0f6-47f7-9186-7b1c31f0fd9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bad7ef20-f0f6-47f7-9186-7b1c31f0fd9a found for delete ", "request_id": "req-af7915b6-825b-4039-b04f-9540f80c6aed"}]} 2026-07-29 08:59:03.378 7 INFO neutron.db.l3_hamode_db [None req-cdc8294f-7e15-4dbf-9906-7eea674f5673 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network bc51e6c5-c793-4e1a-ad39-2a06b69ae82b was deleted as no HA routers are present in tenant 41c3a7950d45478b9b6f2344d3f2a95f. [pid: 7|app: 0|req: 618/1182] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:59:02 2026] DELETE /v2.0/routers/53af6677-2724-4a03-9a60-e790a02b346e => generated 0 bytes in 1245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1183] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:59:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.208&port_id=8387df1d-6061-4ba4-8adf-5bab99a39bf3 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1184] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:03 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1187] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:59:03 2026] DELETE /v2.0/subnets/318c0bf8-f836-4941-8d9e-bada40c64577 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1188] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:59:03 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:03.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-96b8906e-1a5c-41d8-8444-8188d4b4f90d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 1c316951-4811-426a-8f55-312f2047cce7 2026-07-29 08:59:03.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96b8906e-1a5c-41d8-8444-8188d4b4f90d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 1c316951-4811-426a-8f55-312f2047cce7 [pid: 7|app: 0|req: 625/1189] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:59:03 2026] DELETE /v2.0/networks/5dd9bab6-b6e3-4859-8327-c4659c5d785e => generated 0 bytes in 449 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1190] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1191] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:04.320 8 INFO neutron.db.l3_hamode_db [None req-213bac7b-65bb-475b-b096-39cd9e6dbb05 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 628/1192] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1193] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/networks => generated 651 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1194] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/security-groups?tenant_id=41c3a7950d45478b9b6f2344d3f2a95f&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1195] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1196] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:04 2026] DELETE /v2.0/security-groups/4e8ad534-6c08-4e98-9cae-1b8a47ba9536 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1197] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1198] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1199] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:59:04 2026] GET /v2.0/quotas/0d9fbd91276f4e6ebaaf1ed320d507c5 => 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: 636/1200] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:05 2026] GET /v2.0/ports?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&fields=id => 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: 637/1201] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:59:05 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 638/1202] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:59:05 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1203] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:05 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:05.355 7 INFO neutron.services.segments.plugin [-] Segment 9d89fc18-1de8-41a1-a6ac-a12e8396bb54 resource provider aggregate not found 2026-07-29 08:59:05.359 7 INFO neutron.services.segments.plugin [-] Segment 9d89fc18-1de8-41a1-a6ac-a12e8396bb54 resource provider aggregate not found 2026-07-29 08:59:05.373 7 INFO neutron.services.segments.plugin [-] Segment 9d89fc18-1de8-41a1-a6ac-a12e8396bb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d89fc18-1de8-41a1-a6ac-a12e8396bb54 found for delete ", "request_id": "req-cfd5bed4-871d-4ca3-8eb4-cd79918a0423"}]} 2026-07-29 08:59:05.375 7 INFO neutron.services.segments.plugin [-] Segment 9d89fc18-1de8-41a1-a6ac-a12e8396bb54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d89fc18-1de8-41a1-a6ac-a12e8396bb54 found for delete ", "request_id": "req-cb61de32-a0b6-4e5d-9ab6-3dadd6bf3742"}]} [pid: 8|app: 0|req: 565/1204] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:02 2026] POST /v2.0/routers => generated 731 bytes in 3033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1205] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:06 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 981 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1206] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:06 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1207] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:06 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1208] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:59:05 2026] PUT /v2.0/routers/4f4b6312-f443-40ad-8a37-0bdc233a840f/add_router_interface => generated 309 bytes in 1616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1209] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:07 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 981 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1210] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:07 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1211] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:07 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1212] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 983 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1213] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1214] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1215] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/security-groups?tenant_id=7e8cf1a65c5b4866850b69468f0f1eeb&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1216] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/networks?id=5a01f4fa-ce14-4400-ac04-d18e9296f2dc => generated 676 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1217] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/quotas/bc194819710f49059c0598137b325e2a => 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: 645/1218] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/ports?tenant_id=bc194819710f49059c0598137b325e2a&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1219] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:08 2026] DELETE /v2.0/security-groups/89f685e9-582b-4511-bdc9-b1059fe7b36a => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1220] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:59:08 2026] GET /v2.0/networks/5a01f4fa-ce14-4400-ac04-d18e9296f2dc?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1221] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:59:09 2026] GET /v2.0/networks/5a01f4fa-ce14-4400-ac04-d18e9296f2dc?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1222] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:09 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 576/1223] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:09 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 983 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1224] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:09 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&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: 577/1225] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:09 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1226] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:59:09 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1227] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:10 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 983 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1228] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:10 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1229] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:10 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 578/1230] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:59:10 2026] POST /v2.0/ports => generated 966 bytes in 754 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: 579/1231] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:10 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1232] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:10 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1233] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:59:10 2026] PUT /v2.0/ports/669ee214-c52a-49bb-9acd-4ccf7821a174 => generated 1247 bytes in 637 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: 654/1234] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:11 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 983 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1235] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:11 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 656/1236] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:11 2026] GET /v2.0/security-groups?id=06723fc3-5a73-4da1-8f3d-36c462d93743&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:11.585 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa94022d-0169-4f93-bef5-e608a2240bd5'] response: {'name': 'network-changed', 'server_uuid': '203f294e-008e-4048-9d28-332d5241bc47', 'tag': '669ee214-c52a-49bb-9acd-4ccf7821a174', 'status': 'completed', 'code': 200} 2026-07-29 08:59:11.595 8 INFO neutron.db.segments_db [None req-d72b2fc2-512e-4d33-af9e-cd5455785f78 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment c7f6ef75-07dd-4a14-b1ef-5f06b3280446 of type vxlan for network 9249d78a-da48-49fd-b7c9-d0ab2a90d451 [pid: 8|app: 0|req: 581/1237] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:59:11 2026] POST /v2.0/networks => generated 726 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1238] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 981 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1239] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/ports?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 1250 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1240] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1241] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/networks?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&shared=False => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1242] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1243] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:11 2026] POST /v2.0/subnets => generated 692 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:59:12.507 8 INFO neutron.db.segments_db [None req-1c54d156-e4dc-4d6d-ad74-f33658d45257 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment ce491143-31a4-4601-8b1b-67e420059cdf of type vxlan for network bc6c46e7-0827-4010-8f1f-7854106051f3 [pid: 7|app: 0|req: 658/1244] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 983 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:12.674 7 INFO neutron_taas.services.taas.taas_plugin [req-2c608db6-95e4-4055-8ef4-c8308aa28c6a req-e7f2e6c1-80d1-4ae8-9200-fa6de1dd12a6 adba6a57f0f94f7fa644e9bb6b859ca4 876c072b9dd644309caebe55bdda666c - - default default] TaaS: Handle Delete Port: 8387df1d-6061-4ba4-8adf-5bab99a39bf3 2026-07-29 08:59:12.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c608db6-95e4-4055-8ef4-c8308aa28c6a req-e7f2e6c1-80d1-4ae8-9200-fa6de1dd12a6 adba6a57f0f94f7fa644e9bb6b859ca4 876c072b9dd644309caebe55bdda666c - - default default] Tap Mirror: Handle Delete Port: 8387df1d-6061-4ba4-8adf-5bab99a39bf3 [pid: 7|app: 0|req: 659/1245] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:59:12 2026] DELETE /v2.0/ports/8387df1d-6061-4ba4-8adf-5bab99a39bf3 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1246] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 661/1247] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:12 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:12.988 8 INFO neutron.db.l3_hamode_db [None req-1c54d156-e4dc-4d6d-ad74-f33658d45257 792098ed716c44f9a3ede4e71835c564 a680af008a714d5683d0868c46fd24dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 662/1248] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 981 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1249] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1250] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/ports?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1251] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.218&port_id=669ee214-c52a-49bb-9acd-4ccf7821a174 => 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: 666/1252] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1253] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1254] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:13.628 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2493ddd0-c25c-46bb-a27d-aa0960774163'] response: {'server_uuid': '9fd1402b-0216-4390-97d7-5d889c5f5a08', 'name': 'network-vif-deleted', 'tag': '8387df1d-6061-4ba4-8adf-5bab99a39bf3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 669/1255] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1256] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:13 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1257] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:14 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:14.150 8 INFO neutron.db.l3_hamode_db [None req-1c54d156-e4dc-4d6d-ad74-f33658d45257 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 672/1258] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:59:14 2026] GET /v2.0/networks?id=5a01f4fa-ce14-4400-ac04-d18e9296f2dc => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1259] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:59:14 2026] POST /v2.0/ports => generated 954 bytes in 1223 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: 587/1260] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:12 2026] POST /v2.0/routers => generated 732 bytes in 3104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1261] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:15 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 981 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1262] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:15 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 957 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1263] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:59:15 2026] PUT /v2.0/ports/52132973-2663-492d-8e64-b1afcb133658 => generated 1235 bytes in 779 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: 676/1264] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:16 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1265] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:16 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:16.426 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5700932e-8c4b-4040-8a4f-1b438343baae'] response: {'name': 'network-changed', 'server_uuid': '0de9edd1-01af-46dd-8dc0-855d02f0a9ca', 'tag': '52132973-2663-492d-8e64-b1afcb133658', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 678/1266] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:16 2026] GET /v2.0/ports?device_id=9fd1402b-0216-4390-97d7-5d889c5f5a08 => 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: 679/1267] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:16 2026] GET /v2.0/ports?tenant_id=bc194819710f49059c0598137b325e2a&device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1268] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:59:16 2026] GET /v2.0/networks?tenant_id=bc194819710f49059c0598137b325e2a&shared=False => generated 772 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1269] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:59:15 2026] PUT /v2.0/routers/13eec335-1733-4161-b549-359cdb970ea4/add_router_interface => generated 309 bytes in 1504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1270] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:59:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1271] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:17 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 981 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1272] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:17 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1273] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:17 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1274] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:17 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1277] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/ports?tenant_id=bc194819710f49059c0598137b325e2a&device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1278] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=52132973-2663-492d-8e64-b1afcb133658 => 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: 594/1279] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/subnets?id=398d7d2c-4f37-4183-9789-41b3a756d2cb => generated 694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1280] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/networks?id=9249d78a-da48-49fd-b7c9-d0ab2a90d451 => generated 677 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1281] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/ports?network_id=5a01f4fa-ce14-4400-ac04-d18e9296f2dc&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1282] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/quotas/a680af008a714d5683d0868c46fd24dd => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1283] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/networks/5a01f4fa-ce14-4400-ac04-d18e9296f2dc?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: 688/1284] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/ports?tenant_id=a680af008a714d5683d0868c46fd24dd&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1285] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/networks/5a01f4fa-ce14-4400-ac04-d18e9296f2dc?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: 689/1286] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/networks/9249d78a-da48-49fd-b7c9-d0ab2a90d451?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: 598/1287] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/networks/9249d78a-da48-49fd-b7c9-d0ab2a90d451?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: 690/1288] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 983 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1289] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 692/1290] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1291] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&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: 694/1292] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 599/1293] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:18 2026] GET /v2.0/security-groups?tenant_id=e54b3e6f715948e988312ae14822867e&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1294] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:19 2026] DELETE /v2.0/security-groups/8b88b4e2-f2ac-47aa-8628-8b2c2c11daf9 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1295] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:19 2026] GET /v2.0/security-groups?tenant_id=876c072b9dd644309caebe55bdda666c&name=default => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1296] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:19 2026] DELETE /v2.0/security-groups/06723fc3-5a73-4da1-8f3d-36c462d93743 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1297] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:19 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 983 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1298] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:19 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1299] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:19 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&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: 698/1300] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:20 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1301] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:20 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 699/1302] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 08:59:20 2026] GET /v2.0/networks => generated 651 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1303] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1304] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/quotas/0d9fbd91276f4e6ebaaf1ed320d507c5 => 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: 605/1305] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/ports?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&fields=id => generated 57 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1306] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 701/1307] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1308] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1309] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&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: 608/1310] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 703/1311] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:21 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:22.242 8 INFO neutron.db.segments_db [None req-b999b67a-b6d7-458b-8d90-f9e96c2fa7a9 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment ffa28613-09fd-42a9-beb5-9ca03139b229 of type vxlan for network 92538409-e336-4655-ae05-ba672c529d92 [pid: 7|app: 0|req: 704/1312] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:22 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1313] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:59:21 2026] POST /v2.0/networks => generated 723 bytes in 662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1314] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:22 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 705/1315] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:22 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1316] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:22 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1317] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:23 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 708/1318] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:23 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1319] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:23 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1320] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:22 2026] POST /v2.0/subnets => generated 690 bytes in 1228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:59:23.804 7 INFO neutron.db.segments_db [None req-96214d20-d417-4fb0-959b-f42e8ce2c044 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 619abf39-9dca-4c85-a655-e6bd964e7546 of type vxlan for network 9ab8a06a-1711-4a9d-90d5-82e13e1c8cb5 [pid: 8|app: 0|req: 612/1321] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:23 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:24.236 7 INFO neutron.db.l3_hamode_db [None req-96214d20-d417-4fb0-959b-f42e8ce2c044 792098ed716c44f9a3ede4e71835c564 7327a4a9b71f40a38e9e4e0b9833739a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 613/1322] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:24 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 614/1323] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:24 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 971 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1324] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:24 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1325] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:24 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1326] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:59:25 2026] GET /v2.0/networks?id=9249d78a-da48-49fd-b7c9-d0ab2a90d451 => generated 677 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:25.398 7 INFO neutron.db.l3_hamode_db [None req-96214d20-d417-4fb0-959b-f42e8ce2c044 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 618/1327] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:59:25 2026] POST /v2.0/ports => generated 954 bytes in 589 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: 619/1328] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:25 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1329] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:25 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 957 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1330] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:59:25 2026] PUT /v2.0/ports/b5f6b6c7-7861-4594-83aa-6a6bd706f1b9 => generated 1235 bytes in 541 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: 622/1331] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:26 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1332] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:26 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1333] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:26 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:26.633 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2895e4ae-6ea9-4529-8a5c-925f12ef1583'] response: {'name': 'network-changed', 'server_uuid': '030cf36d-7b19-4ad3-a449-d823f8b96397', 'tag': 'b5f6b6c7-7861-4594-83aa-6a6bd706f1b9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 710/1334] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:23 2026] POST /v2.0/routers => generated 730 bytes in 3048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1335] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:27 2026] GET /v2.0/ports?tenant_id=a680af008a714d5683d0868c46fd24dd&device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1336] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:59:27 2026] GET /v2.0/networks?tenant_id=a680af008a714d5683d0868c46fd24dd&shared=False => generated 773 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1337] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:59:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1338] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:59:27 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1339] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:59:27 2026] POST /v2.0/ports => generated 966 bytes in 514 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: 716/1340] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:27 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 717/1341] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1342] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 625/1343] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:59:26 2026] PUT /v2.0/routers/e1823c2c-03f3-49c5-9593-bbc32471de15/add_router_interface => generated 309 bytes in 1539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1344] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/security-groups?id=6bc604bc-d389-483a-ae96-2e9da7fd6110&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: 627/1345] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:28.513 8 INFO neutron_taas.services.taas.taas_plugin [req-bd3d1981-a50b-42ef-bfee-f2096396b303 req-19f2965b-2bc9-4817-bf7d-21b667ceb457 197e688a58674866babe33863f445d1a bc194819710f49059c0598137b325e2a - - default default] TaaS: Handle Delete Port: 52132973-2663-492d-8e64-b1afcb133658 2026-07-29 08:59:28.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bd3d1981-a50b-42ef-bfee-f2096396b303 req-19f2965b-2bc9-4817-bf7d-21b667ceb457 197e688a58674866babe33863f445d1a bc194819710f49059c0598137b325e2a - - default default] Tap Mirror: Handle Delete Port: 52132973-2663-492d-8e64-b1afcb133658 [pid: 8|app: 0|req: 628/1346] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:59:28 2026] DELETE /v2.0/ports/52132973-2663-492d-8e64-b1afcb133658 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:59:28.777 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b0562ef-99db-4f68-a2b4-174ce0eced00'] response: {'server_uuid': '0de9edd1-01af-46dd-8dc0-855d02f0a9ca', 'name': 'network-vif-deleted', 'tag': '52132973-2663-492d-8e64-b1afcb133658', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 629/1347] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/ports?tenant_id=a680af008a714d5683d0868c46fd24dd&device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1348] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:59:28 2026] PUT /v2.0/ports/76b76e06-ec8d-4d7d-972e-3fc7cbcafce7 => generated 1247 bytes in 669 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: 720/1349] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b5f6b6c7-7861-4594-83aa-6a6bd706f1b9 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:28.879 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41a9af34-26d8-4f79-a027-7ce7bbd1fd84'] response: {'name': 'network-changed', 'server_uuid': 'a9cf4267-c0f4-4803-ac3e-f37165e333e4', 'tag': '76b76e06-ec8d-4d7d-972e-3fc7cbcafce7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 630/1350] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 981 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1351] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/subnets?id=d9e0c4e4-a318-4047-8b15-20b1118d49ee => generated 695 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1352] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1353] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/ports?network_id=9249d78a-da48-49fd-b7c9-d0ab2a90d451&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: 632/1354] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:59:28 2026] GET /v2.0/networks/9249d78a-da48-49fd-b7c9-d0ab2a90d451?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: 723/1355] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/networks/9249d78a-da48-49fd-b7c9-d0ab2a90d451?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1356] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/ports?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 1250 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1357] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/networks?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&shared=False => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1358] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1359] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1360] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1361] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:29.798 8 INFO neutron.db.segments_db [None req-84b915be-eb56-4525-8ba1-cd420ffecbca 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 2c42e955-ff7a-4977-8dbd-8f8ee0bfe40c of type vxlan for network bbac96d1-f65b-4cf9-96dc-6f0b27a64463 [pid: 7|app: 0|req: 727/1362] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 1252 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1363] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:29 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1364] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:59:29 2026] POST /v2.0/networks => generated 723 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1365] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1366] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1367] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:29 2026] POST /v2.0/subnets => generated 689 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:59:30.489 8 INFO neutron.db.segments_db [None req-492468d8-0fcf-4d29-8471-c470bc8c39b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 7ea5aa92-94b9-4de2-b780-0d5213d5fc66 of type vxlan for network 9d3ccaff-e215-421f-a3a3-8661020e94ad [pid: 7|app: 0|req: 730/1368] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 731/1369] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/ports?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 1250 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1370] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.214&port_id=76b76e06-ec8d-4d7d-972e-3fc7cbcafce7 => 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: 733/1371] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 734/1372] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1373] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&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: 7|app: 0|req: 736/1374] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1375] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:30.900 8 INFO neutron.db.l3_hamode_db [None req-492468d8-0fcf-4d29-8471-c470bc8c39b0 792098ed716c44f9a3ede4e71835c564 adfaa27223ff427487195a59980acb4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 738/1376] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:59:30 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1377] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:31 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1378] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:31 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1379] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:31 2026] GET /v2.0/ports?device_id=0de9edd1-01af-46dd-8dc0-855d02f0a9ca => 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: 742/1380] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:31 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1381] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:31 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:31.958 8 INFO neutron.db.l3_hamode_db [None req-492468d8-0fcf-4d29-8471-c470bc8c39b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 744/1382] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:32 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1383] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:32 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:33.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-46ee88cb-da6b-4526-8153-9b08dcfa8c91 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 4f049f1b-b8b5-4ba9-9bb1-ccc828f35e5e [pid: 8|app: 0|req: 639/1386] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:30 2026] POST /v2.0/routers => generated 729 bytes in 2942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 08:59:33.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46ee88cb-da6b-4526-8153-9b08dcfa8c91 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 4f049f1b-b8b5-4ba9-9bb1-ccc828f35e5e [pid: 8|app: 0|req: 640/1387] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:33 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 969 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1388] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:59:32 2026] PUT /v2.0/routers/4f4b6312-f443-40ad-8a37-0bdc233a840f/remove_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1389] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:34 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1390] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:34 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 981 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:34.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-983fabfe-a9e0-4994-89b6-cbe6a3cf0ffb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 006f5633-cb3a-4b49-ad46-242ff2ebde09 2026-07-29 08:59:34.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-983fabfe-a9e0-4994-89b6-cbe6a3cf0ffb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 006f5633-cb3a-4b49-ad46-242ff2ebde09 2026-07-29 08:59:34.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-983fabfe-a9e0-4994-89b6-cbe6a3cf0ffb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 66596b65-53ae-4842-9340-b95b4a385cf5 2026-07-29 08:59:34.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-983fabfe-a9e0-4994-89b6-cbe6a3cf0ffb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 66596b65-53ae-4842-9340-b95b4a385cf5 [pid: 8|app: 0|req: 641/1391] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:59:33 2026] PUT /v2.0/routers/4a1ce5bd-bbfe-48ce-9828-0e026d94d42b/add_router_interface => generated 309 bytes in 1569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1392] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:35 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1393] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:35 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1394] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:35 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:35.448 7 INFO neutron.services.segments.plugin [-] Segment ff9f0e5d-f688-44c9-9138-613b8d247238 resource provider aggregate not found 2026-07-29 08:59:35.463 7 INFO neutron.services.segments.plugin [-] Segment ff9f0e5d-f688-44c9-9138-613b8d247238 resource provider aggregate not found 2026-07-29 08:59:35.487 7 INFO neutron.services.segments.plugin [-] Segment ff9f0e5d-f688-44c9-9138-613b8d247238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff9f0e5d-f688-44c9-9138-613b8d247238 found for delete ", "request_id": "req-4ee86b27-31ab-4c63-95eb-e157b4ddd320"}]} 2026-07-29 08:59:35.489 7 INFO neutron.services.segments.plugin [-] Segment ff9f0e5d-f688-44c9-9138-613b8d247238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff9f0e5d-f688-44c9-9138-613b8d247238 found for delete ", "request_id": "req-b2442c35-dd97-4dab-a3c4-daa2a4326fb7"}]} 2026-07-29 08:59:35.525 7 INFO neutron.db.l3_hamode_db [None req-983fabfe-a9e0-4994-89b6-cbe6a3cf0ffb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network af9e2c94-ffbb-4a8b-b061-62d17033c123 was deleted as no HA routers are present in tenant bc194819710f49059c0598137b325e2a. [pid: 7|app: 0|req: 751/1395] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:59:34 2026] DELETE /v2.0/routers/4f4b6312-f443-40ad-8a37-0bdc233a840f => generated 0 bytes in 1327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1396] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:59:35 2026] DELETE /v2.0/subnets/398d7d2c-4f37-4183-9789-41b3a756d2cb => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:59:35.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-df40ebea-c42f-482c-89b7-a3af83cb594b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 369b52c4-2cc6-414f-9b8e-00b96d48f5d9 2026-07-29 08:59:35.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df40ebea-c42f-482c-89b7-a3af83cb594b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 369b52c4-2cc6-414f-9b8e-00b96d48f5d9 [pid: 7|app: 0|req: 752/1397] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:59:35 2026] DELETE /v2.0/networks/5a01f4fa-ce14-4400-ac04-d18e9296f2dc => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1398] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1399] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 983 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1400] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/quotas/7327a4a9b71f40a38e9e4e0b9833739a => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1401] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1402] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1403] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1404] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1405] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1406] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1407] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:36 2026] GET /v2.0/security-groups?tenant_id=bc194819710f49059c0598137b325e2a&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1408] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:36 2026] DELETE /v2.0/security-groups/6bc604bc-d389-483a-ae96-2e9da7fd6110 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1409] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1410] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/quotas/7327a4a9b71f40a38e9e4e0b9833739a => 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: 760/1411] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&fields=id => generated 103 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1412] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 653/1413] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 983 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1414] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:37.526 7 INFO neutron.services.segments.plugin [-] Segment 5174b9f7-87f9-4474-8f75-3a5c371adad2 resource provider aggregate not found 2026-07-29 08:59:37.535 7 INFO neutron.services.segments.plugin [-] Segment 5174b9f7-87f9-4474-8f75-3a5c371adad2 resource provider aggregate not found 2026-07-29 08:59:37.556 7 INFO neutron.services.segments.plugin [-] Segment 5174b9f7-87f9-4474-8f75-3a5c371adad2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5174b9f7-87f9-4474-8f75-3a5c371adad2 found for delete ", "request_id": "req-5ce434e2-9e60-4bf7-87a4-c3c4b2c4e145"}]} 2026-07-29 08:59:37.558 7 INFO neutron.services.segments.plugin [-] Segment 5174b9f7-87f9-4474-8f75-3a5c371adad2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5174b9f7-87f9-4474-8f75-3a5c371adad2 found for delete ", "request_id": "req-bff44d07-f3ee-4c61-8e87-22add2d70416"}]} [pid: 8|app: 0|req: 654/1415] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1416] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:37 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1417] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:38 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 983 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1418] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:38 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&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: 656/1419] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:38 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => 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: 764/1420] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:39 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 1252 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1421] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:39 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1422] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:39 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => 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: 658/1423] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:39 2026] GET /v2.0/security-groups?tenant_id=ef9857fd968643818ba1127b72cd94ce&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1424] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:40 2026] DELETE /v2.0/security-groups/596af330-7a9b-45fd-938b-96c225822f74 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1425] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:40 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 1252 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1426] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:40 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1427] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:41 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => 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: 768/1428] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:41 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 1252 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1429] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:41 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1430] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:59:42 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1431] 10.0.0.78 () {34 vars in 1036 bytes} [Wed Jul 29 08:59:42 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4&fields=resource_request => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1432] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:42 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => 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: 664/1433] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:42 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 983 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1434] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:42 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1435] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:59:42 2026] POST /v2.0/ports => generated 958 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1436] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:59:42 2026] PUT /v2.0/ports/13f642e4-fd87-4589-825f-0d88cf832ff4 => generated 1239 bytes in 531 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 667/1437] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:43 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:43.355 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61215d9d-7028-4fc4-a52e-60dee5ed28d7'] response: {'name': 'network-changed', 'server_uuid': '3c7e8954-aba7-4412-bb6a-0cd3749a678f', 'tag': '13f642e4-fd87-4589-825f-0d88cf832ff4', 'status': 'completed', 'code': 200} 2026-07-29 08:59:43.600 7 INFO neutron.db.segments_db [None req-75076c1a-abfd-4072-ae1a-57606e8fb420 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 2ac2eb51-9541-411b-ae76-9294f00f1140 of type vxlan for network 36959611-2248-49d9-9667-e80336755b14 [pid: 7|app: 0|req: 771/1438] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 08:59:43 2026] POST /v2.0/networks => generated 734 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1439] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:43 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 983 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1440] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:43 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1441] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:43 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&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: 775/1442] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:59:43 2026] GET /v2.0/networks?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&shared=False => generated 770 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1443] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:59:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1444] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:43 2026] POST /v2.0/subnets => generated 700 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1445] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 08:59:44 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:44.365 7 INFO neutron.db.segments_db [None req-c8cc6354-6261-4da4-b231-aaf087a06eab 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 509a44d5-3b4c-4028-8a36-82dba9b4aab1 of type vxlan for network 5c72665a-caab-4b1c-a5a2-025ee3bca4f5 2026-07-29 08:59:44.772 7 INFO neutron.db.l3_hamode_db [None req-c8cc6354-6261-4da4-b231-aaf087a06eab 792098ed716c44f9a3ede4e71835c564 4c69ad9893fb4f018486e38cfbb7ce96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 670/1446] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 08:59:44 2026] POST /v2.0/ports => generated 954 bytes in 548 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: 671/1447] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:44 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 957 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1448] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:59:44 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 983 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1449] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 08:59:44 2026] PUT /v2.0/ports/d8ab35d8-e5f5-4fa0-aad3-a1c3d970780b => generated 1235 bytes in 621 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: 674/1450] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:45 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:45.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43c30628-4f09-4e8d-b734-c25178454ac6'] response: {'name': 'network-changed', 'server_uuid': '5d27d181-e919-4338-9102-a2e04aa62817', 'tag': 'd8ab35d8-e5f5-4fa0-aad3-a1c3d970780b', 'status': 'completed', 'code': 200} 2026-07-29 08:59:45.773 8 INFO neutron_taas.services.taas.taas_plugin [req-3d84d5b1-7582-4015-82b4-1ca7e3446592 req-9d17f19f-c356-410f-a85b-17cc47462bcc d519c6eab3bb47289470804dbb0802ce 0d9fbd91276f4e6ebaaf1ed320d507c5 - - default default] TaaS: Handle Delete Port: 76b76e06-ec8d-4d7d-972e-3fc7cbcafce7 2026-07-29 08:59:45.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3d84d5b1-7582-4015-82b4-1ca7e3446592 req-9d17f19f-c356-410f-a85b-17cc47462bcc d519c6eab3bb47289470804dbb0802ce 0d9fbd91276f4e6ebaaf1ed320d507c5 - - default default] Tap Mirror: Handle Delete Port: 76b76e06-ec8d-4d7d-972e-3fc7cbcafce7 2026-07-29 08:59:45.862 7 INFO neutron.db.l3_hamode_db [None req-c8cc6354-6261-4da4-b231-aaf087a06eab 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 675/1451] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:59:45 2026] DELETE /v2.0/ports/76b76e06-ec8d-4d7d-972e-3fc7cbcafce7 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1452] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:45 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => 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: 677/1453] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1454] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => 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: 679/1455] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1456] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=13f642e4-fd87-4589-825f-0d88cf832ff4 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1457] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&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: 682/1458] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&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: 8|app: 0|req: 683/1459] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/subnets?id=838b0f63-4dc1-47f3-9614-1a4107961feb => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1460] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1461] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/ports?network_id=92538409-e336-4655-ae05-ba672c529d92&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1462] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/networks?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&shared=False => generated 770 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1463] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1464] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 08:59:46 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: 689/1465] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 690/1466] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => 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: 691/1467] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:46 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1468] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => 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: 777/1469] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 08:59:44 2026] POST /v2.0/routers => generated 740 bytes in 2931 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1470] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1471] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=d8ab35d8-e5f5-4fa0-aad3-a1c3d970780b => 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: 780/1472] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/subnets?id=838b0f63-4dc1-47f3-9614-1a4107961feb => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1473] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/ports?network_id=92538409-e336-4655-ae05-ba672c529d92&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: 782/1474] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 783/1475] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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-07-29 08:59:47.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26451c9e-491e-44bb-bd35-4a8e1e901ce8'] response: {'server_uuid': 'a9cf4267-c0f4-4803-ac3e-f37165e333e4', 'name': 'network-vif-deleted', 'tag': '76b76e06-ec8d-4d7d-972e-3fc7cbcafce7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 786/1478] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1479] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:47 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1480] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:48 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1481] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 08:59:47 2026] PUT /v2.0/routers/04b5decc-799c-435a-9178-384c12e147cb/add_router_interface => generated 309 bytes in 1549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1482] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1483] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1484] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/ports?device_id=a9cf4267-c0f4-4803-ac3e-f37165e333e4 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:49.406 8 INFO neutron.api.v2.resource [req-8bcaf14c-1aa0-4a18-b34d-0166dca72cac req-eb53f191-ddf6-4783-aaa8-8a02485363e5 9f601c447fd74cfca10c856ac09d92ca 4c69ad9893fb4f018486e38cfbb7ce96 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1485] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups/2b517c09-e5fb-4433-ac7a-27e346a0a081 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1486] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups?tenant_id=4c69ad9893fb4f018486e38cfbb7ce96 => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1487] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups/c31df807-7f16-4688-839a-c5a865944f85 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1488] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups/c31df807-7f16-4688-839a-c5a865944f85 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1489] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups/c31df807-7f16-4688-839a-c5a865944f85 => generated 2922 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 08:59:49.753 7 INFO neutron.api.v2.resource [req-65827e18-d195-484f-ba8e-90ab8ad28460 req-a83f6557-92f7-4ba6-86ab-97c5c16e70b4 9f601c447fd74cfca10c856ac09d92ca 4c69ad9893fb4f018486e38cfbb7ce96 - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 793/1490] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 08:59:49 2026] DELETE /v2.0/security-groups/c31df807-7f16-4688-839a-c5a865944f85 => generated 147 bytes in 66 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 08:59:49.805 8 INFO neutron.api.v2.resource [req-d014cbc3-cdfd-4a44-887f-b4035090cbef req-e6e3ae16-5acb-4038-8403-43570bbfe923 9f601c447fd74cfca10c856ac09d92ca 4c69ad9893fb4f018486e38cfbb7ce96 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1491] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups/4605afb2-a342-419c-88f4-51e3feeb2a79 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 08:59:49.875 7 INFO neutron.api.v2.resource [req-a2689acd-1292-4be7-9208-2dbed7cc8f16 req-58f4026f-2ccf-4c47-8836-9563d7f2f3a2 9f601c447fd74cfca10c856ac09d92ca 4c69ad9893fb4f018486e38cfbb7ce96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 794/1492] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 08:59:49 2026] GET /v2.0/security-groups/418aa61a-450f-44e6-a674-f3e4c56a69ff => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1493] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:50 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:50.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-604a423c-565a-44c7-aa46-9456be047754 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b878dc20-3539-43d7-9681-a7f68b2a4384 [pid: 7|app: 0|req: 796/1494] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:50 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:50.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-604a423c-565a-44c7-aa46-9456be047754 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b878dc20-3539-43d7-9681-a7f68b2a4384 [pid: 7|app: 0|req: 797/1495] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:50 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 983 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1496] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:50 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1497] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 08:59:49 2026] PUT /v2.0/routers/04b5decc-799c-435a-9178-384c12e147cb/remove_router_interface => generated 309 bytes in 1336 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:51.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-15270c50-9da5-439a-aadd-6a3f430c7343 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8a2b179d-2da6-477a-acc4-0550d61d4c00 2026-07-29 08:59:51.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15270c50-9da5-439a-aadd-6a3f430c7343 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8a2b179d-2da6-477a-acc4-0550d61d4c00 [pid: 8|app: 0|req: 700/1498] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:51 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => 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: 701/1499] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:51 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:52.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-15270c50-9da5-439a-aadd-6a3f430c7343 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 70a4dcfe-1094-4565-89e2-d10cf3d16aec 2026-07-29 08:59:52.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15270c50-9da5-439a-aadd-6a3f430c7343 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 70a4dcfe-1094-4565-89e2-d10cf3d16aec [pid: 8|app: 0|req: 702/1500] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:52 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 983 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1501] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:52 2026] GET /v2.0/security-groups?id=3ac6b67b-c999-4adf-9388-f002fc06ea7c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1502] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:52 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1503] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:52 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1504] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 08:59:53 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 983 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:53.282 8 INFO neutron_taas.services.taas.taas_plugin [req-40aadf2c-251b-48ba-8357-004e79cf84b8 req-08d126c1-7380-4e3f-a8fc-fef807fb3240 d519c6eab3bb47289470804dbb0802ce 0d9fbd91276f4e6ebaaf1ed320d507c5 - - default default] TaaS: Handle Delete Port: 669ee214-c52a-49bb-9acd-4ccf7821a174 2026-07-29 08:59:53.285 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40aadf2c-251b-48ba-8357-004e79cf84b8 req-08d126c1-7380-4e3f-a8fc-fef807fb3240 d519c6eab3bb47289470804dbb0802ce 0d9fbd91276f4e6ebaaf1ed320d507c5 - - default default] Tap Mirror: Handle Delete Port: 669ee214-c52a-49bb-9acd-4ccf7821a174 2026-07-29 08:59:53.489 7 INFO neutron.services.segments.plugin [-] Segment 509a44d5-3b4c-4028-8a36-82dba9b4aab1 resource provider aggregate not found 2026-07-29 08:59:53.492 7 INFO neutron.services.segments.plugin [-] Segment 509a44d5-3b4c-4028-8a36-82dba9b4aab1 resource provider aggregate not found 2026-07-29 08:59:53.508 7 INFO neutron.services.segments.plugin [-] Segment 509a44d5-3b4c-4028-8a36-82dba9b4aab1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 509a44d5-3b4c-4028-8a36-82dba9b4aab1 found for delete ", "request_id": "req-e23395c7-c3f0-4fe3-8412-2cdb6bbadf3f"}]} 2026-07-29 08:59:53.509 7 INFO neutron.services.segments.plugin [-] Segment 509a44d5-3b4c-4028-8a36-82dba9b4aab1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 509a44d5-3b4c-4028-8a36-82dba9b4aab1 found for delete ", "request_id": "req-faf44531-630a-4019-b72c-81ef1799d30c"}]} [pid: 8|app: 0|req: 707/1505] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 08:59:53 2026] DELETE /v2.0/ports/669ee214-c52a-49bb-9acd-4ccf7821a174 => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 08:59:53.589 7 INFO neutron.db.l3_hamode_db [None req-15270c50-9da5-439a-aadd-6a3f430c7343 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 5c72665a-caab-4b1c-a5a2-025ee3bca4f5 was deleted as no HA routers are present in tenant 4c69ad9893fb4f018486e38cfbb7ce96. 2026-07-29 08:59:53.590 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c36c6f1-c7c0-4211-98a4-c1a4c8ac24aa'] response: {'server_uuid': '203f294e-008e-4048-9d28-332d5241bc47', 'name': 'network-vif-deleted', 'tag': '669ee214-c52a-49bb-9acd-4ccf7821a174', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 799/1506] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:59:51 2026] DELETE /v2.0/routers/04b5decc-799c-435a-9178-384c12e147cb => generated 0 bytes in 2363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1507] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:53 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1508] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 08:59:53 2026] DELETE /v2.0/subnets/73a5a254-33fa-4424-a37d-f4c9634b67dd => 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: 709/1509] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:53 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 08:59:53.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-03384bf2-779f-440a-9eb4-872ea62f046a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8fb690fb-bc3d-4db5-b960-1eaf007743f6 2026-07-29 08:59:53.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03384bf2-779f-440a-9eb4-872ea62f046a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8fb690fb-bc3d-4db5-b960-1eaf007743f6 [pid: 8|app: 0|req: 710/1510] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:53 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1511] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:54 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => 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: 712/1512] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:54 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1513] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 08:59:53 2026] DELETE /v2.0/networks/36959611-2248-49d9-9667-e80336755b14 => generated 0 bytes in 453 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1514] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 08:59:54 2026] GET /v2.0/security-groups?tenant_id=4c69ad9893fb4f018486e38cfbb7ce96&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1515] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 08:59:54 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1516] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:54 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => 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: 716/1517] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 08:59:54 2026] GET /v2.0/quotas/7327a4a9b71f40a38e9e4e0b9833739a => 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: 802/1518] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 08:59:54 2026] DELETE /v2.0/security-groups/c31df807-7f16-4688-839a-c5a865944f85 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1519] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 08:59:54 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&fields=id => generated 195 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1520] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 08:59:55 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 718/1521] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 08:59:55 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1522] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:55 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 08:59:55.535 7 INFO neutron.services.segments.plugin [-] Segment 2ac2eb51-9541-411b-ae76-9294f00f1140 resource provider aggregate not found 2026-07-29 08:59:55.545 7 INFO neutron.services.segments.plugin [-] Segment 2ac2eb51-9541-411b-ae76-9294f00f1140 resource provider aggregate not found 2026-07-29 08:59:55.559 7 INFO neutron.services.segments.plugin [-] Segment 2ac2eb51-9541-411b-ae76-9294f00f1140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac2eb51-9541-411b-ae76-9294f00f1140 found for delete ", "request_id": "req-5c4b05b7-f82f-43e5-bac8-0782887a411a"}]} 2026-07-29 08:59:55.570 7 INFO neutron.services.segments.plugin [-] Segment 2ac2eb51-9541-411b-ae76-9294f00f1140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ac2eb51-9541-411b-ae76-9294f00f1140 found for delete ", "request_id": "req-c208998e-426c-4d23-8513-8a463ab34a20"}]} [pid: 8|app: 0|req: 719/1523] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:56 2026] GET /v2.0/ports?device_id=203f294e-008e-4048-9d28-332d5241bc47 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1524] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:56 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1525] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:56 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1526] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 08:59:57 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1527] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:57 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => 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: 807/1528] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:58 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => 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: 722/1529] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 08:59:59 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1530] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:00 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1531] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:00 2026] GET /v2.0/security-groups?tenant_id=5743631164d44bd88d90bc388a2bab47&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1532] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:00 2026] GET /v2.0/security-groups?tenant_id=8f5924a609ae43dfaf20b7c50c9cfad2&name=default => generated 2925 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1533] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:00 2026] DELETE /v2.0/security-groups/5d51f4c5-787a-416c-9469-926f6bd393cd => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1534] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:01 2026] DELETE /v2.0/security-groups/8c5caee2-965b-474f-bb6e-9f6d76048cbf => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1535] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:00:00 2026] POST /v2.0/ports => generated 954 bytes in 647 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: 725/1536] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:01 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1537] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:01 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 957 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1538] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:01 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1539] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:01 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1540] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:01 2026] GET /v2.0/security-groups?tenant_id=0d9fbd91276f4e6ebaaf1ed320d507c5&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1541] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:01 2026] DELETE /v2.0/security-groups/3ac6b67b-c999-4adf-9388-f002fc06ea7c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1542] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:00:01 2026] PUT /v2.0/ports/34b11658-cd24-4249-94b9-7c234f71ebb9 => generated 1235 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:00:02.067 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a85681a3-bfef-45ac-8b64-c90d61c08b3f'] response: {'name': 'network-changed', 'server_uuid': 'b4cc8836-3434-4e6f-9158-bc5182033075', 'tag': '34b11658-cd24-4249-94b9-7c234f71ebb9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 817/1543] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 1244 bytes in 53 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: 727/1544] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1545] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1546] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1547] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1548] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1549] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&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: 730/1552] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/networks?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&shared=False => generated 770 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1553] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:00:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1554] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:03 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1555] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:03 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1556] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:03 2026] GET /v2.0/security-groups?id=cad2fea2-e075-4b0a-bf62-2ce5282b31fa&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: 827/1557] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:03 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1558] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:03 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:03.982 8 INFO neutron.db.segments_db [None req-d015f231-a54c-4635-9a6c-d4d78c304b96 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 1dda13e5-b364-4aa7-b397-35bb2b2fe05e of type vxlan for network 71577b13-4de6-4cb8-8fe3-87187c74096c [pid: 7|app: 0|req: 829/1559] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:00:03 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1560] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:00:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=34b11658-cd24-4249-94b9-7c234f71ebb9 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:04.108 7 INFO neutron_taas.services.taas.taas_plugin [req-eda43aba-66a8-4c86-9b16-e32aef6e79e9 req-50b97ab8-1c1d-496a-ad53-401f8daa973d c090a1386e564414b8c45a1df0741bae a680af008a714d5683d0868c46fd24dd - - default default] TaaS: Handle Delete Port: b5f6b6c7-7861-4594-83aa-6a6bd706f1b9 2026-07-29 09:00:04.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eda43aba-66a8-4c86-9b16-e32aef6e79e9 req-50b97ab8-1c1d-496a-ad53-401f8daa973d c090a1386e564414b8c45a1df0741bae a680af008a714d5683d0868c46fd24dd - - default default] Tap Mirror: Handle Delete Port: b5f6b6c7-7861-4594-83aa-6a6bd706f1b9 [pid: 8|app: 0|req: 731/1561] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:00:03 2026] POST /v2.0/networks => generated 724 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1562] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:04 2026] GET /v2.0/subnets?id=838b0f63-4dc1-47f3-9614-1a4107961feb => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1563] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:00:04 2026] DELETE /v2.0/ports/b5f6b6c7-7861-4594-83aa-6a6bd706f1b9 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:00:04.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-035d45ab-4ca4-4348-952f-e96de93fc51e'] response: {'server_uuid': '030cf36d-7b19-4ad3-a449-d823f8b96397', 'name': 'network-vif-deleted', 'tag': 'b5f6b6c7-7861-4594-83aa-6a6bd706f1b9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 832/1564] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:04 2026] GET /v2.0/ports?network_id=92538409-e336-4655-ae05-ba672c529d92&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1565] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:04 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 834/1566] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:04 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 733/1567] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:00:04 2026] POST /v2.0/subnets => generated 690 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:00:04.788 7 INFO neutron.db.segments_db [None req-e5dda3e1-f1db-468b-af11-dd8fa495d0ba 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9fb4ec32-9dab-41a0-bb67-f4f944da2023 of type vxlan for network 33a80a43-617a-4e72-9937-1875806b7f16 [pid: 8|app: 0|req: 734/1568] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:04 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1569] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:05 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1570] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:05 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:05.159 7 INFO neutron.db.l3_hamode_db [None req-e5dda3e1-f1db-468b-af11-dd8fa495d0ba 792098ed716c44f9a3ede4e71835c564 04332641f321439eb40930a039ef132f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 737/1571] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:00:05 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1572] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:05 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1573] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/networks => generated 651 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1574] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:06.239 7 INFO neutron.db.l3_hamode_db [None req-e5dda3e1-f1db-468b-af11-dd8fa495d0ba 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 741/1575] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1576] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1577] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1578] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/quotas/c2f1102e3faa428fb1280f0c2359cd0d => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1579] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/ports?tenant_id=c2f1102e3faa428fb1280f0c2359cd0d&fields=id => 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: 746/1580] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1581] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1582] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:06 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1583] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:07 2026] GET /v2.0/ports?device_id=030cf36d-7b19-4ad3-a449-d823f8b96397 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1584] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:07 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => 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: 751/1585] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:07 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1586] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:00:04 2026] POST /v2.0/routers => generated 730 bytes in 3011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1587] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:07 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:08.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0387fa6-efc6-4c58-bfca-9d12a9d87b4e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: aa5f0a0d-695b-4f97-951b-844dc3dc1fe6 2026-07-29 09:00:08.943 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0387fa6-efc6-4c58-bfca-9d12a9d87b4e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: aa5f0a0d-695b-4f97-951b-844dc3dc1fe6 [pid: 8|app: 0|req: 752/1588] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:00:07 2026] PUT /v2.0/routers/fb0df21d-cab6-497f-b2dc-96c5aaa8c017/add_router_interface => generated 309 bytes in 1712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1589] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:09 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1590] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:09 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => 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: 755/1591] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:09 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1592] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:00:08 2026] PUT /v2.0/routers/13eec335-1733-4161-b549-359cdb970ea4/remove_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:00:09.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-65beb98c-54ed-4633-8995-f8e8a43f0394 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c74bbb2f-7b15-4124-be5f-cddfe40d82bf 2026-07-29 09:00:09.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65beb98c-54ed-4633-8995-f8e8a43f0394 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c74bbb2f-7b15-4124-be5f-cddfe40d82bf 2026-07-29 09:00:10.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-65beb98c-54ed-4633-8995-f8e8a43f0394 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: aeb1546d-3cf1-4c81-a45e-614da6f81b17 2026-07-29 09:00:10.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65beb98c-54ed-4633-8995-f8e8a43f0394 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: aeb1546d-3cf1-4c81-a45e-614da6f81b17 [pid: 7|app: 0|req: 838/1593] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:00:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1594] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:00:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1595] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:10 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1596] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:10 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:00:10.920 8 INFO neutron.services.segments.plugin [-] Segment ce491143-31a4-4601-8b1b-67e420059cdf resource provider aggregate not found 2026-07-29 09:00:10.926 8 INFO neutron.services.segments.plugin [-] Segment ce491143-31a4-4601-8b1b-67e420059cdf resource provider aggregate not found 2026-07-29 09:00:10.964 8 INFO neutron.services.segments.plugin [-] Segment ce491143-31a4-4601-8b1b-67e420059cdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce491143-31a4-4601-8b1b-67e420059cdf found for delete ", "request_id": "req-69e5b4b7-ac0a-44cc-a42b-f4cd5f7c9147"}]} 2026-07-29 09:00:10.966 8 INFO neutron.services.segments.plugin [-] Segment ce491143-31a4-4601-8b1b-67e420059cdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce491143-31a4-4601-8b1b-67e420059cdf found for delete ", "request_id": "req-c7849be3-caea-431a-937f-91d225cc2713"}]} 2026-07-29 09:00:10.967 8 INFO neutron.db.l3_hamode_db [None req-65beb98c-54ed-4633-8995-f8e8a43f0394 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network bc6c46e7-0827-4010-8f1f-7854106051f3 was deleted as no HA routers are present in tenant a680af008a714d5683d0868c46fd24dd. [pid: 8|app: 0|req: 756/1597] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:00:09 2026] DELETE /v2.0/routers/13eec335-1733-4161-b549-359cdb970ea4 => generated 0 bytes in 1326 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1598] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:10 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1599] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:00:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1600] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:00:11 2026] DELETE /v2.0/subnets/d9e0c4e4-a318-4047-8b15-20b1118d49ee => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:00:11.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-878d5962-2001-423d-b36b-3e8668f45d01 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 08fee388-9522-474e-80a4-532d7ec9820b 2026-07-29 09:00:11.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-878d5962-2001-423d-b36b-3e8668f45d01 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 08fee388-9522-474e-80a4-532d7ec9820b [pid: 8|app: 0|req: 759/1601] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:00:11 2026] DELETE /v2.0/networks/9249d78a-da48-49fd-b7c9-d0ab2a90d451 => generated 0 bytes in 440 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1602] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:00:11 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1603] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:11 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1604] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:00:11 2026] GET /v2.0/quotas/7327a4a9b71f40a38e9e4e0b9833739a => 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: 843/1605] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:00:11 2026] POST /v2.0/floatingips => generated 552 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1606] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:00:11 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&fields=id => generated 241 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1607] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:11 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => 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: 846/1608] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:00:11 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 847/1609] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:11 2026] GET /v2.0/security-groups?tenant_id=a680af008a714d5683d0868c46fd24dd&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1610] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 849/1611] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:12 2026] DELETE /v2.0/security-groups/cad2fea2-e075-4b0a-bf62-2ce5282b31fa => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1612] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => 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: 851/1613] 10.0.0.78 () {34 vars in 1098 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1732354627&fields=id&tenant_id=04332641f321439eb40930a039ef132f => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1614] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/networks?id=71577b13-4de6-4cb8-8fe3-87187c74096c => generated 675 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1615] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/quotas/04332641f321439eb40930a039ef132f => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1616] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/ports?tenant_id=04332641f321439eb40930a039ef132f&fields=id => generated 103 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1617] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:00:11 2026] POST /v2.0/ports => generated 966 bytes in 908 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: 764/1618] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/networks/71577b13-4de6-4cb8-8fe3-87187c74096c?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1619] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:00:12 2026] GET /v2.0/networks/71577b13-4de6-4cb8-8fe3-87187c74096c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:12.985 8 INFO neutron.services.segments.plugin [-] Segment c7f6ef75-07dd-4a14-b1ef-5f06b3280446 resource provider aggregate not found 2026-07-29 09:00:12.990 8 INFO neutron.services.segments.plugin [-] Segment c7f6ef75-07dd-4a14-b1ef-5f06b3280446 resource provider aggregate not found 2026-07-29 09:00:13.007 8 INFO neutron.services.segments.plugin [-] Segment c7f6ef75-07dd-4a14-b1ef-5f06b3280446 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7f6ef75-07dd-4a14-b1ef-5f06b3280446 found for delete ", "request_id": "req-e2748a90-afcb-4659-b4ed-b50b4b9e80b1"}]} 2026-07-29 09:00:13.017 8 INFO neutron.services.segments.plugin [-] Segment c7f6ef75-07dd-4a14-b1ef-5f06b3280446 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7f6ef75-07dd-4a14-b1ef-5f06b3280446 found for delete ", "request_id": "req-d3a17c49-28ca-442a-b270-9ab25bdc653b"}]} [pid: 8|app: 0|req: 766/1620] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:13 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1621] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:13 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1622] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:13 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 855/1623] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:00:12 2026] PUT /v2.0/ports/fa6da8ac-4c91-4067-92e2-77437be738c3 => generated 1247 bytes in 576 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:00:13.370 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ca54205-2afa-4683-b3ca-6e15925d2d05'] response: {'name': 'network-changed', 'server_uuid': 'f193e979-1634-48e6-adb3-120969e1d8a3', 'tag': 'fa6da8ac-4c91-4067-92e2-77437be738c3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 769/1624] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:13 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 856/1625] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:13 2026] GET /v2.0/ports?tenant_id=c2f1102e3faa428fb1280f0c2359cd0d&device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 1250 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1626] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:00:13 2026] GET /v2.0/networks?tenant_id=c2f1102e3faa428fb1280f0c2359cd0d&shared=False => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1627] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:00:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1628] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:14 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1629] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:14 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 772/1630] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:14 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&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: 859/1631] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:14 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1632] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/ports?tenant_id=c2f1102e3faa428fb1280f0c2359cd0d&device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1633] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.204&port_id=fa6da8ac-4c91-4067-92e2-77437be738c3 => 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: 774/1634] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1635] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1636] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1637] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1638] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1639] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 981 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1640] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1641] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:15 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => 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: 778/1642] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:16 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1643] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:16 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1644] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:16 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => 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: 866/1645] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:16 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1646] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:16 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1647] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:00:16 2026] POST /v2.0/ports => generated 958 bytes in 512 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: 868/1648] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:17 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 871/1651] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:17 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => 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: 872/1652] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:17 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1653] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:17 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 981 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1654] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:17 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1655] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:00:17 2026] PUT /v2.0/ports/426a047d-d5a9-4854-a361-8c29a4d444d1 => generated 1239 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:00:18.166 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf1a7134-ba4e-4aef-a08d-b02ff6640d49'] response: {'name': 'network-changed', 'server_uuid': 'f45f9589-3a8d-4e6a-898d-d2d4ad689f78', 'tag': '426a047d-d5a9-4854-a361-8c29a4d444d1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 875/1656] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:18 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 876/1657] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:18 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 782/1658] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:00:18 2026] GET /v2.0/networks?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&shared=False => generated 770 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1659] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:00:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1660] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:18 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1661] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:19 2026] GET /v2.0/networks?id=71577b13-4de6-4cb8-8fe3-87187c74096c => generated 675 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1662] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:19 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1663] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:19 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 983 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1664] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:00:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=04332641f321439eb40930a039ef132f => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1665] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:19 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1666] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:00:19 2026] POST /v2.0/ports => generated 958 bytes in 634 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: 786/1667] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:19 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 961 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1668] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:19 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1669] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1670] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=426a047d-d5a9-4854-a361-8c29a4d444d1 => 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: 790/1671] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/subnets?id=838b0f63-4dc1-47f3-9614-1a4107961feb => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1672] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/ports?network_id=92538409-e336-4655-ae05-ba672c529d92&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: 792/1673] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 793/1674] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1675] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1676] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 983 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1677] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:00:19 2026] PUT /v2.0/ports/2ae36d19-30a6-47d4-9ae0-59effb6912f8 => generated 1239 bytes in 572 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: 796/1678] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1679] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:20.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ab43ed3-7d27-4bdc-8a1f-35a3dca20404'] response: {'name': 'network-changed', 'server_uuid': '429c3668-ebfa-453f-ac76-e42a78f8ccd5', 'tag': '2ae36d19-30a6-47d4-9ae0-59effb6912f8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 884/1680] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/ports?tenant_id=04332641f321439eb40930a039ef132f&device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1681] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:00:20 2026] GET /v2.0/networks => generated 651 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1682] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 983 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1683] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/networks?tenant_id=04332641f321439eb40930a039ef132f&shared=False => generated 771 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1684] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1685] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&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: 800/1686] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1687] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&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: 801/1688] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1689] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/quotas/feebf93ae2364bb9a08fb98a63ae4c7b => 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: 802/1690] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/ports?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&fields=id => 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: 889/1691] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1692] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1693] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1694] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1695] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1696] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:21 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1697] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/networks => generated 651 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1698] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1699] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/ports?tenant_id=04332641f321439eb40930a039ef132f&device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1700] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/quotas/feebf93ae2364bb9a08fb98a63ae4c7b => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1701] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 983 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1702] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2ae36d19-30a6-47d4-9ae0-59effb6912f8 => 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: 808/1703] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/ports?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&fields=id => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1704] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1705] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/subnets?id=7f6db165-bb55-478b-92dc-2953c7929dbb => generated 693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1706] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1707] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/ports?network_id=71577b13-4de6-4cb8-8fe3-87187c74096c&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1708] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1709] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1710] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/networks/71577b13-4de6-4cb8-8fe3-87187c74096c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1711] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1712] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/networks/71577b13-4de6-4cb8-8fe3-87187c74096c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1713] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1714] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => 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: 814/1715] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:22 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1716] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:00:23 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 983 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1717] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:23 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 983 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1718] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:23 2026] GET /v2.0/security-groups?id=32839b26-896d-41f7-814e-290ea98bb586&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:23.731 8 INFO neutron_taas.services.taas.taas_plugin [req-1cdd505b-e7a4-4992-9a33-9b26a8a716b1 req-3f2d4b0a-2586-4179-896b-69fa2d34ecb4 b74cdde3b424490fa55c9d0caae662e5 c2f1102e3faa428fb1280f0c2359cd0d - - default default] TaaS: Handle Delete Port: fa6da8ac-4c91-4067-92e2-77437be738c3 2026-07-29 09:00:23.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1cdd505b-e7a4-4992-9a33-9b26a8a716b1 req-3f2d4b0a-2586-4179-896b-69fa2d34ecb4 b74cdde3b424490fa55c9d0caae662e5 c2f1102e3faa428fb1280f0c2359cd0d - - default default] Tap Mirror: Handle Delete Port: fa6da8ac-4c91-4067-92e2-77437be738c3 [pid: 7|app: 0|req: 904/1719] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:23 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1720] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:23 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1721] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:23 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => 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: 816/1722] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:00:23 2026] DELETE /v2.0/ports/fa6da8ac-4c91-4067-92e2-77437be738c3 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:00:23.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-910da25b-5dc3-42d7-bf5f-95b4cde010de'] response: {'server_uuid': 'f193e979-1634-48e6-adb3-120969e1d8a3', 'name': 'network-vif-deleted', 'tag': 'fa6da8ac-4c91-4067-92e2-77437be738c3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 907/1723] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:23 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1724] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:24 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1725] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:24 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1726] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:24 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1727] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:24 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1728] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:25 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1729] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:25 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1730] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:25 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1731] 10.0.0.78 () {34 vars in 1646 bytes} [Wed Jul 29 09:00:25 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898&device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd&device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5&device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78&device_id=f193e979-1634-48e6-adb3-120969e1d8a3&device_id=b4cc8836-3434-4e6f-9158-bc5182033075&device_id=5d27d181-e919-4338-9102-a2e04aa62817&device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 6166 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1732] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:25 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => 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: 912/1733] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:00:25 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 181 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1734] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:25 2026] GET /v2.0/ports?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1735] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/networks?id=92538409-e336-4655-ae05-ba672c529d92 => generated 770 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1736] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=426a047d-d5a9-4854-a361-8c29a4d444d1 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1737] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/subnets?id=838b0f63-4dc1-47f3-9614-1a4107961feb => generated 693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1738] 10.0.0.78 () {34 vars in 1270 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78&device_id=b4cc8836-3434-4e6f-9158-bc5182033075&device_id=5d27d181-e919-4338-9102-a2e04aa62817&device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 4935 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1739] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1740] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/ports?network_id=92538409-e336-4655-ae05-ba672c529d92&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: 915/1741] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&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: 827/1742] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&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: 916/1743] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1744] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => 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: 828/1745] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92?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: 918/1746] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:26 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1747] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => 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: 830/1748] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => 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: 831/1749] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1750] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1751] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1752] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1753] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1754] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => 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: 837/1755] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:27 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1756] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:00:27 2026] POST /v2.0/ports => generated 966 bytes in 814 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-07-29 09:00:28.146 8 INFO neutron.db.l3_db [None req-6963b59c-21b3-4a46-bb33-05a87e1a57dd c954a5f45cc94aaab498e6785082a9e7 04332641f321439eb40930a039ef132f - - default default] Floating IP 4bd4e5f6-c8f1-460f-814a-2f0c168f956b associated. External IP: 10.96.250.203, port: 2ae36d19-30a6-47d4-9ae0-59effb6912f8. [pid: 8|app: 0|req: 838/1757] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:00:27 2026] PUT /v2.0/floatingips/4bd4e5f6-c8f1-460f-814a-2f0c168f956b => generated 856 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1758] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:28 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => 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: 840/1759] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:28 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => 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: 841/1760] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:28 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:28.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-72bed472-23ef-4ddf-8799-0573849fbd32'] response: {'name': 'network-changed', 'server_uuid': '429c3668-ebfa-453f-ac76-e42a78f8ccd5', 'tag': '2ae36d19-30a6-47d4-9ae0-59effb6912f8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 842/1761] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:28 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1762] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:28 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1763] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:28 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => 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: 845/1764] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => 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: 920/1765] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:00:27 2026] PUT /v2.0/ports/90119a69-43a7-49ec-9171-a39f5a5f1f2a => generated 1247 bytes in 1290 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: 846/1766] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/ports?tenant_id=04332641f321439eb40930a039ef132f&device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:00:29.179 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4889820-041d-4867-81ef-50d264d76b8a'] response: {'name': 'network-changed', 'server_uuid': 'eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd', 'tag': '90119a69-43a7-49ec-9171-a39f5a5f1f2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 921/1767] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1768] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/networks?id=71577b13-4de6-4cb8-8fe3-87187c74096c => 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: 922/1769] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2ae36d19-30a6-47d4-9ae0-59effb6912f8 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1770] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/subnets?id=7f6db165-bb55-478b-92dc-2953c7929dbb => generated 693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1771] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1772] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/ports?network_id=71577b13-4de6-4cb8-8fe3-87187c74096c&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1773] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/networks/71577b13-4de6-4cb8-8fe3-87187c74096c?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: 851/1774] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/networks/71577b13-4de6-4cb8-8fe3-87187c74096c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1775] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1776] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&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: 854/1777] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => 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: 855/1778] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/ports?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1779] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/networks?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&shared=False => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1780] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1781] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:00:29 2026] POST /v2.0/ports => generated 966 bytes in 563 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: 858/1782] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1783] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:29 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1784] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:00:29 2026] PUT /v2.0/ports/5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e => generated 1247 bytes in 525 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: 860/1785] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:30 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1786] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:30 2026] GET /v2.0/ports?device_id=f193e979-1634-48e6-adb3-120969e1d8a3 => 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: 861/1787] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:30 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1788] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:30 2026] GET /v2.0/ports?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 1250 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1789] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 09:00:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.205&port_id=90119a69-43a7-49ec-9171-a39f5a5f1f2a => 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: 928/1790] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:30 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1791] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:30 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1792] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 864/1793] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1794] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1795] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:31.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-69e2da41-80fb-40ff-8630-f4abe13da535'] response: {'name': 'network-changed', 'server_uuid': '7870a5ea-5721-458b-9e80-713f00ff3898', 'tag': '5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 931/1796] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/ports?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 1250 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1797] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.204&port_id=5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e => 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: 932/1798] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1799] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1800] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1801] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1802] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1803] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1804] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:31 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:32.006 7 INFO neutron_taas.services.taas.taas_plugin [req-6a044254-4634-4ed6-9d23-880fd02875d1 req-695dcdb3-89ac-41f4-924b-7c183d244541 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] TaaS: Handle Delete Port: 426a047d-d5a9-4854-a361-8c29a4d444d1 2026-07-29 09:00:32.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a044254-4634-4ed6-9d23-880fd02875d1 req-695dcdb3-89ac-41f4-924b-7c183d244541 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] Tap Mirror: Handle Delete Port: 426a047d-d5a9-4854-a361-8c29a4d444d1 [pid: 7|app: 0|req: 935/1805] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:00:31 2026] DELETE /v2.0/ports/426a047d-d5a9-4854-a361-8c29a4d444d1 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1806] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 981 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1807] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&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: 939/1810] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/ports?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 1250 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1811] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/security-groups?tenant_id=c2f1102e3faa428fb1280f0c2359cd0d&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1812] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1813] 199.19.213.48 () {34 vars in 1062 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.96.250.204&port_id=5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e => 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: 942/1814] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/subnets?id=766c0e77-70e2-42de-8b65-ce50f6fdb025 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1815] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:32 2026] DELETE /v2.0/security-groups/32839b26-896d-41f7-814e-290ea98bb586 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1816] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/ports?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&device_owner=network%3Adhcp => generated 1256 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1817] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:32 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?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: 875/1818] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:33 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => 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: 944/1819] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:33 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:33.269 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-222efa0c-4f1d-4ef4-88d3-dcb28888e7ad'] response: {'server_uuid': 'f45f9589-3a8d-4e6a-898d-d2d4ad689f78', 'name': 'network-vif-deleted', 'tag': '426a047d-d5a9-4854-a361-8c29a4d444d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 876/1820] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:33 2026] GET /v2.0/security-groups?tenant_id=5aeda1c7436c49dbb85c974d8e02ff56&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1821] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:33 2026] DELETE /v2.0/security-groups/bb42be96-38a1-4a2e-b825-6e72cb4e2d16 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1822] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:33 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1823] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:33 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1824] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:34 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => 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: 947/1825] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:34 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 981 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1826] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:34 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1827] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:35 2026] GET /v2.0/ports?device_id=f45f9589-3a8d-4e6a-898d-d2d4ad689f78 => 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: 880/1828] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:35 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1829] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:35 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1830] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:36 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1831] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:36 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1832] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:36 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1833] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:37 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&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: 882/1834] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:36 2026] GET /v2.0/security-groups?tenant_id=95e5a4737865490383bb91fd1dffd787&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1835] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:37 2026] DELETE /v2.0/security-groups/f75a2d7f-2bc1-4dfd-a77a-885450c34bc7 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1836] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:37 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => 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: 954/1837] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:37 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1838] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:38 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1839] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:38 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1840] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:38 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 983 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1841] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:38 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1842] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:00:39 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1843] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:39 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => 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: 888/1844] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:39 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&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-07-29 09:00:39.241 7 INFO neutron_taas.services.taas.taas_plugin [req-84fc1aca-bf31-4b6f-8f19-b38a3f5377f7 req-e0333e46-2332-419d-93a5-a1ff5488b66e 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] TaaS: Handle Delete Port: 34b11658-cd24-4249-94b9-7c234f71ebb9 2026-07-29 09:00:39.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84fc1aca-bf31-4b6f-8f19-b38a3f5377f7 req-e0333e46-2332-419d-93a5-a1ff5488b66e 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] Tap Mirror: Handle Delete Port: 34b11658-cd24-4249-94b9-7c234f71ebb9 [pid: 7|app: 0|req: 957/1845] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:00:39 2026] DELETE /v2.0/ports/34b11658-cd24-4249-94b9-7c234f71ebb9 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:00:39.467 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d13602c5-00ed-4e8c-87cd-7e6016ad5f03'] response: {'server_uuid': 'b4cc8836-3434-4e6f-9158-bc5182033075', 'name': 'network-vif-deleted', 'tag': '34b11658-cd24-4249-94b9-7c234f71ebb9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 889/1846] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:00:39 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 958/1847] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:39 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1848] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:40 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1849] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:00:40 2026] GET /v2.0/security-groups?tenant_id=c59179b4ba1e4ee5989cca67b9d3e29e&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1850] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:40 2026] DELETE /v2.0/security-groups/7435908a-bf39-4d75-83c0-3437923387c8 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1851] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:41 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1852] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:42 2026] GET /v2.0/ports?device_id=b4cc8836-3434-4e6f-9158-bc5182033075 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:43.376 7 INFO neutron.db.segments_db [None req-d619d90c-87e5-4c01-bcad-6c0d638b3cb8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 5ff702fe-0e0e-450b-a6e7-064ddc9b9547 of type vxlan for network 18f45772-e69b-45cb-9819-cd43bdc1dc37 [pid: 7|app: 0|req: 961/1853] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:00:42 2026] POST /v2.0/networks => generated 735 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1854] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:00:43 2026] POST /v2.0/subnets => generated 701 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1855] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:43 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1856] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:43 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&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-07-29 09:00:44.013 8 INFO neutron.db.segments_db [None req-247c9cc0-a8b5-4109-b1a1-332136ee57d3 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 39890cc3-1a2f-4a9b-b784-5807b9fe3ecf of type vxlan for network a80b4939-cd4d-41bd-af96-ac71667898a4 2026-07-29 09:00:44.434 8 INFO neutron.db.l3_hamode_db [None req-247c9cc0-a8b5-4109-b1a1-332136ee57d3 792098ed716c44f9a3ede4e71835c564 a41a3ae284f84ac797eeba62196ca3b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 964/1857] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:45 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1858] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:45 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&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-07-29 09:00:45.466 8 INFO neutron.db.l3_hamode_db [None req-247c9cc0-a8b5-4109-b1a1-332136ee57d3 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 966/1859] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:00:46 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1860] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:46 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:00:46.480 7 INFO neutron_taas.services.taas.taas_plugin [req-749feab3-01a0-4fab-ad08-110aeea6fe46 req-df949796-946e-4593-ab3d-edd52514df65 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] TaaS: Handle Delete Port: d8ab35d8-e5f5-4fa0-aad3-a1c3d970780b 2026-07-29 09:00:46.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-749feab3-01a0-4fab-ad08-110aeea6fe46 req-df949796-946e-4593-ab3d-edd52514df65 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] Tap Mirror: Handle Delete Port: d8ab35d8-e5f5-4fa0-aad3-a1c3d970780b [pid: 7|app: 0|req: 968/1861] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:00:46 2026] DELETE /v2.0/ports/d8ab35d8-e5f5-4fa0-aad3-a1c3d970780b => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1862] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:46 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:46.838 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-148a25d3-0d2a-4615-b802-79854168f6f0'] response: {'server_uuid': '5d27d181-e919-4338-9102-a2e04aa62817', 'name': 'network-vif-deleted', 'tag': 'd8ab35d8-e5f5-4fa0-aad3-a1c3d970780b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 970/1863] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:46 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 983 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1864] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:46 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1865] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:00:43 2026] POST /v2.0/routers => generated 741 bytes in 3420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1866] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:00:47 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 1252 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1867] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:47 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1870] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:47 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1871] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:00:47 2026] PUT /v2.0/routers/3c0a7112-a900-4a1f-b7f8-1fce7befc1a2/add_router_interface => generated 309 bytes in 1401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1872] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:49 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => 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: 896/1873] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:00:49 2026] GET /v2.0/networks?id=18f45772-e69b-45cb-9819-cd43bdc1dc37 => generated 686 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1874] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:00:49 2026] GET /v2.0/quotas/a41a3ae284f84ac797eeba62196ca3b0 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1875] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:00:49 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1876] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:00:49 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?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: 898/1877] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:00:49 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?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: 980/1878] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:50 2026] GET /v2.0/ports?device_id=5d27d181-e919-4338-9102-a2e04aa62817 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1879] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:50 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1880] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:00:50 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 1252 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1881] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:50 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&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: 982/1882] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:51 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1883] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:51 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1884] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:51 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1885] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:51 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1886] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:51 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1887] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:52 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1888] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:52 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&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: 904/1889] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:52 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1890] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:52 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1891] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:52 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1892] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:53 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1893] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:53 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1894] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:53 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&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: 907/1895] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:00:53 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:00:54.139 7 INFO neutron_taas.services.taas.taas_plugin [req-b3db3f89-aabf-421a-bc5b-9af925b2fe03 req-5363ab62-430e-428b-bada-a77ac2e6c5f5 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] TaaS: Handle Delete Port: 13f642e4-fd87-4589-825f-0d88cf832ff4 2026-07-29 09:00:54.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b3db3f89-aabf-421a-bc5b-9af925b2fe03 req-5363ab62-430e-428b-bada-a77ac2e6c5f5 833ef573d8bb406bb554ef9b1921518e 7327a4a9b71f40a38e9e4e0b9833739a - - default default] Tap Mirror: Handle Delete Port: 13f642e4-fd87-4589-825f-0d88cf832ff4 [pid: 8|app: 0|req: 908/1896] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:54 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1897] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:54 2026] GET /v2.0/security-groups?id=943dffe0-2dec-428e-9ae5-087367bc3845&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1898] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:00:54 2026] DELETE /v2.0/ports/13f642e4-fd87-4589-825f-0d88cf832ff4 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:00:54.383 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85600c57-1eb0-4d9c-bdf1-7f5e5d5dfd53'] response: {'server_uuid': '3c7e8954-aba7-4412-bb6a-0cd3749a678f', 'name': 'network-vif-deleted', 'tag': '13f642e4-fd87-4589-825f-0d88cf832ff4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 910/1899] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:00:54 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1900] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:54 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1901] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:54 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:00:54.719 7 INFO neutron_taas.services.taas.taas_plugin [req-08bcda97-7d25-4055-ba96-e9796f7d4101 req-1da8c8fb-4a86-45f9-b7ed-43c4d2e4434f c954a5f45cc94aaab498e6785082a9e7 04332641f321439eb40930a039ef132f - - default default] TaaS: Handle Delete Port: 2ae36d19-30a6-47d4-9ae0-59effb6912f8 2026-07-29 09:00:54.723 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-08bcda97-7d25-4055-ba96-e9796f7d4101 req-1da8c8fb-4a86-45f9-b7ed-43c4d2e4434f c954a5f45cc94aaab498e6785082a9e7 04332641f321439eb40930a039ef132f - - default default] Tap Mirror: Handle Delete Port: 2ae36d19-30a6-47d4-9ae0-59effb6912f8 [pid: 8|app: 0|req: 913/1902] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:54 2026] GET /v2.0/security-groups?id=ea380f28-1016-4936-9a89-c6f0a4673f68&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:00:54.938 7 INFO neutron.db.l3_db [req-08bcda97-7d25-4055-ba96-e9796f7d4101 req-1da8c8fb-4a86-45f9-b7ed-43c4d2e4434f c954a5f45cc94aaab498e6785082a9e7 04332641f321439eb40930a039ef132f - - default default] Floating IP 4bd4e5f6-c8f1-460f-814a-2f0c168f956b disassociated. External IP: 10.96.250.203, port: 2ae36d19-30a6-47d4-9ae0-59effb6912f8. [pid: 8|app: 0|req: 914/1903] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:00:54 2026] GET /v2.0/networks?id=18f45772-e69b-45cb-9819-cd43bdc1dc37 => generated 686 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1904] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:55 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1905] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:00:54 2026] DELETE /v2.0/ports/2ae36d19-30a6-47d4-9ae0-59effb6912f8 => generated 0 bytes in 851 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1906] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:55 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1907] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:55 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => 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: 916/1908] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:00:55 2026] POST /v2.0/ports => generated 958 bytes in 510 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: 917/1909] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:55 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 961 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1910] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:55 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1911] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:55 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 993/1912] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:00:55 2026] PUT /v2.0/ports/d6d931b8-394d-4d07-8778-909dc5dffa8e => generated 1239 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:00:56.425 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f435940a-8516-40fd-927e-7426bb612d95'] response: {'server_uuid': '429c3668-ebfa-453f-ac76-e42a78f8ccd5', 'name': 'network-vif-deleted', 'tag': '2ae36d19-30a6-47d4-9ae0-59effb6912f8', 'status': 'completed', 'code': 200} 2026-07-29 09:00:56.425 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f435940a-8516-40fd-927e-7426bb612d95'] response: {'name': 'network-changed', 'server_uuid': 'af53e515-da18-45f7-bb18-e49a86cef766', 'tag': 'd6d931b8-394d-4d07-8778-909dc5dffa8e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 920/1913] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:56 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 12 bytes in 27 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: 921/1914] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:56 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1915] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:56 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1916] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:56 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 995/1917] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:00:56 2026] GET /v2.0/networks?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&shared=False => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1918] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:56 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1919] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:00:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1920] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:57 2026] GET /v2.0/ports?device_id=3c7e8954-aba7-4412-bb6a-0cd3749a678f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1921] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/ports?device_id=429c3668-ebfa-453f-ac76-e42a78f8ccd5 => 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: 998/1922] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1923] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1924] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d6d931b8-394d-4d07-8778-909dc5dffa8e => 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: 926/1925] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1926] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/subnets?id=8019f6bc-a96f-4970-b093-723f40d76df9 => generated 704 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1927] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/ports?network_id=18f45772-e69b-45cb-9819-cd43bdc1dc37&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: 1001/1928] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?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: 928/1929] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:00:58 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:59.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-b200cea9-eddb-4520-af3b-37022186c2fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 94b4ae94-9072-47b0-b7fa-0a8fafe87a46 2026-07-29 09:00:59.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b200cea9-eddb-4520-af3b-37022186c2fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 94b4ae94-9072-47b0-b7fa-0a8fafe87a46 [pid: 8|app: 0|req: 929/1930] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:00:59 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1931] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:00:59 2026] DELETE /v2.0/security-groups/ea380f28-1016-4936-9a89-c6f0a4673f68 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1932] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:00:59 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:00:59.547 8 INFO neutron.api.v2.resource [None req-573b28c7-3416-4728-a46f-c22ec6e79912 c954a5f45cc94aaab498e6785082a9e7 04332641f321439eb40930a039ef132f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 932/1933] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:00:59 2026] GET /v2.0/security-groups/ea380f28-1016-4936-9a89-c6f0a4673f68 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:00:59.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a07da2c-b27d-4971-aa8e-128006542d8c c954a5f45cc94aaab498e6785082a9e7 04332641f321439eb40930a039ef132f - - default default] TaaS: Handle Delete Port: c70f8535-3be1-4c1d-83e8-55db616617aa 2026-07-29 09:00:59.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a07da2c-b27d-4971-aa8e-128006542d8c c954a5f45cc94aaab498e6785082a9e7 04332641f321439eb40930a039ef132f - - default default] Tap Mirror: Handle Delete Port: c70f8535-3be1-4c1d-83e8-55db616617aa [pid: 7|app: 0|req: 1002/1934] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:00:58 2026] PUT /v2.0/routers/e1823c2c-03f3-49c5-9593-bbc32471de15/remove_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1935] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:00:59 2026] DELETE /v2.0/floatingips/4bd4e5f6-c8f1-460f-814a-2f0c168f956b => generated 0 bytes in 411 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:01:00.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-11c3a837-af5c-4afe-991b-48eb49588a0d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b1e3e8fd-ffda-4da1-a2a0-f14b20eb2d4e 2026-07-29 09:01:00.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11c3a837-af5c-4afe-991b-48eb49588a0d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b1e3e8fd-ffda-4da1-a2a0-f14b20eb2d4e 2026-07-29 09:01:00.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa7c6869-f256-4a29-bfc8-97e6800d46de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: f05e0b31-afe2-4c03-bc6f-946faa090dd5 2026-07-29 09:01:00.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa7c6869-f256-4a29-bfc8-97e6800d46de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: f05e0b31-afe2-4c03-bc6f-946faa090dd5 2026-07-29 09:01:00.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-11c3a837-af5c-4afe-991b-48eb49588a0d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 7d36aa9f-9984-4f8d-ada3-54bfbae39cfa 2026-07-29 09:01:00.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11c3a837-af5c-4afe-991b-48eb49588a0d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 7d36aa9f-9984-4f8d-ada3-54bfbae39cfa 2026-07-29 09:01:00.988 7 INFO neutron.services.segments.plugin [-] Segment 619abf39-9dca-4c85-a655-e6bd964e7546 resource provider aggregate not found 2026-07-29 09:01:00.999 7 INFO neutron.services.segments.plugin [-] Segment 619abf39-9dca-4c85-a655-e6bd964e7546 resource provider aggregate not found 2026-07-29 09:01:01.017 7 INFO neutron.services.segments.plugin [-] Segment 619abf39-9dca-4c85-a655-e6bd964e7546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619abf39-9dca-4c85-a655-e6bd964e7546 found for delete ", "request_id": "req-7aed39e7-fb87-4d4c-8d37-84cf615d35f4"}]} 2026-07-29 09:01:01.020 7 INFO neutron.services.segments.plugin [-] Segment 619abf39-9dca-4c85-a655-e6bd964e7546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 619abf39-9dca-4c85-a655-e6bd964e7546 found for delete ", "request_id": "req-91f186c9-bd93-46e6-b543-f517b92aa6a0"}]} 2026-07-29 09:01:01.059 7 INFO neutron.db.l3_hamode_db [None req-11c3a837-af5c-4afe-991b-48eb49588a0d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 9ab8a06a-1711-4a9d-90d5-82e13e1c8cb5 was deleted as no HA routers are present in tenant 7327a4a9b71f40a38e9e4e0b9833739a. [pid: 7|app: 0|req: 1003/1936] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:00:59 2026] DELETE /v2.0/routers/e1823c2c-03f3-49c5-9593-bbc32471de15 => generated 0 bytes in 1124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1937] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:00:59 2026] PUT /v2.0/routers/fb0df21d-cab6-497f-b2dc-96c5aaa8c017/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1938] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:01 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1939] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:01 2026] DELETE /v2.0/subnets/838b0f63-4dc1-47f3-9614-1a4107961feb => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1940] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:01 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:01.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-2907b151-6872-4758-9815-d7ffff0e87fe 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 48146535-df2a-41b9-9a33-60434d740b97 2026-07-29 09:01:01.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2907b151-6872-4758-9815-d7ffff0e87fe 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 48146535-df2a-41b9-9a33-60434d740b97 2026-07-29 09:01:01.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3240702-7c52-48fd-936e-5cb8fe19bfb8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8b846286-1f6b-42bb-b4bf-093213a076a9 2026-07-29 09:01:01.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3240702-7c52-48fd-936e-5cb8fe19bfb8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8b846286-1f6b-42bb-b4bf-093213a076a9 2026-07-29 09:01:01.827 8 INFO neutron.services.segments.plugin [-] Segment ffa28613-09fd-42a9-beb5-9ca03139b229 resource provider aggregate not found 2026-07-29 09:01:01.836 8 INFO neutron.services.segments.plugin [-] Segment ffa28613-09fd-42a9-beb5-9ca03139b229 resource provider aggregate not found 2026-07-29 09:01:01.855 8 INFO neutron.services.segments.plugin [-] Segment ffa28613-09fd-42a9-beb5-9ca03139b229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffa28613-09fd-42a9-beb5-9ca03139b229 found for delete ", "request_id": "req-814b8e16-74ce-4f1e-9142-9fe92fbab70a"}]} 2026-07-29 09:01:01.864 8 INFO neutron.services.segments.plugin [-] Segment ffa28613-09fd-42a9-beb5-9ca03139b229 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffa28613-09fd-42a9-beb5-9ca03139b229 found for delete ", "request_id": "req-69f43111-cbdb-4aa6-820a-0b3f93183f3b"}]} 2026-07-29 09:01:01.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-2907b151-6872-4758-9815-d7ffff0e87fe 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: f7a615c3-9b64-4ca8-a69d-2aba78bb74fa 2026-07-29 09:01:01.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2907b151-6872-4758-9815-d7ffff0e87fe 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: f7a615c3-9b64-4ca8-a69d-2aba78bb74fa [pid: 8|app: 0|req: 937/1941] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:01:01 2026] DELETE /v2.0/networks/92538409-e336-4655-ae05-ba672c529d92 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:01:02.369 7 INFO neutron.db.l3_hamode_db [None req-2907b151-6872-4758-9815-d7ffff0e87fe 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 33a80a43-617a-4e72-9937-1875806b7f16 was deleted as no HA routers are present in tenant 04332641f321439eb40930a039ef132f. 2026-07-29 09:01:02.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e47173e-ddc1-4783-a759-35664f4e3499 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 1725840c-4da5-4c43-9bcf-85eebac2f327 2026-07-29 09:01:02.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e47173e-ddc1-4783-a759-35664f4e3499 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 1725840c-4da5-4c43-9bcf-85eebac2f327 [pid: 7|app: 0|req: 1005/1942] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:01 2026] DELETE /v2.0/routers/fb0df21d-cab6-497f-b2dc-96c5aaa8c017 => generated 0 bytes in 1270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1943] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:02 2026] DELETE /v2.0/subnets/7f6db165-bb55-478b-92dc-2953c7929dbb => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1944] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:02 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:02.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-4011e461-5ea8-4ba7-83c1-38bb0268abdf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 6a5597ac-2e9b-4edd-bdcf-41c7642ff673 2026-07-29 09:01:02.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4011e461-5ea8-4ba7-83c1-38bb0268abdf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 6a5597ac-2e9b-4edd-bdcf-41c7642ff673 2026-07-29 09:01:03.042 7 INFO neutron.services.segments.plugin [-] Segment 9fb4ec32-9dab-41a0-bb67-f4f944da2023 resource provider aggregate not found 2026-07-29 09:01:03.043 7 INFO neutron.services.segments.plugin [-] Segment 9fb4ec32-9dab-41a0-bb67-f4f944da2023 resource provider aggregate not found [pid: 7|app: 0|req: 1008/1945] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:01:02 2026] DELETE /v2.0/networks/71577b13-4de6-4cb8-8fe3-87187c74096c => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:01:03.074 7 INFO neutron.services.segments.plugin [-] Segment 9fb4ec32-9dab-41a0-bb67-f4f944da2023 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb4ec32-9dab-41a0-bb67-f4f944da2023 found for delete ", "request_id": "req-19b5c4d6-7ea0-4d4b-8a63-3f8c0ed64e74"}]} 2026-07-29 09:01:03.078 7 INFO neutron.services.segments.plugin [-] Segment 9fb4ec32-9dab-41a0-bb67-f4f944da2023 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fb4ec32-9dab-41a0-bb67-f4f944da2023 found for delete ", "request_id": "req-fb37301d-c167-4f5f-82f8-11ecc9622e32"}]} 2026-07-29 09:01:03.098 7 INFO neutron.services.segments.plugin [-] Segment 1dda13e5-b364-4aa7-b397-35bb2b2fe05e resource provider aggregate not found 2026-07-29 09:01:03.104 7 INFO neutron.services.segments.plugin [-] Segment 1dda13e5-b364-4aa7-b397-35bb2b2fe05e resource provider aggregate not found 2026-07-29 09:01:03.123 7 INFO neutron.services.segments.plugin [-] Segment 1dda13e5-b364-4aa7-b397-35bb2b2fe05e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dda13e5-b364-4aa7-b397-35bb2b2fe05e found for delete ", "request_id": "req-906fe1ac-992b-45c0-9396-e1d89339b95a"}]} 2026-07-29 09:01:03.132 7 INFO neutron.services.segments.plugin [-] Segment 1dda13e5-b364-4aa7-b397-35bb2b2fe05e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dda13e5-b364-4aa7-b397-35bb2b2fe05e found for delete ", "request_id": "req-e853b7f6-42ce-4283-aed9-f925b7f5885b"}]} [pid: 7|app: 0|req: 1011/1948] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:03 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1949] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:03 2026] GET /v2.0/security-groups?tenant_id=04332641f321439eb40930a039ef132f&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1950] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:01:01 2026] PUT /v2.0/routers/4a1ce5bd-bbfe-48ce-9828-0e026d94d42b/remove_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1951] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:03 2026] DELETE /v2.0/security-groups/92c2c065-4a20-4681-8757-5f622b28d6f8 => 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: 1014/1952] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:03 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 983 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1953] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:03 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:03.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea28034b-347b-4d7a-9985-ae5fa5aa47a4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 6f3700d5-8a9c-45f1-9b75-b71f1b4a8dd9 2026-07-29 09:01:03.735 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea28034b-347b-4d7a-9985-ae5fa5aa47a4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 6f3700d5-8a9c-45f1-9b75-b71f1b4a8dd9 2026-07-29 09:01:04.227 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea28034b-347b-4d7a-9985-ae5fa5aa47a4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 9c2c490c-6530-4c2d-9978-bd380d6e0c4a 2026-07-29 09:01:04.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea28034b-347b-4d7a-9985-ae5fa5aa47a4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 9c2c490c-6530-4c2d-9978-bd380d6e0c4a [pid: 7|app: 0|req: 1016/1954] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1955] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1956] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1957] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1958] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1959] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:04.919 8 INFO neutron.services.segments.plugin [-] Segment 7ea5aa92-94b9-4de2-b780-0d5213d5fc66 resource provider aggregate not found 2026-07-29 09:01:04.931 8 INFO neutron.services.segments.plugin [-] Segment 7ea5aa92-94b9-4de2-b780-0d5213d5fc66 resource provider aggregate not found [pid: 7|app: 0|req: 1022/1960] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:04.948 8 INFO neutron.services.segments.plugin [-] Segment 7ea5aa92-94b9-4de2-b780-0d5213d5fc66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ea5aa92-94b9-4de2-b780-0d5213d5fc66 found for delete ", "request_id": "req-f68b4967-5871-4aeb-9d1e-9638b088427e"}]} 2026-07-29 09:01:04.970 8 INFO neutron.services.segments.plugin [-] Segment 7ea5aa92-94b9-4de2-b780-0d5213d5fc66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ea5aa92-94b9-4de2-b780-0d5213d5fc66 found for delete ", "request_id": "req-3ffd6078-3197-4030-a872-a7b03aa4d1d8"}]} 2026-07-29 09:01:04.983 8 INFO neutron.db.l3_hamode_db [None req-ea28034b-347b-4d7a-9985-ae5fa5aa47a4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 9d3ccaff-e215-421f-a3a3-8661020e94ad was deleted as no HA routers are present in tenant adfaa27223ff427487195a59980acb4f. [pid: 7|app: 0|req: 1023/1961] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:04 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1962] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:03 2026] DELETE /v2.0/routers/4a1ce5bd-bbfe-48ce-9828-0e026d94d42b => generated 0 bytes in 1642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1963] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1964] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:04 2026] DELETE /v2.0/subnets/4bff708d-f188-4106-8cd8-fe3c64e26aa1 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1965] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:05.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad3bc13d-662c-4471-9184-ee4a81bb61bd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 5e28f1ef-84f4-4daf-85c1-a68322cb621f 2026-07-29 09:01:05.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad3bc13d-662c-4471-9184-ee4a81bb61bd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 5e28f1ef-84f4-4daf-85c1-a68322cb621f [pid: 8|app: 0|req: 942/1966] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1967] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1968] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1969] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:05.660 7 INFO neutron.services.segments.plugin [-] Segment 2c42e955-ff7a-4977-8dbd-8f8ee0bfe40c resource provider aggregate not found 2026-07-29 09:01:05.667 7 INFO neutron.services.segments.plugin [-] Segment 2c42e955-ff7a-4977-8dbd-8f8ee0bfe40c resource provider aggregate not found [pid: 8|app: 0|req: 946/1970] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:05.693 7 INFO neutron.services.segments.plugin [-] Segment 2c42e955-ff7a-4977-8dbd-8f8ee0bfe40c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c42e955-ff7a-4977-8dbd-8f8ee0bfe40c found for delete ", "request_id": "req-7d495bb8-d6bd-43dd-977c-c5d84fbd00f6"}]} 2026-07-29 09:01:05.693 7 INFO neutron.services.segments.plugin [-] Segment 2c42e955-ff7a-4977-8dbd-8f8ee0bfe40c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c42e955-ff7a-4977-8dbd-8f8ee0bfe40c found for delete ", "request_id": "req-e9b4239d-2807-4f24-abbf-dea95d329e51"}]} [pid: 7|app: 0|req: 1025/1971] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:01:05 2026] DELETE /v2.0/networks/bbac96d1-f65b-4cf9-96dc-6f0b27a64463 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1972] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:05 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/1973] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:01:06 2026] GET /v2.0/networks => generated 651 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1974] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:06 2026] GET /v2.0/security-groups?tenant_id=adfaa27223ff427487195a59980acb4f&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1975] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:06 2026] DELETE /v2.0/security-groups/9b4c72c9-f2af-4bf7-8c68-a69ebf0ccb33 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1976] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:06 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1977] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:06 2026] GET /v2.0/security-groups?tenant_id=7327a4a9b71f40a38e9e4e0b9833739a&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1978] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:07 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1979] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:07 2026] DELETE /v2.0/security-groups/943dffe0-2dec-428e-9ae5-087367bc3845 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1980] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:01:07 2026] GET /v2.0/networks => generated 651 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1981] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:01:07 2026] GET /v2.0/networks => generated 651 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1982] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:08 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1983] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:08 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1984] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:01:08 2026] GET /v2.0/networks => generated 651 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1985] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:09 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1986] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:09 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 1033/1987] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:01:09 2026] GET /v2.0/networks => generated 651 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1988] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:09 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1989] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:09 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1990] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:10 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1991] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:10 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1992] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:10 2026] GET /v2.0/security-groups?tenant_id=2dc72f4b25a34f07b0cfa505a76be23d&name=default => generated 2925 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1993] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:10 2026] DELETE /v2.0/security-groups/83963cea-43dc-401b-aeec-dc6b3ab5ec5f => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1994] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:11 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1995] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:11 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&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: 1037/1996] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:01:11 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1997] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:11 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1998] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:11 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:11.584 8 INFO neutron_taas.services.taas.taas_plugin [req-814bd16e-c862-459a-a20f-1a33fb6d5540 req-d38e9399-096e-4e18-be9e-e17a75cc9c5b d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] TaaS: Handle Delete Port: d6d931b8-394d-4d07-8778-909dc5dffa8e 2026-07-29 09:01:11.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-814bd16e-c862-459a-a20f-1a33fb6d5540 req-d38e9399-096e-4e18-be9e-e17a75cc9c5b d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] Tap Mirror: Handle Delete Port: d6d931b8-394d-4d07-8778-909dc5dffa8e [pid: 8|app: 0|req: 960/1999] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:01:11 2026] DELETE /v2.0/ports/d6d931b8-394d-4d07-8778-909dc5dffa8e => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:01:11.860 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f069c18-a998-45ab-9e77-d6b22a5368d8'] response: {'server_uuid': 'af53e515-da18-45f7-bb18-e49a86cef766', 'name': 'network-vif-deleted', 'tag': 'd6d931b8-394d-4d07-8778-909dc5dffa8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1040/2000] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:01:12 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:12.345 8 INFO neutron_taas.services.taas.taas_plugin [req-b35825c4-3654-4130-b674-74b8a9021ca1 req-c11bea69-69bb-442b-8997-fb7df533ed2e 3795ea72f8eb499591e9c7db80b3d761 feebf93ae2364bb9a08fb98a63ae4c7b - - default default] TaaS: Handle Delete Port: 5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e 2026-07-29 09:01:12.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b35825c4-3654-4130-b674-74b8a9021ca1 req-c11bea69-69bb-442b-8997-fb7df533ed2e 3795ea72f8eb499591e9c7db80b3d761 feebf93ae2364bb9a08fb98a63ae4c7b - - default default] Tap Mirror: Handle Delete Port: 5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e [pid: 7|app: 0|req: 1041/2001] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:12 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 983 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2002] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:01:12 2026] DELETE /v2.0/ports/5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2003] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:12 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2004] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:12 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => 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: 1042/2005] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:12 2026] GET /v2.0/security-groups?tenant_id=8f17a2960d364435bac90df4f25ac85d&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2006] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:12 2026] DELETE /v2.0/security-groups/ff75830d-f37e-4d1a-beb4-c83ab74e3e60 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:01:13.327 7 INFO neutron.db.segments_db [None req-de70bdb6-769b-44a5-9c31-01a53a5323d1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 0a2aa967-3104-4ad9-b4d3-294c502d6964 of type vxlan for network babc5611-1e9f-4e6e-8720-c6d3721317eb [pid: 8|app: 0|req: 965/2007] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:13 2026] GET /v2.0/security-groups?tenant_id=108cdf789d9441318e9001635cea09f7&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2008] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:01:13 2026] POST /v2.0/networks => generated 726 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2009] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:13 2026] DELETE /v2.0/security-groups/184d86f0-3fd1-42df-95a8-aee2dd889249 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2010] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:13 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => 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: 968/2011] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:13 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2012] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:13 2026] POST /v2.0/subnets => generated 692 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:01:13.929 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2474383-5dfd-469c-a8b8-c8227d4dd6cb'] response: {'server_uuid': '7870a5ea-5721-458b-9e80-713f00ff3898', 'name': 'network-vif-deleted', 'tag': '5db52bc9-4a9c-4ee1-92f9-97942cdf9f8e', 'status': 'completed', 'code': 200} 2026-07-29 09:01:14.029 8 INFO neutron.db.segments_db [None req-7e81e457-9014-4518-b2c8-a4c3392b6af5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 28c30590-7918-468b-b19d-00857bf3ca1f of type vxlan for network e72d0a86-fd2e-485e-be65-bbf976474acb 2026-07-29 09:01:14.455 8 INFO neutron.db.l3_hamode_db [None req-7e81e457-9014-4518-b2c8-a4c3392b6af5 792098ed716c44f9a3ede4e71835c564 39d425bfc95f48e49e65a419e9078209 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1045/2013] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:14 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2014] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:14 2026] GET /v2.0/ports?device_id=af53e515-da18-45f7-bb18-e49a86cef766 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:15.432 8 INFO neutron.db.l3_hamode_db [None req-7e81e457-9014-4518-b2c8-a4c3392b6af5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:01:16.018 7 INFO neutron.db.segments_db [None req-7a4d62e2-3390-45f4-aa5e-a9584fe37dfb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9c7ce89c-08cd-46a0-9622-464b24acee3a of type vxlan for network 9110d205-cd17-4022-9d5e-afd85e568bc4 [pid: 7|app: 0|req: 1047/2015] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:01:15 2026] POST /v2.0/networks => generated 741 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2016] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:16 2026] GET /v2.0/ports?device_id=7870a5ea-5721-458b-9e80-713f00ff3898 => 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: 1049/2017] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:01:16 2026] POST /v2.0/security-groups => generated 1658 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2018] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:13 2026] POST /v2.0/routers => generated 732 bytes in 2847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2019] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:16 2026] POST /v2.0/subnets => generated 707 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2020] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:01:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:01:17.084 8 INFO neutron.db.segments_db [None req-4b24834a-10f4-4232-90fa-3dd378fdef09 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment e138c2cd-a1b1-48fc-b178-c137e0f60057 of type vxlan for network 5b37289f-25dc-4fe4-bb0b-78015280cd36 2026-07-29 09:01:17.504 8 INFO neutron.db.l3_hamode_db [None req-4b24834a-10f4-4232-90fa-3dd378fdef09 792098ed716c44f9a3ede4e71835c564 eaec3bae20704ae693fc66ca16d68899 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1051/2021] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:01:16 2026] PUT /v2.0/routers/13c86dfc-19e7-46db-8e19-e21ff78cc6b9/add_router_interface => generated 309 bytes in 1494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:18.589 8 INFO neutron.db.l3_hamode_db [None req-4b24834a-10f4-4232-90fa-3dd378fdef09 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1052/2022] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:01:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2023] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:18 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 983 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2026] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:01:18 2026] POST /v2.0/floatingips => generated 552 bytes in 870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2027] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:19 2026] GET /v2.0/security-groups?id=930f9c77-03fd-4bed-9b3f-27fbc3be382b&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2028] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:01:19 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 677 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2029] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:01:19 2026] GET /v2.0/quotas/39d425bfc95f48e49e65a419e9078209 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2030] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:01:19 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2031] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:01:19 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1062/2032] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:01:19 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2033] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:17 2026] POST /v2.0/routers => generated 747 bytes in 3022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2034] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => generated 983 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:20.230 7 INFO neutron_taas.services.taas.taas_plugin [req-b6cf0046-3ec5-4d58-a4d2-68679525ad6a req-577988d4-08bb-47d7-ad6c-6981debbb79b 3795ea72f8eb499591e9c7db80b3d761 feebf93ae2364bb9a08fb98a63ae4c7b - - default default] TaaS: Handle Delete Port: 90119a69-43a7-49ec-9171-a39f5a5f1f2a 2026-07-29 09:01:20.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6cf0046-3ec5-4d58-a4d2-68679525ad6a req-577988d4-08bb-47d7-ad6c-6981debbb79b 3795ea72f8eb499591e9c7db80b3d761 feebf93ae2364bb9a08fb98a63ae4c7b - - default default] Tap Mirror: Handle Delete Port: 90119a69-43a7-49ec-9171-a39f5a5f1f2a [pid: 7|app: 0|req: 1064/2035] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:01:20 2026] DELETE /v2.0/ports/90119a69-43a7-49ec-9171-a39f5a5f1f2a => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2036] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/networks?id=18f45772-e69b-45cb-9819-cd43bdc1dc37 => generated 686 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2037] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1067/2038] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/quotas/a41a3ae284f84ac797eeba62196ca3b0 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:20.622 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f994de1-2136-40de-8660-c5ace5e94326'] response: {'server_uuid': 'eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd', 'name': 'network-vif-deleted', 'tag': '90119a69-43a7-49ec-9171-a39f5a5f1f2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1068/2039] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2040] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?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: 1070/2041] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2042] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => 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: 1072/2043] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:20 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 1073/2044] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:21 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 972/2045] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:01:20 2026] PUT /v2.0/routers/cda03b69-ade2-4656-bfd3-03f854023b70/add_router_interface => generated 309 bytes in 1705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2046] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:21 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => 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: 973/2047] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:22 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 974/2048] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:22 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1075/2049] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:01:22 2026] GET /v2.0/networks?id=9110d205-cd17-4022-9d5e-afd85e568bc4 => generated 692 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2050] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:01:22 2026] GET /v2.0/quotas/eaec3bae20704ae693fc66ca16d68899 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2051] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:01:22 2026] GET /v2.0/ports?tenant_id=eaec3bae20704ae693fc66ca16d68899&fields=id => generated 57 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2052] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:01:22 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?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: 1077/2053] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:01:22 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2054] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:23 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => 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: 1078/2055] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:23 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 978/2056] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:23 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 1079/2057] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:23 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 979/2058] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:24 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => 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: 1080/2059] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:24 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2060] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:24 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 1081/2061] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:24 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 981/2062] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:25 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => 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: 1082/2063] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:25 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 982/2064] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:25 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2065] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:25 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 983/2066] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:26 2026] GET /v2.0/ports?device_id=eeb5e17e-01dd-4fbc-8dc3-78e1512f12bd => 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: 1084/2067] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:26 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2068] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:26 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2069] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:27 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 985/2070] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:27 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 1086/2071] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:27 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 986/2072] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:28 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1087/2073] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:01:28 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 677 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2074] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:28 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 1089/2075] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:28 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 987/2076] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:01:28 2026] POST /v2.0/ports => generated 954 bytes in 558 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: 988/2077] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:29 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2078] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:29 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2079] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:01:29 2026] PUT /v2.0/ports/f5c290e9-b32c-4292-a86e-6c3a97a61f5c => generated 1235 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2080] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:29 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:29.879 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d789b4ed-c96c-4add-b038-0455aeff1f27'] response: {'name': 'network-changed', 'server_uuid': 'f14763c7-e2fb-41d6-a429-156a9a949ce2', 'tag': 'f5c290e9-b32c-4292-a86e-6c3a97a61f5c', '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: 1091/2081] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:29 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 991/2082] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:30 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2083] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:01:30 2026] GET /v2.0/networks?tenant_id=39d425bfc95f48e49e65a419e9078209&shared=False => generated 773 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2084] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:30 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2085] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:30 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2086] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:01:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2087] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:01:30 2026] GET /v2.0/networks?id=18f45772-e69b-45cb-9819-cd43bdc1dc37 => generated 686 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2088] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:30 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 996/2089] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 961 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2090] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2091] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:01:30 2026] POST /v2.0/ports => generated 958 bytes in 536 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: 1095/2092] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/security-groups?tenant_id=feebf93ae2364bb9a08fb98a63ae4c7b&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2093] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:31 2026] DELETE /v2.0/security-groups/930f9c77-03fd-4bed-9b3f-27fbc3be382b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2094] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2095] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 998/2096] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:01:31 2026] PUT /v2.0/ports/51f10317-968a-451e-80ff-a67e1a764035 => generated 1239 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: 7|app: 0|req: 1099/2097] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f5c290e9-b32c-4292-a86e-6c3a97a61f5c => 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: 999/2098] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:31.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-acfa8d17-06cb-4408-b21c-b243a705c94a'] response: {'name': 'network-changed', 'server_uuid': '6be35040-e22f-4996-88c1-7a2967b46669', 'tag': '51f10317-968a-451e-80ff-a67e1a764035', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1100/2099] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/subnets?id=e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 695 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2100] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/ports?network_id=babc5611-1e9f-4e6e-8720-c6d3721317eb&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: 1101/2101] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1001/2102] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:01:31 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2103] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 1002/2104] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 1103/2105] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2106] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2107] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/networks?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&shared=False => generated 782 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2108] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2111] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/networks?id=9110d205-cd17-4022-9d5e-afd85e568bc4 => generated 692 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2112] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1108/2113] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:32 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1109/2114] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 1006/2115] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:01:32 2026] POST /v2.0/ports => generated 958 bytes in 566 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: 1110/2116] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2117] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 1112/2118] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2119] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=51f10317-968a-451e-80ff-a67e1a764035 => 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: 1114/2120] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/subnets?id=8019f6bc-a96f-4970-b093-723f40d76df9 => generated 704 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2121] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/ports?network_id=18f45772-e69b-45cb-9819-cd43bdc1dc37&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: 1116/2122] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?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: 1117/2123] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:01:33 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2124] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:01:33 2026] PUT /v2.0/ports/f733e6b5-4606-40af-8c65-92e32bb646b1 => generated 1239 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:01:33.965 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e649bf67-f7a7-46a9-8e39-4a0c74de05d3'] response: {'name': 'network-changed', 'server_uuid': '961d40ac-9d96-40d0-8030-dd2475f38fdc', 'tag': 'f733e6b5-4606-40af-8c65-92e32bb646b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1118/2125] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 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: 1008/2126] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2127] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2128] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2129] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/ports?tenant_id=eaec3bae20704ae693fc66ca16d68899&device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2130] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/networks?tenant_id=eaec3bae20704ae693fc66ca16d68899&shared=False => generated 788 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2131] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2132] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:01:34 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) [pid: 8|app: 0|req: 1012/2133] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 7|app: 0|req: 1122/2134] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:34 2026] GET /v2.0/security-groups?tenant_id=1b4cfeeeaa224ba7b946f752a9ee3698&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2135] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1013/2136] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:35 2026] DELETE /v2.0/security-groups/03a60682-db03-4b8c-9be9-71c13d0a5bf7 => 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: 1124/2137] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2138] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2139] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2140] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/ports?tenant_id=eaec3bae20704ae693fc66ca16d68899&device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2141] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f733e6b5-4606-40af-8c65-92e32bb646b1 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2142] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/subnets?id=0629ac07-c9b1-446f-9be3-efda2fa4db3f => generated 710 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2143] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/ports?network_id=9110d205-cd17-4022-9d5e-afd85e568bc4&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: 1127/2144] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2145] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2146] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?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: 1129/2147] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:01:35 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2148] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:36 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2149] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:36 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2150] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:36 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2151] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:36 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2152] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:36 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2153] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:37 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:37.597 8 INFO neutron.db.segments_db [None req-8a0b9043-3199-421a-aa39-b04af6e313f3 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 5d248005-9147-415d-981b-b901eaab5452 of type vxlan for network a3d9d578-0379-4920-b77b-433f657af2b8 [pid: 7|app: 0|req: 1133/2154] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:37 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1134/2155] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:37 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2156] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:37 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2157] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:37 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2158] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:01:37 2026] POST /v2.0/networks => generated 738 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2159] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:38 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2160] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:38 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 1137/2161] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:37 2026] POST /v2.0/subnets => generated 704 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:01:38.415 8 INFO neutron.db.segments_db [None req-50f8d0fe-140f-42d9-8de3-46fe44c78ebb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 73bce33d-577a-4379-a315-e04bc7c2fb4b of type vxlan for network e95ae633-8689-4485-8d43-0794aef967a6 [pid: 7|app: 0|req: 1138/2162] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:38 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:38.856 8 INFO neutron.db.l3_hamode_db [None req-50f8d0fe-140f-42d9-8de3-46fe44c78ebb 792098ed716c44f9a3ede4e71835c564 7362e04ad3ca41debb598891fa004354 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1139/2163] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:38 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2164] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:38 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2165] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:38 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&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: 7|app: 0|req: 1142/2166] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:39 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2167] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:39 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2168] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:39 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2169] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:39 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 7|app: 0|req: 1146/2170] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:39 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2171] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:40.094 8 INFO neutron.db.l3_hamode_db [None req-50f8d0fe-140f-42d9-8de3-46fe44c78ebb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1148/2172] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2173] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&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: 1150/2174] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2175] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2176] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2177] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/quotas/39d425bfc95f48e49e65a419e9078209 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2178] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&fields=id => generated 149 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2179] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1156/2180] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:01:40 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2181] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:41 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => 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: 1158/2182] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:41 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2183] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:41 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2184] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 09:01:41 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 60 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2185] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:38 2026] POST /v2.0/routers => generated 744 bytes in 3549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2186] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:41 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2187] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 09:01:41 2026] POST /v2.0/floatingips => generated 552 bytes in 1187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2188] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:42 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 7|app: 0|req: 1163/2189] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:42 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 555 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2190] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:42 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => 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: 1165/2191] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:01:42 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2192] 10.0.0.78 () {34 vars in 1044 bytes} [Wed Jul 29 09:01:43 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc&device_owner=compute%3Anova => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2193] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:43 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 555 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:43.652 7 INFO neutron.db.l3_db [req-a68df238-bdc8-4226-99bf-32cc1d498d8f req-687180e6-523c-4d4a-a8ca-8dae9501b9f6 b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] Floating IP 45096194-172a-4a35-bf60-6dd7a961e785 associated. External IP: 10.96.250.210, port: f733e6b5-4606-40af-8c65-92e32bb646b1. [pid: 7|app: 0|req: 1168/2194] 10.0.0.78 () {38 vars in 1034 bytes} [Wed Jul 29 09:01:43 2026] PUT /v2.0/floatingips/45096194-172a-4a35-bf60-6dd7a961e785 => generated 856 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2195] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2196] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/ports?tenant_id=eaec3bae20704ae693fc66ca16d68899&device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 1171/2197] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2198] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/networks?id=9110d205-cd17-4022-9d5e-afd85e568bc4 => generated 788 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2199] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:44.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-154513da-1e79-4343-979b-0fa3d60645e6'] response: {'name': 'network-changed', 'server_uuid': '961d40ac-9d96-40d0-8030-dd2475f38fdc', 'tag': 'f733e6b5-4606-40af-8c65-92e32bb646b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1174/2200] 10.0.0.78 () {34 vars in 1054 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f733e6b5-4606-40af-8c65-92e32bb646b1 => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2201] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:01:41 2026] PUT /v2.0/routers/b928901d-663f-4c31-ad35-a3c4f01abe69/add_router_interface => generated 309 bytes in 2412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2202] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/subnets?id=0629ac07-c9b1-446f-9be3-efda2fa4db3f => generated 710 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2203] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/ports?network_id=9110d205-cd17-4022-9d5e-afd85e568bc4&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2204] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2205] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2206] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2207] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2208] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 60 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2209] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/ports?tenant_id=eaec3bae20704ae693fc66ca16d68899&device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2210] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:01:44 2026] GET /v2.0/networks?id=9110d205-cd17-4022-9d5e-afd85e568bc4 => generated 788 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2211] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:01:44 2026] POST /v2.0/security-groups => generated 1692 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2212] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f733e6b5-4606-40af-8c65-92e32bb646b1 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2213] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/security-groups/f2eb88e9-d7e5-4afb-967c-d72560fcad23 => generated 1692 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2214] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/subnets?id=0629ac07-c9b1-446f-9be3-efda2fa4db3f => generated 710 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2215] 10.0.0.78 () {38 vars in 979 bytes} [Wed Jul 29 09:01:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2216] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/ports?network_id=9110d205-cd17-4022-9d5e-afd85e568bc4&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2217] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 09:01:44 2026] POST /v2.0/floatingips => generated 552 bytes in 824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2218] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.214 => generated 555 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2219] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?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: 1033/2220] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => 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: 1034/2221] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2222] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2223] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/security-groups/f2eb88e9-d7e5-4afb-967c-d72560fcad23 => generated 2317 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2224] 10.0.0.78 () {34 vars in 999 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/security-group-rules/958a9c5b-1f77-4509-a761-a2e3ea37c09f => generated 611 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2225] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/security-groups/f2eb88e9-d7e5-4afb-967c-d72560fcad23 => generated 2317 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2226] 10.0.0.78 () {34 vars in 1044 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc&device_owner=compute%3Anova => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2227] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.214 => generated 555 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2228] 10.0.0.78 () {36 vars in 1021 bytes} [Wed Jul 29 09:01:45 2026] DELETE /v2.0/security-group-rules/958a9c5b-1f77-4509-a761-a2e3ea37c09f => 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: 1192/2229] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 677 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2230] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:45 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:46.001 8 INFO neutron.api.v2.resource [req-9c0f084e-1268-4d55-ad53-bb9337ed7cda req-1d79e0db-6557-4fa2-ac34-a3bedf06bb5f b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] update failed (client error): There was a conflict when trying to complete your request. [pid: 8|app: 0|req: 1038/2231] 10.0.0.78 () {38 vars in 1034 bytes} [Wed Jul 29 09:01:45 2026] PUT /v2.0/floatingips/c4d1ae35-4f68-499f-a1a1-9733e11ced6c => generated 347 bytes in 160 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2232] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:46 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2233] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:01:46 2026] POST /v2.0/security-groups => generated 1692 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2234] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 09:01:46 2026] GET /v2.0/floatingips/c4d1ae35-4f68-499f-a1a1-9733e11ced6c => generated 552 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2235] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:46 2026] GET /v2.0/security-groups/a2652239-9988-4fac-89df-13a643e3f9a7 => generated 1692 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2236] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:01:46 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2237] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:01:45 2026] POST /v2.0/ports => generated 958 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1195/2238] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:46 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.214 => generated 555 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2239] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:01:46 2026] POST /v2.0/security-groups => generated 1693 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2240] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:46 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.214 => generated 555 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:46.789 8 INFO neutron_taas.services.taas.taas_plugin [req-ce9f006b-e5c0-4b8a-a96d-dbc6176dd9a6 req-5a0c42f7-fc83-4120-808e-ea6f03cbfe0c b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] TaaS: Handle Delete Port: ae2f383b-2a18-4c7d-9a90-f336d50e0b3c 2026-07-29 09:01:46.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ce9f006b-e5c0-4b8a-a96d-dbc6176dd9a6 req-5a0c42f7-fc83-4120-808e-ea6f03cbfe0c b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] Tap Mirror: Handle Delete Port: ae2f383b-2a18-4c7d-9a90-f336d50e0b3c [pid: 8|app: 0|req: 1046/2241] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 09:01:46 2026] DELETE /v2.0/floatingips/c4d1ae35-4f68-499f-a1a1-9733e11ced6c => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2242] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:46 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2243] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:01:46 2026] PUT /v2.0/ports/72c41c86-9014-47dc-9993-53437e351a56 => generated 1239 bytes in 533 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: 1197/2244] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/security-groups/f0daf49a-5215-4fc7-b829-1544f4f24919 => generated 1693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2245] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2246] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2247] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2248] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/ports/f733e6b5-4606-40af-8c65-92e32bb646b1 => generated 972 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2249] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:47.293 7 INFO neutron_taas.services.taas.taas_plugin [req-d0d270b6-b647-4a2f-a656-e42fa832b320 req-d62e3a36-8a38-4616-9d36-927a2c0463b7 d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] TaaS: Handle Delete Port: 51f10317-968a-451e-80ff-a67e1a764035 2026-07-29 09:01:47.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d0d270b6-b647-4a2f-a656-e42fa832b320 req-d62e3a36-8a38-4616-9d36-927a2c0463b7 d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] Tap Mirror: Handle Delete Port: 51f10317-968a-451e-80ff-a67e1a764035 [pid: 8|app: 0|req: 1052/2250] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2251] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2252] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:47.364 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e4b5ba1-9d27-40e4-a436-a5906adedf1e'] response: {'name': 'network-changed', 'server_uuid': 'dc68913e-8c35-45a1-9799-d64a4fef0ac3', 'tag': '72c41c86-9014-47dc-9993-53437e351a56', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1055/2253] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2254] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:01:47 2026] DELETE /v2.0/ports/51f10317-968a-451e-80ff-a67e1a764035 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2255] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:01:47 2026] POST /v2.0/security-groups => generated 1693 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 09:01:47.691 7 INFO neutron.db.l3_db [req-60ce228c-a415-4247-834b-2f3caa20ffc1 req-45aa0f44-5c68-4fd3-aeb4-e6dcbb426fda b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] Floating IP 45096194-172a-4a35-bf60-6dd7a961e785 disassociated. External IP: 10.96.250.210, port: f733e6b5-4606-40af-8c65-92e32bb646b1. [pid: 8|app: 0|req: 1059/2258] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/security-groups/dd374d39-5593-4f73-9e46-3a76801b26c9 => generated 1693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2259] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:01:47 2026] POST /v2.0/security-groups => generated 1693 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2260] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:47 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => 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: 1062/2261] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-groups/7f671be2-8011-4234-8aa3-aace0f77f4d1 => generated 1693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2262] 10.0.0.78 () {38 vars in 1033 bytes} [Wed Jul 29 09:01:47 2026] PUT /v2.0/floatingips/45096194-172a-4a35-bf60-6dd7a961e785 => generated 554 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2263] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/networks?tenant_id=39d425bfc95f48e49e65a419e9078209&shared=False => generated 773 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:48.092 7 INFO neutron.api.v2.resource [req-b4c88667-ecb8-4f39-a3fa-92975bd20a6e req-72f7011c-aae7-48b7-989a-491c43e3d5aa e1889d50225c4507ab7a33bd6ef93288 7362e04ad3ca41debb598891fa004354 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2264] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-groups/74abd267-dc2d-42eb-94fe-ab6f85a292a3 => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2265] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/ports?tenant_id=eaec3bae20704ae693fc66ca16d68899&device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 1244 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2266] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:48.182 8 INFO neutron.api.v2.resource [req-34bb043c-b94b-4a4d-b80a-21c79794ef98 req-bd84d0a1-d032-485c-a2b7-05a8f9fa6bc4 e1889d50225c4507ab7a33bd6ef93288 7362e04ad3ca41debb598891fa004354 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/2267] 10.0.0.78 () {34 vars in 999 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-group-rules/378b8355-fc07-4c7b-95dc-d5126118f6e1 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2268] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/networks?id=9110d205-cd17-4022-9d5e-afd85e568bc4 => generated 788 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2269] 10.0.0.78 () {34 vars in 1054 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f733e6b5-4606-40af-8c65-92e32bb646b1 => 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: 1066/2270] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2271] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1205/2272] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/subnets?id=0629ac07-c9b1-446f-9be3-efda2fa4db3f => generated 710 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2273] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/ports?network_id=9110d205-cd17-4022-9d5e-afd85e568bc4&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: 1206/2274] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-groups/7f671be2-8011-4234-8aa3-aace0f77f4d1 => generated 1693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2275] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?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: 1070/2276] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?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: 1207/2277] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:01:48 2026] DELETE /v2.0/security-groups/7f671be2-8011-4234-8aa3-aace0f77f4d1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2278] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-groups/dd374d39-5593-4f73-9e46-3a76801b26c9 => generated 1693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2279] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2280] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/floatingips/45096194-172a-4a35-bf60-6dd7a961e785 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2281] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2282] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:01:48 2026] DELETE /v2.0/security-groups/dd374d39-5593-4f73-9e46-3a76801b26c9 => 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: 1211/2283] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 557 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2284] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.210 => generated 557 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2285] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-groups/f0daf49a-5215-4fc7-b829-1544f4f24919 => generated 1693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2286] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:01:48 2026] DELETE /v2.0/security-groups/f0daf49a-5215-4fc7-b829-1544f4f24919 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:01:48.908 7 INFO neutron_taas.services.taas.taas_plugin [req-4a340dfc-f1f4-4341-b64a-4f8b482a42bd req-3e659b9e-3f5b-4e4d-b7cd-3711afec07ca b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] TaaS: Handle Delete Port: 3c06cea2-c8e1-4d11-8355-dc8f93d3b092 2026-07-29 09:01:48.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4a340dfc-f1f4-4341-b64a-4f8b482a42bd req-3e659b9e-3f5b-4e4d-b7cd-3711afec07ca b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] Tap Mirror: Handle Delete Port: 3c06cea2-c8e1-4d11-8355-dc8f93d3b092 [pid: 8|app: 0|req: 1075/2287] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:48 2026] GET /v2.0/security-groups/a2652239-9988-4fac-89df-13a643e3f9a7 => generated 1692 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2288] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:01:48 2026] DELETE /v2.0/security-groups/a2652239-9988-4fac-89df-13a643e3f9a7 => 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: 1213/2289] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 09:01:48 2026] DELETE /v2.0/floatingips/45096194-172a-4a35-bf60-6dd7a961e785 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2290] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/security-groups/f2eb88e9-d7e5-4afb-967c-d72560fcad23 => generated 1692 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2291] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2292] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:01:49 2026] DELETE /v2.0/security-groups/f2eb88e9-d7e5-4afb-967c-d72560fcad23 => 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: 1079/2293] 10.0.0.78 () {34 vars in 1044 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc&device_owner=compute%3Anova => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2294] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=72c41c86-9014-47dc-9993-53437e351a56 => 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: 1216/2295] 10.0.0.78 () {34 vars in 962 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/floatingips?floating_ip_address=0.0.0.0 => 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: 1217/2296] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/subnets?id=e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 695 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2297] 10.0.0.78 () {34 vars in 962 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/floatingips?floating_ip_address=0.0.0.0 => 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: 1219/2298] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/ports?network_id=babc5611-1e9f-4e6e-8720-c6d3721317eb&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2299] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2300] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1222/2301] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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-07-29 09:01:49.560 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d32c989d-c853-452c-abbb-ae9949f7ab2b'] response: {'server_uuid': '6be35040-e22f-4996-88c1-7a2967b46669', 'name': 'network-vif-deleted', 'tag': '51f10317-968a-451e-80ff-a67e1a764035', 'status': 'completed', 'code': 200} 2026-07-29 09:01:49.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d32c989d-c853-452c-abbb-ae9949f7ab2b'] response: {'name': 'network-changed', 'server_uuid': '961d40ac-9d96-40d0-8030-dd2475f38fdc', 'tag': 'f733e6b5-4606-40af-8c65-92e32bb646b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1223/2302] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2303] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:49.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-da4ab7e2-e81b-44b4-9d25-1d5d78b842ae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b726bde7-7059-4303-9573-9f1aea9f6fcb 2026-07-29 09:01:49.751 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da4ab7e2-e81b-44b4-9d25-1d5d78b842ae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b726bde7-7059-4303-9573-9f1aea9f6fcb [pid: 7|app: 0|req: 1225/2304] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => 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: 1226/2305] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:49 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2306] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/ports?tenant_id=eaec3bae20704ae693fc66ca16d68899&device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2307] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/networks?id=9110d205-cd17-4022-9d5e-afd85e568bc4 => generated 788 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2308] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f733e6b5-4606-40af-8c65-92e32bb646b1 => 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: 1230/2309] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/subnets?id=0629ac07-c9b1-446f-9be3-efda2fa4db3f => generated 710 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2310] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/ports?network_id=9110d205-cd17-4022-9d5e-afd85e568bc4&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: 1232/2311] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2312] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:01:49 2026] PUT /v2.0/routers/b928901d-663f-4c31-ad35-a3c4f01abe69/remove_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2313] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2314] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4?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: 1082/2315] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:50.610 7 INFO neutron_taas.services.taas.taas_plugin [None req-e71a1a46-3e98-4f78-83d1-d7a6060e1189 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ea9daf78-0bc9-47f0-ab8d-ba925c387c87 2026-07-29 09:01:50.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e71a1a46-3e98-4f78-83d1-d7a6060e1189 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ea9daf78-0bc9-47f0-ab8d-ba925c387c87 [pid: 8|app: 0|req: 1083/2316] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2317] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:50.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-e71a1a46-3e98-4f78-83d1-d7a6060e1189 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 4ab734aa-7d9d-4a2f-bbe4-f0c4e3336a98 2026-07-29 09:01:50.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e71a1a46-3e98-4f78-83d1-d7a6060e1189 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 4ab734aa-7d9d-4a2f-bbe4-f0c4e3336a98 [pid: 8|app: 0|req: 1085/2318] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2319] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:50 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2320] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:51 2026] GET /v2.0/ports?device_id=6be35040-e22f-4996-88c1-7a2967b46669 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:51.373 7 INFO neutron.services.segments.plugin [-] Segment 73bce33d-577a-4379-a315-e04bc7c2fb4b resource provider aggregate not found 2026-07-29 09:01:51.380 7 INFO neutron.services.segments.plugin [-] Segment 73bce33d-577a-4379-a315-e04bc7c2fb4b resource provider aggregate not found 2026-07-29 09:01:51.393 7 INFO neutron.services.segments.plugin [-] Segment 73bce33d-577a-4379-a315-e04bc7c2fb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73bce33d-577a-4379-a315-e04bc7c2fb4b found for delete ", "request_id": "req-96d63af9-08a4-405b-900d-85921cd08f22"}]} 2026-07-29 09:01:51.409 7 INFO neutron.services.segments.plugin [-] Segment 73bce33d-577a-4379-a315-e04bc7c2fb4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73bce33d-577a-4379-a315-e04bc7c2fb4b found for delete ", "request_id": "req-4e3e6b33-cdea-4949-8f76-56e55e6a1037"}]} 2026-07-29 09:01:51.438 7 INFO neutron.db.l3_hamode_db [None req-e71a1a46-3e98-4f78-83d1-d7a6060e1189 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network e95ae633-8689-4485-8d43-0794aef967a6 was deleted as no HA routers are present in tenant 7362e04ad3ca41debb598891fa004354. [pid: 7|app: 0|req: 1234/2321] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:50 2026] DELETE /v2.0/routers/b928901d-663f-4c31-ad35-a3c4f01abe69 => generated 0 bytes in 1074 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2322] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:51 2026] DELETE /v2.0/subnets/2f81ad84-38b4-49d7-892e-ff48815382ba => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2323] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:51 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2324] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:51 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:51.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-08d37fd8-2f33-4d7a-9bc1-d908315e9177 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 35746016-2002-44b7-827f-35efba5337f4 2026-07-29 09:01:51.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08d37fd8-2f33-4d7a-9bc1-d908315e9177 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 35746016-2002-44b7-827f-35efba5337f4 2026-07-29 09:01:52.053 8 INFO neutron.services.segments.plugin [-] Segment 5d248005-9147-415d-981b-b901eaab5452 resource provider aggregate not found [pid: 7|app: 0|req: 1237/2325] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:01:52.055 8 INFO neutron.services.segments.plugin [-] Segment 5d248005-9147-415d-981b-b901eaab5452 resource provider aggregate not found 2026-07-29 09:01:52.073 8 INFO neutron.services.segments.plugin [-] Segment 5d248005-9147-415d-981b-b901eaab5452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d248005-9147-415d-981b-b901eaab5452 found for delete ", "request_id": "req-295885a5-4cdf-4fdf-887a-084797254034"}]} 2026-07-29 09:01:52.074 8 INFO neutron.services.segments.plugin [-] Segment 5d248005-9147-415d-981b-b901eaab5452 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d248005-9147-415d-981b-b901eaab5452 found for delete ", "request_id": "req-1c2a5b6c-c889-47d6-8e3c-1a2d6bfdd517"}]} [pid: 8|app: 0|req: 1089/2326] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:01:51 2026] DELETE /v2.0/networks/a3d9d578-0379-4920-b77b-433f657af2b8 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2327] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2328] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/security-groups?id=d6f87136-aa1c-4781-a20f-3ee141116ca2&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:52.209 7 INFO neutron_taas.services.taas.taas_plugin [req-44018e15-49ed-4ebb-82a0-49bc04ac670b req-2f6c7bf0-2cbb-46fb-bc47-eb7ab1f72580 b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] TaaS: Handle Delete Port: f733e6b5-4606-40af-8c65-92e32bb646b1 2026-07-29 09:01:52.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44018e15-49ed-4ebb-82a0-49bc04ac670b req-2f6c7bf0-2cbb-46fb-bc47-eb7ab1f72580 b8766e0e0dfb4aba865a0b9ea969940a eaec3bae20704ae693fc66ca16d68899 - - default default] Tap Mirror: Handle Delete Port: f733e6b5-4606-40af-8c65-92e32bb646b1 [pid: 8|app: 0|req: 1092/2329] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/security-groups?tenant_id=7362e04ad3ca41debb598891fa004354&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2330] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:01:52 2026] DELETE /v2.0/ports/f733e6b5-4606-40af-8c65-92e32bb646b1 => generated 0 bytes in 449 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:01:52.548 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44e68fcc-c4cb-4d3b-952a-5810acc3ba34'] response: {'server_uuid': '961d40ac-9d96-40d0-8030-dd2475f38fdc', 'name': 'network-vif-deleted', 'tag': 'f733e6b5-4606-40af-8c65-92e32bb646b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1093/2331] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:01:52 2026] DELETE /v2.0/security-groups/de54bd8c-3f26-4933-bd3f-010bcb3595f2 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2332] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/networks?id=18f45772-e69b-45cb-9819-cd43bdc1dc37 => generated 686 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2333] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/quotas/a41a3ae284f84ac797eeba62196ca3b0 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2334] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2335] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2336] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2337] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:53 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2338] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:53 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 1241/2339] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:01:52 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 720 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2340] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:53 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2341] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:54 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2342] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:54 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2343] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:54 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2344] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:54 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2345] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:54 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:55.009 8 INFO neutron.db.segments_db [None req-5fd737ac-6c2e-4329-ad51-529948330ac4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment e1148bce-6d16-4200-9721-3ed982f24519 of type vxlan for network c52cb249-6913-4e53-bded-7401a820dde9 [pid: 7|app: 0|req: 1245/2346] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:55 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => 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: 1102/2347] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:01:54 2026] POST /v2.0/networks => generated 717 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2348] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:55 2026] GET /v2.0/ports?device_id=961d40ac-9d96-40d0-8030-dd2475f38fdc => 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: 1246/2349] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:55 2026] POST /v2.0/subnets => generated 684 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:01:55.656 8 INFO neutron.db.segments_db [None req-47f01721-4a54-4b96-a0bc-487d6e403522 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9bc574aa-247e-4344-a8a1-645be3dbefff of type vxlan for network b24dd0aa-7512-4ffe-88ca-0382fb8b1020 [pid: 7|app: 0|req: 1247/2350] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:55 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2351] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:55 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:56.073 8 INFO neutron.db.l3_hamode_db [None req-47f01721-4a54-4b96-a0bc-487d6e403522 792098ed716c44f9a3ede4e71835c564 f389344c3a3c479391dd80035db89d95 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1249/2352] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:56 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:56.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8934e9a-efb8-4f52-908b-50d1b2b3e05b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 71bb9513-ba3f-458c-965b-e69a384ff870 2026-07-29 09:01:56.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8934e9a-efb8-4f52-908b-50d1b2b3e05b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 71bb9513-ba3f-458c-965b-e69a384ff870 2026-07-29 09:01:57.038 8 INFO neutron.db.l3_hamode_db [None req-47f01721-4a54-4b96-a0bc-487d6e403522 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1250/2353] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:01:56 2026] PUT /v2.0/routers/cda03b69-ade2-4656-bfd3-03f854023b70/remove_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2354] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:57 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2355] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:01:57 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2356] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:57 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:58.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c6e1b63-4477-4079-bd1e-a03ab52a7729 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c724a28e-93f0-445b-adbf-ad485222096f 2026-07-29 09:01:58.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6e1b63-4477-4079-bd1e-a03ab52a7729 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c724a28e-93f0-445b-adbf-ad485222096f [pid: 8|app: 0|req: 1104/2357] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:01:55 2026] POST /v2.0/routers => generated 724 bytes in 2674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2358] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:01:58 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:01:58.356 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c6e1b63-4477-4079-bd1e-a03ab52a7729 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 3a4210ed-cc25-4954-b18a-64d6e3f2602e 2026-07-29 09:01:58.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6e1b63-4477-4079-bd1e-a03ab52a7729 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 3a4210ed-cc25-4954-b18a-64d6e3f2602e 2026-07-29 09:01:58.399 8 INFO neutron_taas.services.taas.taas_plugin [req-32ba5949-1536-4862-a549-57f837948faa req-26211d97-234b-412f-87de-af5e431691d1 803bf0b8c5964fe0864a9a9d814d4bf1 39d425bfc95f48e49e65a419e9078209 - - default default] TaaS: Handle Delete Port: 72c41c86-9014-47dc-9993-53437e351a56 2026-07-29 09:01:58.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-32ba5949-1536-4862-a549-57f837948faa req-26211d97-234b-412f-87de-af5e431691d1 803bf0b8c5964fe0864a9a9d814d4bf1 39d425bfc95f48e49e65a419e9078209 - - default default] Tap Mirror: Handle Delete Port: 72c41c86-9014-47dc-9993-53437e351a56 [pid: 8|app: 0|req: 1106/2359] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:01:58 2026] DELETE /v2.0/ports/72c41c86-9014-47dc-9993-53437e351a56 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:01:58.827 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57d36cbe-438b-4783-b676-403a080b866e'] response: {'server_uuid': 'dc68913e-8c35-45a1-9799-d64a4fef0ac3', 'name': 'network-vif-deleted', 'tag': '72c41c86-9014-47dc-9993-53437e351a56', 'status': 'completed', 'code': 200} 2026-07-29 09:01:58.857 7 INFO neutron.services.segments.plugin [-] Segment e138c2cd-a1b1-48fc-b178-c137e0f60057 resource provider aggregate not found 2026-07-29 09:01:58.858 7 INFO neutron.services.segments.plugin [-] Segment e138c2cd-a1b1-48fc-b178-c137e0f60057 resource provider aggregate not found 2026-07-29 09:01:58.882 7 INFO neutron.services.segments.plugin [-] Segment e138c2cd-a1b1-48fc-b178-c137e0f60057 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e138c2cd-a1b1-48fc-b178-c137e0f60057 found for delete ", "request_id": "req-060363fa-24bd-46c2-9814-d34b8c3b23dc"}]} 2026-07-29 09:01:58.885 7 INFO neutron.services.segments.plugin [-] Segment e138c2cd-a1b1-48fc-b178-c137e0f60057 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e138c2cd-a1b1-48fc-b178-c137e0f60057 found for delete ", "request_id": "req-8f40ee28-fa37-49e2-8c14-59f8605dc6bf"}]} 2026-07-29 09:01:58.913 7 INFO neutron.db.l3_hamode_db [None req-6c6e1b63-4477-4079-bd1e-a03ab52a7729 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 5b37289f-25dc-4fe4-bb0b-78015280cd36 was deleted as no HA routers are present in tenant eaec3bae20704ae693fc66ca16d68899. [pid: 7|app: 0|req: 1254/2360] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:57 2026] DELETE /v2.0/routers/cda03b69-ade2-4656-bfd3-03f854023b70 => generated 0 bytes in 1114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2361] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:01:58 2026] GET /v2.0/networks?id=18f45772-e69b-45cb-9819-cd43bdc1dc37 => generated 686 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2362] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:58 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => 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: 1257/2363] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:01:58 2026] DELETE /v2.0/subnets/0629ac07-c9b1-446f-9be3-efda2fa4db3f => 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: 1258/2364] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:01:59 2026] POST /v2.0/ports => generated 954 bytes in 504 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-07-29 09:01:59.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-5020da05-26d9-46ce-b7c1-184853d2f704 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c29d08a4-1c71-40c1-afcd-7ab1050d45f6 2026-07-29 09:01:59.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5020da05-26d9-46ce-b7c1-184853d2f704 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c29d08a4-1c71-40c1-afcd-7ab1050d45f6 [pid: 8|app: 0|req: 1107/2365] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:01:58 2026] PUT /v2.0/routers/320637c9-4cfd-4370-96ed-ec8330f79e8a/add_router_interface => generated 309 bytes in 1364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2366] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:01:59 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => 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: 1259/2367] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:01:59 2026] DELETE /v2.0/networks/9110d205-cd17-4022-9d5e-afd85e568bc4 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2368] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:00 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 957 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2369] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:00 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 1262/2370] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:02:00 2026] GET /v2.0/security-groups?tenant_id=eaec3bae20704ae693fc66ca16d68899&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2371] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:00 2026] DELETE /v2.0/security-groups/d6f87136-aa1c-4781-a20f-3ee141116ca2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2372] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:01:59 2026] PUT /v2.0/ports/34167c82-27ba-4210-af0a-c5a99a5015f3 => generated 1235 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:02:00.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f7ce4f5-2026-480a-81cc-6776ca1efe9b'] response: {'name': 'network-changed', 'server_uuid': '4d02bb56-c923-44f1-893c-fbc615366d64', 'tag': '34167c82-27ba-4210-af0a-c5a99a5015f3', 'status': 'completed', 'code': 200} 2026-07-29 09:02:00.901 7 INFO neutron.services.segments.plugin [-] Segment 9c7ce89c-08cd-46a0-9622-464b24acee3a resource provider aggregate not found 2026-07-29 09:02:00.917 7 INFO neutron.services.segments.plugin [-] Segment 9c7ce89c-08cd-46a0-9622-464b24acee3a resource provider aggregate not found 2026-07-29 09:02:00.920 7 INFO neutron.services.segments.plugin [-] Segment 9c7ce89c-08cd-46a0-9622-464b24acee3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c7ce89c-08cd-46a0-9622-464b24acee3a found for delete ", "request_id": "req-d444599d-7636-4477-97d7-90a4c320d404"}]} [pid: 7|app: 0|req: 1264/2373] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:02:00 2026] POST /v2.0/security-groups => generated 1659 bytes in 266 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, ' 2026-07-29 09:02:00.947 7 INFO neutron.services.segments.plugin [-] Segment 9c7ce89c-08cd-46a0-9622-464b24acee3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c7ce89c-08cd-46a0-9622-464b24acee3a found for delete ", "request_id": "req-f4a320a8-c26b-4261-8374-f81ce4409667"}]} [pid: 7|app: 0|req: 1265/2374] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:01 2026] GET /v2.0/ports?device_id=dc68913e-8c35-45a1-9799-d64a4fef0ac3 => 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: 1110/2375] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:02:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2376] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:01 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2377] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:02:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2378] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:01 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2379] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:01 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2380] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:02:01 2026] GET /v2.0/networks?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&shared=False => generated 782 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2381] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:02:01 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: 8|app: 0|req: 1113/2382] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:02:01 2026] POST /v2.0/floatingips => generated 552 bytes in 719 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2383] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1114/2384] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2385] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2386] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2387] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/ports?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2388] 10.0.0.78 () {34 vars in 1094 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--46206006&fields=id&tenant_id=f389344c3a3c479391dd80035db89d95 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2389] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=34167c82-27ba-4210-af0a-c5a99a5015f3 => 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: 1274/2390] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/networks?id=c52cb249-6913-4e53-bded-7401a820dde9 => generated 669 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2391] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/subnets?id=8019f6bc-a96f-4970-b093-723f40d76df9 => generated 704 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2394] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/quotas/f389344c3a3c479391dd80035db89d95 => generated 292 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2395] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/ports?network_id=18f45772-e69b-45cb-9819-cd43bdc1dc37&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2396] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/ports?tenant_id=f389344c3a3c479391dd80035db89d95&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:02.959 8 INFO neutron.db.segments_db [None req-d19640de-1b6f-41bb-af5e-04babdecb5a5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment d8515354-2c40-4927-9949-cfeced5ef9f5 of type vxlan for network e68a6444-1d3b-4377-994e-5baf2729693c [pid: 7|app: 0|req: 1281/2397] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:02 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2398] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?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: 1283/2399] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/networks/c52cb249-6913-4e53-bded-7401a820dde9?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: 1117/2400] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:02:02 2026] POST /v2.0/networks => generated 718 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2401] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2402] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/networks/c52cb249-6913-4e53-bded-7401a820dde9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2403] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37?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: 1119/2404] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1120/2405] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2406] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2407] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2408] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2409] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:03 2026] POST /v2.0/subnets => generated 684 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:02:03.644 8 INFO neutron.db.segments_db [None req-7c5de3fe-a2ac-4538-8807-230b3a5d0eff 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment e92e27f0-b70f-4a0b-9b98-9df49647dada of type vxlan for network fdf2b7e7-50be-4885-831b-291ad03e96d4 [pid: 7|app: 0|req: 1287/2410] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1288/2411] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2412] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1290/2413] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 1291/2414] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2415] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 7|app: 0|req: 1293/2416] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:03 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1294/2417] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:04.107 8 INFO neutron.db.l3_hamode_db [None req-7c5de3fe-a2ac-4538-8807-230b3a5d0eff 792098ed716c44f9a3ede4e71835c564 568d2c3dfbd6424b94ace68fb464f1ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1295/2418] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2419] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1297/2420] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1298/2421] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1299/2422] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1300/2423] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2424] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:04 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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-07-29 09:02:05.178 8 INFO neutron.db.l3_hamode_db [None req-7c5de3fe-a2ac-4538-8807-230b3a5d0eff 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1302/2425] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:05 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2426] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:05 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2427] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:05 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2428] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:05 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1306/2429] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:05 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1307/2430] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:05 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1308/2431] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:05 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2432] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1310/2433] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => 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: 1311/2434] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1312/2435] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2436] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:03 2026] POST /v2.0/routers => generated 724 bytes in 2794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2437] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1126/2438] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2439] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2440] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2441] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:06 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1130/2442] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 971 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2443] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2444] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2445] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2446] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2447] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2448] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:02:06 2026] PUT /v2.0/routers/660cf199-18e4-4481-8884-ef2317b8266f/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: 1136/2449] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1314/2450] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:07 2026] GET /v2.0/networks?id=c52cb249-6913-4e53-bded-7401a820dde9 => generated 669 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2451] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f389344c3a3c479391dd80035db89d95 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2452] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 677 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2453] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/quotas/39d425bfc95f48e49e65a419e9078209 => 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: 1140/2454] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&fields=id => generated 149 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2455] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2456] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2457] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:02:08 2026] POST /v2.0/ports => generated 954 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2458] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 971 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, ' [pid: 8|app: 0|req: 1144/2459] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2460] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1146/2461] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:08 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2462] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2463] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2464] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2465] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/quotas/568d2c3dfbd6424b94ace68fb464f1ce => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2466] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:02:08 2026] PUT /v2.0/ports/5bb4a052-8a9c-407e-a603-0560c745fdaf => generated 1235 bytes in 545 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: 1151/2467] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2468] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1318/2469] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2470] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2471] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2472] 10.0.0.78 () {34 vars in 1060 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/security-groups?name=does_not_exist&fields=id&tenant_id=39d425bfc95f48e49e65a419e9078209 => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:09.533 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4dd64ea-c560-41e7-ab8f-7c7e17963f13'] response: {'name': 'network-changed', 'server_uuid': '67cbd8ac-c042-4933-b735-41cd908f40f3', 'tag': '5bb4a052-8a9c-407e-a603-0560c745fdaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1154/2473] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1320/2474] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2475] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1321/2476] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2477] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:09 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2478] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?tenant_id=f389344c3a3c479391dd80035db89d95&device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2479] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2480] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 7|app: 0|req: 1323/2481] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/networks?tenant_id=f389344c3a3c479391dd80035db89d95&shared=False => generated 764 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2482] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:02:10 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) [pid: 7|app: 0|req: 1324/2483] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2484] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2485] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2486] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2487] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1327/2488] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2489] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 969 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2490] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2491] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2492] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2493] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1330/2494] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2495] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1331/2496] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2497] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2498] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2499] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2500] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?tenant_id=f389344c3a3c479391dd80035db89d95&device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2501] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5bb4a052-8a9c-407e-a603-0560c745fdaf => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2502] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1169/2503] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/subnets?id=c6ca2beb-af5a-46d1-b365-f4245a8a610a => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2504] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2505] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?network_id=c52cb249-6913-4e53-bded-7401a820dde9&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: 1336/2506] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/networks/c52cb249-6913-4e53-bded-7401a820dde9?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2507] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/networks/c52cb249-6913-4e53-bded-7401a820dde9?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: 1337/2508] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2509] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1338/2510] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2511] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/security-groups?id=f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4&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: 1339/2512] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2513] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:11.725 8 INFO neutron_taas.services.taas.taas_plugin [req-d2351edc-4d6c-4b7f-babc-e99db73a9ecb req-a9d4d88c-d8ee-4998-a0e3-99ee302ea59f d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] TaaS: Handle Delete Port: 34167c82-27ba-4210-af0a-c5a99a5015f3 2026-07-29 09:02:11.727 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d2351edc-4d6c-4b7f-babc-e99db73a9ecb req-a9d4d88c-d8ee-4998-a0e3-99ee302ea59f d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] Tap Mirror: Handle Delete Port: 34167c82-27ba-4210-af0a-c5a99a5015f3 [pid: 7|app: 0|req: 1341/2514] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2515] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2516] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1344/2517] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1345/2518] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1174/2519] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:02:11 2026] DELETE /v2.0/ports/34167c82-27ba-4210-af0a-c5a99a5015f3 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:02:11.994 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa126e4a-eb59-4566-bf1a-ce7f6de38929'] response: {'server_uuid': '4d02bb56-c923-44f1-893c-fbc615366d64', 'name': 'network-vif-deleted', 'tag': '34167c82-27ba-4210-af0a-c5a99a5015f3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1346/2520] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2521] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1347/2522] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2523] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1348/2524] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2525] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => 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: 1349/2526] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2527] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2528] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2529] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1179/2530] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:12 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2531] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1180/2532] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 7|app: 0|req: 1353/2533] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1181/2534] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2535] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2536] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2537] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => 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: 1183/2538] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2539] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:13 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2540] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:14 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2541] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:14 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2542] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:14 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1358/2543] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:14 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2544] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:14 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2545] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:14 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2546] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:02:14 2026] POST /v2.0/ports => generated 954 bytes in 520 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: 1188/2547] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:14 2026] GET /v2.0/ports?device_id=4d02bb56-c923-44f1-893c-fbc615366d64 => 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: 1189/2548] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2549] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2550] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:02:14 2026] PUT /v2.0/ports/1d255715-c00c-4f1f-bf6b-830d2d850a62 => generated 1235 bytes in 531 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: 1191/2551] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2552] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2553] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:15.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8feb3282-ad27-470f-996d-3bedeb25943e'] response: {'name': 'network-changed', 'server_uuid': '1ee1f12d-16f1-450a-97c9-290fd43e30f7', 'tag': '1d255715-c00c-4f1f-bf6b-830d2d850a62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1193/2554] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2555] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1194/2556] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:15 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 7|app: 0|req: 1363/2557] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:16 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2558] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:02:16 2026] GET /v2.0/networks?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&shared=False => generated 765 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2559] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:02:16 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) [pid: 8|app: 0|req: 1196/2560] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:16 2026] DELETE /v2.0/security-groups/030361a2-fd90-4fa9-98a2-518ae5111468 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:02:16.367 8 INFO neutron.api.v2.resource [None req-c81b10b4-07b7-4e2c-b8ef-1f4c9a02a980 d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2561] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:02:16 2026] GET /v2.0/security-groups/030361a2-fd90-4fa9-98a2-518ae5111468 => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2562] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:16 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2563] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:16 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:16.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-5038710c-a274-4230-a9c1-083b713b3e3e d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] TaaS: Handle Delete Port: 1305245e-e2b1-49c2-b418-d87018183384 2026-07-29 09:02:16.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5038710c-a274-4230-a9c1-083b713b3e3e d35aca7de9ba44cd9acf9c430c955e34 a41a3ae284f84ac797eeba62196ca3b0 - - default default] Tap Mirror: Handle Delete Port: 1305245e-e2b1-49c2-b418-d87018183384 [pid: 7|app: 0|req: 1367/2564] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:16 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1368/2565] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:16 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2566] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:02:16 2026] DELETE /v2.0/floatingips/8660bb25-c157-4369-9102-4f4af81dc16f => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2567] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1200/2568] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2569] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2570] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1203/2571] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1204/2572] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=1d255715-c00c-4f1f-bf6b-830d2d850a62 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:17.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-617404ae-0c2e-4c4e-bdca-b2100d7853a0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 19ca3564-51c8-45a0-9aba-c78d82cba3b2 2026-07-29 09:02:17.358 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-617404ae-0c2e-4c4e-bdca-b2100d7853a0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 19ca3564-51c8-45a0-9aba-c78d82cba3b2 [pid: 8|app: 0|req: 1205/2573] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/subnets?id=43b05ef7-aa6e-4fdb-83f2-9d096ed02cf7 => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2574] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2575] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?network_id=e68a6444-1d3b-4377-994e-5baf2729693c&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: 1208/2576] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 8|app: 0|req: 1209/2577] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1210/2578] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2579] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2580] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2581] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2582] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2585] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2586] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1219/2587] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2588] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2589] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:17 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2590] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:02:16 2026] PUT /v2.0/routers/3c0a7112-a900-4a1f-b7f8-1fce7befc1a2/remove_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2591] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:18 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:18.402 7 INFO neutron_taas.services.taas.taas_plugin [None req-6aad24e7-3779-4428-bd3c-ce6e7491cb42 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8993ac66-016d-480f-a6d0-0ea1ec5d6cfc 2026-07-29 09:02:18.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aad24e7-3779-4428-bd3c-ce6e7491cb42 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8993ac66-016d-480f-a6d0-0ea1ec5d6cfc 2026-07-29 09:02:18.433 8 INFO neutron.db.l3_db [None req-ffa8becc-d6ea-4627-8374-610877517352 622961355bb0421c82d010e650e83554 f389344c3a3c479391dd80035db89d95 - - default default] Floating IP 541e76e3-cc41-4711-bdbd-c398a48fb566 associated. External IP: 10.96.250.218, port: 5bb4a052-8a9c-407e-a603-0560c745fdaf. 2026-07-29 09:02:18.777 7 INFO neutron_taas.services.taas.taas_plugin [None req-6aad24e7-3779-4428-bd3c-ce6e7491cb42 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 98e0d832-0490-4c35-8c08-bbd3d345c3c7 2026-07-29 09:02:18.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aad24e7-3779-4428-bd3c-ce6e7491cb42 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 98e0d832-0490-4c35-8c08-bbd3d345c3c7 [pid: 8|app: 0|req: 1222/2592] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:02:18 2026] PUT /v2.0/floatingips/541e76e3-cc41-4711-bdbd-c398a48fb566 => generated 855 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2593] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:18 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1224/2594] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:18 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2595] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:18 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1226/2596] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2597] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:19.111 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f14688f-8ef2-4130-9a11-f4d758a2f031'] response: {'name': 'network-changed', 'server_uuid': '67cbd8ac-c042-4933-b735-41cd908f40f3', 'tag': '5bb4a052-8a9c-407e-a603-0560c745fdaf', 'status': 'completed', 'code': 200} 2026-07-29 09:02:19.310 7 INFO neutron.services.segments.plugin [-] Segment 39890cc3-1a2f-4a9b-b784-5807b9fe3ecf resource provider aggregate not found 2026-07-29 09:02:19.314 7 INFO neutron.services.segments.plugin [-] Segment 39890cc3-1a2f-4a9b-b784-5807b9fe3ecf resource provider aggregate not found [pid: 8|app: 0|req: 1228/2598] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:19.335 7 INFO neutron.services.segments.plugin [-] Segment 39890cc3-1a2f-4a9b-b784-5807b9fe3ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39890cc3-1a2f-4a9b-b784-5807b9fe3ecf found for delete ", "request_id": "req-60debbfa-75c5-4d42-b45e-66a128a3b99f"}]} 2026-07-29 09:02:19.337 7 INFO neutron.services.segments.plugin [-] Segment 39890cc3-1a2f-4a9b-b784-5807b9fe3ecf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39890cc3-1a2f-4a9b-b784-5807b9fe3ecf found for delete ", "request_id": "req-5ddc7069-3e3a-43d7-a9c7-8b6fd6e75b66"}]} 2026-07-29 09:02:19.367 7 INFO neutron.db.l3_hamode_db [None req-6aad24e7-3779-4428-bd3c-ce6e7491cb42 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network a80b4939-cd4d-41bd-af96-ac71667898a4 was deleted as no HA routers are present in tenant a41a3ae284f84ac797eeba62196ca3b0. [pid: 8|app: 0|req: 1229/2599] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2600] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:02:18 2026] DELETE /v2.0/routers/3c0a7112-a900-4a1f-b7f8-1fce7befc1a2 => generated 0 bytes in 1243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2601] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1373/2602] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2603] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:02:19 2026] DELETE /v2.0/subnets/8019f6bc-a96f-4970-b093-723f40d76df9 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2604] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/ports?tenant_id=f389344c3a3c479391dd80035db89d95&device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:02:19.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2ee312e-b88f-4a15-846a-693cf2c060b9 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 871d231b-a7b7-40da-a1b6-bc81fddde940 [pid: 8|app: 0|req: 1232/2605] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:19.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2ee312e-b88f-4a15-846a-693cf2c060b9 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 871d231b-a7b7-40da-a1b6-bc81fddde940 [pid: 8|app: 0|req: 1233/2606] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/networks?id=c52cb249-6913-4e53-bded-7401a820dde9 => generated 764 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2607] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2608] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=5bb4a052-8a9c-407e-a603-0560c745fdaf => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2609] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/subnets?id=c6ca2beb-af5a-46d1-b365-f4245a8a610a => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2610] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2611] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:19 2026] GET /v2.0/ports?network_id=c52cb249-6913-4e53-bded-7401a820dde9&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: 1239/2612] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 7|app: 0|req: 1374/2613] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:02:19 2026] DELETE /v2.0/networks/18f45772-e69b-45cb-9819-cd43bdc1dc37 => generated 0 bytes in 472 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2614] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/networks/c52cb249-6913-4e53-bded-7401a820dde9?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2615] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/networks/c52cb249-6913-4e53-bded-7401a820dde9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2616] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2617] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1242/2618] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2619] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2620] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?tenant_id=a41a3ae284f84ac797eeba62196ca3b0&name=default => 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: 1244/2621] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2622] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2623] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:20 2026] DELETE /v2.0/security-groups/f4e269b7-ec0c-467f-aa38-5b80f0bb8ae4 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2624] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1379/2625] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2626] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1380/2627] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2628] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2629] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:20 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2630] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2631] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:21.356 7 INFO neutron.services.segments.plugin [-] Segment 5ff702fe-0e0e-450b-a6e7-064ddc9b9547 resource provider aggregate not found 2026-07-29 09:02:21.359 7 INFO neutron.services.segments.plugin [-] Segment 5ff702fe-0e0e-450b-a6e7-064ddc9b9547 resource provider aggregate not found 2026-07-29 09:02:21.379 7 INFO neutron.services.segments.plugin [-] Segment 5ff702fe-0e0e-450b-a6e7-064ddc9b9547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ff702fe-0e0e-450b-a6e7-064ddc9b9547 found for delete ", "request_id": "req-371fec41-dc1c-463f-80f4-3e2dbe11190a"}]} 2026-07-29 09:02:21.380 7 INFO neutron.services.segments.plugin [-] Segment 5ff702fe-0e0e-450b-a6e7-064ddc9b9547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ff702fe-0e0e-450b-a6e7-064ddc9b9547 found for delete ", "request_id": "req-25cad13c-b681-4cdf-937c-bb874f45feff"}]} [pid: 8|app: 0|req: 1250/2632] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2633] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2634] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1384/2635] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2636] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1385/2637] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:21 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2638] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1386/2639] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2640] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2641] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2642] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2643] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2644] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2645] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:22 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2646] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:23 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1390/2647] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:24 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2648] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:24 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1391/2649] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:24 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2650] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:24 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2651] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:24 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2652] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:02:24 2026] GET /v2.0/security-groups?tenant_id=02824f4482f2457490b8b43dbe311ea2&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2653] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:24 2026] DELETE /v2.0/security-groups/8217db85-bf37-4362-bea8-41472fb53257 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2654] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:25 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2655] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:25 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2656] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:25 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => 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: 1395/2657] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:25 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2658] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:26 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1396/2659] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:26 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2660] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:27 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2661] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:27 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 8|app: 0|req: 1264/2662] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:02:27 2026] GET /v2.0/security-groups?tenant_id=6ca1d53273c94fadabcdcda7c95e5ba3&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2663] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:27 2026] DELETE /v2.0/security-groups/d12d3695-bf16-436b-9017-e7c477d16780 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2664] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:28 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1401/2665] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:28 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2666] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:02:28 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 1240 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2667] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:28 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2668] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:29 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2669] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:30 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1267/2670] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:02:30 2026] GET /v2.0/networks => generated 651 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2671] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:02:31 2026] GET /v2.0/networks?id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => 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: 1268/2672] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:02:31 2026] GET /v2.0/quotas/6cb323e447b541dd9decf4f119aff5e0 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2673] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:02:31 2026] GET /v2.0/ports?tenant_id=6cb323e447b541dd9decf4f119aff5e0&fields=id => 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: 1269/2674] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:02:31 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2675] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:31 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1270/2676] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:02:31 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 83 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2677] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:31 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2678] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:02:32 2026] GET /v2.0/security-groups?tenant_id=6cb323e447b541dd9decf4f119aff5e0&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2679] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:32 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2680] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:32 2026] DELETE /v2.0/security-groups/a73fcb2f-200d-4f43-9cee-7ecd7afa38c8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2681] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:32 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1275/2684] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2685] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/quotas/568d2c3dfbd6424b94ace68fb464f1ce => 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: 1276/2686] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&fields=id => generated 149 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2687] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2688] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1412/2689] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2690] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1413/2691] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2692] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2693] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:33 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 773 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2694] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f5c290e9-b32c-4292-a86e-6c3a97a61f5c => 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: 1415/2695] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/subnets?id=e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 695 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2696] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/ports?network_id=babc5611-1e9f-4e6e-8720-c6d3721317eb&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: 1416/2697] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1282/2698] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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-07-29 09:02:34.674 7 INFO neutron.db.segments_db [None req-91ff160c-147a-4c8c-93cc-c9bb4e25ad08 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 61886ead-3a5a-47d9-bf60-f8a8cbac7a62 of type vxlan for network bf3bb798-e449-46fc-babd-a5127b6a5355 [pid: 8|app: 0|req: 1283/2699] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/ports/f5c290e9-b32c-4292-a86e-6c3a97a61f5c?fields=binding%3Aprofile&fields=network_id => generated 62 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2700] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2701] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:02:34 2026] POST /v2.0/networks => generated 730 bytes in 583 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2702] 199.19.213.48 () {34 vars in 1014 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2703] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:34 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:35.137 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df0eca7b-b1f5-4cd8-aca2-2d1edf8ed9bf'] response: {'server_uuid': 'f14763c7-e2fb-41d6-a429-156a9a949ce2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f5c290e9-b32c-4292-a86e-6c3a97a61f5c', 'code': 200} [pid: 7|app: 0|req: 1419/2704] 199.19.213.48 () {38 vars in 1025 bytes} [Wed Jul 29 09:02:34 2026] PUT /v2.0/ports/f5c290e9-b32c-4292-a86e-6c3a97a61f5c => generated 1086 bytes in 311 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: 1420/2705] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:35 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => 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: 1286/2706] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:34 2026] POST /v2.0/subnets => generated 696 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:02:35.318 7 INFO neutron.db.segments_db [None req-7fab0861-9e26-4df4-91a6-ec4791846121 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9aa332ad-3b3e-4c6d-b2c0-837fbd8056b3 of type vxlan for network 8d775eef-f3be-481b-a556-689aa97a2a06 [pid: 8|app: 0|req: 1287/2707] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:02:35 2026] GET /v2.0/ports?device_id=1ee1f12d-16f1-450a-97c9-290fd43e30f7 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:35.602 8 INFO neutron_taas.services.taas.taas_plugin [req-9175750b-b10a-4917-9166-d57cb86be3e7 req-2a30479f-86cf-4e1c-acf8-e57e7bc6cfbf 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] TaaS: Handle Delete Port: 1d255715-c00c-4f1f-bf6b-830d2d850a62 2026-07-29 09:02:35.606 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9175750b-b10a-4917-9166-d57cb86be3e7 req-2a30479f-86cf-4e1c-acf8-e57e7bc6cfbf 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] Tap Mirror: Handle Delete Port: 1d255715-c00c-4f1f-bf6b-830d2d850a62 2026-07-29 09:02:35.718 7 INFO neutron.db.l3_hamode_db [None req-7fab0861-9e26-4df4-91a6-ec4791846121 792098ed716c44f9a3ede4e71835c564 0a97877af1b04702b62b5582e4d0e738 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1288/2708] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:02:35 2026] DELETE /v2.0/ports/1d255715-c00c-4f1f-bf6b-830d2d850a62 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:02:35.919 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f7c7792-fa3e-43d2-89ea-433b7b829e1e'] response: {'server_uuid': '1ee1f12d-16f1-450a-97c9-290fd43e30f7', 'name': 'network-vif-deleted', 'tag': '1d255715-c00c-4f1f-bf6b-830d2d850a62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1289/2709] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:35 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2710] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:36 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2711] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:36 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:36.700 7 INFO neutron.db.l3_hamode_db [None req-7fab0861-9e26-4df4-91a6-ec4791846121 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1292/2712] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:37.193 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-68ac012b-491a-449a-bde2-6bbb932dbaa5'] response: {'name': 'network-changed', 'server_uuid': 'f14763c7-e2fb-41d6-a429-156a9a949ce2', 'tag': 'f5c290e9-b32c-4292-a86e-6c3a97a61f5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1293/2713] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2714] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1295/2715] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2716] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2717] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/extensions => generated 21537 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2718] 10.0.0.78 () {34 vars in 1036 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2&fields=resource_request => 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: 1299/2719] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1089 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2720] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 773 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2721] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f5c290e9-b32c-4292-a86e-6c3a97a61f5c => 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: 1302/2722] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/subnets?id=e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 695 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2723] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/ports?network_id=babc5611-1e9f-4e6e-8720-c6d3721317eb&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2724] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:35 2026] POST /v2.0/routers => generated 736 bytes in 2773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2725] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:37 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1422/2726] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:38 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1423/2727] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:38 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1424/2728] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:38 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1425/2729] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:38 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2730] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:02:38 2026] POST /v2.0/ports => generated 958 bytes in 635 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: 1427/2731] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:39 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2732] 10.0.0.235 () {34 vars in 1057 bytes} [Wed Jul 29 09:02:39 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2&fields=id&fields=resource_request => generated 81 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2733] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:02:38 2026] PUT /v2.0/routers/cc212810-3b57-4dc6-b6aa-647451a834fc/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2734] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:39 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2735] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:39 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1308/2736] 10.0.0.235 () {34 vars in 906 bytes} [Wed Jul 29 09:02:39 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2737] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:39 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2738] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:02:39 2026] PUT /v2.0/ports/72c5dc42-aa5b-4351-be22-775a6a4dfc03 => generated 1239 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:02:39.821 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-02dae417-2162-4732-8d78-3ef32d1758da'] response: {'name': 'network-changed', 'server_uuid': '0c26364b-ea3e-4e3e-b514-ebdf98bd187d', 'tag': '72c5dc42-aa5b-4351-be22-775a6a4dfc03', '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: 1310/2739] 10.0.0.24 () {34 vars in 969 bytes} [Wed Jul 29 09:02:39 2026] GET /v2.0/ports/f5c290e9-b32c-4292-a86e-6c3a97a61f5c => generated 966 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2740] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:02:39 2026] POST /v2.0/security-groups => generated 1684 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2741] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/security-groups/d90e8756-54c5-463c-bf23-3507dd8883f2 => generated 1684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2742] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2743] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/networks?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&shared=False => generated 765 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2744] 10.0.0.78 () {38 vars in 979 bytes} [Wed Jul 29 09:02:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2745] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2746] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2747] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2748] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2749] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:02:40 2026] POST /v2.0/security-groups => generated 1686 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2750] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2751] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/security-groups/1027e71d-d71a-4415-840b-26f6b65a0b99 => generated 1686 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2752] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:40 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2753] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2754] 10.0.0.78 () {38 vars in 979 bytes} [Wed Jul 29 09:02:40 2026] POST /v2.0/security-group-rules => generated 620 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2755] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:02:41 2026] POST /v2.0/security-groups => generated 1686 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2756] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1438/2757] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2758] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2759] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=72c5dc42-aa5b-4351-be22-775a6a4dfc03 => 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: 1441/2760] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/subnets?id=43b05ef7-aa6e-4fdb-83f2-9d096ed02cf7 => generated 687 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2761] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => 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: 1443/2762] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/ports?network_id=e68a6444-1d3b-4377-994e-5baf2729693c&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: 1320/2763] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:02:41 2026] POST /v2.0/security-groups => generated 1685 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2764] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2765] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1445/2766] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/security-groups/d6757a88-9d43-4a8b-a43b-922306ef4ecd => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2767] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/security-groups/16f8b3ac-ca60-437d-8282-2c92f6a5ad1b => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2768] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1447/2769] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:41 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1448/2770] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:42 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2771] 10.0.0.78 () {38 vars in 979 bytes} [Wed Jul 29 09:02:41 2026] POST /v2.0/security-group-rules => generated 634 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2772] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:02:42 2026] POST /v2.0/security-groups => generated 1686 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2773] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:02:42 2026] POST /v2.0/security-groups => generated 1686 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2774] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:42 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2775] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:42 2026] GET /v2.0/security-groups/e54694ec-bbd1-4dba-8a2a-822f8243ddbc => generated 1686 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2776] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:42 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2777] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:42 2026] GET /v2.0/security-groups/5a5b2602-6cf3-495f-a9a8-95e37e4e1895 => generated 1686 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2778] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:42 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2779] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2780] 10.0.0.78 () {38 vars in 979 bytes} [Wed Jul 29 09:02:42 2026] POST /v2.0/security-group-rules => generated 634 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2781] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/security-groups/5a5b2602-6cf3-495f-a9a8-95e37e4e1895 => generated 1686 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2782] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2783] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2784] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:02:43 2026] DELETE /v2.0/security-groups/5a5b2602-6cf3-495f-a9a8-95e37e4e1895 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2785] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/security-groups/e54694ec-bbd1-4dba-8a2a-822f8243ddbc => generated 1686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2786] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:02:43 2026] POST /v2.0/security-groups => generated 1685 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2787] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/security-groups/08b206d9-570a-4e59-a04b-a79ccf117fa7 => generated 1685 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2788] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2789] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:43 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1332/2790] 10.0.0.78 () {38 vars in 979 bytes} [Wed Jul 29 09:02:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2791] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-groups?id=ac643033-b6c8-4804-8527-c9e89da6775e&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:44.120 7 INFO neutron_taas.services.taas.taas_plugin [req-62626c79-1429-485a-add3-50493003b161 req-70a0d71a-861e-42ce-b0ee-a88b6f2fa532 622961355bb0421c82d010e650e83554 f389344c3a3c479391dd80035db89d95 - - default default] TaaS: Handle Delete Port: 5bb4a052-8a9c-407e-a603-0560c745fdaf 2026-07-29 09:02:44.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-62626c79-1429-485a-add3-50493003b161 req-70a0d71a-861e-42ce-b0ee-a88b6f2fa532 622961355bb0421c82d010e650e83554 f389344c3a3c479391dd80035db89d95 - - default default] Tap Mirror: Handle Delete Port: 5bb4a052-8a9c-407e-a603-0560c745fdaf [pid: 8|app: 0|req: 1334/2792] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-groups/08b206d9-570a-4e59-a04b-a79ccf117fa7 => generated 2310 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2793] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:44.270 7 INFO neutron.db.l3_db [req-62626c79-1429-485a-add3-50493003b161 req-70a0d71a-861e-42ce-b0ee-a88b6f2fa532 622961355bb0421c82d010e650e83554 f389344c3a3c479391dd80035db89d95 - - default default] Floating IP 541e76e3-cc41-4711-bdbd-c398a48fb566 disassociated. External IP: 10.96.250.218, port: 5bb4a052-8a9c-407e-a603-0560c745fdaf. [pid: 8|app: 0|req: 1336/2794] 10.0.0.78 () {38 vars in 979 bytes} [Wed Jul 29 09:02:44 2026] POST /v2.0/security-group-rules => generated 619 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2795] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1338/2796] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1339/2797] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-groups/08b206d9-570a-4e59-a04b-a79ccf117fa7 => generated 2940 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2798] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2799] 10.0.0.78 () {34 vars in 999 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-group-rules/efc2df41-16b8-4218-ba4a-a0d875bb7cf9 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2800] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-groups/08b206d9-570a-4e59-a04b-a79ccf117fa7 => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2801] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:02:43 2026] DELETE /v2.0/ports/5bb4a052-8a9c-407e-a603-0560c745fdaf => generated 0 bytes in 758 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2802] 10.0.0.78 () {36 vars in 1021 bytes} [Wed Jul 29 09:02:44 2026] DELETE /v2.0/security-group-rules/efc2df41-16b8-4218-ba4a-a0d875bb7cf9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:02:44.805 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b3d008f-99c7-4807-bf8c-6633ebfb5007'] response: {'server_uuid': '67cbd8ac-c042-4933-b735-41cd908f40f3', 'name': 'network-vif-deleted', 'tag': '5bb4a052-8a9c-407e-a603-0560c745fdaf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/2803] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:44 2026] GET /v2.0/security-groups/08b206d9-570a-4e59-a04b-a79ccf117fa7 => generated 2310 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2804] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:02:44 2026] DELETE /v2.0/security-groups/08b206d9-570a-4e59-a04b-a79ccf117fa7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:02:45.088 7 INFO neutron.api.v2.resource [req-6dbfb50a-fd79-4c79-bebc-29d88c5eeb63 req-a574be1a-a117-4729-b3c9-465ed762e5f0 0de8c49242514784bceddaff1ff4dd38 0a97877af1b04702b62b5582e4d0e738 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1461/2805] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/security-groups/5a5b2602-6cf3-495f-a9a8-95e37e4e1895 => 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: 1345/2806] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/security-groups/e54694ec-bbd1-4dba-8a2a-822f8243ddbc => generated 1686 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2807] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1462/2808] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:02:45 2026] DELETE /v2.0/security-groups/e54694ec-bbd1-4dba-8a2a-822f8243ddbc => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2809] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2&tenant_id=39d425bfc95f48e49e65a419e9078209 => generated 1089 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2810] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/security-groups/16f8b3ac-ca60-437d-8282-2c92f6a5ad1b => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2811] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:02:45 2026] DELETE /v2.0/security-groups/16f8b3ac-ca60-437d-8282-2c92f6a5ad1b => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2812] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/security-groups/d6757a88-9d43-4a8b-a43b-922306ef4ecd => generated 1686 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2813] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2814] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:02:45 2026] DELETE /v2.0/security-groups/d6757a88-9d43-4a8b-a43b-922306ef4ecd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2815] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2816] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1470/2817] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/security-groups/1027e71d-d71a-4415-840b-26f6b65a0b99 => generated 2317 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2818] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:45 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2819] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:02:45 2026] DELETE /v2.0/security-groups/1027e71d-d71a-4415-840b-26f6b65a0b99 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2820] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:02:46 2026] GET /v2.0/security-groups/d90e8756-54c5-463c-bf23-3507dd8883f2 => generated 2309 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2821] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:02:46 2026] DELETE /v2.0/security-groups/d90e8756-54c5-463c-bf23-3507dd8883f2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2822] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:46 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1348/2823] 199.19.213.48 () {38 vars in 1025 bytes} [Wed Jul 29 09:02:45 2026] PUT /v2.0/ports/f5c290e9-b32c-4292-a86e-6c3a97a61f5c => generated 1235 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:02:46.560 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-febed18e-dd73-487c-b706-7d520ccd508a'] response: {'name': 'network-changed', 'server_uuid': 'f14763c7-e2fb-41d6-a429-156a9a949ce2', 'tag': 'f5c290e9-b32c-4292-a86e-6c3a97a61f5c', 'status': 'completed', 'code': 200} 2026-07-29 09:02:46.738 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d85c307-ef6a-4236-b44f-4c3925f370a4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 91f8b803-8030-4be6-906c-36d0c84e8b64 2026-07-29 09:02:46.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d85c307-ef6a-4236-b44f-4c3925f370a4 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 91f8b803-8030-4be6-906c-36d0c84e8b64 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1349/2824] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:46 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2825] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2826] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2827] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2828] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 773 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2829] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2830] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f5c290e9-b32c-4292-a86e-6c3a97a61f5c => 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: 1356/2831] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/subnets?id=e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 695 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2832] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/ports?network_id=babc5611-1e9f-4e6e-8720-c6d3721317eb&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2833] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2834] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:02:46 2026] PUT /v2.0/routers/cc212810-3b57-4dc6-b6aa-647451a834fc/remove_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2835] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/ports?device_id=67cbd8ac-c042-4933-b735-41cd908f40f3 => 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: 1359/2836] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1478/2837] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2838] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:47 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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-07-29 09:02:47.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8375fb6-8063-4f23-ac05-9ca5ea34d72c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 9f83c8b5-5c37-4162-bf76-4c606986dc0b 2026-07-29 09:02:47.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8375fb6-8063-4f23-ac05-9ca5ea34d72c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 9f83c8b5-5c37-4162-bf76-4c606986dc0b 2026-07-29 09:02:48.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8375fb6-8063-4f23-ac05-9ca5ea34d72c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d234e273-34e0-4433-8562-2898feffb61c 2026-07-29 09:02:48.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8375fb6-8063-4f23-ac05-9ca5ea34d72c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d234e273-34e0-4433-8562-2898feffb61c [pid: 7|app: 0|req: 1482/2841] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2842] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2843] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2844] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:48.674 8 INFO neutron.services.segments.plugin [-] Segment 9aa332ad-3b3e-4c6d-b2c0-837fbd8056b3 resource provider aggregate not found 2026-07-29 09:02:48.696 8 INFO neutron.services.segments.plugin [-] Segment 9aa332ad-3b3e-4c6d-b2c0-837fbd8056b3 resource provider aggregate not found 2026-07-29 09:02:48.717 8 INFO neutron.services.segments.plugin [-] Segment 9aa332ad-3b3e-4c6d-b2c0-837fbd8056b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aa332ad-3b3e-4c6d-b2c0-837fbd8056b3 found for delete ", "request_id": "req-37d5da2d-7abe-44d3-93ed-0e86c40f628c"}]} 2026-07-29 09:02:48.718 8 INFO neutron.services.segments.plugin [-] Segment 9aa332ad-3b3e-4c6d-b2c0-837fbd8056b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aa332ad-3b3e-4c6d-b2c0-837fbd8056b3 found for delete ", "request_id": "req-eec7bfc9-648f-4764-9327-b84af831f481"}]} 2026-07-29 09:02:48.774 8 INFO neutron.db.l3_hamode_db [None req-d8375fb6-8063-4f23-ac05-9ca5ea34d72c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 8d775eef-f3be-481b-a556-689aa97a2a06 was deleted as no HA routers are present in tenant 0a97877af1b04702b62b5582e4d0e738. [pid: 8|app: 0|req: 1360/2845] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:02:47 2026] DELETE /v2.0/routers/cc212810-3b57-4dc6-b6aa-647451a834fc => generated 0 bytes in 1312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2846] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:48 2026] DELETE /v2.0/security-groups/ac643033-b6c8-4804-8527-c9e89da6775e => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2847] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2848] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 773 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:48.861 8 INFO neutron.api.v2.resource [None req-1a27ceb5-968d-40f8-a979-d57e398994b7 622961355bb0421c82d010e650e83554 f389344c3a3c479391dd80035db89d95 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1362/2849] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/security-groups/ac643033-b6c8-4804-8527-c9e89da6775e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2850] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f5c290e9-b32c-4292-a86e-6c3a97a61f5c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:48.983 8 INFO neutron_taas.services.taas.taas_plugin [None req-df614e8d-d713-43ef-8d4e-71d39f5f3be6 622961355bb0421c82d010e650e83554 f389344c3a3c479391dd80035db89d95 - - default default] TaaS: Handle Delete Port: 2747dfc6-5a3d-4eb6-9cdc-30f54c9deb14 2026-07-29 09:02:48.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df614e8d-d713-43ef-8d4e-71d39f5f3be6 622961355bb0421c82d010e650e83554 f389344c3a3c479391dd80035db89d95 - - default default] Tap Mirror: Handle Delete Port: 2747dfc6-5a3d-4eb6-9cdc-30f54c9deb14 [pid: 7|app: 0|req: 1488/2851] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:02:48 2026] DELETE /v2.0/subnets/d63c2e40-7671-43e4-9e14-c470de76ad5a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2852] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:02:48 2026] GET /v2.0/subnets?id=e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:49.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbabf6c8-346d-4a3a-9b34-9ffe33da3876 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 15f47d5c-2611-401e-90af-c3c7aa91f9ad 2026-07-29 09:02:49.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbabf6c8-346d-4a3a-9b34-9ffe33da3876 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 15f47d5c-2611-401e-90af-c3c7aa91f9ad [pid: 8|app: 0|req: 1364/2853] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:02:48 2026] DELETE /v2.0/floatingips/541e76e3-cc41-4711-bdbd-c398a48fb566 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2854] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/ports?network_id=babc5611-1e9f-4e6e-8720-c6d3721317eb&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:02:49.341 7 INFO neutron.services.segments.plugin [-] Segment 61886ead-3a5a-47d9-bf60-f8a8cbac7a62 resource provider aggregate not found 2026-07-29 09:02:49.347 7 INFO neutron.services.segments.plugin [-] Segment 61886ead-3a5a-47d9-bf60-f8a8cbac7a62 resource provider aggregate not found 2026-07-29 09:02:49.368 7 INFO neutron.services.segments.plugin [-] Segment 61886ead-3a5a-47d9-bf60-f8a8cbac7a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61886ead-3a5a-47d9-bf60-f8a8cbac7a62 found for delete ", "request_id": "req-caa727c5-4aee-437e-b85d-4999a57afe26"}]} 2026-07-29 09:02:49.369 7 INFO neutron.services.segments.plugin [-] Segment 61886ead-3a5a-47d9-bf60-f8a8cbac7a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61886ead-3a5a-47d9-bf60-f8a8cbac7a62 found for delete ", "request_id": "req-47c67545-6865-40d5-b473-71bd1717c271"}]} [pid: 7|app: 0|req: 1490/2855] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:02:49 2026] DELETE /v2.0/networks/bf3bb798-e449-46fc-babd-a5127b6a5355 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2856] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1492/2857] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2858] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1494/2859] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2860] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/security-groups?tenant_id=0a97877af1b04702b62b5582e4d0e738&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:02:49.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-efb99597-9fd5-448b-9a09-28395597ade8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 3eb99801-4555-44dc-9df0-2dfe12416733 2026-07-29 09:02:49.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efb99597-9fd5-448b-9a09-28395597ade8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 3eb99801-4555-44dc-9df0-2dfe12416733 [pid: 7|app: 0|req: 1496/2861] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:49 2026] DELETE /v2.0/security-groups/eb119ce7-f4e6-4826-ba21-8445c25323e1 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2862] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2863] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:49 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2864] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:02:49 2026] PUT /v2.0/routers/320637c9-4cfd-4370-96ed-ec8330f79e8a/remove_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:50.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b7e8608-7b3f-4275-8f0f-c79bd2cc046c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 7f4d5596-b07d-4c6d-a1a1-b774c7369ead 2026-07-29 09:02:50.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b7e8608-7b3f-4275-8f0f-c79bd2cc046c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 7f4d5596-b07d-4c6d-a1a1-b774c7369ead [pid: 8|app: 0|req: 1367/2865] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:50 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2866] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:50 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2867] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:51 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:51.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b7e8608-7b3f-4275-8f0f-c79bd2cc046c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c8aa5a6c-46ef-430e-b7a1-39e46b5a774e 2026-07-29 09:02:51.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b7e8608-7b3f-4275-8f0f-c79bd2cc046c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c8aa5a6c-46ef-430e-b7a1-39e46b5a774e [pid: 8|app: 0|req: 1370/2868] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:51 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:51.447 7 INFO neutron.services.segments.plugin [-] Segment 9bc574aa-247e-4344-a8a1-645be3dbefff resource provider aggregate not found 2026-07-29 09:02:51.457 7 INFO neutron.services.segments.plugin [-] Segment 9bc574aa-247e-4344-a8a1-645be3dbefff resource provider aggregate not found 2026-07-29 09:02:51.480 7 INFO neutron.services.segments.plugin [-] Segment 9bc574aa-247e-4344-a8a1-645be3dbefff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc574aa-247e-4344-a8a1-645be3dbefff found for delete ", "request_id": "req-5b6037fa-f79c-4815-888a-98524526d9f8"}]} 2026-07-29 09:02:51.480 7 INFO neutron.services.segments.plugin [-] Segment 9bc574aa-247e-4344-a8a1-645be3dbefff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bc574aa-247e-4344-a8a1-645be3dbefff found for delete ", "request_id": "req-2cfa2bfd-49f0-4966-a0db-23a02f4224a5"}]} 2026-07-29 09:02:51.517 7 INFO neutron.db.l3_hamode_db [None req-6b7e8608-7b3f-4275-8f0f-c79bd2cc046c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network b24dd0aa-7512-4ffe-88ca-0382fb8b1020 was deleted as no HA routers are present in tenant f389344c3a3c479391dd80035db89d95. [pid: 7|app: 0|req: 1499/2869] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:02:50 2026] DELETE /v2.0/routers/320637c9-4cfd-4370-96ed-ec8330f79e8a => generated 0 bytes in 1090 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2870] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:02:51 2026] DELETE /v2.0/subnets/c6ca2beb-af5a-46d1-b365-f4245a8a610a => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:02:51.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0162a07-6d8a-41b1-b77d-bd282f9ffdca 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: a8db6ea4-7664-4ef5-b649-d0c15507690e 2026-07-29 09:02:51.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0162a07-6d8a-41b1-b77d-bd282f9ffdca 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: a8db6ea4-7664-4ef5-b649-d0c15507690e [pid: 7|app: 0|req: 1500/2871] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:02:51 2026] DELETE /v2.0/networks/c52cb249-6913-4e53-bded-7401a820dde9 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2872] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:52 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2873] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:52 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:52.245 8 INFO neutron.db.segments_db [None req-d31b6647-033c-43ba-9fe8-3e8068f402fd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 0d91d31c-2739-4c9e-8040-2557e4c57912 of type vxlan for network 83e1bb08-bb2b-4307-9042-15c5143d5c82 [pid: 7|app: 0|req: 1503/2874] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:52 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2875] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:52 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2876] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:02:51 2026] POST /v2.0/networks => generated 726 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2877] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:02:52 2026] GET /v2.0/security-groups?tenant_id=f389344c3a3c479391dd80035db89d95&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2878] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:02:52 2026] DELETE /v2.0/security-groups/4f4802eb-da98-4511-adcd-9279c1ded2f1 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2879] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:52 2026] POST /v2.0/subnets => generated 693 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:02:52.940 8 INFO neutron.db.segments_db [None req-e5b1aced-5784-44ba-a35a-932aea61e16c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment d37f5d70-dc24-4d03-af41-1f418e7f9083 of type vxlan for network 7d090d9d-ec78-45e8-a8aa-f634ad5c1514 2026-07-29 09:02:53.335 8 INFO neutron.db.l3_hamode_db [None req-e5b1aced-5784-44ba-a35a-932aea61e16c 792098ed716c44f9a3ede4e71835c564 edb6638942fa482a9b4d522edf9894cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1507/2880] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:53 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2881] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:53 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1509/2882] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:53 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:53.507 7 INFO neutron.services.segments.plugin [-] Segment e1148bce-6d16-4200-9721-3ed982f24519 resource provider aggregate not found 2026-07-29 09:02:53.513 7 INFO neutron.services.segments.plugin [-] Segment e1148bce-6d16-4200-9721-3ed982f24519 resource provider aggregate not found 2026-07-29 09:02:53.537 7 INFO neutron.services.segments.plugin [-] Segment e1148bce-6d16-4200-9721-3ed982f24519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1148bce-6d16-4200-9721-3ed982f24519 found for delete ", "request_id": "req-384fc564-6727-4599-8be9-b04f74ce3aa9"}]} 2026-07-29 09:02:53.538 7 INFO neutron.services.segments.plugin [-] Segment e1148bce-6d16-4200-9721-3ed982f24519 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1148bce-6d16-4200-9721-3ed982f24519 found for delete ", "request_id": "req-75697431-ee1c-4fda-8492-227b1e7ac25b"}]} [pid: 7|app: 0|req: 1510/2883] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:53 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:54.324 8 INFO neutron.db.l3_hamode_db [None req-e5b1aced-5784-44ba-a35a-932aea61e16c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1511/2884] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:54 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2885] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:54 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:02:55.008 7 INFO neutron.db.segments_db [None req-ab5d01a2-f577-4e93-a91a-4dd90a205988 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment d2767e38-8cd3-44f8-9d42-26e2f6e6a803 of type vxlan for network 631ff669-e021-4f67-93b3-5204946fd743 [pid: 7|app: 0|req: 1513/2886] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:02:54 2026] POST /v2.0/networks => generated 727 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2887] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:55 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2888] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:55 2026] POST /v2.0/subnets => generated 693 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2889] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:55 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2890] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:52 2026] POST /v2.0/routers => generated 733 bytes in 2895 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:02:55.753 7 INFO neutron.db.segments_db [None req-4ebebf62-fa64-49ee-b9e6-fb3031920b41 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment bf04aa4b-1693-4081-882d-c6592ea715a5 of type vxlan for network 43e1538d-fd34-429f-9d6e-decd38c0119a [pid: 8|app: 0|req: 1375/2891] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:55 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:02:56.184 7 INFO neutron.db.l3_hamode_db [None req-4ebebf62-fa64-49ee-b9e6-fb3031920b41 792098ed716c44f9a3ede4e71835c564 d61c2611366a4d38be7771adea57b1c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1376/2892] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:02:55 2026] PUT /v2.0/routers/8e0ffa72-22d3-46fb-881a-d4269ca9e332/add_router_interface => generated 309 bytes in 1345 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2893] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:57 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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-07-29 09:02:57.214 7 INFO neutron.db.l3_hamode_db [None req-4ebebf62-fa64-49ee-b9e6-fb3031920b41 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1378/2894] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:57 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2895] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:57 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2896] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:02:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2897] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:02:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2898] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:02:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2899] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:58 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2900] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:58 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2901] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:02:55 2026] POST /v2.0/routers => generated 733 bytes in 3612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2902] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:02:58 2026] POST /v2.0/floatingips => generated 552 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2903] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1386/2904] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1519/2905] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2906] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1521/2907] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2908] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2909] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2910] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2911] 10.0.0.78 () {34 vars in 1098 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1198502743&fields=id&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2912] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2913] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2914] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/quotas/edb6638942fa482a9b4d522edf9894cb => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2915] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2916] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:02:59 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2917] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2918] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1533/2919] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1534/2920] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1535/2921] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2922] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2923] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1538/2924] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2925] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2926] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2927] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2928] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:02:59 2026] PUT /v2.0/routers/d337c991-bea9-4806-b9d1-7250de5140cc/add_router_interface => generated 309 bytes in 1555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2929] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2930] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:00 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2931] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:01 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1389/2932] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:01 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2933] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:01 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2934] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:03:01 2026] GET /v2.0/networks?id=631ff669-e021-4f67-93b3-5204946fd743 => generated 678 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2935] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:03:01 2026] GET /v2.0/quotas/d61c2611366a4d38be7771adea57b1c6 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2936] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:03:01 2026] GET /v2.0/ports?tenant_id=d61c2611366a4d38be7771adea57b1c6&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2937] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:03:01 2026] GET /v2.0/networks/631ff669-e021-4f67-93b3-5204946fd743?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: 1546/2938] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:02 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2939] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:03:02 2026] GET /v2.0/networks/631ff669-e021-4f67-93b3-5204946fd743?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: 1547/2940] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:02 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2941] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:02 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2942] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:02 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1550/2945] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:02 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2946] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:02 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2947] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:03 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2948] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:03 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2949] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:03 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2950] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:03 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => 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: 1553/2951] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:03 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2952] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:03 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1554/2953] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:04 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2954] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:04 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2955] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:04 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => 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: 1556/2956] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:04 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1401/2957] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:04 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/2958] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:04 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2959] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:04 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/2960] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:03:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/2961] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:05 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2962] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:05 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2963] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:03:05 2026] POST /v2.0/ports => generated 958 bytes in 533 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: 1404/2964] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:05 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => 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: 1405/2965] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:05 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2966] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&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: 1407/2967] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2968] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/ports?tenant_id=39d425bfc95f48e49e65a419e9078209&device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1241 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2969] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2970] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/networks?id=babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2971] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f5c290e9-b32c-4292-a86e-6c3a97a61f5c => 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: 1561/2972] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:03:05 2026] PUT /v2.0/ports/a300722b-e90b-421e-8564-141337c9e3a8 => generated 1239 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2973] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/subnets?id=e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 695 bytes in 28 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-07-29 09:03:06.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92a4fceb-b13d-4d73-9fa6-07f9479ca79d'] response: {'name': 'network-changed', 'server_uuid': '0f51957f-e76c-4f59-a665-f9ea1c9aa473', 'tag': 'a300722b-e90b-421e-8564-141337c9e3a8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1562/2974] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/ports?network_id=babc5611-1e9f-4e6e-8720-c6d3721317eb&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/2975] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2976] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2977] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb?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: 1414/2978] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1565/2979] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2980] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/networks?tenant_id=edb6638942fa482a9b4d522edf9894cb&shared=False => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/2981] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2982] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:06 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => 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: 1417/2983] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:07 2026] GET /v2.0/networks?id=631ff669-e021-4f67-93b3-5204946fd743 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/2984] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:07 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 973 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/2985] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:07 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&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: 1569/2986] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:07 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/2987] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:07 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/2988] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:07 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/2989] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:07 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1418/2990] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:03:07 2026] POST /v2.0/ports => generated 958 bytes in 533 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: 1419/2991] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2992] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a300722b-e90b-421e-8564-141337c9e3a8 => 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: 1421/2993] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2994] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2995] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&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: 1424/2996] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2997] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/2998] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:03:07 2026] PUT /v2.0/ports/90d8a0e1-4642-4d88-b4f3-11d85be8aeb7 => generated 1239 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2999] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-29 09:03:08.384 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-556465e4-9daf-4bbb-b7b2-e17b08b1924c'] response: {'name': 'network-changed', 'server_uuid': 'ff8adc62-a82f-49a0-9f68-c8534d3ecf0b', 'tag': '90d8a0e1-4642-4d88-b4f3-11d85be8aeb7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1574/3000] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/3001] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&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: 1575/3002] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/3003] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1576/3004] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/3005] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3006] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/ports?tenant_id=d61c2611366a4d38be7771adea57b1c6&device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/3007] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/networks?tenant_id=d61c2611366a4d38be7771adea57b1c6&shared=False => generated 774 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3008] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:03:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/3009] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3010] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/3011] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3012] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/3013] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3014] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/3015] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3016] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/3017] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => 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: 1583/3018] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3019] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:09 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3020] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?tenant_id=d61c2611366a4d38be7771adea57b1c6&device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3021] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3022] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=90d8a0e1-4642-4d88-b4f3-11d85be8aeb7 => 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: 1438/3023] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/subnets?id=8a711b58-5199-447f-b8fb-c4af3e5f42d8 => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3024] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?network_id=631ff669-e021-4f67-93b3-5204946fd743&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: 1439/3025] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/3026] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1587/3027] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/networks/631ff669-e021-4f67-93b3-5204946fd743?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: 1441/3028] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/networks/631ff669-e021-4f67-93b3-5204946fd743?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: 1588/3029] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/3030] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3031] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/3032] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&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: 1590/3033] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3034] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3035] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/3036] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3037] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3038] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3039] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3040] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:10 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3041] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/3042] 10.0.0.78 () {34 vars in 1036 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2&fields=resource_request => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3043] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3044] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3045] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1450/3046] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3047] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/3048] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3049] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3050] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3051] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3052] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3053] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3054] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3055] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1455/3056] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&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: 1602/3057] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:11 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3058] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3059] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3060] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 1241 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3061] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3062] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3063] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1605/3064] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3065] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3066] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 973 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3067] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:12 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&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: 1461/3068] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:13 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3069] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:13 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3070] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:13 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:13.690 7 INFO neutron.db.l3_db [None req-fe874bdf-5784-4f76-832a-dcea0b6b2828 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP c7023a92-78bd-486b-a242-2e9c42acb010 associated. External IP: 10.96.250.209, port: a300722b-e90b-421e-8564-141337c9e3a8. [pid: 8|app: 0|req: 1463/3071] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:13 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3072] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:03:13 2026] PUT /v2.0/floatingips/c7023a92-78bd-486b-a242-2e9c42acb010 => generated 856 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3073] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1610/3074] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3075] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3076] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3077] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&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-07-29 09:03:14.256 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6af80f12-a2c4-4850-9ff6-6117c6e19f0e'] response: {'name': 'network-changed', 'server_uuid': '0f51957f-e76c-4f59-a665-f9ea1c9aa473', 'tag': 'a300722b-e90b-421e-8564-141337c9e3a8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1612/3078] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3079] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3080] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a300722b-e90b-421e-8564-141337c9e3a8 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3081] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3082] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:14 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3083] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:15 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3084] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:15 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3085] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:15 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 7|app: 0|req: 1616/3086] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:03:15 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 972 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3087] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:15 2026] GET /v2.0/security-groups?id=56e8a90a-c87c-42de-86b1-4023237fa7fe&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: 1472/3088] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:15 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3089] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:15 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:15.370 7 INFO neutron_taas.services.taas.taas_plugin [req-0724d150-3e52-4c22-be36-5da869fb4356 req-26a7ba52-9647-474b-960b-35a314b054b3 803bf0b8c5964fe0864a9a9d814d4bf1 39d425bfc95f48e49e65a419e9078209 - - default default] TaaS: Handle Delete Port: f5c290e9-b32c-4292-a86e-6c3a97a61f5c 2026-07-29 09:03:15.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0724d150-3e52-4c22-be36-5da869fb4356 req-26a7ba52-9647-474b-960b-35a314b054b3 803bf0b8c5964fe0864a9a9d814d4bf1 39d425bfc95f48e49e65a419e9078209 - - default default] Tap Mirror: Handle Delete Port: f5c290e9-b32c-4292-a86e-6c3a97a61f5c [pid: 7|app: 0|req: 1617/3090] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:03:15 2026] DELETE /v2.0/ports/f5c290e9-b32c-4292-a86e-6c3a97a61f5c => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:03:16.293 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-053fa498-63fb-453f-9468-d84ad2dc82dd'] response: {'server_uuid': 'f14763c7-e2fb-41d6-a429-156a9a949ce2', 'name': 'network-vif-deleted', 'tag': 'f5c290e9-b32c-4292-a86e-6c3a97a61f5c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/3091] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:16 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1618/3092] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:16 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3093] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:16 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&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: 7|app: 0|req: 1619/3094] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:16 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3095] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:16 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3096] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:17 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => 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: 1478/3099] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3100] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3101] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/ports?tenant_id=d61c2611366a4d38be7771adea57b1c6&device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => 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: 1623/3102] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/networks?id=631ff669-e021-4f67-93b3-5204946fd743 => generated 774 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3103] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=90d8a0e1-4642-4d88-b4f3-11d85be8aeb7 => 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: 1624/3104] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/subnets?id=8a711b58-5199-447f-b8fb-c4af3e5f42d8 => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3105] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/ports?network_id=631ff669-e021-4f67-93b3-5204946fd743&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: 1625/3106] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/networks/631ff669-e021-4f67-93b3-5204946fd743?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3107] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/ports?device_id=f14763c7-e2fb-41d6-a429-156a9a949ce2 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3108] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:18 2026] GET /v2.0/networks/631ff669-e021-4f67-93b3-5204946fd743?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3109] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:19 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3110] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:19 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:20.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e3f5bb3-5479-4b9c-af16-2df4a2e4bbed 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c51a4f8d-3cb2-490d-8dac-9c6a5fe9c789 2026-07-29 09:03:20.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e3f5bb3-5479-4b9c-af16-2df4a2e4bbed 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c51a4f8d-3cb2-490d-8dac-9c6a5fe9c789 [pid: 7|app: 0|req: 1628/3111] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3112] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3113] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/quotas/568d2c3dfbd6424b94ace68fb464f1ce => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3114] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&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: 1632/3115] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&fields=id => generated 149 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3116] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1634/3117] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3118] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:03:19 2026] PUT /v2.0/routers/13c86dfc-19e7-46db-8e19-e21ff78cc6b9/remove_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3119] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:20 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:21.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5160cec-170d-419c-a6df-eafbb19d4b8d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 77dade88-5718-4504-9d89-4c4a30302f7d 2026-07-29 09:03:21.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5160cec-170d-419c-a6df-eafbb19d4b8d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 77dade88-5718-4504-9d89-4c4a30302f7d 2026-07-29 09:03:21.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5160cec-170d-419c-a6df-eafbb19d4b8d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: bb3c423e-f909-45de-b7ae-221dda403244 2026-07-29 09:03:21.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5160cec-170d-419c-a6df-eafbb19d4b8d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: bb3c423e-f909-45de-b7ae-221dda403244 [pid: 8|app: 0|req: 1486/3120] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:21 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3121] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:21 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:21.943 7 INFO neutron.db.l3_hamode_db [None req-d5160cec-170d-419c-a6df-eafbb19d4b8d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network e72d0a86-fd2e-485e-be65-bbf976474acb was deleted as no HA routers are present in tenant 39d425bfc95f48e49e65a419e9078209. [pid: 7|app: 0|req: 1635/3122] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:03:20 2026] DELETE /v2.0/routers/13c86dfc-19e7-46db-8e19-e21ff78cc6b9 => generated 0 bytes in 1128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:03:22.006 7 INFO neutron.services.segments.plugin [-] Segment 28c30590-7918-468b-b19d-00857bf3ca1f resource provider aggregate not found 2026-07-29 09:03:22.018 7 INFO neutron.services.segments.plugin [-] Segment 28c30590-7918-468b-b19d-00857bf3ca1f resource provider aggregate not found 2026-07-29 09:03:22.022 7 INFO neutron.services.segments.plugin [-] Segment 28c30590-7918-468b-b19d-00857bf3ca1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c30590-7918-468b-b19d-00857bf3ca1f found for delete ", "request_id": "req-2a2d308c-f5f7-45a8-9ecd-866d3cb480df"}]} 2026-07-29 09:03:22.040 7 INFO neutron.services.segments.plugin [-] Segment 28c30590-7918-468b-b19d-00857bf3ca1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28c30590-7918-468b-b19d-00857bf3ca1f found for delete ", "request_id": "req-1147b06a-bf6a-45c2-8bc9-705a700e0d2c"}]} [pid: 7|app: 0|req: 1636/3123] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:22 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => 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: 1488/3124] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:03:21 2026] DELETE /v2.0/subnets/e1cbe88a-449e-488b-a16d-de7d2f9e390f => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:03:22.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-e90ab39e-021d-4404-8104-05fae77fe4c5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d52f4a08-5ae7-4f21-af7e-fc4195450bd5 2026-07-29 09:03:22.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e90ab39e-021d-4404-8104-05fae77fe4c5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d52f4a08-5ae7-4f21-af7e-fc4195450bd5 [pid: 8|app: 0|req: 1489/3125] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:03:22 2026] GET /v2.0/ports?device_id=0c26364b-ea3e-4e3e-b514-ebdf98bd187d => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:22.497 8 INFO neutron_taas.services.taas.taas_plugin [req-2ed04f02-2cee-46ec-b910-fbf5cc2ee8f7 req-bdcc3c4e-d170-4108-adb6-7cbf3c6ef8bd 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] TaaS: Handle Delete Port: 72c5dc42-aa5b-4351-be22-775a6a4dfc03 2026-07-29 09:03:22.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ed04f02-2cee-46ec-b910-fbf5cc2ee8f7 req-bdcc3c4e-d170-4108-adb6-7cbf3c6ef8bd 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] Tap Mirror: Handle Delete Port: 72c5dc42-aa5b-4351-be22-775a6a4dfc03 [pid: 7|app: 0|req: 1637/3126] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:03:22 2026] DELETE /v2.0/networks/babc5611-1e9f-4e6e-8720-c6d3721317eb => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3127] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:03:22 2026] DELETE /v2.0/ports/72c5dc42-aa5b-4351-be22-775a6a4dfc03 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:03:22.804 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f68001c-daac-4fe2-8767-d7331780d002'] response: {'server_uuid': '0c26364b-ea3e-4e3e-b514-ebdf98bd187d', 'name': 'network-vif-deleted', 'tag': '72c5dc42-aa5b-4351-be22-775a6a4dfc03', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1638/3128] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:03:22 2026] GET /v2.0/security-groups?tenant_id=39d425bfc95f48e49e65a419e9078209&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3129] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:22 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3130] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:22 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3131] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:03:22 2026] DELETE /v2.0/security-groups/56e8a90a-c87c-42de-86b1-4023237fa7fe => 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: 1493/3132] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:23 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => 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: 1640/3133] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:23 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:24.041 7 INFO neutron.services.segments.plugin [-] Segment 0a2aa967-3104-4ad9-b4d3-294c502d6964 resource provider aggregate not found [pid: 8|app: 0|req: 1494/3134] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:24 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:24.059 7 INFO neutron.services.segments.plugin [-] Segment 0a2aa967-3104-4ad9-b4d3-294c502d6964 resource provider aggregate not found 2026-07-29 09:03:24.064 7 INFO neutron.services.segments.plugin [-] Segment 0a2aa967-3104-4ad9-b4d3-294c502d6964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a2aa967-3104-4ad9-b4d3-294c502d6964 found for delete ", "request_id": "req-695ca35b-da3e-4d0c-9689-81f0bbbdf906"}]} 2026-07-29 09:03:24.081 7 INFO neutron.services.segments.plugin [-] Segment 0a2aa967-3104-4ad9-b4d3-294c502d6964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a2aa967-3104-4ad9-b4d3-294c502d6964 found for delete ", "request_id": "req-89743f8f-0cb1-4581-9b58-d40a05498c7d"}]} [pid: 7|app: 0|req: 1641/3135] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:24 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3136] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:03:24 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3137] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:24 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&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: 1643/3138] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:25 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3139] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:25 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:25.279 8 INFO neutron.db.segments_db [None req-28311f53-3143-4869-a47e-3ec7f42d0e6b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment fd6496e3-e3c8-4646-b256-bca32b791081 of type vxlan for network fbd50304-55bb-4959-a18b-16a03aa994ef [pid: 7|app: 0|req: 1645/3140] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:25 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => 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: 1496/3141] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:03:24 2026] POST /v2.0/networks => generated 737 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3142] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:25 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3143] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:03:25 2026] POST /v2.0/subnets => generated 704 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:03:25.971 7 INFO neutron.db.segments_db [None req-ce1a8120-3265-4f8a-93f6-7d7141858869 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 46e9ca99-1bce-4328-83a6-629ae0b206a4 of type vxlan for network c7ad8a10-786c-4f75-939c-da3ecfa44d07 [pid: 8|app: 0|req: 1498/3144] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:03:25 2026] POST /v2.0/ports => generated 958 bytes in 594 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-07-29 09:03:26.457 7 INFO neutron.db.l3_hamode_db [None req-ce1a8120-3265-4f8a-93f6-7d7141858869 792098ed716c44f9a3ede4e71835c564 e3f33bb352484ceca0798c0797e056bc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1499/3145] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:03:26 2026] PUT /v2.0/ports/feb813d7-1e28-4d9b-92c4-58dce24eda56 => generated 1239 bytes in 602 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: 1500/3146] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:26 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3147] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:26 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3148] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:26 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:26.997 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58f1fa04-ed9d-44b7-8254-7ce10c6fe779'] response: {'name': 'network-changed', 'server_uuid': 'bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d', 'tag': 'feb813d7-1e28-4d9b-92c4-58dce24eda56', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1503/3149] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:26 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3150] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:27 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:03:27.576 7 INFO neutron.db.l3_hamode_db [None req-ce1a8120-3265-4f8a-93f6-7d7141858869 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1505/3151] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:03:27 2026] GET /v2.0/networks?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&shared=False => generated 765 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3152] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:03:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3153] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3154] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3155] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3156] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3157] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3158] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3159] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3160] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=feb813d7-1e28-4d9b-92c4-58dce24eda56 => 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: 1515/3161] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/subnets?id=43b05ef7-aa6e-4fdb-83f2-9d096ed02cf7 => generated 687 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3162] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:03:25 2026] POST /v2.0/routers => generated 744 bytes in 3008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3163] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/ports?network_id=e68a6444-1d3b-4377-994e-5baf2729693c&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3164] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:28 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1518/3165] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:29 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3166] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:29 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3167] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:29 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1521/3168] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:29 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3169] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:29 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&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: 7|app: 0|req: 1648/3170] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:03:28 2026] PUT /v2.0/routers/ab45dae5-2f19-4e6a-9387-80e59fa5a6a6/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3171] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:30 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3172] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:30 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1524/3173] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:30 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3174] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:30 2026] GET /v2.0/security-groups?id=bef585e8-2e70-44cf-bc06-84bacc8a3861&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3175] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:03:30 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:31.180 7 INFO neutron_taas.services.taas.taas_plugin [req-d7ca1a8f-1cef-4d1d-b14c-0b23675db217 req-becd77e8-905e-4ba4-8225-59d692695650 83e4221b76784bd3b0bfc06f4f2e9c38 d61c2611366a4d38be7771adea57b1c6 - - default default] TaaS: Handle Delete Port: 90d8a0e1-4642-4d88-b4f3-11d85be8aeb7 2026-07-29 09:03:31.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d7ca1a8f-1cef-4d1d-b14c-0b23675db217 req-becd77e8-905e-4ba4-8225-59d692695650 83e4221b76784bd3b0bfc06f4f2e9c38 d61c2611366a4d38be7771adea57b1c6 - - default default] Tap Mirror: Handle Delete Port: 90d8a0e1-4642-4d88-b4f3-11d85be8aeb7 [pid: 7|app: 0|req: 1651/3176] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:03:31 2026] DELETE /v2.0/ports/90d8a0e1-4642-4d88-b4f3-11d85be8aeb7 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:03:31.409 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-399c65a5-72dd-47f8-a0a4-11ce36630cf3'] response: {'server_uuid': 'ff8adc62-a82f-49a0-9f68-c8534d3ecf0b', 'name': 'network-vif-deleted', 'tag': '90d8a0e1-4642-4d88-b4f3-11d85be8aeb7', 'status': 'completed', 'code': 200} 2026-07-29 09:03:31.560 8 INFO neutron.db.segments_db [None req-ab8c1f7d-fc2e-4128-bbde-997ac468ef4d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 81ef349d-2f7d-443e-8ca7-f3786c198c12 of type vxlan for network d3568def-1b5e-46d4-a414-954703ff8870 [pid: 7|app: 0|req: 1652/3177] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:31 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3178] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:03:31 2026] POST /v2.0/networks => generated 736 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3179] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:31 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3180] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:03:31 2026] POST /v2.0/subnets => generated 703 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3181] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:32 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:32.236 8 INFO neutron.db.segments_db [None req-e43cd9e1-ef68-4928-bedc-30a307baf3ba 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment af406c6f-d398-45e2-83c0-06dd8b19a3d0 of type vxlan for network 2c5f4a6d-7372-41ef-8eb7-4c5e8a9b9ede 2026-07-29 09:03:32.698 8 INFO neutron.db.l3_hamode_db [None req-e43cd9e1-ef68-4928-bedc-30a307baf3ba 792098ed716c44f9a3ede4e71835c564 d59fae56d82c41f38fa6da7906c2e3eb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1657/3184] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:32 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3185] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:32 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3186] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:33 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:33.778 8 INFO neutron.db.l3_hamode_db [None req-e43cd9e1-ef68-4928-bedc-30a307baf3ba 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1660/3187] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:34 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3188] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:34 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3189] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:34 2026] GET /v2.0/ports?device_id=ff8adc62-a82f-49a0-9f68-c8534d3ecf0b => 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: 1528/3190] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:03:32 2026] POST /v2.0/routers => generated 743 bytes in 2885 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3191] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:35 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3192] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:35 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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-07-29 09:03:35.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-956c5713-66de-4aea-86d9-bf6ec18bb8d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c11c9a74-fef3-493f-ba8f-2423f055f91a 2026-07-29 09:03:35.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-956c5713-66de-4aea-86d9-bf6ec18bb8d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c11c9a74-fef3-493f-ba8f-2423f055f91a [pid: 7|app: 0|req: 1663/3193] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:03:35 2026] PUT /v2.0/routers/269053ea-8dd1-41f2-963a-20ca4d8f4b61/add_router_interface => generated 309 bytes in 1653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3194] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:03:35 2026] PUT /v2.0/routers/d337c991-bea9-4806-b9d1-7250de5140cc/remove_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3195] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:36 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3196] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:36 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3197] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:36 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3198] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:03:36 2026] GET /v2.0/ports/a300722b-e90b-421e-8564-141337c9e3a8 => generated 972 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3199] 10.0.0.17 () {32 vars in 736 bytes} [Wed Jul 29 09:03:36 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 2888 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3200] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:03:37 2026] GET /v2.0/subnets/0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:37.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-11d40b3a-9efa-48a9-9f18-9e977cabe00f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 84d6cac1-ed26-4e31-b6a9-9a8a3ce8d254 2026-07-29 09:03:37.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11d40b3a-9efa-48a9-9f18-9e977cabe00f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 84d6cac1-ed26-4e31-b6a9-9a8a3ce8d254 2026-07-29 09:03:37.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-11d40b3a-9efa-48a9-9f18-9e977cabe00f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 061132a7-f5c0-4db2-9635-9ecdd9bb9f06 2026-07-29 09:03:37.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11d40b3a-9efa-48a9-9f18-9e977cabe00f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 061132a7-f5c0-4db2-9635-9ecdd9bb9f06 [pid: 8|app: 0|req: 1537/3201] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:03:37 2026] GET /v2.0/networks?id=fbd50304-55bb-4959-a18b-16a03aa994ef => generated 689 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3202] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:03:37 2026] GET /v2.0/quotas/e3f33bb352484ceca0798c0797e056bc => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:38.089 7 INFO neutron.services.segments.plugin [-] Segment bf04aa4b-1693-4081-882d-c6592ea715a5 resource provider aggregate not found [pid: 8|app: 0|req: 1539/3203] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:03:37 2026] GET /v2.0/ports?tenant_id=e3f33bb352484ceca0798c0797e056bc&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:38.102 7 INFO neutron.services.segments.plugin [-] Segment bf04aa4b-1693-4081-882d-c6592ea715a5 resource provider aggregate not found 2026-07-29 09:03:38.117 7 INFO neutron.services.segments.plugin [-] Segment bf04aa4b-1693-4081-882d-c6592ea715a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf04aa4b-1693-4081-882d-c6592ea715a5 found for delete ", "request_id": "req-38b85d20-f8e9-44fc-9b14-6182268623d6"}]} 2026-07-29 09:03:38.124 7 INFO neutron.services.segments.plugin [-] Segment bf04aa4b-1693-4081-882d-c6592ea715a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf04aa4b-1693-4081-882d-c6592ea715a5 found for delete ", "request_id": "req-2e9bbdc5-299c-488b-9c6c-e27c615cf503"}]} [pid: 8|app: 0|req: 1540/3204] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:03:38 2026] GET /v2.0/networks/fbd50304-55bb-4959-a18b-16a03aa994ef?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:38.148 7 INFO neutron.db.l3_hamode_db [None req-11d40b3a-9efa-48a9-9f18-9e977cabe00f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 43e1538d-fd34-429f-9d6e-decd38c0119a was deleted as no HA routers are present in tenant d61c2611366a4d38be7771adea57b1c6. [pid: 7|app: 0|req: 1665/3205] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:03:36 2026] DELETE /v2.0/routers/d337c991-bea9-4806-b9d1-7250de5140cc => generated 0 bytes in 1377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3206] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:03:38 2026] GET /v2.0/networks/fbd50304-55bb-4959-a18b-16a03aa994ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3207] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:03:38 2026] DELETE /v2.0/subnets/8a711b58-5199-447f-b8fb-c4af3e5f42d8 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3208] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:38 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3209] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:38 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1668/3210] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:38 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:38.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-4aece2cf-3227-4eb1-a444-ee68a41cdde5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 39218afe-36d8-4d3a-8f13-2baec39821ab 2026-07-29 09:03:38.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aece2cf-3227-4eb1-a444-ee68a41cdde5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 39218afe-36d8-4d3a-8f13-2baec39821ab [pid: 7|app: 0|req: 1669/3211] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:38 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3212] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:38 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1543/3213] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:03:38 2026] DELETE /v2.0/networks/631ff669-e021-4f67-93b3-5204946fd743 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:03:38.954 8 INFO neutron.services.segments.plugin [-] Segment d2767e38-8cd3-44f8-9d42-26e2f6e6a803 resource provider aggregate not found 2026-07-29 09:03:38.974 8 INFO neutron.services.segments.plugin [-] Segment d2767e38-8cd3-44f8-9d42-26e2f6e6a803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2767e38-8cd3-44f8-9d42-26e2f6e6a803 found for delete ", "request_id": "req-f7fe8e6c-6690-48f4-948a-a23692b76ea3"}]} 2026-07-29 09:03:38.974 8 INFO neutron.services.segments.plugin [-] Segment d2767e38-8cd3-44f8-9d42-26e2f6e6a803 resource provider aggregate not found 2026-07-29 09:03:38.994 8 INFO neutron.services.segments.plugin [-] Segment d2767e38-8cd3-44f8-9d42-26e2f6e6a803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2767e38-8cd3-44f8-9d42-26e2f6e6a803 found for delete ", "request_id": "req-05591e1b-7fed-40de-ba49-d6fdb4f5fe50"}]} [pid: 8|app: 0|req: 1544/3214] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:03:39 2026] GET /v2.0/security-groups?tenant_id=d61c2611366a4d38be7771adea57b1c6&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3215] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:39 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3216] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:03:39 2026] DELETE /v2.0/security-groups/bef585e8-2e70-44cf-bc06-84bacc8a3861 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3217] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:39 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1672/3218] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:03:39 2026] POST /v2.0/ports => generated 958 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3219] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:03:39 2026] PUT /v2.0/ports/19f32206-0020-40d1-a14d-70d4a12dcd37 => generated 1239 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:03:40.353 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf6c20c8-e2d5-4dcf-9bbf-1828a1da9c9c'] response: {'name': 'network-changed', 'server_uuid': '0f51957f-e76c-4f59-a665-f9ea1c9aa473', 'tag': '19f32206-0020-40d1-a14d-70d4a12dcd37', '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: 1673/3220] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:40 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 12 bytes in 26 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: 1548/3221] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:40 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 2475 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3222] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:40 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3223] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=19f32206-0020-40d1-a14d-70d4a12dcd37 => 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: 1675/3224] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:41 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3225] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:41 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1676/3226] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:41 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3227] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:41 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:41.662 7 INFO neutron.db.segments_db [None req-7afe05c0-d2e6-418e-98a3-1182f9892ca7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment b8a68b18-df09-4969-a14a-e56075267a60 of type vxlan for network bef38f99-90c9-408b-bc89-6ac9be569007 [pid: 7|app: 0|req: 1677/3228] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:03:41 2026] POST /v2.0/networks => generated 735 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3229] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:41 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1552/3230] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:03:41 2026] POST /v2.0/subnets => generated 701 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3231] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 2475 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3232] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a300722b-e90b-421e-8564-141337c9e3a8 => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:42.381 8 INFO neutron.db.segments_db [None req-352cf830-3b19-4a90-9e61-8564eb89c688 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment c367c629-e927-4d80-ace3-8d485d3f14bf of type vxlan for network 6cb33ea2-50ad-462d-a52b-ab086d99bf52 [pid: 7|app: 0|req: 1681/3233] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3234] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1683/3235] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1684/3236] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1685/3237] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=19f32206-0020-40d1-a14d-70d4a12dcd37 => 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: 1686/3238] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3239] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3240] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:42.760 8 INFO neutron.db.l3_hamode_db [None req-352cf830-3b19-4a90-9e61-8564eb89c688 792098ed716c44f9a3ede4e71835c564 f946c0255d7c4869ac493afbbfe294da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1689/3241] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1690/3242] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/networks?id=fbd50304-55bb-4959-a18b-16a03aa994ef => generated 689 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3243] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:42 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3244] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:03:42 2026] POST /v2.0/ports => generated 954 bytes in 559 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: 1693/3245] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:03:43 2026] PUT /v2.0/ports/b4569783-4822-44ff-9b3b-c4194c55796f => generated 1235 bytes in 640 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: 1694/3246] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:44 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3247] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:44 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:44.301 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6ad9945-9411-4cc8-b30e-18679c682f18'] response: {'name': 'network-changed', 'server_uuid': '2510f68c-c4f9-4019-91bc-dd8a03218891', 'tag': 'b4569783-4822-44ff-9b3b-c4194c55796f', 'status': 'completed', 'code': 200} 2026-07-29 09:03:44.583 8 INFO neutron.db.l3_hamode_db [None req-352cf830-3b19-4a90-9e61-8564eb89c688 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1696/3248] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:44 2026] GET /v2.0/ports?tenant_id=e3f33bb352484ceca0798c0797e056bc&device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3249] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:03:44 2026] GET /v2.0/networks?tenant_id=e3f33bb352484ceca0798c0797e056bc&shared=False => generated 784 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3250] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:03:44 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: 1699/3251] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:45 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1700/3252] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:45 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&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: 1701/3253] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:03:45 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3254] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:03:45 2026] GET /v2.0/quotas/568d2c3dfbd6424b94ace68fb464f1ce => 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: 1553/3255] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:03:42 2026] POST /v2.0/routers => generated 741 bytes in 3587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3256] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:03:45 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&fields=id => generated 149 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3257] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:03:45 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1705/3258] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:03:45 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1706/3259] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/ports?tenant_id=e3f33bb352484ceca0798c0797e056bc&device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3260] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b4569783-4822-44ff-9b3b-c4194c55796f => 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: 1708/3261] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/subnets?id=c4cae6f2-38ac-4b94-9aed-816b7908a8c4 => generated 707 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3262] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/ports?network_id=fbd50304-55bb-4959-a18b-16a03aa994ef&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3263] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => 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: 1711/3264] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/networks/fbd50304-55bb-4959-a18b-16a03aa994ef?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: 1712/3265] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/networks/fbd50304-55bb-4959-a18b-16a03aa994ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3266] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1714/3267] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3268] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:03:46 2026] GET /v2.0/ports/19f32206-0020-40d1-a14d-70d4a12dcd37 => generated 972 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3269] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/ports/19f32206-0020-40d1-a14d-70d4a12dcd37 => generated 972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3270] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1939 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3271] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/ports/a300722b-e90b-421e-8564-141337c9e3a8 => generated 972 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3272] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3273] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:03:45 2026] PUT /v2.0/routers/2233d646-6f28-4cb1-acca-69855f17383e/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3274] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1939 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3275] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/ports?device_id=bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d => generated 975 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3276] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:47.766 7 INFO neutron_taas.services.taas.taas_plugin [req-03c16ef5-c518-474c-8086-035ab601348f req-97990275-87e0-480b-a287-12dee66be5a9 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] TaaS: Handle Delete Port: feb813d7-1e28-4d9b-92c4-58dce24eda56 2026-07-29 09:03:47.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-03c16ef5-c518-474c-8086-035ab601348f req-97990275-87e0-480b-a287-12dee66be5a9 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] Tap Mirror: Handle Delete Port: feb813d7-1e28-4d9b-92c4-58dce24eda56 [pid: 8|app: 0|req: 1559/3279] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:47 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3280] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:03:47 2026] DELETE /v2.0/ports/feb813d7-1e28-4d9b-92c4-58dce24eda56 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:03:48.013 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ea9a4a3-d253-4459-bc3e-32ccdeced8e5'] response: {'server_uuid': 'bd3d8d9d-0fe5-4a65-bc54-381a2dbb208d', 'name': 'network-vif-deleted', 'tag': 'feb813d7-1e28-4d9b-92c4-58dce24eda56', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1560/3281] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/networks?id=bef38f99-90c9-408b-bc89-6ac9be569007 => generated 686 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3282] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/quotas/f946c0255d7c4869ac493afbbfe294da => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3283] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => 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: 1561/3284] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/ports?tenant_id=f946c0255d7c4869ac493afbbfe294da&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3285] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/networks/bef38f99-90c9-408b-bc89-6ac9be569007?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: 1562/3286] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/networks/bef38f99-90c9-408b-bc89-6ac9be569007?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: 1725/3287] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1939 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3288] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => 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: 1726/3289] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:48 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 969 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3290] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:49 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&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: 1727/3291] 199.19.213.48 () {34 vars in 973 bytes} [Wed Jul 29 09:03:49 2026] GET /v2.0/ports/19f32206-0020-40d1-a14d-70d4a12dcd37 => generated 1241 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3292] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:49 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:49.624 7 INFO neutron_taas.services.taas.taas_plugin [req-a4d7753d-8f12-48ae-85f6-104107741d29 req-da82779a-580e-4cbf-bbc0-f9604ea312ec 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 19f32206-0020-40d1-a14d-70d4a12dcd37 2026-07-29 09:03:49.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a4d7753d-8f12-48ae-85f6-104107741d29 req-da82779a-580e-4cbf-bbc0-f9604ea312ec 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 19f32206-0020-40d1-a14d-70d4a12dcd37 [pid: 8|app: 0|req: 1566/3293] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:49 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1939 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3294] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:03:49 2026] DELETE /v2.0/ports/19f32206-0020-40d1-a14d-70d4a12dcd37 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3295] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:49 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:50.052 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ef3b447-1b9e-4957-a126-bedb3081d75d'] response: {'server_uuid': '0f51957f-e76c-4f59-a665-f9ea1c9aa473', 'name': 'network-vif-deleted', 'tag': '19f32206-0020-40d1-a14d-70d4a12dcd37', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1729/3296] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:50 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3297] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:50 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&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: 1730/3298] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:50 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => 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: 1569/3299] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:50 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3300] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:50 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:50.926 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80da5014-bea5-4e64-b53f-e19ee170f8f0 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1732/3301] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:03:50 2026] DELETE /v2.0/ports/19f32206-0020-40d1-a14d-70d4a12dcd37 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3302] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:50 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3303] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3304] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3305] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:03:50 2026] POST /v2.0/ports => generated 954 bytes in 485 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: 1736/3306] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1571/3307] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3308] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3309] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3310] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a300722b-e90b-421e-8564-141337c9e3a8 => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3311] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3312] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3313] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1578/3314] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3315] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1580/3316] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:51 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1737/3317] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:03:51 2026] PUT /v2.0/ports/11c77a1d-f249-49fb-85b6-1e44b7d9c630 => generated 1235 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:03:52.101 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cb5d20d-3013-439e-9f52-0d3321b9d85b'] response: {'name': 'network-changed', 'server_uuid': '3730f148-ea5c-4206-b2a1-06d72a9bbffd', 'tag': '11c77a1d-f249-49fb-85b6-1e44b7d9c630', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1581/3318] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 12 bytes in 36 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: 1738/3319] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3320] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3321] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1740/3322] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3323] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3324] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/networks?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&shared=False => generated 765 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3325] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3326] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3327] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3328] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:52 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3329] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3330] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1745/3331] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => 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: 1587/3332] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&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: 1746/3333] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3334] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&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: 1588/3335] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3336] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3337] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/security-groups?id=b483be1c-c87e-4999-8426-c877e1d77bd4&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:53.807 8 INFO neutron_taas.services.taas.taas_plugin [req-83fc588d-0091-4c32-a4f7-8adaa5fa169d req-30b66706-ffad-43ca-a47c-a25a370723b4 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: a300722b-e90b-421e-8564-141337c9e3a8 2026-07-29 09:03:53.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-83fc588d-0091-4c32-a4f7-8adaa5fa169d req-30b66706-ffad-43ca-a47c-a25a370723b4 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: a300722b-e90b-421e-8564-141337c9e3a8 [pid: 7|app: 0|req: 1750/3338] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3339] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=11c77a1d-f249-49fb-85b6-1e44b7d9c630 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:53.961 8 INFO neutron.db.l3_db [req-83fc588d-0091-4c32-a4f7-8adaa5fa169d req-30b66706-ffad-43ca-a47c-a25a370723b4 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP c7023a92-78bd-486b-a242-2e9c42acb010 disassociated. External IP: 10.96.250.209, port: a300722b-e90b-421e-8564-141337c9e3a8. [pid: 7|app: 0|req: 1752/3340] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/subnets?id=43b05ef7-aa6e-4fdb-83f2-9d096ed02cf7 => generated 687 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3341] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:53 2026] GET /v2.0/ports?network_id=e68a6444-1d3b-4377-994e-5baf2729693c&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: 1754/3342] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1755/3343] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3344] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/networks?id=bef38f99-90c9-408b-bc89-6ac9be569007 => generated 686 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3345] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => 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: 1589/3346] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:03:53 2026] DELETE /v2.0/ports/a300722b-e90b-421e-8564-141337c9e3a8 => generated 0 bytes in 718 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3347] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3348] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:03:54.481 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41f76f5b-c86b-445b-9a76-4e1f34b2fa05'] response: {'server_uuid': '0f51957f-e76c-4f59-a665-f9ea1c9aa473', 'name': 'network-vif-deleted', 'tag': 'a300722b-e90b-421e-8564-141337c9e3a8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1758/3349] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:03:54 2026] POST /v2.0/ports => generated 958 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3350] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 971 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: 1593/3351] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3352] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:54 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1759/3353] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:03:54 2026] PUT /v2.0/ports/054ee28a-15ab-466d-9f95-3269935eab05 => generated 1239 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:03:55.336 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a5db2d0-1765-4a01-bea2-1da141df5c43'] response: {'name': 'network-changed', 'server_uuid': 'b6f0f74c-8008-446a-a972-12fd2aa3b265', 'tag': '054ee28a-15ab-466d-9f95-3269935eab05', '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: 1595/3354] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => 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: 1760/3355] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => 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: 1596/3356] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3357] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&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: 1597/3358] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/ports?tenant_id=f946c0255d7c4869ac493afbbfe294da&device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3359] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1762/3360] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/networks?tenant_id=f946c0255d7c4869ac493afbbfe294da&shared=False => generated 782 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1763/3361] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1599/3362] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/security-groups?id=637900d5-690e-48ae-8d74-90788273f5ee&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3363] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3364] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:03:55 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:03:56.183 8 INFO neutron_taas.services.taas.taas_plugin [req-17bbc0d6-f2b3-4135-8d2e-8c0dc49a37fc req-2458b802-5c2d-4da9-bc10-50539519c709 34952c6feab345c3b85450f2f5312dd1 e3f33bb352484ceca0798c0797e056bc - - default default] TaaS: Handle Delete Port: b4569783-4822-44ff-9b3b-c4194c55796f 2026-07-29 09:03:56.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-17bbc0d6-f2b3-4135-8d2e-8c0dc49a37fc req-2458b802-5c2d-4da9-bc10-50539519c709 34952c6feab345c3b85450f2f5312dd1 e3f33bb352484ceca0798c0797e056bc - - default default] Tap Mirror: Handle Delete Port: b4569783-4822-44ff-9b3b-c4194c55796f [pid: 8|app: 0|req: 1601/3365] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:03:56 2026] DELETE /v2.0/ports/b4569783-4822-44ff-9b3b-c4194c55796f => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:03:56.517 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7cb99653-92cf-4893-8025-fac1387f3ca4'] response: {'server_uuid': '2510f68c-c4f9-4019-91bc-dd8a03218891', 'name': 'network-vif-deleted', 'tag': 'b4569783-4822-44ff-9b3b-c4194c55796f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1765/3366] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:56 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3367] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:56 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3368] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:56 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3369] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:56 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3370] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1768/3371] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/ports?device_id=0f51957f-e76c-4f59-a665-f9ea1c9aa473 => 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: 1604/3372] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/ports?tenant_id=f946c0255d7c4869ac493afbbfe294da&device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1769/3373] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=054ee28a-15ab-466d-9f95-3269935eab05 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3374] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/subnets?id=2deb8050-0b15-4952-9af9-e187322277f2 => generated 704 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3375] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/ports?network_id=bef38f99-90c9-408b-bc89-6ac9be569007&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3376] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/networks/bef38f99-90c9-408b-bc89-6ac9be569007?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3377] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/networks/bef38f99-90c9-408b-bc89-6ac9be569007?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3378] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1772/3379] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3380] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3381] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:57 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&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: 1609/3382] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:58 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1774/3383] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:03:58 2026] DELETE /v2.0/security-groups/b483be1c-c87e-4999-8426-c877e1d77bd4 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:03:58.342 8 INFO neutron.api.v2.resource [None req-e5e3327f-e8ce-47ca-8be0-6d5a808a4ba8 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3384] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:03:58 2026] GET /v2.0/security-groups/b483be1c-c87e-4999-8426-c877e1d77bd4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:03:58.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1148c35-444b-4a34-89ce-51eedbc46e18 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 4e30a45c-590d-4648-a319-3fb9d151aa81 2026-07-29 09:03:58.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1148c35-444b-4a34-89ce-51eedbc46e18 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 4e30a45c-590d-4648-a319-3fb9d151aa81 [pid: 7|app: 0|req: 1775/3385] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:03:58 2026] DELETE /v2.0/floatingips/c7023a92-78bd-486b-a242-2e9c42acb010 => generated 0 bytes in 485 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3386] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:58 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3387] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:59 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3388] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:59 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => 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: 1611/3389] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:03:58 2026] POST /v2.0/security-groups => generated 1661 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1779/3390] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:03:59 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3391] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:03:59 2026] GET /v2.0/ports?device_id=2510f68c-c4f9-4019-91bc-dd8a03218891 => 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: 1612/3392] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:03:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1781/3393] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:03:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3394] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:00 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3395] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:00 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1784/3396] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:00 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3397] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:03:59 2026] POST /v2.0/floatingips => generated 552 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1785/3398] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:00 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3399] 10.0.0.78 () {34 vars in 1098 bytes} [Wed Jul 29 09:04:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1114845099&fields=id&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:00.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e4b7cf8-4d75-4c39-a70e-13fbcc51d9dc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: a920cb15-d597-4473-89b0-61668151a58b 2026-07-29 09:04:00.989 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e4b7cf8-4d75-4c39-a70e-13fbcc51d9dc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: a920cb15-d597-4473-89b0-61668151a58b [pid: 7|app: 0|req: 1787/3400] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:04:00 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1788/3401] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:04:01 2026] GET /v2.0/quotas/edb6638942fa482a9b4d522edf9894cb => 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: 1789/3402] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:04:01 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1790/3403] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:04:01 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1791/3404] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:04:01 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1792/3405] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:01 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1793/3406] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:01 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1794/3407] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:01 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3408] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:04:00 2026] PUT /v2.0/routers/ab45dae5-2f19-4e6a-9387-80e59fa5a6a6/remove_router_interface => generated 309 bytes in 1327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:02.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d4575c6-18b7-4467-bf9f-1cb61b833fae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 182ec99a-b09c-4827-870a-87175b3787bc 2026-07-29 09:04:02.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d4575c6-18b7-4467-bf9f-1cb61b833fae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 182ec99a-b09c-4827-870a-87175b3787bc 2026-07-29 09:04:02.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d4575c6-18b7-4467-bf9f-1cb61b833fae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: e26a4afa-d731-42b6-adb3-6b71e69080f0 2026-07-29 09:04:02.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d4575c6-18b7-4467-bf9f-1cb61b833fae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: e26a4afa-d731-42b6-adb3-6b71e69080f0 [pid: 8|app: 0|req: 1615/3409] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:02 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1618/3412] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:02 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 975 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3413] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:02 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:03.100 7 INFO neutron.services.segments.plugin [-] Segment 46e9ca99-1bce-4328-83a6-629ae0b206a4 resource provider aggregate not found 2026-07-29 09:04:03.107 7 INFO neutron.services.segments.plugin [-] Segment 46e9ca99-1bce-4328-83a6-629ae0b206a4 resource provider aggregate not found 2026-07-29 09:04:03.123 7 INFO neutron.services.segments.plugin [-] Segment 46e9ca99-1bce-4328-83a6-629ae0b206a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46e9ca99-1bce-4328-83a6-629ae0b206a4 found for delete ", "request_id": "req-fc984b44-b6e7-4342-988d-260bbc78427e"}]} 2026-07-29 09:04:03.128 7 INFO neutron.services.segments.plugin [-] Segment 46e9ca99-1bce-4328-83a6-629ae0b206a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46e9ca99-1bce-4328-83a6-629ae0b206a4 found for delete ", "request_id": "req-7bb5a133-d733-4099-babc-51b21d3795b2"}]} 2026-07-29 09:04:03.163 7 INFO neutron.db.l3_hamode_db [None req-8d4575c6-18b7-4467-bf9f-1cb61b833fae 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network c7ad8a10-786c-4f75-939c-da3ecfa44d07 was deleted as no HA routers are present in tenant e3f33bb352484ceca0798c0797e056bc. [pid: 7|app: 0|req: 1795/3414] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:01 2026] DELETE /v2.0/routers/ab45dae5-2f19-4e6a-9387-80e59fa5a6a6 => generated 0 bytes in 1368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3415] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:03 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1797/3416] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:03 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3417] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:03 2026] DELETE /v2.0/subnets/c4cae6f2-38ac-4b94-9aed-816b7908a8c4 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:04:03.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-9369219d-15de-4ac9-bc2b-d58d8cdb5e1a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 951c4bd1-910d-4aac-bb3c-a52a0d1129e4 2026-07-29 09:04:03.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9369219d-15de-4ac9-bc2b-d58d8cdb5e1a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 951c4bd1-910d-4aac-bb3c-a52a0d1129e4 [pid: 8|app: 0|req: 1621/3418] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:03 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1798/3419] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:04:03 2026] DELETE /v2.0/networks/fbd50304-55bb-4959-a18b-16a03aa994ef => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:04:04.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-1627b5a7-0bf7-41ed-a3f8-7ce247f4376d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 196ee02d-f25e-480b-a00b-eddb957f3e58 2026-07-29 09:04:04.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1627b5a7-0bf7-41ed-a3f8-7ce247f4376d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 196ee02d-f25e-480b-a00b-eddb957f3e58 [pid: 7|app: 0|req: 1799/3420] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:04 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3421] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:04 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&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: 1801/3422] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:04 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1622/3423] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:04:03 2026] PUT /v2.0/routers/269053ea-8dd1-41f2-963a-20ca4d8f4b61/remove_router_interface => generated 309 bytes in 1156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:05.148 7 INFO neutron.services.segments.plugin [-] Segment fd6496e3-e3c8-4646-b256-bca32b791081 resource provider aggregate not found 2026-07-29 09:04:05.154 7 INFO neutron.services.segments.plugin [-] Segment fd6496e3-e3c8-4646-b256-bca32b791081 resource provider aggregate not found 2026-07-29 09:04:05.168 7 INFO neutron.services.segments.plugin [-] Segment fd6496e3-e3c8-4646-b256-bca32b791081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd6496e3-e3c8-4646-b256-bca32b791081 found for delete ", "request_id": "req-234358ed-2719-4ab2-a99c-a353a097694e"}]} 2026-07-29 09:04:05.182 7 INFO neutron.services.segments.plugin [-] Segment fd6496e3-e3c8-4646-b256-bca32b791081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd6496e3-e3c8-4646-b256-bca32b791081 found for delete ", "request_id": "req-b850b8a8-f4ab-485e-859f-e2e1eec415fc"}]} 2026-07-29 09:04:05.285 7 INFO neutron_taas.services.taas.taas_plugin [None req-737ff2ac-e465-45b5-8535-a8d54c5283fb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: f22a5529-b101-41f2-be97-630a8e2a1348 2026-07-29 09:04:05.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-737ff2ac-e465-45b5-8535-a8d54c5283fb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: f22a5529-b101-41f2-be97-630a8e2a1348 2026-07-29 09:04:05.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-737ff2ac-e465-45b5-8535-a8d54c5283fb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 483d56f4-2222-4edb-b722-e3d9d0e19a77 2026-07-29 09:04:05.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-737ff2ac-e465-45b5-8535-a8d54c5283fb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 483d56f4-2222-4edb-b722-e3d9d0e19a77 [pid: 8|app: 0|req: 1623/3424] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:05 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3425] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:05 2026] GET /v2.0/security-groups?id=6328c320-9f92-4474-a9cb-7e4a04faf24d&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: 1625/3426] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:04:05 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:05.896 8 INFO neutron_taas.services.taas.taas_plugin [req-2751404b-98bc-497c-acc1-614ed6dfdfb7 req-e76f4acd-7937-4d98-b04d-f24f9808bfd7 7757893f074245168d4d6298f3a8381b f946c0255d7c4869ac493afbbfe294da - - default default] TaaS: Handle Delete Port: 054ee28a-15ab-466d-9f95-3269935eab05 2026-07-29 09:04:05.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2751404b-98bc-497c-acc1-614ed6dfdfb7 req-e76f4acd-7937-4d98-b04d-f24f9808bfd7 7757893f074245168d4d6298f3a8381b f946c0255d7c4869ac493afbbfe294da - - default default] Tap Mirror: Handle Delete Port: 054ee28a-15ab-466d-9f95-3269935eab05 [pid: 8|app: 0|req: 1626/3427] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:04:05 2026] DELETE /v2.0/ports/054ee28a-15ab-466d-9f95-3269935eab05 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3428] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:06 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:06.166 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-59f6c304-7876-4470-991e-4e9e0212a1d4'] response: {'server_uuid': 'b6f0f74c-8008-446a-a972-12fd2aa3b265', 'name': 'network-vif-deleted', 'tag': '054ee28a-15ab-466d-9f95-3269935eab05', 'status': 'completed', 'code': 200} 2026-07-29 09:04:06.179 7 INFO neutron.db.l3_hamode_db [None req-737ff2ac-e465-45b5-8535-a8d54c5283fb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 2c5f4a6d-7372-41ef-8eb7-4c5e8a9b9ede was deleted as no HA routers are present in tenant d59fae56d82c41f38fa6da7906c2e3eb. [pid: 7|app: 0|req: 1802/3429] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:04 2026] DELETE /v2.0/routers/269053ea-8dd1-41f2-963a-20ca4d8f4b61 => generated 0 bytes in 1223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3430] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:06 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3431] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:04:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1803/3432] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:06 2026] DELETE /v2.0/subnets/84625824-1dd8-4245-878d-aa43eb3a211f => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:04:06.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-c76b20e0-1514-45d1-bc5a-dfe4e13124b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b0fa81e8-984e-47ab-85bb-5fefa1cecaf9 2026-07-29 09:04:06.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c76b20e0-1514-45d1-bc5a-dfe4e13124b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b0fa81e8-984e-47ab-85bb-5fefa1cecaf9 [pid: 8|app: 0|req: 1630/3433] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:04:06 2026] POST /v2.0/ports => generated 958 bytes in 598 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: 1631/3434] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:06 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => 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: 1804/3435] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:04:06 2026] DELETE /v2.0/networks/d3568def-1b5e-46d4-a414-954703ff8870 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:04:07.186 7 INFO neutron.services.segments.plugin [-] Segment af406c6f-d398-45e2-83c0-06dd8b19a3d0 resource provider aggregate not found 2026-07-29 09:04:07.202 7 INFO neutron.services.segments.plugin [-] Segment af406c6f-d398-45e2-83c0-06dd8b19a3d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af406c6f-d398-45e2-83c0-06dd8b19a3d0 found for delete ", "request_id": "req-cbe58850-c127-472e-9b43-6d4fa209c906"}]} 2026-07-29 09:04:07.209 7 INFO neutron.services.segments.plugin [-] Segment af406c6f-d398-45e2-83c0-06dd8b19a3d0 resource provider aggregate not found 2026-07-29 09:04:07.224 7 INFO neutron.services.segments.plugin [-] Segment 81ef349d-2f7d-443e-8ca7-f3786c198c12 resource provider aggregate not found 2026-07-29 09:04:07.230 7 INFO neutron.services.segments.plugin [-] Segment af406c6f-d398-45e2-83c0-06dd8b19a3d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af406c6f-d398-45e2-83c0-06dd8b19a3d0 found for delete ", "request_id": "req-f8d84591-9bb7-4aed-970a-bc8387b30a86"}]} 2026-07-29 09:04:07.248 7 INFO neutron.services.segments.plugin [-] Segment 81ef349d-2f7d-443e-8ca7-f3786c198c12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81ef349d-2f7d-443e-8ca7-f3786c198c12 found for delete ", "request_id": "req-2bd0195b-c208-48d1-9763-fa83ee730c76"}]} 2026-07-29 09:04:07.258 7 INFO neutron.services.segments.plugin [-] Segment 81ef349d-2f7d-443e-8ca7-f3786c198c12 resource provider aggregate not found 2026-07-29 09:04:07.278 7 INFO neutron.services.segments.plugin [-] Segment 81ef349d-2f7d-443e-8ca7-f3786c198c12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81ef349d-2f7d-443e-8ca7-f3786c198c12 found for delete ", "request_id": "req-03ea9a46-258b-4058-873f-4d8ce8004b62"}]} [pid: 7|app: 0|req: 1805/3436] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:07 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 973 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3437] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:07 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&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: 1632/3438] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:04:06 2026] PUT /v2.0/ports/5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 1239 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3439] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:07 2026] GET /v2.0/security-groups?tenant_id=e3f33bb352484ceca0798c0797e056bc&name=default => generated 2925 bytes in 24 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: 1633/3440] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:07 2026] DELETE /v2.0/security-groups/637900d5-690e-48ae-8d74-90788273f5ee => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3441] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:07 2026] GET /v2.0/security-groups?tenant_id=d59fae56d82c41f38fa6da7906c2e3eb&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1809/3442] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:07 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => 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: 1634/3443] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:07 2026] DELETE /v2.0/security-groups/29fda4b3-96e3-43d9-9858-5ce54b9ae73d => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:04:08.219 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-78ff5d04-3c21-4e67-ad75-54c7d105b460'] response: {'name': 'network-changed', 'server_uuid': '6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba', 'tag': '5bd2aec5-1359-4d52-b52d-8de7b22bdf81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1810/3444] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3445] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/quotas/568d2c3dfbd6424b94ace68fb464f1ce => 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: 1811/3446] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&fields=id => generated 149 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3447] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1812/3448] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3449] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1638/3450] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => 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: 1813/3451] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3452] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&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: 1814/3453] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3454] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3455] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3456] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3457] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:08 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3458] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/ports?device_id=b6f0f74c-8008-446a-a972-12fd2aa3b265 => 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: 1817/3459] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3460] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3461] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3462] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 1242 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3463] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1819/3464] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => 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: 1646/3465] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:09 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1820/3466] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:10 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1647/3467] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:10 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1821/3468] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:10 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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-07-29 09:04:10.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4d2d1c0-cc8f-4df2-b549-e0357a037d0d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 26c1cc05-dc90-43bc-990e-1375f5bbfce0 2026-07-29 09:04:10.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4d2d1c0-cc8f-4df2-b549-e0357a037d0d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 26c1cc05-dc90-43bc-990e-1375f5bbfce0 [pid: 7|app: 0|req: 1822/3469] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:10 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1823/3470] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:10 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1824/3471] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:10 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => 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: 1648/3472] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:04:10 2026] PUT /v2.0/routers/2233d646-6f28-4cb1-acca-69855f17383e/remove_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3473] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:11 2026] GET /v2.0/security-groups?tenant_id=db23177734c84e4089bf4a7221f8b163&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:11.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-e34dcd80-35f8-44ee-b46d-d1698fb1b474 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: f8c20bbe-aa48-4ba3-97a2-9cf93309d6b2 2026-07-29 09:04:11.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e34dcd80-35f8-44ee-b46d-d1698fb1b474 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: f8c20bbe-aa48-4ba3-97a2-9cf93309d6b2 [pid: 7|app: 0|req: 1826/3474] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:11 2026] DELETE /v2.0/security-groups/36319332-cce0-4360-81d5-b752c1eb71a3 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:04:11.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-e34dcd80-35f8-44ee-b46d-d1698fb1b474 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: fe02aa50-3a71-41b6-b574-6d0123689042 2026-07-29 09:04:11.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e34dcd80-35f8-44ee-b46d-d1698fb1b474 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: fe02aa50-3a71-41b6-b574-6d0123689042 [pid: 7|app: 0|req: 1827/3475] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:11 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1828/3476] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:04:12 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1829/3477] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:12 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1830/3478] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:12 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => 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: 1831/3479] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:12 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:12.418 8 INFO neutron.services.segments.plugin [-] Segment c367c629-e927-4d80-ace3-8d485d3f14bf resource provider aggregate not found 2026-07-29 09:04:12.442 8 INFO neutron.services.segments.plugin [-] Segment c367c629-e927-4d80-ace3-8d485d3f14bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c367c629-e927-4d80-ace3-8d485d3f14bf found for delete ", "request_id": "req-ec8d505c-388d-4352-afae-012869c457a1"}]} 2026-07-29 09:04:12.446 8 INFO neutron.services.segments.plugin [-] Segment c367c629-e927-4d80-ace3-8d485d3f14bf resource provider aggregate not found 2026-07-29 09:04:12.466 8 INFO neutron.services.segments.plugin [-] Segment c367c629-e927-4d80-ace3-8d485d3f14bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c367c629-e927-4d80-ace3-8d485d3f14bf found for delete ", "request_id": "req-4ef31909-6af3-454e-8b0c-384f4f11912c"}]} 2026-07-29 09:04:12.479 8 INFO neutron.db.l3_hamode_db [None req-e34dcd80-35f8-44ee-b46d-d1698fb1b474 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 6cb33ea2-50ad-462d-a52b-ab086d99bf52 was deleted as no HA routers are present in tenant f946c0255d7c4869ac493afbbfe294da. [pid: 8|app: 0|req: 1649/3480] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:11 2026] DELETE /v2.0/routers/2233d646-6f28-4cb1-acca-69855f17383e => generated 0 bytes in 1159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1832/3481] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:12 2026] DELETE /v2.0/subnets/2deb8050-0b15-4952-9af9-e187322277f2 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:04:12.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-3747db96-5a60-40c4-96f4-d92dc5dd61dc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 11b0951c-fe7a-4d60-b1f6-fbda90317fb2 2026-07-29 09:04:12.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3747db96-5a60-40c4-96f4-d92dc5dd61dc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 11b0951c-fe7a-4d60-b1f6-fbda90317fb2 [pid: 8|app: 0|req: 1650/3482] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:04:12 2026] DELETE /v2.0/networks/bef38f99-90c9-408b-bc89-6ac9be569007 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3483] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:13 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1833/3484] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:13 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3485] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:13 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1834/3486] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:13 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1835/3487] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:13 2026] GET /v2.0/security-groups?tenant_id=f946c0255d7c4869ac493afbbfe294da&name=default => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1836/3488] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:13 2026] DELETE /v2.0/security-groups/6328c320-9f92-4474-a9cb-7e4a04faf24d => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3489] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:04:13 2026] POST /v2.0/ports => generated 958 bytes in 556 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: 1654/3490] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:14 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3491] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:14 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1837/3492] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:04:13 2026] PUT /v2.0/ports/8c824658-6462-44d6-bef9-bff517242c37 => generated 1239 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:14.474 8 INFO neutron.services.segments.plugin [-] Segment b8a68b18-df09-4969-a14a-e56075267a60 resource provider aggregate not found 2026-07-29 09:04:14.489 8 INFO neutron.services.segments.plugin [-] Segment b8a68b18-df09-4969-a14a-e56075267a60 resource provider aggregate not found 2026-07-29 09:04:14.494 8 INFO neutron.services.segments.plugin [-] Segment b8a68b18-df09-4969-a14a-e56075267a60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a68b18-df09-4969-a14a-e56075267a60 found for delete ", "request_id": "req-ecb8061b-34fe-4853-89e5-8dc68ae1f400"}]} 2026-07-29 09:04:14.504 8 INFO neutron.services.segments.plugin [-] Segment b8a68b18-df09-4969-a14a-e56075267a60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a68b18-df09-4969-a14a-e56075267a60 found for delete ", "request_id": "req-db438673-334f-46b5-b988-90923cddc21b"}]} [pid: 8|app: 0|req: 1656/3493] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:14 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:14.560 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3f356a1-3a38-4537-b0eb-b591a4aaa494'] response: {'name': 'network-changed', 'server_uuid': 'e9a7b129-7859-4743-a327-1c3b9e4d32f5', 'tag': '8c824658-6462-44d6-bef9-bff517242c37', '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: 1838/3494] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:14 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3495] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:14 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3496] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:15 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3497] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:04:15 2026] GET /v2.0/networks?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&shared=False => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3498] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:15 2026] GET /v2.0/security-groups?tenant_id=652d94db391f4de78b34cda2edf35b55&name=default => generated 2927 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3499] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:04:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3500] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:15 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:16.087 7 INFO neutron.db.l3_db [None req-000997a1-0300-4e26-990a-7a5d4bcf25db 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP a5d90a32-1366-4106-bc41-91aff151e5cc associated. External IP: 10.96.250.218, port: 5bd2aec5-1359-4d52-b52d-8de7b22bdf81. 2026-07-29 09:04:16.145 8 INFO neutron.db.segments_db [None req-8e169ab9-775d-48ae-b072-b86f7b2c0c86 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment ddcd9199-d624-4eb5-b55b-e8f601ac0f33 of type vxlan for network 7785c5b8-4c6e-4936-8904-25fd1227f0e7 [pid: 8|app: 0|req: 1663/3501] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:04:15 2026] POST /v2.0/networks => generated 723 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1839/3502] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:04:14 2026] PUT /v2.0/floatingips/a5d90a32-1366-4106-bc41-91aff151e5cc => generated 856 bytes in 1680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3503] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:16 2026] DELETE /v2.0/security-groups/c526c6df-6f79-4d84-8352-128ce157be91 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1840/3504] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1841/3505] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1842/3506] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:16.606 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-185be8a4-15c6-4d02-b096-91dfda3cb4a2'] response: {'name': 'network-changed', 'server_uuid': '6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba', 'tag': '5bd2aec5-1359-4d52-b52d-8de7b22bdf81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1843/3507] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1844/3508] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=8c824658-6462-44d6-bef9-bff517242c37 => 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: 1845/3509] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/subnets?id=43b05ef7-aa6e-4fdb-83f2-9d096ed02cf7 => generated 687 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1846/3510] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/ports?network_id=e68a6444-1d3b-4377-994e-5baf2729693c&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1847/3511] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1848/3512] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:16 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1849/3513] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1850/3514] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1851/3515] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1852/3516] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1853/3517] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1854/3518] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1665/3519] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:04:16 2026] POST /v2.0/subnets => generated 691 bytes in 1013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1855/3520] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:17.548 8 INFO neutron.db.segments_db [None req-9ab18297-b17a-4539-bef9-e921b80aa130 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment e56c91af-5a7e-4c6e-9af8-59a4d51e8a9f of type vxlan for network c60084e6-bddc-4ec4-8f0c-fdc2db1d17f4 [pid: 7|app: 0|req: 1856/3521] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1857/3522] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:17 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:18.279 8 INFO neutron.db.l3_hamode_db [None req-9ab18297-b17a-4539-bef9-e921b80aa130 792098ed716c44f9a3ede4e71835c564 03b961b155e040909319655c4da9a121 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1860/3525] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:18 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => 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: 1861/3526] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:18 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1862/3527] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:19 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:19.953 8 INFO neutron.db.l3_hamode_db [None req-9ab18297-b17a-4539-bef9-e921b80aa130 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1863/3528] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:19 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1864/3529] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:21 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1865/3530] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:21 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1866/3531] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:21 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3532] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:04:17 2026] POST /v2.0/routers => generated 731 bytes in 4065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1867/3533] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:21 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1868/3534] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:22 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1869/3535] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:22 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3536] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:04:21 2026] PUT /v2.0/routers/a53e2c0e-a92c-4b5f-9309-9fd5b96b2313/add_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1870/3537] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:22 2026] GET /v2.0/security-groups?tenant_id=cb86c18d54d348d7b895e2642cd13e6f&name=default => generated 2929 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3538] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:23 2026] DELETE /v2.0/security-groups/7b34b227-6842-48c0-b530-018476547c4e => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1871/3539] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:23 2026] GET /v2.0/security-groups?tenant_id=0cfe309633f74ce48e422d2122d69469&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1872/3540] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:04:23 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1873/3541] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:23 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3542] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:04:23 2026] POST /v2.0/security-groups => generated 1662 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1874/3543] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:23 2026] DELETE /v2.0/security-groups/d09da3fa-0732-44c9-89d8-822cd96d6ad6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1875/3544] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:24 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:24.166 8 INFO neutron_taas.services.taas.taas_plugin [req-5f6b1c8d-aa54-441f-a606-d125cdaa5646 req-85e0401d-fe35-4f39-9324-d05b2b0ce041 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] TaaS: Handle Delete Port: 8c824658-6462-44d6-bef9-bff517242c37 2026-07-29 09:04:24.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5f6b1c8d-aa54-441f-a606-d125cdaa5646 req-85e0401d-fe35-4f39-9324-d05b2b0ce041 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] Tap Mirror: Handle Delete Port: 8c824658-6462-44d6-bef9-bff517242c37 [pid: 7|app: 0|req: 1876/3545] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:04:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1877/3546] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:04:24 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1670/3547] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:04:23 2026] DELETE /v2.0/ports/8c824658-6462-44d6-bef9-bff517242c37 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3548] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:24 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:24.469 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-323816f5-fc4d-4aad-85db-047d454e533a'] response: {'server_uuid': 'e9a7b129-7859-4743-a327-1c3b9e4d32f5', 'name': 'network-vif-deleted', 'tag': '8c824658-6462-44d6-bef9-bff517242c37', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1878/3549] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:04:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1879/3550] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:25 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3551] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:04:24 2026] POST /v2.0/floatingips => generated 552 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1880/3552] 10.0.0.78 () {34 vars in 1098 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1010180682&fields=id&tenant_id=03b961b155e040909319655c4da9a121 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3553] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1881/3554] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/quotas/03b961b155e040909319655c4da9a121 => 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: 1882/3555] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => 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: 1674/3556] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1883/3557] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3558] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 1884/3559] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:26 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3560] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:27 2026] GET /v2.0/ports?device_id=e9a7b129-7859-4743-a327-1c3b9e4d32f5 => 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: 1885/3561] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:27 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 1677/3562] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:28 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1886/3563] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:29 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 1678/3564] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:04:30 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1887/3565] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:04:30 2026] GET /v2.0/quotas/568d2c3dfbd6424b94ace68fb464f1ce => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3566] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:04:30 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&fields=id => generated 149 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1888/3567] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:04:30 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1889/3568] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:04:30 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1890/3569] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:31 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 1891/3570] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:31 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1892/3571] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:31 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 676 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3572] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:30 2026] GET /v2.0/security-groups?tenant_id=11853d7230204679b7551a9056d45147&name=default => generated 2929 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1893/3573] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:04:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03b961b155e040909319655c4da9a121 => generated 181 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3574] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:31 2026] DELETE /v2.0/security-groups/93796c2e-77b6-4063-89be-cf671bc8d32d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3575] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:31 2026] GET /v2.0/security-groups?tenant_id=0b1a584620fd4171b12add2634da1030&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1894/3576] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:04:31 2026] POST /v2.0/ports => generated 958 bytes in 564 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: 1683/3577] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:31 2026] DELETE /v2.0/security-groups/e1329157-04ac-4536-90de-66b95ca94334 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3578] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:32 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1685/3579] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:32 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3580] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:32 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1895/3581] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:04:31 2026] PUT /v2.0/ports/7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 1239 bytes in 615 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:32.462 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-003f8ff4-f109-4025-80d6-b3bac1fcc9b0'] response: {'name': 'network-changed', 'server_uuid': '4a3e12da-f049-4079-bf10-4ba11967c719', 'tag': '7f4e8f58-04bc-4623-aaf4-b060b8c87d95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1687/3582] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:04:32 2026] GET /v2.0/ports?device_id=3730f148-ea5c-4206-b2a1-06d72a9bbffd => generated 971 bytes in 44 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-07-29 09:04:32.810 7 INFO neutron_taas.services.taas.taas_plugin [req-84ea4518-543a-4ab5-9fae-8037a641b1d1 req-74556e9d-6108-41ec-b83c-81a16b6a3705 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] TaaS: Handle Delete Port: 11c77a1d-f249-49fb-85b6-1e44b7d9c630 2026-07-29 09:04:32.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84ea4518-543a-4ab5-9fae-8037a641b1d1 req-74556e9d-6108-41ec-b83c-81a16b6a3705 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] Tap Mirror: Handle Delete Port: 11c77a1d-f249-49fb-85b6-1e44b7d9c630 [pid: 7|app: 0|req: 1896/3585] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:04:32 2026] DELETE /v2.0/ports/11c77a1d-f249-49fb-85b6-1e44b7d9c630 => generated 0 bytes in 437 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3586] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:33 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1897/3587] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:33 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3588] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:04:33 2026] GET /v2.0/ports/5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 972 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1898/3589] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:04:33 2026] GET /v2.0/networks?tenant_id=03b961b155e040909319655c4da9a121&shared=False => generated 770 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3590] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:04:33 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) [pid: 7|app: 0|req: 1899/3591] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:33 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1693/3592] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:33 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 1900/3593] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:33 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3594] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1901/3595] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => 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: 1695/3596] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1902/3597] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3598] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&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: 1903/3599] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:34.508 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9308938-2614-433a-972b-09b3ebe4d634'] response: {'server_uuid': '3730f148-ea5c-4206-b2a1-06d72a9bbffd', 'name': 'network-vif-deleted', 'tag': '11c77a1d-f249-49fb-85b6-1e44b7d9c630', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1697/3600] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 1904/3601] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3602] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1905/3603] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/networks?tenant_id=edb6638942fa482a9b4d522edf9894cb&shared=False => generated 678 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3604] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:04:34 2026] GET /v2.0/networks?shared=True => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1906/3605] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:35 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1700/3606] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:35 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1907/3607] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:35 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3608] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:35 2026] GET /v2.0/networks?id=e68a6444-1d3b-4377-994e-5baf2729693c => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3609] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:36 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1908/3610] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:04:36 2026] POST /v2.0/ports => generated 954 bytes in 823 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: 1703/3611] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:36 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3612] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:36 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1909/3613] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:04:36 2026] PUT /v2.0/ports/721fe48c-00a8-4099-b973-7c3ae84271e2 => generated 1235 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:37.510 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46f58ed2-219c-4d50-bcd0-ec997f5dab19'] response: {'name': 'network-changed', 'server_uuid': 'ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63', 'tag': '721fe48c-00a8-4099-b973-7c3ae84271e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1705/3614] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:37 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1910/3615] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:37 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3616] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:37 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1911/3617] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:37 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3618] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3619] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/networks?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&shared=False => generated 765 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1912/3620] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1913/3621] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3622] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1914/3623] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1915/3624] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/security-groups?tenant_id=54ca45e8ce5548058f300d420cb0e383&name=default => generated 2929 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3625] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:04:38 2026] POST /v2.0/ports => generated 958 bytes in 535 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: 1916/3626] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:38 2026] DELETE /v2.0/security-groups/cb82523e-dc57-45e2-8711-c33749bcdaf9 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1917/3627] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:38 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1918/3628] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 7|app: 0|req: 1919/3629] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/security-groups?tenant_id=4fc8b58bcce04e208e4e8b29d6bbf1ec&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1920/3630] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/ports?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1711/3631] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:04:38 2026] PUT /v2.0/ports/5b4262e2-36a6-4d66-9d97-d3d977461ac4 => generated 1239 bytes in 540 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: 1712/3632] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=721fe48c-00a8-4099-b973-7c3ae84271e2 => 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: 1713/3633] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3634] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/subnets?id=43b05ef7-aa6e-4fdb-83f2-9d096ed02cf7 => generated 687 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1921/3635] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:39 2026] DELETE /v2.0/security-groups/23b2e45f-9b08-48bd-b9ae-e4264a3597eb => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1922/3636] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/ports?network_id=e68a6444-1d3b-4377-994e-5baf2729693c&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: 1923/3637] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1924/3638] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c?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: 1715/3639] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:39 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:40.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dd60753-0c1d-4dc2-afa0-bbef123534a2'] response: {'name': 'network-changed', 'server_uuid': '6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba', 'tag': '5b4262e2-36a6-4d66-9d97-d3d977461ac4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1925/3640] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1926/3641] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3642] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 2475 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1927/3643] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 861 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3644] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1928/3645] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3646] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1929/3647] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1719/3648] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=5b4262e2-36a6-4d66-9d97-d3d977461ac4 => 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: 1930/3649] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3650] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1931/3651] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3652] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:40 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1932/3653] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:41 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3654] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:41 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1933/3655] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:41 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1934/3656] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:41 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1935/3657] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:41 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:41.955 8 INFO neutron.db.l3_db [None req-08093837-dd95-44d3-abfa-6ee849840f73 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Floating IP fa8b71ed-1c98-4538-9c95-768f226941a6 associated. External IP: 10.96.250.210, port: 7f4e8f58-04bc-4623-aaf4-b060b8c87d95. [pid: 7|app: 0|req: 1936/3658] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:41 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 2475 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1937/3659] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1938/3660] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=5b4262e2-36a6-4d66-9d97-d3d977461ac4 => 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: 1939/3661] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1940/3662] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1941/3663] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1942/3664] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1723/3665] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:04:41 2026] PUT /v2.0/floatingips/fa8b71ed-1c98-4538-9c95-768f226941a6 => generated 856 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:42.448 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e514deb-9a04-4f85-85a5-a4ebb54f3ca5'] response: {'name': 'network-changed', 'server_uuid': '4a3e12da-f049-4079-bf10-4ba11967c719', 'tag': '7f4e8f58-04bc-4623-aaf4-b060b8c87d95', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1943/3666] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3667] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1944/3668] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:42 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 1725/3669] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:43 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 770 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1945/3670] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3671] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:43 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1946/3672] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:43 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3673] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:43 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1947/3674] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:43 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 1728/3675] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:43 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1948/3676] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:44 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3677] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:04:44 2026] GET /v2.0/ports/5b4262e2-36a6-4d66-9d97-d3d977461ac4 => generated 972 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3678] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:04:45 2026] GET /v2.0/ports/5b4262e2-36a6-4d66-9d97-d3d977461ac4 => generated 972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1949/3679] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:45 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1950/3680] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:45 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1731/3681] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:04:45 2026] POST /v2.0/ports => generated 964 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1951/3682] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:04:45 2026] GET /v2.0/ports/65d95112-9830-456e-b624-44310687d38c => generated 964 bytes in 105 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: 1732/3683] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:04:45 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1952/3684] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:46 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1733/3685] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:46 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1953/3686] 199.19.213.48 () {34 vars in 1260 bytes} [Wed Jul 29 09:04:47 2026] GET /v2.0/ports/65d95112-9830-456e-b624-44310687d38c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3687] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:47 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1954/3688] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:47 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1735/3689] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:47 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1955/3690] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:47 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3693] 199.19.213.48 () {34 vars in 973 bytes} [Wed Jul 29 09:04:47 2026] GET /v2.0/ports/65d95112-9830-456e-b624-44310687d38c => generated 1084 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1957/3694] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:47 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1958/3695] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:48 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1959/3696] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:48 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3697] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:04:47 2026] PUT /v2.0/ports/65d95112-9830-456e-b624-44310687d38c => generated 1281 bytes in 1031 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: 1960/3698] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:48 2026] GET /v2.0/security-groups?tenant_id=2cd214fb3f794c14aad6947deeada69b&name=default => generated 2929 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3699] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:48 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1740/3700] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:48 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:49.048 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10da3eab-7cd8-4af3-822f-68469301adae'] response: {'name': 'network-changed', 'server_uuid': '6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba', 'tag': '65d95112-9830-456e-b624-44310687d38c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1961/3701] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:48 2026] DELETE /v2.0/security-groups/3c550188-f5b8-4c0c-9b70-b087f9b3189c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3702] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/security-groups?tenant_id=d62a3a9dc8ce4fa797c7b1f143f3db6d&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1962/3703] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:49 2026] DELETE /v2.0/security-groups/3fe32840-c5c3-4981-8784-869ded084fb5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3704] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 3750 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1963/3705] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3706] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=65d95112-9830-456e-b624-44310687d38c => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1964/3707] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3708] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1965/3709] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3710] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:49 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1966/3711] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:50 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1746/3712] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:50 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1967/3713] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:04:50 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 1747/3714] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:50 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1968/3715] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:04:50 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 3750 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3716] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1969/3717] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1970/3718] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3719] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1971/3720] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:04:51.318 8 INFO neutron_taas.services.taas.taas_plugin [req-960d11c8-3f89-4d06-ae00-b5b5c4be0d53 req-7ee72ba0-1564-4529-9127-ceee0cd9ebc4 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] TaaS: Handle Delete Port: 721fe48c-00a8-4099-b973-7c3ae84271e2 2026-07-29 09:04:51.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-960d11c8-3f89-4d06-ae00-b5b5c4be0d53 req-7ee72ba0-1564-4529-9127-ceee0cd9ebc4 123f061acf9840b784cd1a6cb543c596 568d2c3dfbd6424b94ace68fb464f1ce - - default default] Tap Mirror: Handle Delete Port: 721fe48c-00a8-4099-b973-7c3ae84271e2 [pid: 7|app: 0|req: 1972/3721] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1973/3722] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1974/3723] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/security-groups?id=098a5970-6552-4475-b50e-624f0c1dc02c&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: 1975/3724] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=5b4262e2-36a6-4d66-9d97-d3d977461ac4 => 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: 1976/3725] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3726] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:04:51 2026] DELETE /v2.0/ports/721fe48c-00a8-4099-b973-7c3ae84271e2 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1977/3727] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:51.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3b2bcaa-10fe-4612-899e-75d12e060443'] response: {'server_uuid': 'ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63', 'name': 'network-vif-deleted', 'tag': '721fe48c-00a8-4099-b973-7c3ae84271e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1751/3728] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1978/3729] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3730] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=65d95112-9830-456e-b624-44310687d38c => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1979/3731] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1753/3732] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1980/3733] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1754/3734] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:04:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1981/3735] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:52 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3736] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:53 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1982/3737] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:54 2026] GET /v2.0/security-groups?tenant_id=3350e5d7eede459487a1deefbf5fbfd0&name=default => generated 2929 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3738] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:54 2026] DELETE /v2.0/security-groups/a62e367e-bfe1-431d-a55e-42e62d807073 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3739] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:54 2026] GET /v2.0/ports?device_id=ac0cf5d7-5e5b-42bf-9cab-d94ff87b2b63 => 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: 1983/3740] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:54 2026] GET /v2.0/security-groups?tenant_id=7af91bc765714e9583306ac75d79059a&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3741] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:54 2026] DELETE /v2.0/security-groups/fa1b15e3-3a4b-47fd-8d92-e2e4e477732b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1984/3742] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:04:56 2026] GET /v2.0/ports/65d95112-9830-456e-b624-44310687d38c => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3743] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:04:56 2026] GET /v2.0/ports/65d95112-9830-456e-b624-44310687d38c => generated 1014 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3744] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:56 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 2945 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3745] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:04:56 2026] GET /v2.0/ports/5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 972 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3746] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:56 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 2945 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:56.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6ab1295-2493-4d15-bcc4-0c5212020c3f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c2f453e4-137f-4ec9-8f7c-8d107c5bbcb6 2026-07-29 09:04:56.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6ab1295-2493-4d15-bcc4-0c5212020c3f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c2f453e4-137f-4ec9-8f7c-8d107c5bbcb6 [pid: 7|app: 0|req: 1985/3747] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:04:56 2026] PUT /v2.0/routers/660cf199-18e4-4481-8884-ef2317b8266f/remove_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:04:57.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-b55a138e-eb20-4492-bf37-37d34c331bea 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c1a4d3c7-d8ab-46f2-80cb-953002fb0f63 2026-07-29 09:04:57.776 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b55a138e-eb20-4492-bf37-37d34c331bea 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c1a4d3c7-d8ab-46f2-80cb-953002fb0f63 [pid: 7|app: 0|req: 1986/3748] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:57 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 2945 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:58.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-b55a138e-eb20-4492-bf37-37d34c331bea 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 5281825d-d7f7-48be-9d7c-c5f760c1927f 2026-07-29 09:04:58.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b55a138e-eb20-4492-bf37-37d34c331bea 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 5281825d-d7f7-48be-9d7c-c5f760c1927f 2026-07-29 09:04:58.551 8 INFO neutron.services.segments.plugin [-] Segment e92e27f0-b70f-4a0b-9b98-9df49647dada resource provider aggregate not found 2026-07-29 09:04:58.557 8 INFO neutron.services.segments.plugin [-] Segment e92e27f0-b70f-4a0b-9b98-9df49647dada resource provider aggregate not found 2026-07-29 09:04:58.574 8 INFO neutron.services.segments.plugin [-] Segment e92e27f0-b70f-4a0b-9b98-9df49647dada resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e92e27f0-b70f-4a0b-9b98-9df49647dada found for delete ", "request_id": "req-6e903fef-e534-44bf-a3e4-b0a53a945166"}]} 2026-07-29 09:04:58.594 8 INFO neutron.services.segments.plugin [-] Segment e92e27f0-b70f-4a0b-9b98-9df49647dada resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e92e27f0-b70f-4a0b-9b98-9df49647dada found for delete ", "request_id": "req-df5bc71f-061f-4baf-aa39-ba03d5c0c989"}]} 2026-07-29 09:04:58.632 8 INFO neutron.db.l3_hamode_db [None req-b55a138e-eb20-4492-bf37-37d34c331bea 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network fdf2b7e7-50be-4885-831b-291ad03e96d4 was deleted as no HA routers are present in tenant 568d2c3dfbd6424b94ace68fb464f1ce. [pid: 8|app: 0|req: 1763/3749] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:57 2026] DELETE /v2.0/routers/660cf199-18e4-4481-8884-ef2317b8266f => generated 0 bytes in 1208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3750] 199.19.213.48 () {34 vars in 973 bytes} [Wed Jul 29 09:04:58 2026] GET /v2.0/ports/5b4262e2-36a6-4d66-9d97-d3d977461ac4 => generated 1241 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1987/3751] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:04:58 2026] DELETE /v2.0/subnets/43b05ef7-aa6e-4fdb-83f2-9d096ed02cf7 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:04:58.911 8 INFO neutron_taas.services.taas.taas_plugin [req-2afb0cd8-1ba9-4ff2-abdf-ad566dca9902 req-2ff3c907-6702-4972-8acb-af5fb75adad8 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 5b4262e2-36a6-4d66-9d97-d3d977461ac4 2026-07-29 09:04:58.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2afb0cd8-1ba9-4ff2-abdf-ad566dca9902 req-2ff3c907-6702-4972-8acb-af5fb75adad8 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 5b4262e2-36a6-4d66-9d97-d3d977461ac4 2026-07-29 09:04:59.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd7a96f1-e797-4568-a1e1-14a9a7da3dbf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 75be0526-fc49-4f61-8f23-1c002cff7301 2026-07-29 09:04:59.013 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd7a96f1-e797-4568-a1e1-14a9a7da3dbf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 75be0526-fc49-4f61-8f23-1c002cff7301 [pid: 8|app: 0|req: 1765/3752] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:04:58 2026] DELETE /v2.0/ports/5b4262e2-36a6-4d66-9d97-d3d977461ac4 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3753] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:59 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 1981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:04:59.227 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a8df743-bc58-4ce3-8a52-6e9a9acd6044'] response: {'server_uuid': '6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba', 'name': 'network-vif-deleted', 'tag': '5b4262e2-36a6-4d66-9d97-d3d977461ac4', 'status': 'completed', 'code': 200} 2026-07-29 09:04:59.284 7 INFO neutron.services.segments.plugin [-] Segment d8515354-2c40-4927-9949-cfeced5ef9f5 resource provider aggregate not found 2026-07-29 09:04:59.298 7 INFO neutron.services.segments.plugin [-] Segment d8515354-2c40-4927-9949-cfeced5ef9f5 resource provider aggregate not found 2026-07-29 09:04:59.304 7 INFO neutron.services.segments.plugin [-] Segment d8515354-2c40-4927-9949-cfeced5ef9f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8515354-2c40-4927-9949-cfeced5ef9f5 found for delete ", "request_id": "req-982f874e-96bc-43e6-af3c-ce9ffa134313"}]} 2026-07-29 09:04:59.321 7 INFO neutron.services.segments.plugin [-] Segment d8515354-2c40-4927-9949-cfeced5ef9f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8515354-2c40-4927-9949-cfeced5ef9f5 found for delete ", "request_id": "req-baa7b47e-55fe-474d-b0cd-89cd218609b5"}]} [pid: 7|app: 0|req: 1988/3754] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:04:58 2026] DELETE /v2.0/networks/e68a6444-1d3b-4377-994e-5baf2729693c => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:04:59.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec5be1e5-04de-417b-b311-7697560cb015 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 65d95112-9830-456e-b624-44310687d38c 2026-07-29 09:04:59.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec5be1e5-04de-417b-b311-7697560cb015 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 65d95112-9830-456e-b624-44310687d38c [pid: 8|app: 0|req: 1767/3755] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:04:59 2026] DELETE /v2.0/ports/65d95112-9830-456e-b624-44310687d38c => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1989/3756] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:04:59 2026] GET /v2.0/security-groups?tenant_id=568d2c3dfbd6424b94ace68fb464f1ce&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3757] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:04:59 2026] DELETE /v2.0/security-groups/098a5970-6552-4475-b50e-624f0c1dc02c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1990/3758] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:04:59 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3759] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:04:59 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&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: 1991/3760] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:00 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 1770/3761] 199.19.213.48 () {34 vars in 1064 bytes} [Wed Jul 29 09:05:00 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82&id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1992/3762] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1771/3763] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:00 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1993/3764] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:00 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3765] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:00 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1994/3766] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:01 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1773/3767] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:01 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1995/3768] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:01 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&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-07-29 09:05:01.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a614fb1-f94f-44dc-8e00-ac24c51f8f11'] response: {'server_uuid': '6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba', 'name': 'network-vif-deleted', 'tag': '65d95112-9830-456e-b624-44310687d38c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1774/3769] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:02 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1996/3770] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:02 2026] GET /v2.0/security-groups?id=417a6ef3-9419-4fdc-b1cd-848325617181&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3771] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:05:02 2026] GET /v2.0/security-groups?tenant_id=4d9d6de8cabf409fa052a6b402296ee9&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3772] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:05:02 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1997/3775] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:05:02 2026] DELETE /v2.0/security-groups/37bcf323-7151-4fd6-8b01-302014cc5760 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:05:02.851 8 INFO neutron_taas.services.taas.taas_plugin [req-726eb55e-09c1-40b0-b1d7-b028de404c35 req-a2903966-37d3-4cf5-8c15-90fff0ac5253 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 5bd2aec5-1359-4d52-b52d-8de7b22bdf81 2026-07-29 09:05:02.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-726eb55e-09c1-40b0-b1d7-b028de404c35 req-a2903966-37d3-4cf5-8c15-90fff0ac5253 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 5bd2aec5-1359-4d52-b52d-8de7b22bdf81 2026-07-29 09:05:02.997 8 INFO neutron.db.l3_db [req-726eb55e-09c1-40b0-b1d7-b028de404c35 req-a2903966-37d3-4cf5-8c15-90fff0ac5253 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP a5d90a32-1366-4106-bc41-91aff151e5cc disassociated. External IP: 10.96.250.218, port: 5bd2aec5-1359-4d52-b52d-8de7b22bdf81. [pid: 7|app: 0|req: 1998/3776] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:05:02 2026] GET /v2.0/security-groups?tenant_id=572654c6cc3149c19bc439a69d2c7e3e&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1999/3777] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:05:03 2026] DELETE /v2.0/security-groups/fff7ebcd-be03-4c46-a51c-cf329e45e8b1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3778] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:05:02 2026] DELETE /v2.0/ports/5bd2aec5-1359-4d52-b52d-8de7b22bdf81 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3779] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:03 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3780] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:03 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 2000/3781] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:05:03 2026] GET /v2.0/security-groups?tenant_id=ca2be25931e84a8a8a0081c86dc531c0&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3782] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:03 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:03.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9086fb35-d527-40c6-8866-9765446e9ee3'] response: {'server_uuid': '6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba', 'name': 'network-vif-deleted', 'tag': '5bd2aec5-1359-4d52-b52d-8de7b22bdf81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2001/3783] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:05:03 2026] DELETE /v2.0/security-groups/624b5280-5caa-4039-8d00-bc283147e472 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3784] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:03 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2002/3785] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:03 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3786] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:04 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => 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: 2003/3787] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3788] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2004/3789] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3790] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 770 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2005/3791] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3792] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2006/3793] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3794] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2007/3795] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 7|app: 0|req: 2008/3796] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:05 2026] GET /v2.0/ports?device_id=6ac5ddd1-9c61-4c0c-866e-ac9aedeefdba => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:06.045 8 INFO neutron.db.segments_db [None req-724daf18-d7c9-4d34-a97a-7ec84377b2b1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 386271e7-0785-43a2-b0ac-fcb5e15e41f7 of type vxlan for network ec6439ef-492e-4fed-a2be-d5026ed5a58e [pid: 8|app: 0|req: 1789/3797] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:05:05 2026] POST /v2.0/networks => generated 726 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3798] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:06 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1791/3799] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:06 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2009/3800] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:05:06 2026] POST /v2.0/subnets => generated 692 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:05:06.725 8 INFO neutron.db.segments_db [None req-6c9148dd-14b6-46fa-8b31-15631c739424 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 73a214be-35b7-442a-9ff3-c43c2f6ad533 of type vxlan for network c6c0b8b8-02da-481f-80c8-713a8233b876 [pid: 7|app: 0|req: 2010/3801] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:05:06 2026] DELETE /v2.0/security-groups/417a6ef3-9419-4fdc-b1cd-848325617181 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:05:07.078 7 INFO neutron.api.v2.resource [None req-41f75de5-5229-46bf-95a2-4fd81725e4b3 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2011/3802] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:05:07 2026] GET /v2.0/security-groups/417a6ef3-9419-4fdc-b1cd-848325617181 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:05:07.129 8 INFO neutron.db.l3_hamode_db [None req-6c9148dd-14b6-46fa-8b31-15631c739424 792098ed716c44f9a3ede4e71835c564 feb911474b8b421d889f1787f7bfaab3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:05:07.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-886be868-be63-4f45-9890-73cec6ac1e49 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 8b25fe44-db2c-47bb-ac7d-c8241e2002de 2026-07-29 09:05:07.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-886be868-be63-4f45-9890-73cec6ac1e49 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 8b25fe44-db2c-47bb-ac7d-c8241e2002de [pid: 7|app: 0|req: 2012/3803] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:05:07 2026] DELETE /v2.0/floatingips/a5d90a32-1366-4106-bc41-91aff151e5cc => generated 0 bytes in 363 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2013/3804] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:07 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2014/3805] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:07 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2015/3806] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:05:07 2026] POST /v2.0/security-groups => generated 1662 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 09:05:08.240 8 INFO neutron.db.l3_hamode_db [None req-6c9148dd-14b6-46fa-8b31-15631c739424 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2016/3807] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:05:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2017/3808] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:05:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2018/3809] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:08 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2019/3810] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:05:08 2026] POST /v2.0/floatingips => generated 552 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2020/3811] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:09 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3812] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:05:06 2026] POST /v2.0/routers => generated 732 bytes in 2998 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3813] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 09:05:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--122913147&fields=id&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2021/3814] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:05:09 2026] GET /v2.0/security-groups?tenant_id=76a1e6db005a426eb25351d1e492a068&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2022/3815] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:05:09 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2023/3816] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:05:09 2026] DELETE /v2.0/security-groups/9b958672-9858-4d4b-ab7b-67f7f6af604e => 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: 2024/3817] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:05:09 2026] GET /v2.0/quotas/edb6638942fa482a9b4d522edf9894cb => 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: 2025/3818] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:05:09 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2026/3819] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:05:10 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2027/3820] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:05:10 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2028/3821] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:10 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => 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: 2029/3822] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:10 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2030/3823] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:10 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1794/3824] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:05:09 2026] PUT /v2.0/routers/7ca77fba-57ce-474f-9d9c-6ac14cfa8ff7/add_router_interface => generated 309 bytes in 1544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2031/3825] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:11 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => 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: 1795/3826] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:11 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2032/3827] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:11 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3828] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:11 2026] POST /v2.0/security-groups => generated 1683 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 09:05:12.312 7 INFO neutron.db.segments_db [None req-382d2be4-11d1-4419-a6fa-84fbd2c4ad45 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] Added segment 34d91b9b-4aa5-48cf-aab1-cdf64068eb1e of type vxlan for network 571d5328-97c1-4623-9e14-d12196845fbf [pid: 8|app: 0|req: 1797/3829] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:12 2026] POST /v2.0/security-groups => generated 1682 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2033/3830] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:05:11 2026] POST /v2.0/networks => generated 625 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2034/3831] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:12 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => 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: 2035/3832] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:05:12 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 677 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2036/3833] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:12 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2037/3834] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:05:13 2026] GET /v2.0/quotas/feb911474b8b421d889f1787f7bfaab3 => 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: 2038/3835] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:13 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2039/3836] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:05:13 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1798/3837] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:05:12 2026] POST /v2.0/ports => generated 775 bytes in 671 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: 2040/3838] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:05:13 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?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: 2041/3839] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:05:13 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:13.316 8 INFO neutron.db.segments_db [None req-6709e507-8c06-4478-af9d-fa34cea72714 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] Added segment 31ce10db-5431-42b4-ac7b-116ff408dff6 of type vxlan for network 0c5d2297-b741-4e6a-8c4f-b110dee05515 [pid: 7|app: 0|req: 2042/3840] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:13 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1799/3841] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:05:13 2026] POST /v2.0/networks => generated 613 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1800/3842] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:13 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2043/3843] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:05:13 2026] POST /v2.0/subnets => generated 626 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2044/3844] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:14 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2045/3845] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:14 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2046/3846] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:14 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => 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: 1801/3847] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:05:14 2026] POST /v2.0/ports => generated 954 bytes in 668 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: 1802/3848] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:14 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:14.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-8efb573c-03e5-433f-8ce1-3c74aa36bca2 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] TaaS: Handle Delete Port: dcb579b2-3b74-4aa9-8081-91ceb8d7d3bb [pid: 8|app: 0|req: 1803/3849] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:14 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:14.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8efb573c-03e5-433f-8ce1-3c74aa36bca2 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] Tap Mirror: Handle Delete Port: dcb579b2-3b74-4aa9-8081-91ceb8d7d3bb [pid: 8|app: 0|req: 1804/3850] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:05:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2047/3851] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:05:14 2026] DELETE /v2.0/ports/dcb579b2-3b74-4aa9-8081-91ceb8d7d3bb => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2048/3852] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:15 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:15.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c65abd5-af0e-4fcf-8b79-1799462c3d4c fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2049/3853] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:05:15 2026] DELETE /v2.0/ports/dcb579b2-3b74-4aa9-8081-91ceb8d7d3bb => 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: 2050/3854] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:15 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:15.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-625066b1-15c3-41af-a262-ce4a75991f43 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2051/3855] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:05:15 2026] GET /v2.0/ports/dcb579b2-3b74-4aa9-8081-91ceb8d7d3bb => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2052/3856] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:05:15 2026] DELETE /v2.0/subnets/a868f651-d254-4bd7-acbf-618d222bcd5a => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2053/3857] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:15 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1805/3858] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:05:14 2026] POST /v2.0/ports => generated 958 bytes in 600 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: 1806/3859] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:15 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:15.609 7 INFO neutron.services.segments.plugin [-] Segment 31ce10db-5431-42b4-ac7b-116ff408dff6 resource provider aggregate not found 2026-07-29 09:05:15.611 7 INFO neutron.services.segments.plugin [-] Segment 31ce10db-5431-42b4-ac7b-116ff408dff6 resource provider aggregate not found 2026-07-29 09:05:15.631 7 INFO neutron.services.segments.plugin [-] Segment 31ce10db-5431-42b4-ac7b-116ff408dff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31ce10db-5431-42b4-ac7b-116ff408dff6 found for delete ", "request_id": "req-24d589b0-7599-450d-9564-1f780c718e30"}]} 2026-07-29 09:05:15.635 7 INFO neutron.services.segments.plugin [-] Segment 31ce10db-5431-42b4-ac7b-116ff408dff6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31ce10db-5431-42b4-ac7b-116ff408dff6 found for delete ", "request_id": "req-3c492740-4494-4396-bb0b-588d5fce216d"}]} [pid: 7|app: 0|req: 2054/3860] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:05:15 2026] DELETE /v2.0/networks/0c5d2297-b741-4e6a-8c4f-b110dee05515 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2055/3861] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:15 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:15.828 7 INFO neutron.db.segments_db [None req-0f4197dc-3711-46ee-b540-814241737dff fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] Added segment ea236fca-b27c-452c-b455-665e49cfdc6e of type vxlan for network 1d3578c9-1389-430f-b214-82d872e620b8 [pid: 7|app: 0|req: 2056/3862] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:05:15 2026] POST /v2.0/networks => generated 613 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2057/3863] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2058/3864] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1807/3865] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:05:15 2026] PUT /v2.0/ports/419f6013-7cbc-4d70-849f-5bde8f0468ac => generated 1239 bytes in 647 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: 1808/3866] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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-07-29 09:05:16.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0594857-614d-477e-b9e8-c32978d80297'] response: {'name': 'network-changed', 'server_uuid': '0d8bdfda-de50-45b9-bd81-a2a4e67dab70', 'tag': '419f6013-7cbc-4d70-849f-5bde8f0468ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1809/3867] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2059/3868] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:05:16 2026] POST /v2.0/subnets => generated 626 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2060/3869] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2061/3870] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => 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: 2062/3871] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/networks?tenant_id=edb6638942fa482a9b4d522edf9894cb&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2063/3872] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2064/3873] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:05:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2065/3874] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:17 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1810/3875] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:05:16 2026] POST /v2.0/ports => generated 911 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:05:17.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-98b6da3f-7b67-48b7-85a6-aee57191c368 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] TaaS: Handle Delete Port: b48e0db0-6933-4ad8-b8bb-49a9f2651855 2026-07-29 09:05:17.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b6da3f-7b67-48b7-85a6-aee57191c368 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] Tap Mirror: Handle Delete Port: b48e0db0-6933-4ad8-b8bb-49a9f2651855 [pid: 8|app: 0|req: 1811/3876] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:17 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1812/3877] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:17 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2066/3878] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:05:17 2026] DELETE /v2.0/ports/b48e0db0-6933-4ad8-b8bb-49a9f2651855 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:05:17.535 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b282f024-4ee1-4347-9203-ae416d81a136 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1813/3879] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:05:17 2026] GET /v2.0/ports/b48e0db0-6933-4ad8-b8bb-49a9f2651855 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2067/3882] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:05:17 2026] DELETE /v2.0/subnets/7efe1c05-8a18-4b3f-baee-963a3d9af3fe => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:05:17.861 8 INFO neutron.services.segments.plugin [-] Segment ea236fca-b27c-452c-b455-665e49cfdc6e resource provider aggregate not found 2026-07-29 09:05:17.870 8 INFO neutron.services.segments.plugin [-] Segment ea236fca-b27c-452c-b455-665e49cfdc6e resource provider aggregate not found 2026-07-29 09:05:17.887 8 INFO neutron.services.segments.plugin [-] Segment ea236fca-b27c-452c-b455-665e49cfdc6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea236fca-b27c-452c-b455-665e49cfdc6e found for delete ", "request_id": "req-fc02043a-f9fe-4da1-8905-a4c91d370add"}]} 2026-07-29 09:05:17.891 8 INFO neutron.services.segments.plugin [-] Segment ea236fca-b27c-452c-b455-665e49cfdc6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea236fca-b27c-452c-b455-665e49cfdc6e found for delete ", "request_id": "req-563ffb8c-3a06-4f69-b3d8-f284ac6068c6"}]} [pid: 8|app: 0|req: 1816/3883] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:05:17 2026] DELETE /v2.0/networks/1d3578c9-1389-430f-b214-82d872e620b8 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2068/3884] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:17 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => 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: 2069/3885] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2070/3886] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2071/3887] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=419f6013-7cbc-4d70-849f-5bde8f0468ac => 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: 2072/3888] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1817/3889] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:05:17 2026] POST /v2.0/ports => generated 774 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: 8|app: 0|req: 1818/3890] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1819/3891] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1820/3892] 10.0.0.17 () {34 vars in 735 bytes} [Wed Jul 29 09:05:18 2026] PUT /v2.0/ports/48ed287d-ca02-4bc2-bac0-f7d1e1665358 => generated 752 bytes in 201 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: 1821/3893] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1822/3894] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2073/3895] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:05:18 2026] POST /v2.0/ports => generated 954 bytes in 548 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-07-29 09:05:18.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1b29cd0-be3c-451d-8a7a-5f02b38c59cd fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] TaaS: Handle Delete Port: 48ed287d-ca02-4bc2-bac0-f7d1e1665358 [pid: 7|app: 0|req: 2074/3896] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:18.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1b29cd0-be3c-451d-8a7a-5f02b38c59cd fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] Tap Mirror: Handle Delete Port: 48ed287d-ca02-4bc2-bac0-f7d1e1665358 [pid: 7|app: 0|req: 2075/3897] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 1823/3898] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:05:18 2026] DELETE /v2.0/ports/48ed287d-ca02-4bc2-bac0-f7d1e1665358 => 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: 1824/3899] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1825/3900] 10.0.0.17 () {32 vars in 641 bytes} [Wed Jul 29 09:05:18 2026] GET /v2.0/ports => generated 778 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1826/3901] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 957 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:19.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-baada796-f1f3-45a7-9178-6b3f1c619c21 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1827/3902] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/ports/48ed287d-ca02-4bc2-bac0-f7d1e1665358 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1828/3903] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1829/3904] 10.0.0.17 () {32 vars in 641 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/ports => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1830/3905] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/ports/82c79967-672c-4cee-94bb-1a1a56ba9357 => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:19.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36616dbc-d1da-42a7-8dec-bfb7c073edf3 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1831/3906] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:05:19 2026] DELETE /v2.0/ports/b48e0db0-6933-4ad8-b8bb-49a9f2651855 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:05:19.338 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ee1eb16-8dbf-40c5-8fae-320f92778821 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1832/3907] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:05:19 2026] DELETE /v2.0/subnets/7efe1c05-8a18-4b3f-baee-963a3d9af3fe => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:05:19.359 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0aa0b817-82f5-4360-835e-d35f722f2f5c fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1833/3908] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:05:19 2026] DELETE /v2.0/subnets/a868f651-d254-4bd7-acbf-618d222bcd5a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2076/3909] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:05:18 2026] PUT /v2.0/ports/e6afd237-1234-4b1b-a9a6-781eac774981 => generated 1235 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:19.412 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eceec306-75d9-42f8-ac65-bb62aec34948'] response: {'name': 'network-changed', 'server_uuid': '106c4393-ee2c-4a7a-9d87-c717501f1b6a', 'tag': 'e6afd237-1234-4b1b-a9a6-781eac774981', 'status': 'completed', 'code': 200} 2026-07-29 09:05:19.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b95e4e2-c1a8-4ac1-b37e-ca649cadda29 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] TaaS: Handle Delete Port: 82c79967-672c-4cee-94bb-1a1a56ba9357 2026-07-29 09:05:19.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b95e4e2-c1a8-4ac1-b37e-ca649cadda29 fe6dc1d9297942719dcfa5a4e94fa88d 1e65567ee2e9457f96845a08427857c7 - - default default] Tap Mirror: Handle Delete Port: 82c79967-672c-4cee-94bb-1a1a56ba9357 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 2077/3910] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2078/3911] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1834/3912] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:05:19 2026] DELETE /v2.0/ports/82c79967-672c-4cee-94bb-1a1a56ba9357 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:05:19.738 7 INFO neutron.services.segments.plugin [-] Segment 34d91b9b-4aa5-48cf-aab1-cdf64068eb1e resource provider aggregate not found 2026-07-29 09:05:19.739 7 INFO neutron.services.segments.plugin [-] Segment 34d91b9b-4aa5-48cf-aab1-cdf64068eb1e resource provider aggregate not found 2026-07-29 09:05:19.764 7 INFO neutron.services.segments.plugin [-] Segment 34d91b9b-4aa5-48cf-aab1-cdf64068eb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34d91b9b-4aa5-48cf-aab1-cdf64068eb1e found for delete ", "request_id": "req-122f7a60-d5fc-4deb-adf2-6b24697239be"}]} 2026-07-29 09:05:19.765 7 INFO neutron.services.segments.plugin [-] Segment 34d91b9b-4aa5-48cf-aab1-cdf64068eb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34d91b9b-4aa5-48cf-aab1-cdf64068eb1e found for delete ", "request_id": "req-75d6f71c-e579-4eb4-93c1-f551a15feae7"}]} [pid: 7|app: 0|req: 2079/3913] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:05:19 2026] DELETE /v2.0/networks/571d5328-97c1-4623-9e14-d12196845fbf => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1835/3914] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => 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: 1836/3915] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2080/3916] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1837/3917] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:05:19 2026] GET /v2.0/networks?tenant_id=feb911474b8b421d889f1787f7bfaab3&shared=False => generated 773 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2081/3918] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:05:20 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: 8|app: 0|req: 1838/3919] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:20 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2082/3920] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:20 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1839/3921] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:05:20 2026] GET /v2.0/security-groups?tenant_id=1e65567ee2e9457f96845a08427857c7&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1840/3922] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:20 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2083/3923] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:05:20 2026] DELETE /v2.0/security-groups/9afb206f-b6a2-4fdd-b9c8-997ebdf37369 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1841/3924] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:20 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2084/3925] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1842/3926] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2085/3927] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1843/3928] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e6afd237-1234-4b1b-a9a6-781eac774981 => 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: 2086/3929] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/subnets?id=6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1844/3930] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/ports?network_id=ec6439ef-492e-4fed-a2be-d5026ed5a58e&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: 2087/3931] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3932] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2088/3933] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1846/3934] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&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: 7|app: 0|req: 2089/3935] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3936] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:21 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2090/3937] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:22 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1848/3938] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:22 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 1849/3939] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:22 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1850/3940] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:22 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:23.027 7 INFO neutron.db.segments_db [None req-caece871-b51a-423c-8c6d-92025adfc8f8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 919648ba-f988-4b35-b3bf-e86f2b0a8eb6 of type vxlan for network bf224c86-ad60-460a-9999-d8bf34f6687d [pid: 8|app: 0|req: 1851/3941] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:23 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1852/3942] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:23 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2091/3943] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:05:22 2026] POST /v2.0/networks => generated 725 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2092/3944] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:23 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2093/3945] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:23 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 1853/3946] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:05:23 2026] POST /v2.0/subnets => generated 692 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2094/3947] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:23 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1854/3948] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:23 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2095/3949] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:24 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1855/3950] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:24 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2096/3951] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:24 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1856/3952] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:24 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2097/3953] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:24 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:25.106 7 INFO neutron.db.segments_db [None req-2c8b61a0-b057-48c5-951b-b4eaae1ed714 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment bd62a22d-6984-4d66-87a7-017b77cb40e1 of type vxlan for network e172c4fe-4ccd-4851-a7ce-745f0fc8980a 2026-07-29 09:05:25.288 8 INFO neutron.db.l3_db [None req-9c030f31-ca9d-426c-8069-cfceb5871ff0 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP f35e5750-f6cf-437b-b573-9ff499e0dca3 associated. External IP: 10.96.250.208, port: 419f6013-7cbc-4d70-849f-5bde8f0468ac. [pid: 7|app: 0|req: 2098/3954] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:05:24 2026] POST /v2.0/networks => generated 725 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2099/3955] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => 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: 1857/3956] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:05:24 2026] PUT /v2.0/floatingips/f35e5750-f6cf-437b-b573-9ff499e0dca3 => generated 856 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1858/3957] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2100/3958] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:05:25 2026] POST /v2.0/subnets => generated 692 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1859/3959] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2101/3960] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1860/3961] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2102/3962] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/security-groups?name=tempest-securitygroup--122913147&fields=id&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1861/3963] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:25.940 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff51b4f2-ae5c-4a4a-a034-395c8f52f0db'] response: {'name': 'network-changed', 'server_uuid': '0d8bdfda-de50-45b9-bd81-a2a4e67dab70', 'tag': '419f6013-7cbc-4d70-849f-5bde8f0468ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2103/3964] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1862/3965] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:05:25 2026] GET /v2.0/quotas/edb6638942fa482a9b4d522edf9894cb => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2104/3966] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&fields=id => generated 149 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1863/3967] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2105/3968] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1864/3969] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => 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: 2106/3970] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1865/3971] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2107/3972] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=419f6013-7cbc-4d70-849f-5bde8f0468ac => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1866/3973] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2108/3974] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1867/3975] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2109/3976] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1868/3977] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2110/3978] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1869/3979] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:05:26 2026] GET /v2.0/networks?id=bf224c86-ad60-460a-9999-d8bf34f6687d => generated 676 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2111/3980] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/quotas/0589c4317fef43a18b3c5dc99b846b93 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2112/3981] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/ports?tenant_id=0589c4317fef43a18b3c5dc99b846b93&fields=id => 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: 1870/3982] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2113/3983] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?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: 1871/3984] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2114/3985] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1872/3986] 10.0.0.78 () {34 vars in 1142 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/security-groups?name=tempest-SecurityGroupsTestJSON-securitygroup-1474756645&fields=id&tenant_id=feb911474b8b421d889f1787f7bfaab3 => 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: 2115/3987] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => 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: 2116/3988] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2117/3989] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1873/3990] 10.0.0.78 () {38 vars in 1022 bytes} [Wed Jul 29 09:05:27 2026] PUT /v2.0/ports/e6afd237-1234-4b1b-a9a6-781eac774981 => generated 1007 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2118/3991] 10.0.0.78 () {34 vars in 1140 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/security-groups?name=tempest-SecurityGroupsTestJSON-securitygroup-922233363&fields=id&tenant_id=feb911474b8b421d889f1787f7bfaab3 => generated 69 bytes in 40 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: 1874/3992] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:27 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:27.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee5120d5-2d2a-496c-8594-e447ebba25a2'] response: {'name': 'network-changed', 'server_uuid': '106c4393-ee2c-4a7a-9d87-c717501f1b6a', 'tag': 'e6afd237-1234-4b1b-a9a6-781eac774981', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2119/3993] 10.0.0.78 () {38 vars in 1022 bytes} [Wed Jul 29 09:05:27 2026] PUT /v2.0/ports/e6afd237-1234-4b1b-a9a6-781eac774981 => generated 1046 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:28.203 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7290d73e-999e-4352-ac6e-2f33668328d2'] response: {'name': 'network-changed', 'server_uuid': '106c4393-ee2c-4a7a-9d87-c717501f1b6a', 'tag': 'e6afd237-1234-4b1b-a9a6-781eac774981', '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: 1875/3994] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2120/3995] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1049 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1876/3996] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2121/3997] 10.0.0.78 () {34 vars in 1154 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/security-groups?id=4a8e0784-8a66-4212-9071-969f24580eba&id=17678db2-4682-4d78-acc3-852007d5f74f&id=cba22b63-35af-4a14-a138-c6388dffadbd => generated 6254 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2122/3998] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2123/3999] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1318 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2124/4000] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2125/4001] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 773 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2126/4002] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e6afd237-1234-4b1b-a9a6-781eac774981 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1877/4003] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:28 2026] POST /v2.0/security-groups => generated 1662 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2127/4004] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/subnets?id=6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 695 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1878/4005] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/security-groups/898dcd89-7c6b-465c-8345-1e36458bff2a => generated 1662 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2128/4006] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/ports?network_id=ec6439ef-492e-4fed-a2be-d5026ed5a58e&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1879/4007] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/security-groups/898dcd89-7c6b-465c-8345-1e36458bff2a => generated 1662 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2129/4008] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2130/4009] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1880/4010] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:05:28 2026] DELETE /v2.0/security-groups/898dcd89-7c6b-465c-8345-1e36458bff2a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:05:28.991 7 INFO neutron.api.v2.resource [req-dd606f9e-4429-429e-91aa-e9b02c48565d req-21a7779b-cbd0-4f28-83b8-977b5f1ae83f ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2131/4011] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:28 2026] GET /v2.0/security-groups/898dcd89-7c6b-465c-8345-1e36458bff2a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1881/4012] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:29 2026] POST /v2.0/security-groups => generated 1683 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1882/4013] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:29 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1883/4014] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:29 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1884/4015] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:29 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2132/4016] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:29 2026] POST /v2.0/security-groups => generated 1684 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2133/4017] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:29 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => 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: 2134/4018] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:29 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1318 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1885/4019] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:29 2026] POST /v2.0/security-groups => generated 1683 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2135/4020] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:29 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1886/4021] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=e6afd237-1234-4b1b-a9a6-781eac774981 => 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: 2136/4022] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups?tenant_id=feb911474b8b421d889f1787f7bfaab3 => generated 11244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1887/4023] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/subnets?id=6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 695 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2137/4024] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/cba22b63-35af-4a14-a138-c6388dffadbd => generated 2926 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1888/4025] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/ports?network_id=ec6439ef-492e-4fed-a2be-d5026ed5a58e&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: 2138/4026] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/cba22b63-35af-4a14-a138-c6388dffadbd => generated 2926 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1889/4027] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1890/4028] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/f4ff8c40-d4bf-420d-aff3-a5e5f40553ba => generated 1683 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2139/4029] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1891/4030] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:05:30 2026] DELETE /v2.0/security-groups/f4ff8c40-d4bf-420d-aff3-a5e5f40553ba => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:05:30.371 7 INFO neutron.api.v2.resource [req-894dbb95-33e1-4774-b09b-c48b8fc87876 req-12b7ad44-96d7-4576-ac55-4c353be06c39 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2140/4031] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/f4ff8c40-d4bf-420d-aff3-a5e5f40553ba => 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: 1892/4032] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/4093fcba-b30d-4c68-80b9-a112ba9f7d1c => generated 1684 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2141/4033] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:05:30 2026] DELETE /v2.0/security-groups/4093fcba-b30d-4c68-80b9-a112ba9f7d1c => 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: 1893/4034] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:30.599 7 INFO neutron.api.v2.resource [req-b8f9831a-d022-4ec0-9083-b2a872b596d3 req-b833897d-004b-492a-868d-ea4fe8b0aeec ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2142/4035] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/4093fcba-b30d-4c68-80b9-a112ba9f7d1c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1894/4036] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2143/4037] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 1895/4038] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/c594d401-d1b6-40f0-87dc-0c9b2afa1549 => generated 1683 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1896/4039] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2144/4040] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:05:30 2026] DELETE /v2.0/security-groups/c594d401-d1b6-40f0-87dc-0c9b2afa1549 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:05:30.879 8 INFO neutron.api.v2.resource [req-5e8a09bb-7731-41db-b5bf-8a2c4b71e7c5 req-e5500ac2-bacd-4a86-a25c-812a1566d91d ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1897/4041] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/c594d401-d1b6-40f0-87dc-0c9b2afa1549 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1898/4042] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups?tenant_id=feb911474b8b421d889f1787f7bfaab3 => generated 6254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2145/4043] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1899/4044] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/cba22b63-35af-4a14-a138-c6388dffadbd => generated 2926 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2146/4045] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=edb6638942fa482a9b4d522edf9894cb => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2147/4046] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:30 2026] GET /v2.0/security-groups/cba22b63-35af-4a14-a138-c6388dffadbd => generated 2926 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2148/4047] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:31 2026] POST /v2.0/security-groups => generated 1682 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2149/4048] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:05:31 2026] POST /v2.0/security-groups => generated 1683 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1900/4049] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:05:30 2026] POST /v2.0/ports => generated 958 bytes in 570 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: 1901/4050] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:31 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1902/4051] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:31 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 1903/4052] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:31 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1904/4053] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:31 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1905/4054] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:31 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 1906/4055] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1907/4056] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/quotas/feb911474b8b421d889f1787f7bfaab3 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2150/4057] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:05:31 2026] PUT /v2.0/ports/3d47c5ef-cefb-49ff-92f7-04da1c83e940 => generated 1239 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:32.165 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3b95b43-3d33-4898-bba8-5ad46a0cb872'] response: {'name': 'network-changed', 'server_uuid': 'aab8a8b1-6e57-458e-98cf-0764083a2271', 'tag': '3d47c5ef-cefb-49ff-92f7-04da1c83e940', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1908/4058] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&fields=id => generated 149 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2151/4059] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?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: 1909/4060] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2152/4061] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 1911/4064] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2154/4065] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/networks?tenant_id=edb6638942fa482a9b4d522edf9894cb&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1912/4066] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2155/4067] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 1913/4068] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2156/4069] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:32 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1914/4070] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2157/4071] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 1915/4072] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2158/4073] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1916/4074] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3d47c5ef-cefb-49ff-92f7-04da1c83e940 => 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: 2159/4075] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2160/4076] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 1917/4077] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:33 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 2161/4078] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:34 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1918/4079] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:34 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2162/4080] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:34 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1919/4081] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:34 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2163/4082] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:34 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1920/4083] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:34 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2164/4084] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:34 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1921/4085] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2165/4086] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1922/4087] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2166/4088] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1923/4089] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2167/4090] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 1924/4091] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => 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: 1925/4092] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2168/4093] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:35 2026] GET /v2.0/networks?id=bf224c86-ad60-460a-9999-d8bf34f6687d => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2169/4094] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:36 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 957 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2170/4095] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:36 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 1926/4096] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:05:35 2026] POST /v2.0/ports => generated 954 bytes in 506 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: 1927/4097] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:36 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1928/4098] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:36 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1929/4099] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:36 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 8|app: 0|req: 1930/4100] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:36 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1931/4101] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:36 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 2171/4102] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:05:36 2026] PUT /v2.0/ports/ce37d54e-62b2-42be-b301-6f847a736925 => generated 1235 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:37.052 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d598114-38d1-4735-afd1-82cb9fc8b464'] response: {'name': 'network-changed', 'server_uuid': 'fb8b6be5-96d1-428e-8799-0b268dd6fec0', 'tag': 'ce37d54e-62b2-42be-b301-6f847a736925', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1932/4103] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 969 bytes in 44 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: 2172/4104] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1933/4105] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/ports?tenant_id=0589c4317fef43a18b3c5dc99b846b93&device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2173/4106] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/networks?tenant_id=0589c4317fef43a18b3c5dc99b846b93&shared=False => 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: 1934/4107] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2174/4108] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1935/4109] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2175/4110] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1936/4111] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2176/4112] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:37 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 1937/4113] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2177/4114] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2178/4115] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2179/4116] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2180/4117] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1938/4118] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:05:38 2026] POST /v2.0/ports => generated 954 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1939/4119] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1318 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1940/4120] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/ports?tenant_id=0589c4317fef43a18b3c5dc99b846b93&device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1941/4121] 10.0.0.96 () {34 vars in 1198 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/security-groups?id=4a8e0784-8a66-4212-9071-969f24580eba&id=17678db2-4682-4d78-acc3-852007d5f74f&id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 317 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1942/4122] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ce37d54e-62b2-42be-b301-6f847a736925 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1943/4123] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/subnets?id=df5af33b-6cec-4272-82bd-ea566d764fc9 => generated 695 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1944/4124] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/ports?network_id=bf224c86-ad60-460a-9999-d8bf34f6687d&device_owner=network%3Adhcp => 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: 1945/4125] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?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: 1946/4126] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1947/4127] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:38 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2181/4128] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:05:38 2026] PUT /v2.0/ports/fba5b70b-b286-49a6-b297-878733860dc8 => generated 1235 bytes in 463 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: 1948/4129] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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-07-29 09:05:39.138 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-45cc056d-86cc-419f-b69c-a1c33acd24a9'] response: {'name': 'network-changed', 'server_uuid': '0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c', 'tag': 'fba5b70b-b286-49a6-b297-878733860dc8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2182/4130] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1949/4131] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2183/4132] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2184/4133] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2185/4134] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:39.657 8 INFO neutron.db.l3_db [None req-effad517-e4d4-48f6-8aa4-4de87ef37dd9 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP f35e5750-f6cf-437b-b573-9ff499e0dca3 associated. External IP: 10.96.250.208, port: 419f6013-7cbc-4d70-849f-5bde8f0468ac. [pid: 7|app: 0|req: 2186/4135] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2187/4136] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2188/4137] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/networks?tenant_id=feb911474b8b421d889f1787f7bfaab3&shared=False => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2189/4138] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2190/4139] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:05:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2191/4140] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2192/4141] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 770 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2193/4142] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2194/4143] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => 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: 2195/4144] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&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: 2196/4145] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2197/4146] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1950/4147] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:05:39 2026] PUT /v2.0/floatingips/f35e5750-f6cf-437b-b573-9ff499e0dca3 => generated 858 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:40.398 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-464de609-fc76-4700-a51b-cea003e6291c'] response: {'name': 'network-changed', 'server_uuid': '0d8bdfda-de50-45b9-bd81-a2a4e67dab70', 'tag': '419f6013-7cbc-4d70-849f-5bde8f0468ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2198/4148] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&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: 1951/4149] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1952/4150] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1953/4151] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1954/4152] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1955/4153] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2199/4154] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:05:40 2026] POST /v2.0/ports => generated 961 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1956/4155] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2200/4156] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fba5b70b-b286-49a6-b297-878733860dc8 => 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: 1957/4157] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:40 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1958/4158] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/subnets?id=6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2201/4159] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1959/4160] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => 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: 2202/4161] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/ports?network_id=ec6439ef-492e-4fed-a2be-d5026ed5a58e&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1960/4162] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=419f6013-7cbc-4d70-849f-5bde8f0468ac => 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: 2203/4163] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1961/4164] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2204/4165] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2205/4166] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1962/4167] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?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: 2206/4168] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1963/4169] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1964/4170] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1965/4171] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1966/4172] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1967/4173] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1968/4174] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:41 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:41.976 7 INFO neutron.db.l3_db [None req-d32b14e6-c509-4a2b-9d7c-28a13d83d5c0 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP f35e5750-f6cf-437b-b573-9ff499e0dca3 associated. External IP: 10.96.250.208, port: 3d47c5ef-cefb-49ff-92f7-04da1c83e940. [pid: 8|app: 0|req: 1969/4175] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1970/4176] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:42.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c0f89c9-1c24-4a36-b824-5f325d14097c'] response: {'name': 'network-changed', 'server_uuid': 'aab8a8b1-6e57-458e-98cf-0764083a2271', 'tag': '3d47c5ef-cefb-49ff-92f7-04da1c83e940', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1971/4177] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 2207/4178] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:05:41 2026] PUT /v2.0/floatingips/f35e5750-f6cf-437b-b573-9ff499e0dca3 => generated 858 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:05:42.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff93962a-3eed-4e9e-8ca4-880d3526a979'] response: {'name': 'network-changed', 'server_uuid': 'aab8a8b1-6e57-458e-98cf-0764083a2271', 'tag': '3d47c5ef-cefb-49ff-92f7-04da1c83e940', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1972/4179] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2208/4180] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1973/4181] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2209/4182] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => 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: 1974/4183] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:42 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2210/4184] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3d47c5ef-cefb-49ff-92f7-04da1c83e940 => 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: 1975/4185] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2211/4186] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1976/4187] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2212/4188] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1977/4189] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2213/4190] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1978/4191] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2214/4192] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:43 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1979/4193] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2215/4194] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1980/4195] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => 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: 2216/4196] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1981/4197] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3d47c5ef-cefb-49ff-92f7-04da1c83e940 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2217/4198] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1982/4199] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2218/4200] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1983/4201] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2219/4202] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 1984/4203] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:44 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:05:44.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4290fc2-a2f9-4c60-bf2b-f339f3ace2f8'] response: {'name': 'network-changed', 'server_uuid': '0d8bdfda-de50-45b9-bd81-a2a4e67dab70', 'tag': '419f6013-7cbc-4d70-849f-5bde8f0468ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2220/4204] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1985/4205] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2221/4206] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1986/4207] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2222/4208] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1987/4209] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2223/4210] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=419f6013-7cbc-4d70-849f-5bde8f0468ac => generated 861 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1988/4211] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2224/4212] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 1989/4213] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2225/4214] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1990/4215] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2226/4216] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1991/4217] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2227/4218] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:45 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1992/4219] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:46 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1993/4220] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:46 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2228/4221] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:46 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1994/4222] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:46 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2229/4223] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:46 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1995/4224] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:46 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2230/4225] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1996/4226] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2231/4227] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 1997/4228] 10.0.0.78 () {34 vars in 1140 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/security-groups?name=tempest-SecurityGroupsTestJSON-securitygroup-792806154&fields=id&tenant_id=feb911474b8b421d889f1787f7bfaab3 => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2232/4229] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 1998/4232] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 2235/4233] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2236/4234] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:47 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 1999/4235] 10.0.0.78 () {38 vars in 1022 bytes} [Wed Jul 29 09:05:47 2026] PUT /v2.0/ports/fba5b70b-b286-49a6-b297-878733860dc8 => generated 1007 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:48.463 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8b92ea2-fded-4daa-b921-0c78e1f73ed6'] response: {'name': 'network-changed', 'server_uuid': '0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c', 'tag': 'fba5b70b-b286-49a6-b297-878733860dc8', '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: 2000/4236] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/security-groups/b08b244f-b0c5-470c-a308-304cad03dd4c => generated 1682 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:48.545 8 INFO neutron.api.v2.resource [req-330d2e7e-4425-4c0d-b0da-6d30df10b772 req-d0162717-9929-47c8-adbd-04df1c7f7098 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 8|app: 0|req: 2001/4237] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:05:48 2026] DELETE /v2.0/security-groups/b08b244f-b0c5-470c-a308-304cad03dd4c => generated 136 bytes in 40 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2237/4238] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 961 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2002/4239] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2003/4240] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2238/4241] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => 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: 2004/4242] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2239/4243] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1279 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2240/4244] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2005/4245] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:48 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2241/4246] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fba5b70b-b286-49a6-b297-878733860dc8 => 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: 2006/4247] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2242/4248] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/subnets?id=6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 695 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2007/4249] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/ports?network_id=ec6439ef-492e-4fed-a2be-d5026ed5a58e&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: 2008/4250] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2243/4251] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2244/4252] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2009/4253] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?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: 2245/4254] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2246/4255] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2010/4256] 199.19.213.48 () {34 vars in 1260 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2011/4257] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2247/4258] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2012/4259] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2248/4260] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:49 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2013/4261] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2249/4262] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2014/4263] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2250/4264] 199.19.213.48 () {34 vars in 973 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1081 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2015/4265] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2251/4266] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1279 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2016/4267] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2252/4268] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2253/4269] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fba5b70b-b286-49a6-b297-878733860dc8 => 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: 2254/4270] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/subnets?id=6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2255/4271] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/ports?network_id=ec6439ef-492e-4fed-a2be-d5026ed5a58e&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2256/4272] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?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: 2257/4273] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2258/4274] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?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: 2259/4275] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2260/4276] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2261/4277] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:50 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2017/4278] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:05:50 2026] PUT /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1278 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:05:51.058 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aaf6f416-c221-4f59-9067-b4fd00d1f649'] response: {'name': 'network-changed', 'server_uuid': '0d8bdfda-de50-45b9-bd81-a2a4e67dab70', 'tag': '2dd89fb1-59e1-401e-abdf-71b966162451', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2262/4279] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1010 bytes in 92 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: 2018/4280] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2263/4281] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 2514 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2019/4282] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2264/4283] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2dd89fb1-59e1-401e-abdf-71b966162451 => 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: 2020/4284] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2265/4285] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 2021/4286] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2266/4287] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2022/4288] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2267/4289] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:51 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2023/4290] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/ports?tenant_id=0589c4317fef43a18b3c5dc99b846b93&device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2024/4291] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2268/4292] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/networks?id=bf224c86-ad60-460a-9999-d8bf34f6687d => generated 772 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2025/4293] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2269/4294] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ce37d54e-62b2-42be-b301-6f847a736925 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2026/4295] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/subnets?id=df5af33b-6cec-4272-82bd-ea566d764fc9 => generated 695 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2270/4296] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/ports?network_id=bf224c86-ad60-460a-9999-d8bf34f6687d&device_owner=network%3Adhcp => 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: 2027/4297] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2271/4298] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?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: 2028/4299] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2272/4300] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2029/4301] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2273/4302] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2030/4303] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 2514 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2274/4304] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=419f6013-7cbc-4d70-849f-5bde8f0468ac => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2031/4305] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2275/4306] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2032/4307] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2276/4308] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2033/4309] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2277/4310] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2dd89fb1-59e1-401e-abdf-71b966162451 => 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: 2034/4311] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 2278/4312] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2035/4313] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2279/4314] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2036/4315] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2280/4316] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2037/4317] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2281/4318] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2038/4319] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2282/4320] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2039/4321] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2283/4322] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:53 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2040/4323] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:54 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2284/4324] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:54 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2041/4325] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:54 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2285/4326] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:54 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2042/4327] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:54 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2286/4328] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:54 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2043/4329] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:55 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2287/4330] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:55 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2044/4331] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:55 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2288/4332] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:55 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2045/4333] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:55 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2289/4334] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:56 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2046/4335] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:56 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2290/4336] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:57 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2047/4337] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:57 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2291/4338] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:57 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2048/4339] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:57 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2292/4340] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:05:57 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1011 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2049/4341] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:05:57 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1011 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2293/4342] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:05:57 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1011 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2050/4343] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:58 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2294/4344] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:58 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2051/4345] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:58 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1008 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2295/4346] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:58 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2052/4347] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:58 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 2296/4348] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:58 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2053/4349] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1011 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2054/4350] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2055/4351] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/security-groups?id=cba22b63-35af-4a14-a138-c6388dffadbd&id=b08b244f-b0c5-470c-a308-304cad03dd4c&fields=id&fields=name => generated 202 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2297/4352] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2056/4353] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 2298/4354] 10.0.0.78 () {34 vars in 1142 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/security-groups?name=tempest-SecurityGroupsTestJSON-securitygroup-1590635654&fields=id&tenant_id=feb911474b8b421d889f1787f7bfaab3 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2057/4355] 199.19.213.48 () {34 vars in 973 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2058/4356] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451?fields=binding%3Aprofile&fields=network_id => generated 62 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2299/4357] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:05:59 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2059/4358] 199.19.213.48 () {34 vars in 1014 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2060/4359] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1011 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2300/4360] 10.0.0.78 () {38 vars in 1022 bytes} [Wed Jul 29 09:06:00 2026] PUT /v2.0/ports/fba5b70b-b286-49a6-b297-878733860dc8 => generated 1046 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 09:06:00.374 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4928b6e4-c82f-49dc-99cd-41105a12da8d'] response: {'name': 'network-changed', 'server_uuid': '0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c', 'tag': 'fba5b70b-b286-49a6-b297-878733860dc8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2301/4361] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/security-groups/52727484-24ee-477d-bd6b-8c70d41bca91 => generated 1683 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:00.423 7 INFO neutron.api.v2.resource [req-eaa6970f-8e66-4902-9173-ee67f3675cf5 req-fe83a692-c590-40ea-800d-a7e2831639cb ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] delete failed (client error): There was a conflict when trying to complete your request. [pid: 7|app: 0|req: 2302/4362] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:06:00 2026] DELETE /v2.0/security-groups/52727484-24ee-477d-bd6b-8c70d41bca91 => generated 136 bytes in 32 msecs (HTTP/1.1 409) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2061/4363] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:06:00 2026] PUT /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1081 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2303/4364] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1049 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, ' [pid: 8|app: 0|req: 2062/4365] 10.0.0.78 () {34 vars in 1198 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/security-groups?id=b08b244f-b0c5-470c-a308-304cad03dd4c&id=cba22b63-35af-4a14-a138-c6388dffadbd&id=52727484-24ee-477d-bd6b-8c70d41bca91&fields=id&fields=name => generated 317 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2304/4366] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/ports?tenant_id=feb911474b8b421d889f1787f7bfaab3&device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1318 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2063/4367] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/networks?id=ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 773 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2305/4368] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:06:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=fba5b70b-b286-49a6-b297-878733860dc8 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2064/4369] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/subnets?id=6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 695 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2306/4370] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2065/4371] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?network_id=ec6439ef-492e-4fed-a2be-d5026ed5a58e&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2307/4372] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?tenant_id=0589c4317fef43a18b3c5dc99b846b93&device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2066/4373] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 2308/4374] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 961 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2067/4375] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2309/4376] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/networks?id=bf224c86-ad60-460a-9999-d8bf34f6687d => 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: 2068/4377] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e?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: 2310/4378] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ce37d54e-62b2-42be-b301-6f847a736925 => 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: 2311/4379] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/subnets?id=df5af33b-6cec-4272-82bd-ea566d764fc9 => generated 695 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2312/4380] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?network_id=bf224c86-ad60-460a-9999-d8bf34f6687d&device_owner=network%3Adhcp => 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: 2313/4381] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?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: 2314/4382] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d?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: 2315/4383] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2316/4384] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2069/4385] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2070/4386] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2317/4387] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1049 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2071/4388] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:01 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2318/4389] 10.0.0.78 () {34 vars in 1198 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/security-groups?id=b08b244f-b0c5-470c-a308-304cad03dd4c&id=cba22b63-35af-4a14-a138-c6388dffadbd&id=52727484-24ee-477d-bd6b-8c70d41bca91&fields=id&fields=name => generated 317 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2072/4390] 199.19.213.48 () {34 vars in 1064 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82&id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2073/4391] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=419f6013-7cbc-4d70-849f-5bde8f0468ac => generated 861 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2319/4392] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2074/4393] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2075/4394] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 2076/4395] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2077/4396] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2078/4397] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2079/4398] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:02 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:02.586 7 INFO neutron.db.l3_db [None req-d9c906e2-444c-4a59-9f80-3847e62f92a8 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP f35e5750-f6cf-437b-b573-9ff499e0dca3 associated. External IP: 10.96.250.208, port: 419f6013-7cbc-4d70-849f-5bde8f0468ac. [pid: 8|app: 0|req: 2082/4401] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1049 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2083/4402] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => generated 1049 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2320/4403] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:06:02 2026] PUT /v2.0/floatingips/f35e5750-f6cf-437b-b573-9ff499e0dca3 => generated 858 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:03.297 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8047f1a3-31de-4c83-8c65-d31b0a3f4814'] response: {'name': 'network-changed', 'server_uuid': '0d8bdfda-de50-45b9-bd81-a2a4e67dab70', 'tag': '419f6013-7cbc-4d70-849f-5bde8f0468ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2321/4404] 10.0.0.78 () {34 vars in 1198 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/security-groups?id=b08b244f-b0c5-470c-a308-304cad03dd4c&id=cba22b63-35af-4a14-a138-c6388dffadbd&id=52727484-24ee-477d-bd6b-8c70d41bca91&fields=id&fields=name => generated 317 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:03.321 8 INFO neutron_taas.services.taas.taas_plugin [req-39a6a9e8-cbcb-49f4-8bc7-b0a7be832f97 req-0b7a5846-6677-4f24-bb84-6f77b7411674 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] TaaS: Handle Delete Port: fba5b70b-b286-49a6-b297-878733860dc8 2026-07-29 09:06:03.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-39a6a9e8-cbcb-49f4-8bc7-b0a7be832f97 req-0b7a5846-6677-4f24-bb84-6f77b7411674 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] Tap Mirror: Handle Delete Port: fba5b70b-b286-49a6-b297-878733860dc8 [pid: 7|app: 0|req: 2322/4405] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2084/4406] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:06:03 2026] DELETE /v2.0/ports/fba5b70b-b286-49a6-b297-878733860dc8 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2323/4407] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 961 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2085/4408] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2324/4409] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-29 09:06:03.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45915eb4-f68f-439f-920b-7cd18b7c85e4'] response: {'server_uuid': '0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c', 'name': 'network-vif-deleted', 'tag': 'fba5b70b-b286-49a6-b297-878733860dc8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2086/4410] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2325/4411] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2087/4412] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=419f6013-7cbc-4d70-849f-5bde8f0468ac => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2326/4413] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:03 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2088/4414] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2327/4415] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2089/4416] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2328/4417] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 2090/4418] 199.19.213.48 () {34 vars in 1260 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2329/4419] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2091/4420] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2330/4421] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2092/4422] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:04 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2331/4423] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2093/4424] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 7|app: 0|req: 2332/4425] 199.19.213.48 () {34 vars in 973 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1081 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:05.346 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a75ead6-0855-49e0-a100-66b7fb217761'] response: {'name': 'network-changed', 'server_uuid': 'aab8a8b1-6e57-458e-98cf-0764083a2271', 'tag': '3d47c5ef-cefb-49ff-92f7-04da1c83e940', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2094/4426] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 678 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2095/4427] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 2333/4428] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:06:05 2026] PUT /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1278 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2096/4429] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 2514 bytes in 42 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: 2334/4430] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2097/4431] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3d47c5ef-cefb-49ff-92f7-04da1c83e940 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2335/4432] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:06 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2098/4433] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:06 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&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: 2336/4434] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:06 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2099/4435] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:06 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2337/4436] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:06 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2100/4437] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:06 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&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: 7|app: 0|req: 2338/4438] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:06 2026] GET /v2.0/ports?device_id=0ed5c45e-dc1a-4879-8f4d-7c8edf2a2a7c => 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: 2101/4439] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 2514 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2339/4440] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3d47c5ef-cefb-49ff-92f7-04da1c83e940 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2102/4441] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2340/4442] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2103/4443] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2341/4444] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2104/4445] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/security-groups?id=669999cc-7051-4e36-ade9-a896edbcbfdf&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2342/4446] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:07.463 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-729ba77a-c030-4f7a-adf6-83fa11a1a2ad'] response: {'name': 'network-changed', 'server_uuid': 'aab8a8b1-6e57-458e-98cf-0764083a2271', 'tag': '2dd89fb1-59e1-401e-abdf-71b966162451', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2343/4447] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2344/4448] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2dd89fb1-59e1-401e-abdf-71b966162451 => 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: 2345/4449] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:07.583 8 INFO neutron_taas.services.taas.taas_plugin [req-92ce9d2f-173c-4cdd-9da7-18534ccc5733 req-5b0f730e-9c19-4ddd-9a93-81e72144be69 2ac4590a5b0c4221b94d94944cf3ab40 0589c4317fef43a18b3c5dc99b846b93 - - default default] TaaS: Handle Delete Port: ce37d54e-62b2-42be-b301-6f847a736925 2026-07-29 09:06:07.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-92ce9d2f-173c-4cdd-9da7-18534ccc5733 req-5b0f730e-9c19-4ddd-9a93-81e72144be69 2ac4590a5b0c4221b94d94944cf3ab40 0589c4317fef43a18b3c5dc99b846b93 - - default default] Tap Mirror: Handle Delete Port: ce37d54e-62b2-42be-b301-6f847a736925 [pid: 7|app: 0|req: 2346/4450] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2347/4451] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2348/4452] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/security-groups/b08b244f-b0c5-470c-a308-304cad03dd4c => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2349/4453] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2105/4454] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:06:07 2026] DELETE /v2.0/ports/ce37d54e-62b2-42be-b301-6f847a736925 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2350/4455] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:06:07 2026] DELETE /v2.0/security-groups/b08b244f-b0c5-470c-a308-304cad03dd4c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:06:07.934 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe0073f0-0e01-4dbf-9f13-357a69da207c'] response: {'server_uuid': 'fb8b6be5-96d1-428e-8799-0b268dd6fec0', 'name': 'network-vif-deleted', 'tag': 'ce37d54e-62b2-42be-b301-6f847a736925', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2106/4456] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:07 2026] GET /v2.0/security-groups/52727484-24ee-477d-bd6b-8c70d41bca91 => generated 1683 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2351/4457] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:06:07 2026] DELETE /v2.0/security-groups/52727484-24ee-477d-bd6b-8c70d41bca91 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2107/4458] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:06:08 2026] POST /v2.0/security-groups => generated 1683 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2352/4459] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/security-groups/52762a78-7377-44eb-8441-3c0aedb65808 => generated 1683 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2108/4460] 10.0.0.78 () {38 vars in 1042 bytes} [Wed Jul 29 09:06:08 2026] PUT /v2.0/security-groups/52762a78-7377-44eb-8441-3c0aedb65808 => generated 1657 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2353/4461] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2109/4462] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/security-groups/52762a78-7377-44eb-8441-3c0aedb65808 => generated 1657 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2354/4463] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/security-groups/52762a78-7377-44eb-8441-3c0aedb65808 => generated 1657 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2355/4464] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 2514 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2356/4465] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2110/4466] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:06:08 2026] DELETE /v2.0/security-groups/52762a78-7377-44eb-8441-3c0aedb65808 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2357/4467] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=2dd89fb1-59e1-401e-abdf-71b966162451 => 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: 2111/4468] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:08.998 8 INFO neutron.api.v2.resource [req-1272c640-6dbe-4c60-b920-cd6b1e1b15fd req-0ba7615b-14ab-4cf6-a796-937d4fec2169 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2112/4469] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/security-groups/52727484-24ee-477d-bd6b-8c70d41bca91 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2358/4470] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:08 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:09.032 8 INFO neutron.api.v2.resource [req-eda9096b-b90f-4b2a-b49c-349f2e12db0f req-5b938265-d204-425d-a6b4-f63efdd5ec4c ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2113/4471] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/security-groups/b08b244f-b0c5-470c-a308-304cad03dd4c => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2359/4472] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:09.072 8 INFO neutron.api.v2.resource [req-9585a2df-d518-4aa2-9608-0924af69fb9b req-4eac926b-9836-4f61-a4f8-ab78b9fa8a77 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2114/4473] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/security-groups/c594d401-d1b6-40f0-87dc-0c9b2afa1549 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:06:09.105 8 INFO neutron.api.v2.resource [req-6b6fbd38-ec65-4f7d-b8a5-cbb5b02f3d92 req-f148fd28-7da7-42a9-99a0-20ee288ecac0 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2115/4474] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/security-groups/4093fcba-b30d-4c68-80b9-a112ba9f7d1c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2360/4475] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:09.137 8 INFO neutron.api.v2.resource [req-e7d20fa6-1aba-4cd1-8b15-665ac353255b req-04c201fa-66fe-4dd7-973d-6632ddf0188e ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2116/4476] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/security-groups/f4ff8c40-d4bf-420d-aff3-a5e5f40553ba => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:06:09.168 7 INFO neutron.api.v2.resource [req-ae44e346-b468-4e91-936c-7cf24a01a4cf req-171b53be-c235-4199-b361-a57539f25309 ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2361/4477] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/security-groups/898dcd89-7c6b-465c-8345-1e36458bff2a => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2117/4478] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1049 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2362/4479] 10.0.0.78 () {34 vars in 1198 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/security-groups?id=4a8e0784-8a66-4212-9071-969f24580eba&id=17678db2-4682-4d78-acc3-852007d5f74f&id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 317 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2118/4480] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:09 2026] GET /v2.0/ports?device_id=fb8b6be5-96d1-428e-8799-0b268dd6fec0 => 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: 2363/4481] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:10 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1049 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2119/4482] 10.0.0.78 () {34 vars in 1198 bytes} [Wed Jul 29 09:06:11 2026] GET /v2.0/security-groups?id=4a8e0784-8a66-4212-9071-969f24580eba&id=17678db2-4682-4d78-acc3-852007d5f74f&id=cba22b63-35af-4a14-a138-c6388dffadbd&fields=id&fields=name => generated 317 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2364/4483] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:11 2026] DELETE /v2.0/subnets/df5af33b-6cec-4272-82bd-ea566d764fc9 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2365/4484] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:06:11 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1012 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:11.748 8 INFO neutron.services.segments.plugin [-] Segment 919648ba-f988-4b35-b3bf-e86f2b0a8eb6 resource provider aggregate not found 2026-07-29 09:06:11.754 8 INFO neutron.services.segments.plugin [-] Segment 919648ba-f988-4b35-b3bf-e86f2b0a8eb6 resource provider aggregate not found 2026-07-29 09:06:11.772 8 INFO neutron.services.segments.plugin [-] Segment 919648ba-f988-4b35-b3bf-e86f2b0a8eb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 919648ba-f988-4b35-b3bf-e86f2b0a8eb6 found for delete ", "request_id": "req-f1e3803c-79c4-4df1-8bf2-86c2f397e238"}]} 2026-07-29 09:06:11.775 8 INFO neutron.services.segments.plugin [-] Segment 919648ba-f988-4b35-b3bf-e86f2b0a8eb6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 919648ba-f988-4b35-b3bf-e86f2b0a8eb6 found for delete ", "request_id": "req-a587b96c-5668-4f09-97ac-3b1d9b7eecfa"}]} [pid: 8|app: 0|req: 2120/4485] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:11 2026] DELETE /v2.0/networks/bf224c86-ad60-460a-9999-d8bf34f6687d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2366/4486] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:06:11 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1012 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2121/4487] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:06:11 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 1049 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2367/4488] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:11 2026] DELETE /v2.0/subnets/46d32c3e-d9b6-427e-bb97-702a34ea6e37 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:12.020 8 INFO neutron_taas.services.taas.taas_plugin [req-12d13db1-bfd1-4987-9ea3-76d642783b08 req-ddd48908-7715-4b3a-990a-da04b7825a7c ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] TaaS: Handle Delete Port: e6afd237-1234-4b1b-a9a6-781eac774981 2026-07-29 09:06:12.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-12d13db1-bfd1-4987-9ea3-76d642783b08 req-ddd48908-7715-4b3a-990a-da04b7825a7c ef59fc905d12416cac2f2efd7d7d9c7f feb911474b8b421d889f1787f7bfaab3 - - default default] Tap Mirror: Handle Delete Port: e6afd237-1234-4b1b-a9a6-781eac774981 [pid: 7|app: 0|req: 2368/4489] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:06:12 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:12.144 7 INFO neutron.services.segments.plugin [-] Segment bd62a22d-6984-4d66-87a7-017b77cb40e1 resource provider aggregate not found 2026-07-29 09:06:12.154 7 INFO neutron.services.segments.plugin [-] Segment bd62a22d-6984-4d66-87a7-017b77cb40e1 resource provider aggregate not found 2026-07-29 09:06:12.164 7 INFO neutron.services.segments.plugin [-] Segment bd62a22d-6984-4d66-87a7-017b77cb40e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd62a22d-6984-4d66-87a7-017b77cb40e1 found for delete ", "request_id": "req-1a564d9e-5a73-4c35-bc96-25b26b1742c6"}]} 2026-07-29 09:06:12.178 7 INFO neutron.services.segments.plugin [-] Segment bd62a22d-6984-4d66-87a7-017b77cb40e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd62a22d-6984-4d66-87a7-017b77cb40e1 found for delete ", "request_id": "req-fcfeb5d5-270d-47a2-b1c8-397bb0cb475e"}]} [pid: 7|app: 0|req: 2369/4490] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:12 2026] DELETE /v2.0/networks/e172c4fe-4ccd-4851-a7ce-745f0fc8980a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2122/4491] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:06:11 2026] DELETE /v2.0/ports/e6afd237-1234-4b1b-a9a6-781eac774981 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:12.263 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-640d632d-77ef-409e-9042-653e2438b865'] response: {'server_uuid': '106c4393-ee2c-4a7a-9d87-c717501f1b6a', 'name': 'network-vif-deleted', 'tag': 'e6afd237-1234-4b1b-a9a6-781eac774981', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2123/4492] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:12 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => 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: 2370/4493] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:12 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2124/4494] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:12 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2371/4495] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:12 2026] GET /v2.0/security-groups?tenant_id=8171382980c04d489beb014c5a556a9f&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: 2125/4496] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:12 2026] DELETE /v2.0/security-groups/bddf24e2-4378-4a9d-ae75-36c64f681e07 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2372/4497] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1012 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2126/4498] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/security-groups?tenant_id=0589c4317fef43a18b3c5dc99b846b93&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2373/4499] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:13 2026] DELETE /v2.0/security-groups/669999cc-7051-4e36-ade9-a896edbcbfdf => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2127/4500] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => 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: 2374/4501] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2128/4502] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2375/4503] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2129/4504] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 770 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2376/4505] 199.19.213.48 () {34 vars in 973 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2130/4506] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2377/4507] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451?fields=binding%3Aprofile&fields=network_id => generated 62 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2131/4508] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2378/4509] 199.19.213.48 () {34 vars in 1014 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2132/4510] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&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: 2379/4511] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2380/4512] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2381/4513] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2133/4514] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:06:14 2026] PUT /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 1082 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2382/4515] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/ports?device_id=106c4393-ee2c-4a7a-9d87-c717501f1b6a => generated 12 bytes in 20 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: 2134/4516] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2383/4517] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:14 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2135/4518] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:06:15 2026] GET /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 962 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2384/4519] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:15 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2136/4520] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:15 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2385/4521] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:15 2026] GET /v2.0/security-groups/4a8e0784-8a66-4212-9071-969f24580eba => generated 1682 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2137/4522] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:06:15 2026] DELETE /v2.0/security-groups/4a8e0784-8a66-4212-9071-969f24580eba => 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: 2138/4523] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:06:15 2026] GET /v2.0/security-groups/17678db2-4682-4d78-acc3-852007d5f74f => generated 1683 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2386/4524] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:15 2026] GET /v2.0/ports?tenant_id=edb6638942fa482a9b4d522edf9894cb&device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2387/4525] 199.19.213.48 () {34 vars in 1064 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/networks?id=83e1bb08-bb2b-4307-9042-15c5143d5c82&id=83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 773 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2139/4526] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:06:16 2026] DELETE /v2.0/security-groups/17678db2-4682-4d78-acc3-852007d5f74f => 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: 2388/4527] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3d47c5ef-cefb-49ff-92f7-04da1c83e940 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2389/4528] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/subnets?id=0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 696 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2390/4529] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/ports?network_id=83e1bb08-bb2b-4307-9042-15c5143d5c82&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2391/4530] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2392/4531] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82?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: 2393/4532] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2394/4533] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:16.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-05aa6578-5b40-4125-bc41-84c35407cf01 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 16768fd0-4f2f-4f6c-bd20-19743f6a810a 2026-07-29 09:06:16.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05aa6578-5b40-4125-bc41-84c35407cf01 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 16768fd0-4f2f-4f6c-bd20-19743f6a810a [pid: 7|app: 0|req: 2395/4534] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2396/4535] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:16 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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: 2140/4536] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:06:16 2026] PUT /v2.0/routers/7ca77fba-57ce-474f-9d9c-6ac14cfa8ff7/remove_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2141/4537] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:17 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2142/4538] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:17 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:17.576 7 INFO neutron_taas.services.taas.taas_plugin [None req-47fbab54-0eb9-4265-bf40-55eee6f141de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8b417f08-6822-43fb-9b5e-e86ac212644f 2026-07-29 09:06:17.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47fbab54-0eb9-4265-bf40-55eee6f141de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8b417f08-6822-43fb-9b5e-e86ac212644f [pid: 8|app: 0|req: 2145/4541] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:17 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2146/4542] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:06:17 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:17.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-47fbab54-0eb9-4265-bf40-55eee6f141de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ab2fc677-2c1a-4c44-bfb5-cf80402031fe 2026-07-29 09:06:17.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47fbab54-0eb9-4265-bf40-55eee6f141de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ab2fc677-2c1a-4c44-bfb5-cf80402031fe [pid: 8|app: 0|req: 2147/4543] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:17 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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-07-29 09:06:18.066 8 INFO neutron_taas.services.taas.taas_plugin [req-a6187843-9691-4cb5-bef0-a0c3fe3fbabe req-5b151973-daa6-4cca-9a8f-75b4ea367e93 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 3d47c5ef-cefb-49ff-92f7-04da1c83e940 2026-07-29 09:06:18.070 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a6187843-9691-4cb5-bef0-a0c3fe3fbabe req-5b151973-daa6-4cca-9a8f-75b4ea367e93 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 3d47c5ef-cefb-49ff-92f7-04da1c83e940 2026-07-29 09:06:18.213 8 INFO neutron.db.l3_db [req-a6187843-9691-4cb5-bef0-a0c3fe3fbabe req-5b151973-daa6-4cca-9a8f-75b4ea367e93 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Floating IP f35e5750-f6cf-437b-b573-9ff499e0dca3 disassociated. External IP: 10.96.250.208, port: 3d47c5ef-cefb-49ff-92f7-04da1c83e940. 2026-07-29 09:06:18.380 7 INFO neutron.services.segments.plugin [-] Segment 73a214be-35b7-442a-9ff3-c43c2f6ad533 resource provider aggregate not found 2026-07-29 09:06:18.383 7 INFO neutron.services.segments.plugin [-] Segment 73a214be-35b7-442a-9ff3-c43c2f6ad533 resource provider aggregate not found 2026-07-29 09:06:18.401 7 INFO neutron.services.segments.plugin [-] Segment 73a214be-35b7-442a-9ff3-c43c2f6ad533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a214be-35b7-442a-9ff3-c43c2f6ad533 found for delete ", "request_id": "req-0318c09c-5d2f-4128-b082-2f143e1b67b9"}]} 2026-07-29 09:06:18.402 7 INFO neutron.services.segments.plugin [-] Segment 73a214be-35b7-442a-9ff3-c43c2f6ad533 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a214be-35b7-442a-9ff3-c43c2f6ad533 found for delete ", "request_id": "req-08a81fba-53bf-4ae7-9d2e-f1a721372e31"}]} 2026-07-29 09:06:18.433 7 INFO neutron.db.l3_hamode_db [None req-47fbab54-0eb9-4265-bf40-55eee6f141de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network c6c0b8b8-02da-481f-80c8-713a8233b876 was deleted as no HA routers are present in tenant feb911474b8b421d889f1787f7bfaab3. [pid: 7|app: 0|req: 2397/4544] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:17 2026] DELETE /v2.0/routers/7ca77fba-57ce-474f-9d9c-6ac14cfa8ff7 => generated 0 bytes in 1141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2148/4545] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:06:17 2026] DELETE /v2.0/ports/3d47c5ef-cefb-49ff-92f7-04da1c83e940 => generated 0 bytes in 752 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:18.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23ff72ed-9eaf-4df5-9eb4-f383c311a3d4'] response: {'server_uuid': 'aab8a8b1-6e57-458e-98cf-0764083a2271', 'name': 'network-vif-deleted', 'tag': '3d47c5ef-cefb-49ff-92f7-04da1c83e940', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2149/4546] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:18 2026] DELETE /v2.0/subnets/6acabf02-8f86-4149-8574-c7b7d391ea53 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:18.939 7 INFO neutron.db.segments_db [None req-7e32a1b6-2d90-41a9-ba78-f794f7aa3413 f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Added segment 630bd88e-19bc-4039-9599-05c1375ff27d of type vxlan for network 46a9b0e6-6b56-4191-8fc1-82d8952660fc [pid: 8|app: 0|req: 2150/4547] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:18 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 974 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:19.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-75504c3d-488b-4ab8-988e-afc0fa70294e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: cd1d4cb3-0b18-4542-9a4c-29da8c8e5686 2026-07-29 09:06:19.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75504c3d-488b-4ab8-988e-afc0fa70294e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: cd1d4cb3-0b18-4542-9a4c-29da8c8e5686 [pid: 7|app: 0|req: 2398/4548] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:06:18 2026] POST /v2.0/networks => generated 613 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2399/4549] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:19 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2400/4550] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:19 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:19.293 8 INFO neutron.services.segments.plugin [-] Segment 386271e7-0785-43a2-b0ac-fcb5e15e41f7 resource provider aggregate not found 2026-07-29 09:06:19.297 8 INFO neutron.services.segments.plugin [-] Segment 386271e7-0785-43a2-b0ac-fcb5e15e41f7 resource provider aggregate not found 2026-07-29 09:06:19.314 8 INFO neutron.services.segments.plugin [-] Segment 386271e7-0785-43a2-b0ac-fcb5e15e41f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 386271e7-0785-43a2-b0ac-fcb5e15e41f7 found for delete ", "request_id": "req-c4e595c3-d60c-4027-81bb-fa54b70fc6c5"}]} 2026-07-29 09:06:19.316 8 INFO neutron.services.segments.plugin [-] Segment 386271e7-0785-43a2-b0ac-fcb5e15e41f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 386271e7-0785-43a2-b0ac-fcb5e15e41f7 found for delete ", "request_id": "req-dccfbd54-8f34-40b5-b2f4-60cd34f99d99"}]} [pid: 8|app: 0|req: 2151/4551] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:18 2026] DELETE /v2.0/networks/ec6439ef-492e-4fed-a2be-d5026ed5a58e => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2401/4552] 10.0.0.17 () {34 vars in 662 bytes} [Wed Jul 29 09:06:19 2026] POST /v2.0/ports => generated 743 bytes in 479 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: 2402/4553] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:19 2026] GET /v2.0/security-groups?tenant_id=feb911474b8b421d889f1787f7bfaab3&name=default => generated 2929 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:19.781 8 INFO neutron.db.segments_db [None req-2b300045-e959-41c2-be65-2e90beca10c1 f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Added segment 0878078a-95dd-44c0-90f6-35691ce4a28c of type vxlan for network 5374f6c8-c2be-45f3-841c-e817a803c89c [pid: 7|app: 0|req: 2403/4554] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:19 2026] DELETE /v2.0/security-groups/cba22b63-35af-4a14-a138-c6388dffadbd => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2152/4555] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:06:19 2026] POST /v2.0/networks => generated 613 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2153/4556] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:20 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 974 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2154/4557] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:20 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => 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: 2155/4558] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:20 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2404/4559] 10.0.0.17 () {34 vars in 662 bytes} [Wed Jul 29 09:06:19 2026] POST /v2.0/ports => generated 743 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:06:20.713 8 INFO neutron.db.segments_db [None req-ffee24ef-0212-4bb5-b2f9-7fc30bb8b619 f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Added segment a4672a28-7a1a-4ab4-b156-b8e88be4c384 of type vxlan for network 51bb6245-3359-4a50-be31-395062acefe5 [pid: 8|app: 0|req: 2156/4560] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:06:20 2026] POST /v2.0/networks => generated 612 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: 2157/4561] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:21 2026] GET /v2.0/ports?device_id=aab8a8b1-6e57-458e-98cf-0764083a2271 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2405/4562] 10.0.0.17 () {34 vars in 662 bytes} [Wed Jul 29 09:06:20 2026] POST /v2.0/ports => generated 743 bytes in 558 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-07-29 09:06:21.565 8 INFO neutron.db.segments_db [None req-082501c9-56b2-4ce7-a5fb-89962c9a34cc f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Added segment 752c94eb-09a0-4887-9fe1-4c2f05ae8a3e of type vxlan for network c0589d83-a1a3-486a-8830-ccba5e32ac66 [pid: 7|app: 0|req: 2406/4563] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:21 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2407/4564] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:21 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2158/4565] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:06:21 2026] POST /v2.0/networks => generated 613 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2408/4566] 10.0.0.17 () {34 vars in 662 bytes} [Wed Jul 29 09:06:21 2026] POST /v2.0/ports => generated 743 bytes in 501 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-07-29 09:06:22.399 8 INFO neutron.db.segments_db [None req-92c86431-907c-4917-ba68-24cff2528927 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment b868e767-2c4c-4e59-80f9-887443fa3245 of type vxlan for network 05401cc2-ebb0-4c43-b60f-556ca8d9830c 2026-07-29 09:06:22.420 7 INFO neutron.db.segments_db [None req-61903a58-b094-4400-9215-e9955fcf6b5b f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Added segment cc2ef4c6-983a-4df2-a8c6-879eb30a39a0 of type vxlan for network d83410bf-ba6b-4954-9674-0e5cbdd3d1d2 [pid: 8|app: 0|req: 2159/4567] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:06:22 2026] POST /v2.0/networks => generated 724 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2409/4568] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:06:22 2026] POST /v2.0/networks => generated 612 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2160/4569] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:06:22 2026] POST /v2.0/subnets => generated 691 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2161/4570] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2162/4571] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2410/4572] 10.0.0.17 () {34 vars in 662 bytes} [Wed Jul 29 09:06:22 2026] POST /v2.0/ports => generated 743 bytes in 568 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: 2411/4573] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2412/4574] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:23.240 8 INFO neutron.db.segments_db [None req-b9859f6e-fbd3-40b2-8a9b-8460c65da496 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9115a980-dc62-4cae-b005-4efa1a99b742 of type vxlan for network 66d76418-988f-4db2-856e-f2f68dd1872f [pid: 7|app: 0|req: 2413/4575] 10.0.0.17 () {34 vars in 745 bytes} [Wed Jul 29 09:06:23 2026] PUT /v2.0/ports/29584f8d-e84b-4b25-9329-538664b866ff/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2414/4576] 10.0.0.17 () {34 vars in 745 bytes} [Wed Jul 29 09:06:23 2026] PUT /v2.0/ports/45a9e495-7292-4ae5-9664-aabe736f22db/tags => generated 25 bytes in 115 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: 2415/4577] 10.0.0.17 () {34 vars in 745 bytes} [Wed Jul 29 09:06:23 2026] PUT /v2.0/ports/f577ba79-5464-435a-8b82-6f70ecd7abb9/tags => generated 34 bytes in 107 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: 2416/4578] 10.0.0.17 () {34 vars in 745 bytes} [Wed Jul 29 09:06:23 2026] PUT /v2.0/ports/c68bce28-8505-4443-9296-09ae13b71853/tags => generated 19 bytes in 97 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: 2417/4579] 10.0.0.17 () {32 vars in 658 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:23.739 8 INFO neutron.db.l3_hamode_db [None req-b9859f6e-fbd3-40b2-8a9b-8460c65da496 792098ed716c44f9a3ede4e71835c564 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2418/4580] 10.0.0.17 () {32 vars in 672 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2419/4581] 10.0.0.17 () {32 vars in 668 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2420/4582] 10.0.0.17 () {32 vars in 680 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2421/4583] 10.0.0.17 () {32 vars in 666 bytes} [Wed Jul 29 09:06:23 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2422/4584] 10.0.0.17 () {32 vars in 680 bytes} [Wed Jul 29 09:06:24 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2423/4585] 10.0.0.17 () {32 vars in 676 bytes} [Wed Jul 29 09:06:24 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2424/4586] 10.0.0.17 () {32 vars in 688 bytes} [Wed Jul 29 09:06:24 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2425/4587] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:24 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:24.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb889461-0d58-4fa9-9533-053c4c72edbb f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] TaaS: Handle Delete Port: 29584f8d-e84b-4b25-9329-538664b866ff 2026-07-29 09:06:24.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb889461-0d58-4fa9-9533-053c4c72edbb f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Tap Mirror: Handle Delete Port: 29584f8d-e84b-4b25-9329-538664b866ff [pid: 7|app: 0|req: 2426/4588] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:06:24 2026] DELETE /v2.0/ports/29584f8d-e84b-4b25-9329-538664b866ff => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2427/4589] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:24 2026] GET /v2.0/security-groups?id=9a01ab40-e992-4b5c-bba6-330779a31d78&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-07-29 09:06:24.696 8 INFO neutron.db.l3_hamode_db [None req-b9859f6e-fbd3-40b2-8a9b-8460c65da496 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:06:24.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b17b293-b445-4dff-90fd-9d456fc74b57 f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] TaaS: Handle Delete Port: 45a9e495-7292-4ae5-9664-aabe736f22db 2026-07-29 09:06:24.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b17b293-b445-4dff-90fd-9d456fc74b57 f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Tap Mirror: Handle Delete Port: 45a9e495-7292-4ae5-9664-aabe736f22db [pid: 7|app: 0|req: 2428/4590] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:06:24 2026] DELETE /v2.0/ports/45a9e495-7292-4ae5-9664-aabe736f22db => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:25.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-a98dbf7b-1089-45c9-adac-f10fcf09cf8c f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] TaaS: Handle Delete Port: f577ba79-5464-435a-8b82-6f70ecd7abb9 2026-07-29 09:06:25.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a98dbf7b-1089-45c9-adac-f10fcf09cf8c f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Tap Mirror: Handle Delete Port: f577ba79-5464-435a-8b82-6f70ecd7abb9 [pid: 7|app: 0|req: 2429/4591] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:06:24 2026] DELETE /v2.0/ports/f577ba79-5464-435a-8b82-6f70ecd7abb9 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:25.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-a96de769-ad3a-4a75-bc53-03d80cc6c85b f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] TaaS: Handle Delete Port: c68bce28-8505-4443-9296-09ae13b71853 2026-07-29 09:06:25.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a96de769-ad3a-4a75-bc53-03d80cc6c85b f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Tap Mirror: Handle Delete Port: c68bce28-8505-4443-9296-09ae13b71853 [pid: 7|app: 0|req: 2430/4592] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:06:25 2026] DELETE /v2.0/ports/c68bce28-8505-4443-9296-09ae13b71853 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2431/4593] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:06:25 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:25.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-0335b6ea-bbda-4c8f-9c3a-b28c35860954 f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] TaaS: Handle Delete Port: 609452f4-1136-4aa1-bceb-dbb88bb5422a 2026-07-29 09:06:25.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0335b6ea-bbda-4c8f-9c3a-b28c35860954 f79c7b0303f742398af536c28c175ee3 7e8e71538f5049d8a9f72189613c9e1a - - default default] Tap Mirror: Handle Delete Port: 609452f4-1136-4aa1-bceb-dbb88bb5422a [pid: 7|app: 0|req: 2432/4594] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:06:25 2026] DELETE /v2.0/ports/609452f4-1136-4aa1-bceb-dbb88bb5422a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:25.723 7 INFO neutron_taas.services.taas.taas_plugin [req-252e6581-8812-4406-8a33-06499e06b0a4 req-c748a42a-6735-4c42-9b4c-53064681454e 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 419f6013-7cbc-4d70-849f-5bde8f0468ac 2026-07-29 09:06:25.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-252e6581-8812-4406-8a33-06499e06b0a4 req-c748a42a-6735-4c42-9b4c-53064681454e 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 419f6013-7cbc-4d70-849f-5bde8f0468ac [pid: 8|app: 0|req: 2163/4595] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:06:23 2026] POST /v2.0/routers => generated 731 bytes in 2774 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2433/4596] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:06:25 2026] DELETE /v2.0/ports/419f6013-7cbc-4d70-849f-5bde8f0468ac => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2434/4597] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:25 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:26.009 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8ad4f0a-004a-404e-896c-418886381269'] response: {'server_uuid': '0d8bdfda-de50-45b9-bd81-a2a4e67dab70', 'name': 'network-vif-deleted', 'tag': '419f6013-7cbc-4d70-849f-5bde8f0468ac', 'status': 'completed', 'code': 200} 2026-07-29 09:06:26.066 8 INFO neutron.services.segments.plugin [-] Segment 630bd88e-19bc-4039-9599-05c1375ff27d resource provider aggregate not found 2026-07-29 09:06:26.072 8 INFO neutron.services.segments.plugin [-] Segment 630bd88e-19bc-4039-9599-05c1375ff27d resource provider aggregate not found 2026-07-29 09:06:26.092 8 INFO neutron.services.segments.plugin [-] Segment 630bd88e-19bc-4039-9599-05c1375ff27d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630bd88e-19bc-4039-9599-05c1375ff27d found for delete ", "request_id": "req-bb8dc25a-b958-493b-9abd-c211b3d0dc4f"}]} 2026-07-29 09:06:26.095 8 INFO neutron.services.segments.plugin [-] Segment 630bd88e-19bc-4039-9599-05c1375ff27d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630bd88e-19bc-4039-9599-05c1375ff27d found for delete ", "request_id": "req-c0c4efb9-67ea-4a07-a737-9f76dc8b77e6"}]} [pid: 8|app: 0|req: 2164/4598] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:25 2026] DELETE /v2.0/networks/46a9b0e6-6b56-4191-8fc1-82d8952660fc => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2165/4599] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:26 2026] DELETE /v2.0/networks/5374f6c8-c2be-45f3-841c-e817a803c89c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2166/4600] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:26 2026] DELETE /v2.0/networks/51bb6245-3359-4a50-be31-395062acefe5 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2167/4601] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:26 2026] DELETE /v2.0/networks/c0589d83-a1a3-486a-8830-ccba5e32ac66 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2168/4602] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:26 2026] DELETE /v2.0/networks/d83410bf-ba6b-4954-9674-0e5cbdd3d1d2 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2169/4603] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:27 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => 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: 2435/4604] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:06:25 2026] PUT /v2.0/routers/31cda759-8a0e-437d-8eb5-f2f47196c846/add_router_interface => generated 309 bytes in 1525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:28.111 8 INFO neutron.services.segments.plugin [-] Segment 0878078a-95dd-44c0-90f6-35691ce4a28c resource provider aggregate not found 2026-07-29 09:06:28.116 8 INFO neutron.services.segments.plugin [-] Segment 0878078a-95dd-44c0-90f6-35691ce4a28c resource provider aggregate not found 2026-07-29 09:06:28.131 8 INFO neutron.services.segments.plugin [-] Segment 0878078a-95dd-44c0-90f6-35691ce4a28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0878078a-95dd-44c0-90f6-35691ce4a28c found for delete ", "request_id": "req-8226cbe9-6cae-48a6-85da-afcddab66af5"}]} 2026-07-29 09:06:28.142 8 INFO neutron.services.segments.plugin [-] Segment 0878078a-95dd-44c0-90f6-35691ce4a28c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0878078a-95dd-44c0-90f6-35691ce4a28c found for delete ", "request_id": "req-9a7c338a-37f5-402f-b28d-356d4f113308"}]} 2026-07-29 09:06:28.155 8 INFO neutron.services.segments.plugin [-] Segment a4672a28-7a1a-4ab4-b156-b8e88be4c384 resource provider aggregate not found 2026-07-29 09:06:28.159 8 INFO neutron.services.segments.plugin [-] Segment a4672a28-7a1a-4ab4-b156-b8e88be4c384 resource provider aggregate not found 2026-07-29 09:06:28.172 8 INFO neutron.services.segments.plugin [-] Segment a4672a28-7a1a-4ab4-b156-b8e88be4c384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4672a28-7a1a-4ab4-b156-b8e88be4c384 found for delete ", "request_id": "req-bbeb1232-accc-4d1d-a795-218e316f5db0"}]} 2026-07-29 09:06:28.179 8 INFO neutron.services.segments.plugin [-] Segment a4672a28-7a1a-4ab4-b156-b8e88be4c384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4672a28-7a1a-4ab4-b156-b8e88be4c384 found for delete ", "request_id": "req-1e2bbe08-ceae-4720-82bb-db48b173c54a"}]} 2026-07-29 09:06:28.203 8 INFO neutron.services.segments.plugin [-] Segment 752c94eb-09a0-4887-9fe1-4c2f05ae8a3e resource provider aggregate not found 2026-07-29 09:06:28.207 8 INFO neutron.services.segments.plugin [-] Segment 752c94eb-09a0-4887-9fe1-4c2f05ae8a3e resource provider aggregate not found [pid: 8|app: 0|req: 2170/4605] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:28.225 8 INFO neutron.services.segments.plugin [-] Segment 752c94eb-09a0-4887-9fe1-4c2f05ae8a3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 752c94eb-09a0-4887-9fe1-4c2f05ae8a3e found for delete ", "request_id": "req-7558fd06-c10b-4ba7-a6e6-a8e36efc0732"}]} 2026-07-29 09:06:28.231 8 INFO neutron.services.segments.plugin [-] Segment 752c94eb-09a0-4887-9fe1-4c2f05ae8a3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 752c94eb-09a0-4887-9fe1-4c2f05ae8a3e found for delete ", "request_id": "req-72b6e71f-2992-4279-90ef-fe0ed03cf457"}]} 2026-07-29 09:06:28.244 8 INFO neutron.services.segments.plugin [-] Segment cc2ef4c6-983a-4df2-a8c6-879eb30a39a0 resource provider aggregate not found 2026-07-29 09:06:28.255 8 INFO neutron.services.segments.plugin [-] Segment cc2ef4c6-983a-4df2-a8c6-879eb30a39a0 resource provider aggregate not found 2026-07-29 09:06:28.267 8 INFO neutron.services.segments.plugin [-] Segment cc2ef4c6-983a-4df2-a8c6-879eb30a39a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc2ef4c6-983a-4df2-a8c6-879eb30a39a0 found for delete ", "request_id": "req-f8969ee1-f6e8-47ac-aa48-e82c407615fa"}]} 2026-07-29 09:06:28.283 8 INFO neutron.services.segments.plugin [-] Segment cc2ef4c6-983a-4df2-a8c6-879eb30a39a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc2ef4c6-983a-4df2-a8c6-879eb30a39a0 found for delete ", "request_id": "req-8235e0b7-6418-4026-957a-12d151d8d461"}]} [pid: 7|app: 0|req: 2436/4606] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/security-groups?tenant_id=7e8e71538f5049d8a9f72189613c9e1a&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2171/4607] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:28 2026] DELETE /v2.0/security-groups/dac8b533-afe4-47b7-81d7-c390da2f1e1d => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2437/4608] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2172/4609] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/quotas/1721f2e1d63f4b878ce8e8f5c7621425 => 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: 2438/4610] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2173/4611] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2174/4612] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2439/4613] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/security-groups?tenant_id=bfa4bc82d1fc42f4bf70a0a6d93b6b2c&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2440/4614] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:28 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2175/4615] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:28 2026] DELETE /v2.0/security-groups/987bf7e4-3bd4-4cf5-a6a7-9d6acdeb9e5d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2176/4616] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:29 2026] GET /v2.0/ports?device_id=0d8bdfda-de50-45b9-bd81-a2a4e67dab70 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2441/4617] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:29 2026] GET /v2.0/security-groups?tenant_id=34d1ffe7798e4961a913b555449ddc95&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2177/4618] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:29 2026] DELETE /v2.0/security-groups/416bd038-0925-4ddd-a7d1-3ade196a4b35 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2442/4619] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:30 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:30.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-04b91428-3daa-4aa5-85c7-4f6631983a3f 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: 2dd89fb1-59e1-401e-abdf-71b966162451 2026-07-29 09:06:30.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04b91428-3daa-4aa5-85c7-4f6631983a3f 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: 2dd89fb1-59e1-401e-abdf-71b966162451 [pid: 8|app: 0|req: 2178/4620] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:06:30 2026] DELETE /v2.0/ports/2dd89fb1-59e1-401e-abdf-71b966162451 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2443/4621] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:30 2026] DELETE /v2.0/security-groups/9a01ab40-e992-4b5c-bba6-330779a31d78 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:06:31.004 8 INFO neutron.api.v2.resource [None req-3361a96f-52d6-4f0f-89cb-c57b38b116a1 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2179/4622] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:06:30 2026] GET /v2.0/security-groups/9a01ab40-e992-4b5c-bba6-330779a31d78 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:06:31.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa5e196b-c124-49fa-9358-b2d4c1c4b1a0 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] TaaS: Handle Delete Port: a586c258-78d0-4ffd-90cf-e93479d69a5b [pid: 8|app: 0|req: 2180/4623] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:31 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:31.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa5e196b-c124-49fa-9358-b2d4c1c4b1a0 4ca586bc5b254844bf8b6ac7d56bc85a edb6638942fa482a9b4d522edf9894cb - - default default] Tap Mirror: Handle Delete Port: a586c258-78d0-4ffd-90cf-e93479d69a5b [pid: 7|app: 0|req: 2444/4624] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:06:31 2026] DELETE /v2.0/floatingips/f35e5750-f6cf-437b-b573-9ff499e0dca3 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:06:31.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-60f7cf85-fdd3-4be4-91fc-7f0c50d38fbb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d06c4db4-a490-4d5f-8ad4-aff6d90f1626 2026-07-29 09:06:31.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60f7cf85-fdd3-4be4-91fc-7f0c50d38fbb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d06c4db4-a490-4d5f-8ad4-aff6d90f1626 [pid: 7|app: 0|req: 2445/4625] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:32 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2181/4626] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:06:31 2026] PUT /v2.0/routers/8e0ffa72-22d3-46fb-881a-d4269ca9e332/remove_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:32.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-3649a2a6-2b0f-4a74-ba1a-4dbbbdee21d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 89075d2d-759e-4511-8818-5aaa595a8059 2026-07-29 09:06:32.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3649a2a6-2b0f-4a74-ba1a-4dbbbdee21d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 89075d2d-759e-4511-8818-5aaa595a8059 2026-07-29 09:06:33.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-3649a2a6-2b0f-4a74-ba1a-4dbbbdee21d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: e5e5408d-0e44-4fe8-817c-ccc94cf7b0e4 2026-07-29 09:06:33.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3649a2a6-2b0f-4a74-ba1a-4dbbbdee21d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: e5e5408d-0e44-4fe8-817c-ccc94cf7b0e4 [pid: 8|app: 0|req: 2184/4629] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:33 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2185/4630] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:06:33 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 1245 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2186/4631] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:33 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2187/4632] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:33 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:33.720 7 INFO neutron.services.segments.plugin [-] Segment d37f5d70-dc24-4d03-af41-1f418e7f9083 resource provider aggregate not found 2026-07-29 09:06:33.723 7 INFO neutron.services.segments.plugin [-] Segment d37f5d70-dc24-4d03-af41-1f418e7f9083 resource provider aggregate not found 2026-07-29 09:06:33.740 7 INFO neutron.services.segments.plugin [-] Segment d37f5d70-dc24-4d03-af41-1f418e7f9083 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37f5d70-dc24-4d03-af41-1f418e7f9083 found for delete ", "request_id": "req-1e923cd9-1ec8-4b5f-a29e-e4874be73ee3"}]} 2026-07-29 09:06:33.745 7 INFO neutron.services.segments.plugin [-] Segment d37f5d70-dc24-4d03-af41-1f418e7f9083 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37f5d70-dc24-4d03-af41-1f418e7f9083 found for delete ", "request_id": "req-9b6debbe-51cc-408c-b472-0c89095d728c"}]} 2026-07-29 09:06:33.782 7 INFO neutron.db.l3_hamode_db [None req-3649a2a6-2b0f-4a74-ba1a-4dbbbdee21d6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 7d090d9d-ec78-45e8-a8aa-f634ad5c1514 was deleted as no HA routers are present in tenant edb6638942fa482a9b4d522edf9894cb. [pid: 7|app: 0|req: 2446/4633] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:32 2026] DELETE /v2.0/routers/8e0ffa72-22d3-46fb-881a-d4269ca9e332 => generated 0 bytes in 1193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2447/4634] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:33 2026] DELETE /v2.0/subnets/0724eee7-8c45-4a14-aa75-e2cd3dab456d => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:34.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-4de7c99a-fd74-4597-b87d-2bdd4f0715c5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 956c0e11-0149-486b-b4fd-37d98add2d34 2026-07-29 09:06:34.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4de7c99a-fd74-4597-b87d-2bdd4f0715c5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 956c0e11-0149-486b-b4fd-37d98add2d34 [pid: 8|app: 0|req: 2188/4635] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:06:33 2026] POST /v2.0/ports => generated 954 bytes in 605 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: 2448/4636] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:06:33 2026] DELETE /v2.0/networks/83e1bb08-bb2b-4307-9042-15c5143d5c82 => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:34.391 8 INFO neutron.db.segments_db [None req-9f0f193d-b284-40bd-99fc-30a0223f184a 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Added segment 9edb0fb6-6865-455c-836c-f3eaac074b47 of type vxlan for network beae0e00-615a-423f-8c4c-a5862a81e095 2026-07-29 09:06:34.925 8 INFO neutron.db.l3_hamode_db [None req-9f0f193d-b284-40bd-99fc-30a0223f184a 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2449/4637] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:06:34 2026] PUT /v2.0/ports/1d96c105-3fee-42ab-8700-145e14c42534 => generated 1235 bytes in 560 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-07-29 09:06:34.974 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-678ec878-ddbc-4219-8919-3df791883c5c'] response: {'name': 'network-changed', 'server_uuid': 'a1b806ed-10f3-4c41-bea6-5b600e932130', 'tag': '1d96c105-3fee-42ab-8700-145e14c42534', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2450/4638] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:34 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2451/4639] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:35 2026] GET /v2.0/security-groups?tenant_id=edb6638942fa482a9b4d522edf9894cb&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: 2452/4640] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:35 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:35.116 8 INFO neutron.db.l3_hamode_db [None req-9f0f193d-b284-40bd-99fc-30a0223f184a 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2453/4641] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:35 2026] DELETE /v2.0/security-groups/e80dffd4-431b-42e3-88ec-1ad87fb68eb3 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2454/4642] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:35 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2455/4643] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:06:35 2026] GET /v2.0/networks?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&shared=False => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2456/4644] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:06:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:35.762 7 INFO neutron.services.segments.plugin [-] Segment 0d91d31c-2739-4c9e-8040-2557e4c57912 resource provider aggregate not found 2026-07-29 09:06:35.763 7 INFO neutron.services.segments.plugin [-] Segment 0d91d31c-2739-4c9e-8040-2557e4c57912 resource provider aggregate not found 2026-07-29 09:06:35.790 7 INFO neutron.services.segments.plugin [-] Segment 0d91d31c-2739-4c9e-8040-2557e4c57912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d91d31c-2739-4c9e-8040-2557e4c57912 found for delete ", "request_id": "req-84e99e2e-9186-42bd-bb93-ba281288dadf"}]} 2026-07-29 09:06:35.803 7 INFO neutron.services.segments.plugin [-] Segment 0d91d31c-2739-4c9e-8040-2557e4c57912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d91d31c-2739-4c9e-8040-2557e4c57912 found for delete ", "request_id": "req-731c38d6-7094-4922-8c4e-959e234af801"}]} [pid: 8|app: 0|req: 2189/4645] 10.0.0.17 () {34 vars in 666 bytes} [Wed Jul 29 09:06:34 2026] POST /v2.0/routers => generated 474 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:06:36.084 7 INFO neutron.db.l3_hamode_db [None req-dd92f0d4-a3b7-4b70-ac99-fad066146d48 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2190/4646] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2191/4647] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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-07-29 09:06:36.283 7 INFO neutron.db.l3_hamode_db [None req-dd92f0d4-a3b7-4b70-ac99-fad066146d48 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2192/4648] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2193/4649] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=1d96c105-3fee-42ab-8700-145e14c42534 => 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: 2194/4650] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/subnets?id=61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => generated 694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2195/4651] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/ports?network_id=05401cc2-ebb0-4c43-b60f-556ca8d9830c&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2196/4652] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2197/4653] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:36 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2457/4654] 10.0.0.17 () {34 vars in 666 bytes} [Wed Jul 29 09:06:35 2026] POST /v2.0/routers => generated 474 bytes in 1171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:06:37.263 7 INFO neutron.db.l3_hamode_db [None req-9cf663ef-dfcd-444a-81dc-22af0189ffa7 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:06:37.451 7 INFO neutron.db.l3_hamode_db [None req-9cf663ef-dfcd-444a-81dc-22af0189ffa7 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:06:37.589 8 INFO neutron.db.segments_db [None req-7f5abde0-f446-4e96-9b2f-19d5ef08d169 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment dfb126a0-bcc5-4c0c-abde-e8a52a7a3c12 of type vxlan for network 1e523c0a-01d5-440a-ada3-e9e3c19e2735 [pid: 8|app: 0|req: 2198/4655] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:06:37 2026] POST /v2.0/networks => generated 732 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2199/4656] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:37 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2200/4657] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:06:37 2026] POST /v2.0/subnets => generated 698 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2201/4658] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:38 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:38.261 8 INFO neutron.db.segments_db [None req-e9249173-12c8-4956-8a5d-789072eb9c18 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment ae745ca7-0cb7-437c-9855-40114027306a of type vxlan for network 77189374-3ef9-47e0-8a22-9f5f6be2f4eb [pid: 7|app: 0|req: 2458/4659] 10.0.0.17 () {34 vars in 666 bytes} [Wed Jul 29 09:06:37 2026] POST /v2.0/routers => generated 474 bytes in 1261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:06:38.528 7 INFO neutron.db.l3_hamode_db [None req-7a3f4ca3-948a-4645-9c77-5131da76bbf5 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:06:38.648 8 INFO neutron.db.l3_hamode_db [None req-e9249173-12c8-4956-8a5d-789072eb9c18 792098ed716c44f9a3ede4e71835c564 d017f55deafc447ea4d63350b874588f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:06:38.700 7 INFO neutron.db.l3_hamode_db [None req-7a3f4ca3-948a-4645-9c77-5131da76bbf5 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2459/4660] 10.0.0.17 () {34 vars in 666 bytes} [Wed Jul 29 09:06:38 2026] POST /v2.0/routers => generated 474 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2460/4661] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:39 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:39.587 7 INFO neutron.db.l3_hamode_db [None req-318a4be4-dcfb-4f9c-b21d-af1690e5467c 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:06:39.601 8 INFO neutron.db.l3_hamode_db [None req-e9249173-12c8-4956-8a5d-789072eb9c18 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:06:39.803 7 INFO neutron.db.l3_hamode_db [None req-318a4be4-dcfb-4f9c-b21d-af1690e5467c 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2461/4662] 10.0.0.17 () {34 vars in 666 bytes} [Wed Jul 29 09:06:39 2026] POST /v2.0/routers => generated 474 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2462/4663] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:40 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2463/4664] 10.0.0.17 () {34 vars in 749 bytes} [Wed Jul 29 09:06:40 2026] PUT /v2.0/routers/5bf8bbf7-18f0-4a34-8586-9d18df517e61/tags => generated 17 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2202/4665] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:06:38 2026] POST /v2.0/routers => generated 738 bytes in 2691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2464/4666] 10.0.0.17 () {34 vars in 749 bytes} [Wed Jul 29 09:06:40 2026] PUT /v2.0/routers/8a1f551e-45f8-49a2-aa54-42d5f0f5e80c/tags => generated 25 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2465/4667] 10.0.0.17 () {34 vars in 749 bytes} [Wed Jul 29 09:06:40 2026] PUT /v2.0/routers/d8786e77-8ca0-411f-9871-75304f1a7418/tags => generated 34 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2466/4668] 10.0.0.17 () {34 vars in 749 bytes} [Wed Jul 29 09:06:41 2026] PUT /v2.0/routers/0e1c35f2-58f6-4d79-9fea-570d630e904c/tags => generated 19 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2467/4669] 10.0.0.17 () {32 vars in 662 bytes} [Wed Jul 29 09:06:41 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2468/4670] 10.0.0.17 () {32 vars in 676 bytes} [Wed Jul 29 09:06:41 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2469/4671] 10.0.0.17 () {32 vars in 672 bytes} [Wed Jul 29 09:06:41 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2470/4672] 10.0.0.17 () {32 vars in 684 bytes} [Wed Jul 29 09:06:41 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2471/4673] 10.0.0.17 () {32 vars in 670 bytes} [Wed Jul 29 09:06:41 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2472/4674] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:41 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2203/4675] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:06:40 2026] PUT /v2.0/routers/b75fe65c-b792-4037-a018-43718216b2ff/add_router_interface => generated 309 bytes in 1460 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2204/4676] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:42 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2473/4677] 10.0.0.17 () {32 vars in 684 bytes} [Wed Jul 29 09:06:41 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2205/4678] 10.0.0.17 () {32 vars in 680 bytes} [Wed Jul 29 09:06:42 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2474/4679] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:06:42 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2206/4680] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:06:42 2026] GET /v2.0/routers/5bf8bbf7-18f0-4a34-8586-9d18df517e61 => generated 485 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2207/4681] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:06:43 2026] POST /v2.0/security-groups => generated 1662 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2208/4682] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:06:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2209/4683] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:43 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2475/4684] 10.0.0.17 () {34 vars in 740 bytes} [Wed Jul 29 09:06:42 2026] PUT /v2.0/routers/5bf8bbf7-18f0-4a34-8586-9d18df517e61 => generated 485 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2476/4685] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:43 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2477/4686] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:06:43 2026] GET /v2.0/ports?device_id=5bf8bbf7-18f0-4a34-8586-9d18df517e61 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2210/4687] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:06:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:06:43.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b907e89-2704-4009-8442-5ff5ea89a159 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] TaaS: Handle Delete Port: 1409222d-362e-4270-8834-f4a11e5e5a05 2026-07-29 09:06:43.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b907e89-2704-4009-8442-5ff5ea89a159 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Tap Mirror: Handle Delete Port: 1409222d-362e-4270-8834-f4a11e5e5a05 [pid: 7|app: 0|req: 2478/4688] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:43 2026] DELETE /v2.0/routers/5bf8bbf7-18f0-4a34-8586-9d18df517e61 => generated 0 bytes in 497 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2479/4689] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:44 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2480/4690] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:06:44 2026] GET /v2.0/routers/8a1f551e-45f8-49a2-aa54-42d5f0f5e80c => generated 493 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2481/4691] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:44 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2211/4692] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:06:43 2026] POST /v2.0/floatingips => generated 552 bytes in 833 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2212/4693] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:44 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2213/4694] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:44 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2214/4695] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:44 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2215/4696] 10.0.0.78 () {34 vars in 1098 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1496744466&fields=id&tenant_id=d017f55deafc447ea4d63350b874588f => 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: 2482/4697] 10.0.0.17 () {34 vars in 740 bytes} [Wed Jul 29 09:06:44 2026] PUT /v2.0/routers/8a1f551e-45f8-49a2-aa54-42d5f0f5e80c => generated 493 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2216/4698] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2217/4699] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/ports?device_id=8a1f551e-45f8-49a2-aa54-42d5f0f5e80c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2483/4700] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/networks?id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 683 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2484/4701] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/quotas/d017f55deafc447ea4d63350b874588f => 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: 2485/4702] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:45.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-339fb96b-28be-4991-bb2d-f4747f6ff994 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] TaaS: Handle Delete Port: e509f204-a068-4863-90fc-3ab473d4f07d 2026-07-29 09:06:45.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-339fb96b-28be-4991-bb2d-f4747f6ff994 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Tap Mirror: Handle Delete Port: e509f204-a068-4863-90fc-3ab473d4f07d [pid: 7|app: 0|req: 2486/4703] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?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: 2487/4704] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?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: 2488/4705] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2489/4706] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2490/4707] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2218/4708] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:45 2026] DELETE /v2.0/routers/8a1f551e-45f8-49a2-aa54-42d5f0f5e80c => generated 0 bytes in 453 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2491/4709] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:06:45 2026] GET /v2.0/routers/d8786e77-8ca0-411f-9871-75304f1a7418 => generated 502 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2219/4710] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:06:45 2026] POST /v2.0/security-groups => generated 1662 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2220/4711] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:06:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2221/4712] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:06:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2492/4713] 10.0.0.17 () {34 vars in 740 bytes} [Wed Jul 29 09:06:45 2026] PUT /v2.0/routers/d8786e77-8ca0-411f-9871-75304f1a7418 => generated 502 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2222/4714] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:06:46 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2223/4715] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:06:46 2026] GET /v2.0/ports?device_id=d8786e77-8ca0-411f-9871-75304f1a7418 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:46.662 8 INFO neutron_taas.services.taas.taas_plugin [req-1dcd7abf-2f9f-456a-aaed-b0a6b0cdc369 req-7bb3bbf7-1f38-4214-bb33-71ebd84e144a ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] TaaS: Handle Delete Port: 1d96c105-3fee-42ab-8700-145e14c42534 2026-07-29 09:06:46.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1dcd7abf-2f9f-456a-aaed-b0a6b0cdc369 req-7bb3bbf7-1f38-4214-bb33-71ebd84e144a ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] Tap Mirror: Handle Delete Port: 1d96c105-3fee-42ab-8700-145e14c42534 [pid: 8|app: 0|req: 2224/4716] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:06:46 2026] DELETE /v2.0/ports/1d96c105-3fee-42ab-8700-145e14c42534 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:06:47.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-7aefe0b3-d2c9-4f1d-a809-e31c163a9e32 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] TaaS: Handle Delete Port: 9107fbf9-4ef2-4be9-8b60-0ce87c82a86a 2026-07-29 09:06:47.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7aefe0b3-d2c9-4f1d-a809-e31c163a9e32 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Tap Mirror: Handle Delete Port: 9107fbf9-4ef2-4be9-8b60-0ce87c82a86a [pid: 7|app: 0|req: 2493/4717] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:06:46 2026] POST /v2.0/floatingips => generated 552 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2494/4718] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2495/4719] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:47.233 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-324c6347-b576-4554-9a6b-f073129163b2'] response: {'server_uuid': 'a1b806ed-10f3-4c41-bea6-5b600e932130', 'name': 'network-vif-deleted', 'tag': '1d96c105-3fee-42ab-8700-145e14c42534', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2496/4720] 10.0.0.78 () {34 vars in 1098 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1557341766&fields=id&tenant_id=03b961b155e040909319655c4da9a121 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2225/4721] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:46 2026] DELETE /v2.0/routers/d8786e77-8ca0-411f-9871-75304f1a7418 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2497/4722] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2498/4723] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/quotas/03b961b155e040909319655c4da9a121 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2226/4724] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/routers/0e1c35f2-58f6-4d79-9fea-570d630e904c => generated 487 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2499/4725] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&fields=id => generated 149 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2500/4726] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2501/4727] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2502/4728] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2505/4731] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:47 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2227/4732] 10.0.0.17 () {34 vars in 740 bytes} [Wed Jul 29 09:06:47 2026] PUT /v2.0/routers/0e1c35f2-58f6-4d79-9fea-570d630e904c => generated 487 bytes in 682 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2506/4733] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:06:48 2026] GET /v2.0/ports?device_id=0e1c35f2-58f6-4d79-9fea-570d630e904c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2507/4734] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:48 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2508/4735] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:48 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2509/4736] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:48 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:06:49.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2fd79b4-7d12-4763-acd5-33913a8d7440 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] TaaS: Handle Delete Port: bf537a86-135e-43e7-ae44-dc0aaee39dde 2026-07-29 09:06:49.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2fd79b4-7d12-4763-acd5-33913a8d7440 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Tap Mirror: Handle Delete Port: bf537a86-135e-43e7-ae44-dc0aaee39dde [pid: 8|app: 0|req: 2228/4737] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:48 2026] DELETE /v2.0/routers/0e1c35f2-58f6-4d79-9fea-570d630e904c => generated 0 bytes in 1165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2510/4738] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:06:49 2026] GET /v2.0/routers/f7e73040-cf85-46c7-bc4b-09de083342ba => generated 480 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2511/4739] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:49 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2512/4740] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:49 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => 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: 2513/4741] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:50 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2229/4742] 10.0.0.17 () {34 vars in 740 bytes} [Wed Jul 29 09:06:49 2026] PUT /v2.0/routers/f7e73040-cf85-46c7-bc4b-09de083342ba => generated 480 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2514/4743] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:06:50 2026] GET /v2.0/ports?device_id=f7e73040-cf85-46c7-bc4b-09de083342ba => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2230/4744] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:50 2026] GET /v2.0/networks?id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 683 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2231/4745] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:06:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d017f55deafc447ea4d63350b874588f => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:06:50.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-efc82c59-42a5-4975-8dfc-fab487024ebc 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] TaaS: Handle Delete Port: ebc1c4be-cafe-42f0-bc3e-17462a2b8f64 2026-07-29 09:06:50.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efc82c59-42a5-4975-8dfc-fab487024ebc 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] Tap Mirror: Handle Delete Port: ebc1c4be-cafe-42f0-bc3e-17462a2b8f64 2026-07-29 09:06:50.800 7 INFO neutron.services.segments.plugin [-] Segment 9edb0fb6-6865-455c-836c-f3eaac074b47 resource provider aggregate not found 2026-07-29 09:06:50.810 7 INFO neutron.services.segments.plugin [-] Segment 9edb0fb6-6865-455c-836c-f3eaac074b47 resource provider aggregate not found 2026-07-29 09:06:50.835 7 INFO neutron.services.segments.plugin [-] Segment 9edb0fb6-6865-455c-836c-f3eaac074b47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9edb0fb6-6865-455c-836c-f3eaac074b47 found for delete ", "request_id": "req-9eb80d05-b718-4857-b1d3-872f516cc4bc"}]} 2026-07-29 09:06:50.843 7 INFO neutron.services.segments.plugin [-] Segment 9edb0fb6-6865-455c-836c-f3eaac074b47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9edb0fb6-6865-455c-836c-f3eaac074b47 found for delete ", "request_id": "req-0999728e-6b5f-40fc-9c4c-923af95fca40"}]} 2026-07-29 09:06:50.859 7 INFO neutron.db.l3_hamode_db [None req-efc82c59-42a5-4975-8dfc-fab487024ebc 08206ffc7aa946298fe013ed67420e49 6504595b57c944a6b43c8c299bb328db - - default default] HA network beae0e00-615a-423f-8c4c-a5862a81e095 was deleted as no HA routers are present in tenant 6504595b57c944a6b43c8c299bb328db. [pid: 7|app: 0|req: 2515/4746] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:06:50 2026] DELETE /v2.0/routers/f7e73040-cf85-46c7-bc4b-09de083342ba => generated 0 bytes in 764 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2516/4747] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:50 2026] GET /v2.0/ports?device_id=a1b806ed-10f3-4c41-bea6-5b600e932130 => 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: 2232/4748] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:06:50 2026] POST /v2.0/ports => generated 958 bytes in 679 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: 2233/4749] 199.19.213.48 () {34 vars in 909 bytes} [Wed Jul 29 09:06:50 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: 2517/4750] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:50 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 961 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2518/4751] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:50 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2519/4752] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:51 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2234/4753] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:06:50 2026] PUT /v2.0/ports/cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 1239 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:51.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b35b3c0-7ae6-4481-91b8-45d3dd8432e3'] response: {'name': 'network-changed', 'server_uuid': 'f2f4d006-cef3-433d-bea3-93ecd44dccaa', 'tag': 'cae6e7fb-991b-43c1-bc19-0d367e041d77', '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: 2235/4754] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2236/4755] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/networks?tenant_id=d017f55deafc447ea4d63350b874588f&shared=False => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2237/4756] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2238/4757] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2239/4758] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&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: 2520/4759] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:51 2026] GET /v2.0/security-groups?tenant_id=8bcf48de4443476dbd92b01cfdf31078&name=default => generated 2929 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2240/4760] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2521/4761] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:52 2026] DELETE /v2.0/security-groups/b72d3e6b-0065-47f1-bf6b-ff41cf1ebd41 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2241/4762] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2522/4763] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/quotas/1721f2e1d63f4b878ce8e8f5c7621425 => 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: 2242/4764] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2243/4765] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2244/4766] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2245/4767] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2523/4768] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/security-groups?tenant_id=490eeeeda7834edb80550f28a98c26fc&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2246/4769] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:52 2026] DELETE /v2.0/security-groups/68cd2357-4210-4fe7-94e5-5ffe0fc6a655 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2524/4770] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:52 2026] GET /v2.0/ports?device_id=7d837dd2-eaf3-4f9b-abd7-e195b4f8128a => 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: 2247/4771] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/security-groups?tenant_id=6504595b57c944a6b43c8c299bb328db&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2525/4772] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2526/4773] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => 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: 2527/4774] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/subnets?id=ada7fe62-965e-48ae-96dc-9132edc115d0 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2528/4775] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2529/4776] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2248/4777] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:06:53 2026] DELETE /v2.0/security-groups/3fe8ed05-48f5-49c7-bc5a-f46d16028b8f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2530/4778] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/ports?network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2249/4779] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2531/4780] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2250/4781] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?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: 2532/4782] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03b961b155e040909319655c4da9a121 => generated 274 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2251/4783] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2252/4784] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2253/4785] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/quotas/1721f2e1d63f4b878ce8e8f5c7621425 => 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: 2254/4786] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&fields=id => generated 103 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2533/4787] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:06:53 2026] POST /v2.0/ports => generated 954 bytes in 534 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: 2255/4788] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:06:53 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2256/4789] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:06:54 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2257/4790] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:54 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2258/4791] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:54 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2259/4792] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:54 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2260/4793] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:54 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2534/4794] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:06:54 2026] PUT /v2.0/ports/be669360-43f0-407e-b211-b17651caec7e => generated 1235 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:06:54.732 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50b8755e-f3b9-4315-88f6-9dd22c656440'] response: {'name': 'network-changed', 'server_uuid': '784a6986-02f1-4d76-a99a-6619067a48cb', 'tag': 'be669360-43f0-407e-b211-b17651caec7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2261/4795] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:54 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&fields=id&fields=name => generated 114 bytes in 81 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: 2535/4796] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2262/4797] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/networks?tenant_id=03b961b155e040909319655c4da9a121&shared=False => generated 770 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2536/4798] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2263/4799] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2537/4800] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2264/4801] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&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: 2538/4802] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2265/4803] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:55 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&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: 2539/4804] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 1238 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2266/4805] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2540/4806] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=be669360-43f0-407e-b211-b17651caec7e => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2267/4807] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2541/4808] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&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: 2268/4809] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2542/4810] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2269/4811] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2543/4812] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2270/4813] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:56 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2544/4814] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:57 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&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: 2271/4815] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:57 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2272/4816] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:58 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2273/4817] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:58 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&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: 2274/4818] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:58 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2545/4819] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:06:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2275/4820] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:58 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2546/4821] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:06:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2276/4822] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:06:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2547/4823] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:06:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2277/4824] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:58 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2278/4825] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:06:58 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2548/4826] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:06:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2549/4827] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:06:58 2026] PUT /v2.0/subnetpools/91eb90e5-30d0-4691-83f9-cd2e4ea266d9/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2550/4828] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:06:58 2026] PUT /v2.0/subnetpools/ae9b9033-b177-4917-8137-28810681b64c/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2551/4829] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:06:59 2026] PUT /v2.0/subnetpools/cf52985c-2068-4148-a4a1-564951b7cbb8/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2552/4830] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:06:59 2026] PUT /v2.0/subnetpools/c7bf2b28-f6db-4432-a9b1-c3c97f6b0574/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2553/4831] 10.0.0.17 () {32 vars in 670 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2554/4832] 10.0.0.17 () {32 vars in 684 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2555/4833] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2556/4834] 10.0.0.17 () {32 vars in 680 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2279/4835] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:06:58 2026] POST /v2.0/ports => generated 954 bytes in 579 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: 2557/4836] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2558/4837] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2280/4838] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2281/4839] 10.0.0.17 () {32 vars in 678 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2282/4840] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2283/4841] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2284/4842] 10.0.0.17 () {32 vars in 688 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2285/4843] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2286/4844] 10.0.0.17 () {32 vars in 700 bytes} [Wed Jul 29 09:06:59 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2559/4845] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:06:59 2026] PUT /v2.0/ports/153b6289-7196-46e7-93d8-fdebddbfa4ec => generated 1235 bytes in 586 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-07-29 09:07:00.097 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f18fdea-4ab5-473a-a516-f55150801732'] response: {'name': 'network-changed', 'server_uuid': 'e79afadd-8149-45b7-91a9-1f132388bda1', 'tag': '153b6289-7196-46e7-93d8-fdebddbfa4ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2560/4846] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:07:00 2026] DELETE /v2.0/subnetpools/91eb90e5-30d0-4691-83f9-cd2e4ea266d9 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:07:00.162 8 INFO neutron.db.l3_db [None req-a9afc00b-9837-4cc7-8df8-2d742214d032 232baf3356e74745a006776735683f47 d017f55deafc447ea4d63350b874588f - - default default] Floating IP 616d2aee-3396-42a4-b0b3-ddd501f1dd48 associated. External IP: 10.96.250.213, port: cae6e7fb-991b-43c1-bc19-0d367e041d77. [pid: 7|app: 0|req: 2561/4847] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2562/4848] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:07:00 2026] DELETE /v2.0/subnetpools/ae9b9033-b177-4917-8137-28810681b64c => 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: 2563/4849] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2564/4850] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:07:00 2026] DELETE /v2.0/subnetpools/cf52985c-2068-4148-a4a1-564951b7cbb8 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2287/4851] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:06:59 2026] PUT /v2.0/floatingips/616d2aee-3396-42a4-b0b3-ddd501f1dd48 => generated 856 bytes in 844 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2565/4852] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:07:00 2026] DELETE /v2.0/subnetpools/c7bf2b28-f6db-4432-a9b1-c3c97f6b0574 => 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: 2288/4853] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2566/4854] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:07:00 2026] DELETE /v2.0/subnetpools/c20ac6ee-25c9-4b39-a0b3-3c61cd1a56b5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2567/4855] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2289/4856] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 1238 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:07:00.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-229fae6e-e1f1-4b0c-8abc-0c7aeea7a6aa'] response: {'name': 'network-changed', 'server_uuid': 'f2f4d006-cef3-433d-bea3-93ecd44dccaa', 'tag': 'cae6e7fb-991b-43c1-bc19-0d367e041d77', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2290/4857] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2568/4858] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/networks?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&shared=False => generated 771 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2291/4859] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&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: 2569/4860] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:07:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2292/4861] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2570/4862] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/networks?id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 779 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2293/4863] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2571/4864] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/subnets?id=ada7fe62-965e-48ae-96dc-9132edc115d0 => generated 701 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2294/4865] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2572/4866] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/ports?network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2295/4867] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2573/4868] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?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: 2296/4869] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2574/4870] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2575/4871] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&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: 2576/4872] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2577/4873] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2578/4874] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=153b6289-7196-46e7-93d8-fdebddbfa4ec => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2297/4875] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:01 2026] GET /v2.0/security-groups?tenant_id=dda13bb0cde848f589f0fa4f159ba7e9&name=default => generated 2929 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2298/4876] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/subnets?id=61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2299/4877] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:02 2026] DELETE /v2.0/security-groups/8654bc74-69fc-4fea-9827-a1e49197c7d7 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2300/4878] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/ports?network_id=05401cc2-ebb0-4c43-b60f-556ca8d9830c&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2301/4879] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:02.500 7 INFO neutron.db.l3_db [None req-da88fccb-f762-489c-9585-0f78025cefdc 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Floating IP 175b39b3-2c09-423d-9266-5988e620e426 associated. External IP: 10.96.250.216, port: be669360-43f0-407e-b211-b17651caec7e. [pid: 8|app: 0|req: 2302/4880] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2303/4881] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/security-groups?tenant_id=fc529eeaade74b67b11916e8ce8a65ad&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2304/4882] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2579/4885] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:07:02 2026] PUT /v2.0/floatingips/175b39b3-2c09-423d-9266-5988e620e426 => generated 855 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:02.986 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0c546d7-c186-4006-850d-9da23d846a89'] response: {'name': 'network-changed', 'server_uuid': '784a6986-02f1-4d76-a99a-6619067a48cb', 'tag': 'be669360-43f0-407e-b211-b17651caec7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2307/4886] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:02 2026] DELETE /v2.0/security-groups/caa1a2d6-f4ad-46b5-a1f5-9a7f5230c007 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2580/4887] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:02 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2308/4888] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/security-groups?tenant_id=e2ccc7fae04047c89f30595e4ed90253&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2309/4889] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2581/4890] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:03 2026] DELETE /v2.0/security-groups/1ff27dd7-5be9-4a4a-b617-d0ab8105b4ff => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2310/4891] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 770 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2582/4892] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=be669360-43f0-407e-b211-b17651caec7e => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2311/4893] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => 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: 2583/4894] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2312/4895] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2584/4896] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:03 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2313/4897] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:04 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2585/4898] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:04 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2314/4899] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:05 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2586/4900] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:05 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2315/4901] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:06 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2587/4902] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:06 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2316/4903] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:07:07 2026] POST /v2.0/security-groups => generated 1603 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2588/4904] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:07 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 971 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2317/4905] 10.0.0.17 () {34 vars in 765 bytes} [Wed Jul 29 09:07:07 2026] PUT /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2589/4906] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:07 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2318/4907] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:07:07 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2590/4908] 10.0.0.17 () {34 vars in 776 bytes} [Wed Jul 29 09:07:07 2026] PUT /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags/green => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2319/4909] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:07:07 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/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: 2591/4910] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:07 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2320/4911] 10.0.0.17 () {34 vars in 772 bytes} [Wed Jul 29 09:07:07 2026] PUT /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2592/4912] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2321/4913] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2593/4914] 10.0.0.17 () {34 vars in 794 bytes} [Wed Jul 29 09:07:08 2026] PUT /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2322/4915] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2594/4916] 10.0.0.17 () {34 vars in 765 bytes} [Wed Jul 29 09:07:08 2026] PUT /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2323/4917] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2595/4918] 10.0.0.17 () {32 vars in 753 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:07:08.402 8 INFO neutron.api.v2.resource [None req-5c06e9a0-bfc3-49be-a08d-ca9a76795510 26d42d88b61648a1860055053a51f944 68546a20a1da4420ab1f91ad2fbc23e8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2324/4919] 10.0.0.17 () {32 vars in 757 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/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: 2596/4920] 10.0.0.17 () {32 vars in 756 bytes} [Wed Jul 29 09:07:08 2026] DELETE /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2325/4921] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:08.572 7 INFO neutron.api.v2.resource [None req-5365e533-59fb-4575-b3fb-2bfd80e200a5 26d42d88b61648a1860055053a51f944 68546a20a1da4420ab1f91ad2fbc23e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2597/4922] 10.0.0.17 () {32 vars in 760 bytes} [Wed Jul 29 09:07:08 2026] DELETE /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/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: 2326/4923] 10.0.0.17 () {32 vars in 748 bytes} [Wed Jul 29 09:07:08 2026] DELETE /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2598/4924] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:07:08 2026] GET /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2327/4925] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:08 2026] DELETE /v2.0/security-groups/54717150-97d2-47a5-835b-1f56b8f3fa6f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2599/4926] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:09 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2328/4927] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:09 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2600/4928] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:09 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2329/4929] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:09 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2601/4930] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:09 2026] GET /v2.0/security-groups?tenant_id=68546a20a1da4420ab1f91ad2fbc23e8&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2330/4931] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:09 2026] DELETE /v2.0/security-groups/8f35b2ec-9a41-49bf-90da-db8eeb8ed266 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2602/4932] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:10 2026] GET /v2.0/security-groups?tenant_id=93dcfad3394d4876970c86ddfad44de8&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2331/4933] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:10 2026] DELETE /v2.0/security-groups/14e3f4bc-e694-4a70-b847-a65d88214093 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2603/4934] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:10 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2332/4935] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:07:10 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2604/4936] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:10 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2333/4937] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:10 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&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: 2605/4938] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:07:11 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2334/4939] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:11 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2606/4940] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:11 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2335/4941] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:11 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2607/4942] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:07:12 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:12.220 8 INFO neutron_taas.services.taas.taas_plugin [req-e7f50074-89e4-4245-83c1-317afee66c85 req-3b476793-dc17-415e-8783-bc22f91a5310 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] TaaS: Handle Delete Port: 153b6289-7196-46e7-93d8-fdebddbfa4ec 2026-07-29 09:07:12.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e7f50074-89e4-4245-83c1-317afee66c85 req-3b476793-dc17-415e-8783-bc22f91a5310 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] Tap Mirror: Handle Delete Port: 153b6289-7196-46e7-93d8-fdebddbfa4ec [pid: 8|app: 0|req: 2336/4943] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:07:12 2026] DELETE /v2.0/ports/153b6289-7196-46e7-93d8-fdebddbfa4ec => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:07:12.434 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-887625e3-cd95-4239-95b9-962ab84ee3cd'] response: {'server_uuid': 'e79afadd-8149-45b7-91a9-1f132388bda1', 'name': 'network-vif-deleted', 'tag': '153b6289-7196-46e7-93d8-fdebddbfa4ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2608/4944] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:12 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2337/4945] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:14 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2609/4946] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:14 2026] GET /v2.0/security-groups?tenant_id=bd4e86ad5ebe445bb412c5d2f8eff8e7&name=default => generated 2929 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2338/4947] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:14 2026] DELETE /v2.0/security-groups/20582a94-6e4b-498b-a8fa-97963774e511 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2610/4948] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:14 2026] GET /v2.0/security-groups?tenant_id=2cfb0999ee20420fbcba26fb9771b335&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2339/4949] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:14 2026] DELETE /v2.0/security-groups/65858285-ed13-4c49-89b7-570e80f8f8a4 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2611/4950] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:15 2026] GET /v2.0/ports?device_id=e79afadd-8149-45b7-91a9-1f132388bda1 => 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: 2340/4951] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:07:16 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => 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: 2612/4952] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:07:16 2026] GET /v2.0/quotas/1721f2e1d63f4b878ce8e8f5c7621425 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2341/4953] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:07:16 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&fields=id => generated 103 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2613/4954] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:07:16 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2342/4955] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:07:16 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2614/4956] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:17 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2616/4959] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:18 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2344/4960] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:19 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2617/4961] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:20 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2345/4962] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:21 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2618/4963] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:21 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2346/4964] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:07:21 2026] POST /v2.0/ports => generated 954 bytes in 573 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: 2347/4965] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:22 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2348/4966] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:07:22 2026] GET /v2.0/ports/cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2349/4967] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:22 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2350/4968] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:22 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2619/4969] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:07:22 2026] PUT /v2.0/ports/fc3ae676-85d7-498a-b931-e393ffa11d87 => generated 1235 bytes in 572 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:07:23.000 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f891d99-b6ef-4100-ae02-c76cde2a8b5a'] response: {'name': 'network-changed', 'server_uuid': 'ca686b6b-6829-4fb8-b08d-75f6723127ef', 'tag': 'fc3ae676-85d7-498a-b931-e393ffa11d87', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2351/4970] 199.19.213.48 () {34 vars in 998 bytes} [Wed Jul 29 09:07:23 2026] GET /v2.0/subnets?network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 683 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2620/4971] 199.19.213.48 () {34 vars in 1144 bytes} [Wed Jul 29 09:07:23 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa&device_owner=compute%3Anova&network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2621/4972] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:23 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2622/4973] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:07:23 2026] GET /v2.0/networks?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2623/4974] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:07:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2624/4975] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:23 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2625/4976] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:23 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2352/4977] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:07:23 2026] PUT /v2.0/ports/cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 1149 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:07:24.098 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-afea5b60-7fa1-46e3-b511-78d2e9e4d693'] response: {'name': 'network-changed', 'server_uuid': 'f2f4d006-cef3-433d-bea3-93ecd44dccaa', 'tag': 'cae6e7fb-991b-43c1-bc19-0d367e041d77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2626/4978] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1421 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: 8|app: 0|req: 2353/4979] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/networks?id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2627/4980] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2354/4981] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2628/4982] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => 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: 2355/4983] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=fc3ae676-85d7-498a-b931-e393ffa11d87 => 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: 2356/4984] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/subnets?id=61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2629/4985] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/subnets?id=ada7fe62-965e-48ae-96dc-9132edc115d0 => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2630/4986] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/ports?network_id=05401cc2-ebb0-4c43-b60f-556ca8d9830c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2357/4987] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2631/4988] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/ports?network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2632/4989] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&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: 2358/4990] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2633/4991] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2359/4992] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2634/4993] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2360/4994] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:24 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2635/4995] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2361/4996] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&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: 2636/4997] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2362/4998] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2637/4999] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2363/5000] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2638/5001] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2364/5002] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1152 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2639/5003] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:25 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&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: 2365/5004] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1421 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2640/5005] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/networks?id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 779 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2366/5006] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2367/5007] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => 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: 2641/5008] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2368/5009] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/subnets?id=ada7fe62-965e-48ae-96dc-9132edc115d0 => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2642/5010] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2369/5011] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/ports?network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735&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: 2643/5012] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2370/5013] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?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: 2644/5014] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2371/5015] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&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: 2645/5016] 199.19.213.48 () {34 vars in 1116 bytes} [Wed Jul 29 09:07:26 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2646/5017] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:27 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2647/5018] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:27 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2372/5019] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:07:27 2026] PUT /v2.0/ports/cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 972 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:27.754 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d72970d-d00e-4cd0-b8ed-25bae8bc1b4f'] response: {'name': 'network-changed', 'server_uuid': 'f2f4d006-cef3-433d-bea3-93ecd44dccaa', 'tag': 'cae6e7fb-991b-43c1-bc19-0d367e041d77', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2648/5020] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:27 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2649/5021] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:07:27 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2373/5022] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:27 2026] GET /v2.0/security-groups?id=35caac62-b2f3-47c5-a7fa-cffab7ed67e8&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-07-29 09:07:28.045 7 INFO neutron_taas.services.taas.taas_plugin [req-929a5f5d-4f0d-4cb2-bdb2-be45bbe77af1 req-b4a26f17-c0cb-4ca3-b038-2f62f2a84c0b 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] TaaS: Handle Delete Port: be669360-43f0-407e-b211-b17651caec7e 2026-07-29 09:07:28.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-929a5f5d-4f0d-4cb2-bdb2-be45bbe77af1 req-b4a26f17-c0cb-4ca3-b038-2f62f2a84c0b 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Tap Mirror: Handle Delete Port: be669360-43f0-407e-b211-b17651caec7e 2026-07-29 09:07:28.142 7 INFO neutron.db.l3_db [req-929a5f5d-4f0d-4cb2-bdb2-be45bbe77af1 req-b4a26f17-c0cb-4ca3-b038-2f62f2a84c0b 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Floating IP 175b39b3-2c09-423d-9266-5988e620e426 disassociated. External IP: 10.96.250.216, port: be669360-43f0-407e-b211-b17651caec7e. [pid: 8|app: 0|req: 2374/5023] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2375/5024] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/networks?id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 779 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2376/5025] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2377/5026] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/subnets?id=ada7fe62-965e-48ae-96dc-9132edc115d0 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2378/5027] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/ports?network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2379/5028] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?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: 2650/5029] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:07:27 2026] DELETE /v2.0/ports/be669360-43f0-407e-b211-b17651caec7e => generated 0 bytes in 627 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2380/5030] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2651/5031] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:28.642 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d82c619a-ac69-4b01-862d-dc62f66fa42b'] response: {'server_uuid': '784a6986-02f1-4d76-a99a-6619067a48cb', 'name': 'network-vif-deleted', 'tag': 'be669360-43f0-407e-b211-b17651caec7e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2381/5032] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:28 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2652/5033] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2382/5034] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2653/5035] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2383/5036] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/ports?tenant_id=d017f55deafc447ea4d63350b874588f&device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2654/5037] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/networks?id=1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2384/5038] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2655/5039] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2385/5040] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2656/5041] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/subnets?id=ada7fe62-965e-48ae-96dc-9132edc115d0 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2386/5042] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/ports?network_id=1e523c0a-01d5-440a-ada3-e9e3c19e2735&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2657/5043] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:29 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2387/5044] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:30 2026] GET /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2658/5045] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:30 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2388/5046] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:30 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2659/5047] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:30 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2389/5048] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:30 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2660/5049] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:30 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&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: 2390/5050] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:31 2026] GET /v2.0/ports?device_id=784a6986-02f1-4d76-a99a-6619067a48cb => 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: 2661/5051] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:31 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2391/5052] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:31 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2662/5053] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:31 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2392/5054] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:07:31 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2663/5055] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:32 2026] GET /v2.0/security-groups?id=5f1d8ff3-f720-4d59-bda4-0b85475fdc92&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:32.146 8 INFO neutron_taas.services.taas.taas_plugin [req-832aeb65-fe20-4810-90b7-3941bb52e1c8 req-e8b48897-2e08-4726-be8b-1bd0967f9fac 232baf3356e74745a006776735683f47 d017f55deafc447ea4d63350b874588f - - default default] TaaS: Handle Delete Port: cae6e7fb-991b-43c1-bc19-0d367e041d77 2026-07-29 09:07:32.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-832aeb65-fe20-4810-90b7-3941bb52e1c8 req-e8b48897-2e08-4726-be8b-1bd0967f9fac 232baf3356e74745a006776735683f47 d017f55deafc447ea4d63350b874588f - - default default] Tap Mirror: Handle Delete Port: cae6e7fb-991b-43c1-bc19-0d367e041d77 2026-07-29 09:07:32.283 8 INFO neutron.db.l3_db [req-832aeb65-fe20-4810-90b7-3941bb52e1c8 req-e8b48897-2e08-4726-be8b-1bd0967f9fac 232baf3356e74745a006776735683f47 d017f55deafc447ea4d63350b874588f - - default default] Floating IP 616d2aee-3396-42a4-b0b3-ddd501f1dd48 disassociated. External IP: 10.96.250.213, port: cae6e7fb-991b-43c1-bc19-0d367e041d77. [pid: 7|app: 0|req: 2664/5056] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:32 2026] DELETE /v2.0/security-groups/35caac62-b2f3-47c5-a7fa-cffab7ed67e8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:07:32.577 7 INFO neutron.api.v2.resource [None req-041f0d3d-c28b-4078-999c-3e0f48235727 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2665/5057] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:07:32 2026] GET /v2.0/security-groups/35caac62-b2f3-47c5-a7fa-cffab7ed67e8 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:07:32.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-c34e4eb7-a807-4be8-8e2e-7da4d1f0a4ed 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] TaaS: Handle Delete Port: 798771be-2849-4dae-b35a-09b4e73a8a13 2026-07-29 09:07:32.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c34e4eb7-a807-4be8-8e2e-7da4d1f0a4ed 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Tap Mirror: Handle Delete Port: 798771be-2849-4dae-b35a-09b4e73a8a13 [pid: 8|app: 0|req: 2393/5058] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:07:32 2026] DELETE /v2.0/ports/cae6e7fb-991b-43c1-bc19-0d367e041d77 => generated 0 bytes in 748 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:07:32.845 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c49135b4-4f80-4510-9902-29ede2b96d35'] response: {'server_uuid': 'f2f4d006-cef3-433d-bea3-93ecd44dccaa', 'name': 'network-vif-deleted', 'tag': 'cae6e7fb-991b-43c1-bc19-0d367e041d77', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2394/5059] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:32 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2397/5062] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:32 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2666/5063] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:07:32 2026] DELETE /v2.0/floatingips/175b39b3-2c09-423d-9266-5988e620e426 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2398/5064] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:33 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2667/5065] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:33 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2399/5066] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:33 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => 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: 2668/5067] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:33 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2400/5068] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:33 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2669/5069] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:33 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2401/5070] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:34 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2670/5071] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:34 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => 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: 2402/5072] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:34 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2671/5073] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:34 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 8|app: 0|req: 2403/5074] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:35 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2672/5075] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:35 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2404/5076] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:35 2026] GET /v2.0/ports?device_id=f2f4d006-cef3-433d-bea3-93ecd44dccaa => 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: 2673/5077] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:35 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2405/5078] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:35 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2674/5079] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:36 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2406/5080] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:36 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2675/5081] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:36 2026] DELETE /v2.0/security-groups/5f1d8ff3-f720-4d59-bda4-0b85475fdc92 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:07:36.625 8 INFO neutron.api.v2.resource [None req-4da426df-473e-4155-9cf2-75bf930394b4 232baf3356e74745a006776735683f47 d017f55deafc447ea4d63350b874588f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2407/5082] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:07:36 2026] GET /v2.0/security-groups/5f1d8ff3-f720-4d59-bda4-0b85475fdc92 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:07:36.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-beae65d2-abcd-4c43-a073-049aeaf0bd55 232baf3356e74745a006776735683f47 d017f55deafc447ea4d63350b874588f - - default default] TaaS: Handle Delete Port: c87eb8a9-7411-40b4-af21-37ff79e24189 2026-07-29 09:07:36.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-beae65d2-abcd-4c43-a073-049aeaf0bd55 232baf3356e74745a006776735683f47 d017f55deafc447ea4d63350b874588f - - default default] Tap Mirror: Handle Delete Port: c87eb8a9-7411-40b4-af21-37ff79e24189 [pid: 8|app: 0|req: 2408/5083] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:36 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2409/5084] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:36 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2676/5085] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:07:36 2026] DELETE /v2.0/floatingips/616d2aee-3396-42a4-b0b3-ddd501f1dd48 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:07:37.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5ec588e-4aa5-4bb8-a100-f9cb6aec49cd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: bfa04974-de13-4090-86c1-c21f9d4e5682 2026-07-29 09:07:37.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5ec588e-4aa5-4bb8-a100-f9cb6aec49cd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: bfa04974-de13-4090-86c1-c21f9d4e5682 [pid: 7|app: 0|req: 2677/5086] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:37 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2678/5087] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:37 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2679/5088] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:38 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2410/5089] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:07:37 2026] PUT /v2.0/routers/b75fe65c-b792-4037-a018-43718216b2ff/remove_router_interface => generated 309 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2680/5090] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:38 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:38.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dbf0ea8-86b0-47ed-b8a2-b2f1fd3d9ddf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: dfe72e48-cccc-4745-8e03-85c575e948fe 2026-07-29 09:07:38.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dbf0ea8-86b0-47ed-b8a2-b2f1fd3d9ddf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: dfe72e48-cccc-4745-8e03-85c575e948fe [pid: 7|app: 0|req: 2681/5091] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:38 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:38.779 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dbf0ea8-86b0-47ed-b8a2-b2f1fd3d9ddf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 4eaf4776-d9ea-4a4c-b385-7e63c54805da 2026-07-29 09:07:38.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dbf0ea8-86b0-47ed-b8a2-b2f1fd3d9ddf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 4eaf4776-d9ea-4a4c-b385-7e63c54805da [pid: 7|app: 0|req: 2682/5092] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:38 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:39.294 8 INFO neutron.services.segments.plugin [-] Segment ae745ca7-0cb7-437c-9855-40114027306a resource provider aggregate not found 2026-07-29 09:07:39.299 8 INFO neutron.services.segments.plugin [-] Segment ae745ca7-0cb7-437c-9855-40114027306a resource provider aggregate not found [pid: 7|app: 0|req: 2683/5093] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:39.312 8 INFO neutron.services.segments.plugin [-] Segment ae745ca7-0cb7-437c-9855-40114027306a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae745ca7-0cb7-437c-9855-40114027306a found for delete ", "request_id": "req-dafec4ca-0b3d-42a0-be8b-5ac7d63aade5"}]} 2026-07-29 09:07:39.322 8 INFO neutron.services.segments.plugin [-] Segment ae745ca7-0cb7-437c-9855-40114027306a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae745ca7-0cb7-437c-9855-40114027306a found for delete ", "request_id": "req-1900772c-f813-4ee1-a659-7ec34fa13c9f"}]} 2026-07-29 09:07:39.343 8 INFO neutron.db.l3_hamode_db [None req-9dbf0ea8-86b0-47ed-b8a2-b2f1fd3d9ddf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 77189374-3ef9-47e0-8a22-9f5f6be2f4eb was deleted as no HA routers are present in tenant d017f55deafc447ea4d63350b874588f. [pid: 8|app: 0|req: 2411/5094] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:07:38 2026] DELETE /v2.0/routers/b75fe65c-b792-4037-a018-43718216b2ff => generated 0 bytes in 1201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2684/5095] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2412/5096] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:07:39 2026] DELETE /v2.0/subnets/ada7fe62-965e-48ae-96dc-9132edc115d0 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2413/5097] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:39.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-7851f4d4-56be-416b-9e3d-7c238878dcb2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 69836a4c-21cd-4e7c-8476-ff45a95ba13a 2026-07-29 09:07:39.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7851f4d4-56be-416b-9e3d-7c238878dcb2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 69836a4c-21cd-4e7c-8476-ff45a95ba13a [pid: 8|app: 0|req: 2414/5098] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 1240 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2415/5099] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2416/5100] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2417/5101] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:39.948 7 INFO neutron.services.segments.plugin [-] Segment dfb126a0-bcc5-4c0c-abde-e8a52a7a3c12 resource provider aggregate not found 2026-07-29 09:07:39.958 7 INFO neutron.services.segments.plugin [-] Segment dfb126a0-bcc5-4c0c-abde-e8a52a7a3c12 resource provider aggregate not found [pid: 8|app: 0|req: 2418/5102] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:39 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:39.969 7 INFO neutron.services.segments.plugin [-] Segment dfb126a0-bcc5-4c0c-abde-e8a52a7a3c12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb126a0-bcc5-4c0c-abde-e8a52a7a3c12 found for delete ", "request_id": "req-4073c82f-0767-49cd-b693-8972b1f9ee87"}]} 2026-07-29 09:07:39.980 7 INFO neutron.services.segments.plugin [-] Segment dfb126a0-bcc5-4c0c-abde-e8a52a7a3c12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfb126a0-bcc5-4c0c-abde-e8a52a7a3c12 found for delete ", "request_id": "req-b42883b4-546f-4c57-abee-d1dd70710e0f"}]} [pid: 7|app: 0|req: 2685/5103] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:07:39 2026] DELETE /v2.0/networks/1e523c0a-01d5-440a-ada3-e9e3c19e2735 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2419/5104] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:40 2026] GET /v2.0/security-groups?tenant_id=d017f55deafc447ea4d63350b874588f&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2686/5105] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:40 2026] DELETE /v2.0/security-groups/0d20c34d-e6e3-4597-97a0-08893ef8d577 => 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: 2420/5106] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:40 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2687/5107] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:40 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2421/5108] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2688/5109] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2422/5110] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 1245 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2689/5111] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 770 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2423/5112] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2690/5113] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2424/5114] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2691/5115] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2425/5116] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:41 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2692/5117] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:42 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2426/5118] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:42 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2427/5119] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:42 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2428/5120] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:42 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:42.614 7 INFO neutron.db.segments_db [None req-50e5e1a9-ef2b-4ce7-a9a5-5b998e64e209 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 2e4e8790-0379-4d88-82e1-46c99b60675d of type vxlan for network 480f74f4-7b9e-4e29-8c83-987568c891b0 [pid: 7|app: 0|req: 2693/5121] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:07:42 2026] POST /v2.0/networks => generated 728 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2429/5122] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:07:42 2026] POST /v2.0/subnets => generated 694 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:07:43.190 7 INFO neutron.db.segments_db [None req-a5f0f61d-bb82-4fc0-9484-4cd62df36c95 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9bcd192e-c7b0-4eff-96c6-7a29dc49c3de of type vxlan for network 9b48b712-0a90-4fc1-90df-4b965ce3b648 [pid: 8|app: 0|req: 2430/5123] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:43 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2431/5124] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:43 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2432/5125] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:43 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2433/5126] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:43 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:43.564 7 INFO neutron.db.l3_hamode_db [None req-a5f0f61d-bb82-4fc0-9484-4cd62df36c95 792098ed716c44f9a3ede4e71835c564 a869d75da4fe4030a867a8eab6703288 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2434/5127] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:44 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2435/5128] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:44 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:44.509 7 INFO neutron.db.l3_hamode_db [None req-a5f0f61d-bb82-4fc0-9484-4cd62df36c95 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2436/5129] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:44 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2437/5130] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:44 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2438/5131] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:45 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2439/5132] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:45 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2694/5133] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:07:43 2026] POST /v2.0/routers => generated 734 bytes in 2593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2695/5134] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:45 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2696/5135] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:45 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2697/5136] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:46 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 974 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2698/5137] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:46 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2699/5138] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:46 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2700/5139] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:47 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2440/5140] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:07:45 2026] PUT /v2.0/routers/8b734795-4d67-4c62-9edb-2e858f6a74d0/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2443/5143] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:47 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 974 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2444/5144] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:48 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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-07-29 09:07:48.069 7 INFO neutron_taas.services.taas.taas_plugin [None req-c09d06a0-b742-410f-b096-1df7a4590ab1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 9b6b5b85-df8a-462f-9233-1503e8d2fdc9 2026-07-29 09:07:48.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c09d06a0-b742-410f-b096-1df7a4590ab1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 9b6b5b85-df8a-462f-9233-1503e8d2fdc9 [pid: 8|app: 0|req: 2445/5145] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:48 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2446/5146] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:48 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2701/5147] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:07:47 2026] PUT /v2.0/routers/8b734795-4d67-4c62-9edb-2e858f6a74d0/remove_router_interface => generated 309 bytes in 1255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:49.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-35f0c9ab-86e1-466d-b5ae-03846f2e273c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 67b8d188-0c59-469d-ab93-c3f2711bb43e 2026-07-29 09:07:49.036 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35f0c9ab-86e1-466d-b5ae-03846f2e273c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 67b8d188-0c59-469d-ab93-c3f2711bb43e [pid: 7|app: 0|req: 2702/5148] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:49 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 974 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2703/5149] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:49 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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-07-29 09:07:49.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-35f0c9ab-86e1-466d-b5ae-03846f2e273c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8d840036-0fc8-4fb9-a57c-4fc555a0318c 2026-07-29 09:07:49.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35f0c9ab-86e1-466d-b5ae-03846f2e273c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8d840036-0fc8-4fb9-a57c-4fc555a0318c [pid: 7|app: 0|req: 2704/5150] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:49 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2705/5151] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:49 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:49.870 8 INFO neutron.services.segments.plugin [-] Segment 9bcd192e-c7b0-4eff-96c6-7a29dc49c3de resource provider aggregate not found 2026-07-29 09:07:49.876 8 INFO neutron.services.segments.plugin [-] Segment 9bcd192e-c7b0-4eff-96c6-7a29dc49c3de resource provider aggregate not found 2026-07-29 09:07:49.890 8 INFO neutron.services.segments.plugin [-] Segment 9bcd192e-c7b0-4eff-96c6-7a29dc49c3de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bcd192e-c7b0-4eff-96c6-7a29dc49c3de found for delete ", "request_id": "req-6e9948e2-f34b-4f5f-a584-bd7fa17a7dae"}]} 2026-07-29 09:07:49.901 8 INFO neutron.services.segments.plugin [-] Segment 9bcd192e-c7b0-4eff-96c6-7a29dc49c3de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bcd192e-c7b0-4eff-96c6-7a29dc49c3de found for delete ", "request_id": "req-9b2da11e-9d3a-4627-a6ce-934da118a4d3"}]} 2026-07-29 09:07:49.914 8 INFO neutron.db.l3_hamode_db [None req-35f0c9ab-86e1-466d-b5ae-03846f2e273c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 9b48b712-0a90-4fc1-90df-4b965ce3b648 was deleted as no HA routers are present in tenant a869d75da4fe4030a867a8eab6703288. [pid: 8|app: 0|req: 2447/5152] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:07:48 2026] DELETE /v2.0/routers/8b734795-4d67-4c62-9edb-2e858f6a74d0 => generated 0 bytes in 1164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2706/5153] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:07:49 2026] DELETE /v2.0/subnets/948b6742-2986-4c7f-8a56-94ea80f1f5fa => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:07:50.293 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb7512d5-3c30-4085-8104-0df072c3dc65 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 2e6f2893-05c4-48f9-b35b-e8615f5e3051 2026-07-29 09:07:50.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb7512d5-3c30-4085-8104-0df072c3dc65 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 2e6f2893-05c4-48f9-b35b-e8615f5e3051 [pid: 7|app: 0|req: 2707/5154] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2708/5155] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2709/5156] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2710/5157] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2448/5158] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:07:50 2026] DELETE /v2.0/networks/480f74f4-7b9e-4e29-8c83-987568c891b0 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2711/5159] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2449/5160] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2712/5161] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2450/5162] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2713/5163] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:07:50 2026] GET /v2.0/security-groups?tenant_id=a869d75da4fe4030a867a8eab6703288&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2451/5164] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:07:50 2026] DELETE /v2.0/security-groups/0ba8903e-a5e4-4288-8c88-c50437c83328 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2714/5165] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:51 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2452/5166] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:51 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2715/5167] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:51 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2453/5168] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:51 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:51.911 8 INFO neutron.services.segments.plugin [-] Segment 2e4e8790-0379-4d88-82e1-46c99b60675d resource provider aggregate not found 2026-07-29 09:07:51.919 8 INFO neutron.services.segments.plugin [-] Segment 2e4e8790-0379-4d88-82e1-46c99b60675d resource provider aggregate not found 2026-07-29 09:07:51.935 8 INFO neutron.services.segments.plugin [-] Segment 2e4e8790-0379-4d88-82e1-46c99b60675d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4e8790-0379-4d88-82e1-46c99b60675d found for delete ", "request_id": "req-f52c6653-01d8-4d8f-9dd8-6559b0ab5eb8"}]} 2026-07-29 09:07:51.936 8 INFO neutron.services.segments.plugin [-] Segment 2e4e8790-0379-4d88-82e1-46c99b60675d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e4e8790-0379-4d88-82e1-46c99b60675d found for delete ", "request_id": "req-2a17a69a-581c-4692-b0bc-453288e54f93"}]} [pid: 7|app: 0|req: 2716/5169] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:52 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2454/5170] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:52 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2717/5171] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:52 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2455/5172] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:52 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2456/5173] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:53 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2457/5174] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:53 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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-07-29 09:07:53.525 7 INFO neutron.db.segments_db [None req-f5d5e35c-3585-4a80-9cb1-b9c964d38f67 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 950899db-b9c0-4d5f-a28c-b76c7e12f92b of type vxlan for network bedbd9ac-e0d3-4387-8e1a-44febab8023d [pid: 7|app: 0|req: 2718/5175] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:07:53 2026] POST /v2.0/networks => generated 722 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2719/5176] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:53 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2720/5177] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:53 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2721/5178] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:54 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2458/5179] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:07:53 2026] POST /v2.0/subnets => generated 689 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2722/5180] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:54 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:54.194 8 INFO neutron.db.segments_db [None req-35a2f197-a2f3-4ba1-8c64-3364f62c6f68 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment ba5c4fbc-0ad6-4fb7-b4ce-a63b48e5c31b of type vxlan for network 7f3d83b8-6e30-4328-a9b7-c2c43897f570 2026-07-29 09:07:54.669 8 INFO neutron.db.l3_hamode_db [None req-35a2f197-a2f3-4ba1-8c64-3364f62c6f68 792098ed716c44f9a3ede4e71835c564 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2723/5181] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:54 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2724/5182] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:54 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2725/5183] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:55 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2726/5184] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:55 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:07:55.686 8 INFO neutron.db.l3_hamode_db [None req-35a2f197-a2f3-4ba1-8c64-3364f62c6f68 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2727/5185] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2728/5186] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 2729/5187] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/ports?tenant_id=03b961b155e040909319655c4da9a121&device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 1245 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2730/5188] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/networks?id=7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 770 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2731/5189] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2732/5190] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2733/5191] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2734/5192] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/subnets?id=bc7db206-e6a4-4f31-95c4-91578004d1fe => 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: 2735/5193] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/ports?network_id=7785c5b8-4c6e-4936-8904-25fd1227f0e7&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: 2736/5194] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2737/5195] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:56 2026] GET /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7?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: 2459/5196] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:07:54 2026] POST /v2.0/routers => generated 729 bytes in 2721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2460/5197] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:57 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2461/5198] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:57 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2462/5199] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:57 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2463/5200] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:57 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2464/5201] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:07:57 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2465/5202] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:07:57 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 771 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2466/5203] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=fc3ae676-85d7-498a-b931-e393ffa11d87 => 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: 2467/5204] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/subnets?id=61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => generated 694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2468/5205] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/ports?network_id=05401cc2-ebb0-4c43-b60f-556ca8d9830c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2469/5206] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2470/5207] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2471/5208] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2472/5209] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&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: 8|app: 0|req: 2473/5210] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2474/5211] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2475/5212] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/ports/fc3ae676-85d7-498a-b931-e393ffa11d87?fields=binding%3Aprofile&fields=network_id => generated 62 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2476/5213] 199.19.213.48 () {34 vars in 1014 bytes} [Wed Jul 29 09:07:58 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2738/5214] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:07:56 2026] PUT /v2.0/routers/e72bf37c-4ba1-4e68-af98-f99739fede89/add_router_interface => generated 309 bytes in 2179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:07:59.213 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bf63a3c-6647-48a7-a3a4-d91aaedac496'] response: {'server_uuid': 'ca686b6b-6829-4fb8-b08d-75f6723127ef', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fc3ae676-85d7-498a-b931-e393ffa11d87', 'code': 200} [pid: 8|app: 0|req: 2477/5215] 199.19.213.48 () {38 vars in 1025 bytes} [Wed Jul 29 09:07:58 2026] PUT /v2.0/ports/fc3ae676-85d7-498a-b931-e393ffa11d87 => generated 1086 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:07:59.541 7 INFO neutron.db.segments_db [None req-62e77c29-91d6-4e9f-a313-50d8f8436bb2 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Added segment 92e99b4d-397b-4f26-b161-fce5c545333c of type vxlan for network 4536341e-9423-4305-88dd-7665ce22b372 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 2478/5216] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:59 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2739/5217] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:07:59 2026] POST /v2.0/networks => generated 618 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2479/5218] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:07:59 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2480/5219] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:59 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2481/5220] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:07:59 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => 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: 2482/5221] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:00 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2483/5222] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:00 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2740/5223] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:07:59 2026] POST /v2.0/subnets => generated 627 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:08:00.344 8 INFO neutron.db.segments_db [None req-bbd89015-6518-47f2-b61a-f90239842135 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Added segment 092da656-ff20-452a-a48c-5e7e404759f5 of type vxlan for network 4dddd4f0-6ccc-445f-9491-d1d2086441f1 [pid: 7|app: 0|req: 2741/5224] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:00 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2484/5225] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:08:00 2026] POST /v2.0/networks => generated 618 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2742/5226] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:00 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2485/5227] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:08:00 2026] POST /v2.0/subnets => generated 627 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2743/5228] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:01.266 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff000ac6-24d0-489b-9a2f-24feb76603cd'] response: {'name': 'network-changed', 'server_uuid': 'ca686b6b-6829-4fb8-b08d-75f6723127ef', 'tag': 'fc3ae676-85d7-498a-b931-e393ffa11d87', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2486/5229] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2744/5230] 10.0.0.78 () {34 vars in 1140 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks?id=4536341e-9423-4305-88dd-7665ce22b372&id=4dddd4f0-6ccc-445f-9491-d1d2086441f1&id=4536341e-9423-4305-88dd-7665ce22b372 => generated 1316 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2487/5231] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/quotas/3d80d6cf29584ff2a4e9fe6c54fb4e80 => 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: 2745/5232] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2488/5233] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2746/5234] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2489/5235] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks/4dddd4f0-6ccc-445f-9491-d1d2086441f1?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: 2747/5236] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks/4dddd4f0-6ccc-445f-9491-d1d2086441f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2490/5237] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 1089 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2748/5238] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2491/5239] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2492/5240] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=fc3ae676-85d7-498a-b931-e393ffa11d87 => 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: 2749/5241] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2493/5242] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/subnets?id=61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => 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: 2750/5243] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/ports?network_id=05401cc2-ebb0-4c43-b60f-556ca8d9830c&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2494/5244] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:01 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2751/5245] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:02 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2495/5246] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:02 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2752/5247] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:02 2026] GET /v2.0/security-groups?id=d91ed199-7e98-4aa3-8a7b-d9f003dd38d1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2496/5248] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:02 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => 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: 2498/5251] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:08:02 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 976 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:03.037 7 INFO neutron_taas.services.taas.taas_plugin [req-5400f58c-9818-429c-b8e8-a91cdd8412ac req-5dedcedf-5ef3-4c00-9967-558d16aebc17 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] TaaS: Handle Delete Port: 7f4e8f58-04bc-4623-aaf4-b060b8c87d95 2026-07-29 09:08:03.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5400f58c-9818-429c-b8e8-a91cdd8412ac req-5dedcedf-5ef3-4c00-9967-558d16aebc17 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Tap Mirror: Handle Delete Port: 7f4e8f58-04bc-4623-aaf4-b060b8c87d95 [pid: 8|app: 0|req: 2499/5252] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:03 2026] GET /v2.0/ports?device_id=ca686b6b-6829-4fb8-b08d-75f6723127ef => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:03.185 7 INFO neutron.db.l3_db [req-5400f58c-9818-429c-b8e8-a91cdd8412ac req-5dedcedf-5ef3-4c00-9967-558d16aebc17 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Floating IP fa8b71ed-1c98-4538-9c95-768f226941a6 disassociated. External IP: 10.96.250.210, port: 7f4e8f58-04bc-4623-aaf4-b060b8c87d95. 2026-07-29 09:08:03.245 8 INFO neutron_taas.services.taas.taas_plugin [req-dddf44d1-ac9e-44ce-969f-191c9c023c1d req-01d076e8-ddaf-43fd-bbce-be0432422268 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] TaaS: Handle Delete Port: fc3ae676-85d7-498a-b931-e393ffa11d87 2026-07-29 09:08:03.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dddf44d1-ac9e-44ce-969f-191c9c023c1d req-01d076e8-ddaf-43fd-bbce-be0432422268 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] Tap Mirror: Handle Delete Port: fc3ae676-85d7-498a-b931-e393ffa11d87 [pid: 8|app: 0|req: 2500/5253] 10.0.0.78 () {36 vars in 991 bytes} [Wed Jul 29 09:08:03 2026] DELETE /v2.0/ports/fc3ae676-85d7-498a-b931-e393ffa11d87 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2501/5254] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:03 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2502/5255] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:03 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:08:03.601 8 WARNING neutron.notifiers.nova [-] Nova event matching ['req-ea834c11-d773-4cf4-9fef-9a82b79a1931']: {'server_uuid': 'ca686b6b-6829-4fb8-b08d-75f6723127ef', 'name': 'network-vif-deleted', 'tag': 'fc3ae676-85d7-498a-b931-e393ffa11d87', 'status': 'failed', 'code': 422} returned with failed status [pid: 7|app: 0|req: 2754/5256] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:08:02 2026] DELETE /v2.0/ports/7f4e8f58-04bc-4623-aaf4-b060b8c87d95 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:03.713 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db39e924-d867-4b1d-9f9d-daf5e8b04698'] response: {'server_uuid': '4a3e12da-f049-4079-bf10-4ba11967c719', 'name': 'network-vif-deleted', 'tag': '7f4e8f58-04bc-4623-aaf4-b060b8c87d95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2503/5257] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:04 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2755/5258] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:04 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2504/5259] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:08:04 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2756/5260] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:08:04 2026] GET /v2.0/quotas/1721f2e1d63f4b878ce8e8f5c7621425 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2505/5261] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:08:04 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&fields=id => generated 103 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2757/5262] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:04 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2506/5263] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:04 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2758/5264] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:05 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2507/5265] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:05 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2759/5266] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:05 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2508/5267] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:06 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2509/5268] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:06 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2760/5269] 199.19.213.48 () {34 vars in 1144 bytes} [Wed Jul 29 09:08:06 2026] GET /v2.0/networks?id=4536341e-9423-4305-88dd-7665ce22b372&id=4dddd4f0-6ccc-445f-9491-d1d2086441f1&id=4536341e-9423-4305-88dd-7665ce22b372 => generated 1316 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2761/5270] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:06 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2762/5271] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:07 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2510/5272] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:08:06 2026] POST /v2.0/ports => generated 958 bytes in 598 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: 2511/5273] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:07 2026] GET /v2.0/ports?device_id=4a3e12da-f049-4079-bf10-4ba11967c719 => 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: 2763/5274] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:08:07 2026] POST /v2.0/ports => generated 962 bytes in 554 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: 2512/5275] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:08 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 1915 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2513/5276] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:08 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2514/5277] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:08 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2764/5278] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:08:08 2026] POST /v2.0/ports => generated 962 bytes in 557 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: 2515/5279] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:08:08 2026] PUT /v2.0/ports/7aef392e-f04b-496e-a999-329f87f2be7b => generated 1239 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:08:09.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6dc585e-4eda-4fde-bca1-3cb122338f02'] response: {'name': 'network-changed', 'server_uuid': '16adfc9b-1196-446b-97dc-204fcd1a1f94', 'tag': '7aef392e-f04b-496e-a999-329f87f2be7b', '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: 2765/5280] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:08:09 2026] DELETE /v2.0/security-groups/d91ed199-7e98-4aa3-8a7b-d9f003dd38d1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:08:09.266 7 INFO neutron.api.v2.resource [None req-0bb0e107-3f12-4fac-8d67-d3ee75001732 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2766/5281] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:08:09 2026] GET /v2.0/security-groups/d91ed199-7e98-4aa3-8a7b-d9f003dd38d1 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2516/5282] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:09 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2881 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2517/5283] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:09 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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-07-29 09:08:09.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-22ecfad2-c117-4854-88be-32a833b2ab4b 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] TaaS: Handle Delete Port: 7cfc3d61-dd89-489c-a710-77c93e9333b1 2026-07-29 09:08:09.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22ecfad2-c117-4854-88be-32a833b2ab4b 7a2b2243e1084144ad4daaa76383980b 03b961b155e040909319655c4da9a121 - - default default] Tap Mirror: Handle Delete Port: 7cfc3d61-dd89-489c-a710-77c93e9333b1 [pid: 7|app: 0|req: 2767/5284] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:08:09 2026] DELETE /v2.0/floatingips/fa8b71ed-1c98-4538-9c95-768f226941a6 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2768/5285] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:09 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:08:10.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-4abae8d2-fd0b-4b22-9e32-1a86b3abf3c3 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: bf8adbbc-130f-4a76-8f51-4b603abb9edb 2026-07-29 09:08:10.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4abae8d2-fd0b-4b22-9e32-1a86b3abf3c3 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: bf8adbbc-130f-4a76-8f51-4b603abb9edb [pid: 7|app: 0|req: 2769/5286] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:08:09 2026] PUT /v2.0/ports/8a8a4850-a960-4ea0-aded-fa0c6229d2b2 => generated 1243 bytes in 557 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: 2770/5287] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:10 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 3551 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:08:10.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4b04d04-ffea-475a-a5d8-738d4bf6cfcc'] response: {'name': 'network-changed', 'server_uuid': '16adfc9b-1196-446b-97dc-204fcd1a1f94', 'tag': '8a8a4850-a960-4ea0-aded-fa0c6229d2b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2771/5288] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:08:10 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2772/5289] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:08:10 2026] GET /v2.0/networks?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&shared=False => generated 2262 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2773/5290] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:08:10 2026] POST /v2.0/ports => generated 954 bytes in 579 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: 2774/5291] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:08:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2775/5292] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:11 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2893 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2776/5293] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:11 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2518/5294] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:08:09 2026] PUT /v2.0/routers/a53e2c0e-a92c-4b5f-9309-9fd5b96b2313/remove_router_interface => generated 309 bytes in 1729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2777/5295] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:08:11 2026] PUT /v2.0/ports/cf598409-047e-4366-89ad-a054e5b8a452 => generated 1243 bytes in 535 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: 2778/5296] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:11 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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: 2779/5297] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:11 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 8|app: 0|req: 2519/5298] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:08:11 2026] PUT /v2.0/ports/c2a6e337-3df2-4052-860e-cc463efc45b4 => generated 1235 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:08:11.859 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1a9ab88-e0a6-4e04-ba9e-12a9a7cd1e8c'] response: {'name': 'network-changed', 'server_uuid': '13b6ece7-4e6b-4ceb-80ca-c85b83abe672', 'tag': 'c2a6e337-3df2-4052-860e-cc463efc45b4', 'status': 'completed', 'code': 200} 2026-07-29 09:08:11.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ee99c9b-4f2b-4fa2-aa4c-1b8c4a00025a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 50f84986-d8b8-4ee0-b4cc-e175469572d2 2026-07-29 09:08:11.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ee99c9b-4f2b-4fa2-aa4c-1b8c4a00025a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 50f84986-d8b8-4ee0-b4cc-e175469572d2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 2520/5299] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 3712 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2521/5300] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/networks?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&shared=False => generated 2262 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2522/5301] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:08:12 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) 2026-07-29 09:08:12.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ee99c9b-4f2b-4fa2-aa4c-1b8c4a00025a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ea22626d-84cf-4548-a376-7bd50bd4c615 2026-07-29 09:08:12.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ee99c9b-4f2b-4fa2-aa4c-1b8c4a00025a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ea22626d-84cf-4548-a376-7bd50bd4c615 2026-07-29 09:08:12.376 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d93c395c-65e1-4d23-abd1-65b0a71836db'] response: {'name': 'network-changed', 'server_uuid': '16adfc9b-1196-446b-97dc-204fcd1a1f94', 'tag': 'cf598409-047e-4366-89ad-a054e5b8a452', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2523/5302] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2524/5303] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/networks?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2525/5304] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:08:12 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-07-29 09:08:12.759 7 INFO neutron.services.segments.plugin [-] Segment e56c91af-5a7e-4c6e-9af8-59a4d51e8a9f resource provider aggregate not found 2026-07-29 09:08:12.763 7 INFO neutron.services.segments.plugin [-] Segment e56c91af-5a7e-4c6e-9af8-59a4d51e8a9f resource provider aggregate not found 2026-07-29 09:08:12.785 7 INFO neutron.services.segments.plugin [-] Segment e56c91af-5a7e-4c6e-9af8-59a4d51e8a9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e56c91af-5a7e-4c6e-9af8-59a4d51e8a9f found for delete ", "request_id": "req-b9e6c168-3f89-4430-ae65-377f1d7b13ba"}]} 2026-07-29 09:08:12.790 7 INFO neutron.services.segments.plugin [-] Segment e56c91af-5a7e-4c6e-9af8-59a4d51e8a9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e56c91af-5a7e-4c6e-9af8-59a4d51e8a9f found for delete ", "request_id": "req-21f8d42d-4a5d-4c5e-a2d0-1d2a77c092db"}]} 2026-07-29 09:08:12.838 7 INFO neutron.db.l3_hamode_db [None req-9ee99c9b-4f2b-4fa2-aa4c-1b8c4a00025a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network c60084e6-bddc-4ec4-8f0c-fdc2db1d17f4 was deleted as no HA routers are present in tenant 03b961b155e040909319655c4da9a121. [pid: 7|app: 0|req: 2780/5305] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:08:11 2026] DELETE /v2.0/routers/a53e2c0e-a92c-4b5f-9309-9fd5b96b2313 => generated 0 bytes in 1150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2526/5306] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2905 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2781/5307] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2782/5308] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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: 2783/5309] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:12 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 8|app: 0|req: 2527/5310] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:08:12 2026] DELETE /v2.0/subnets/bc7db206-e6a4-4f31-95c4-91578004d1fe => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:13.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ebf75fa-4f3f-408d-b4c5-be2a725555c9 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b918dcc1-f02f-48a0-ae05-ef9014b9cb6e 2026-07-29 09:08:13.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ebf75fa-4f3f-408d-b4c5-be2a725555c9 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b918dcc1-f02f-48a0-ae05-ef9014b9cb6e [pid: 8|app: 0|req: 2528/5311] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 3712 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2529/5312] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.77&port_id=7aef392e-f04b-496e-a999-329f87f2be7b => 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: 2530/5313] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/subnets?id=458619bf-a790-4fcc-b80f-635af2f5665a => generated 648 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2531/5314] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/ports?network_id=4536341e-9423-4305-88dd-7665ce22b372&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: 2532/5315] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2784/5316] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:08:13 2026] DELETE /v2.0/networks/7785c5b8-4c6e-4936-8904-25fd1227f0e7 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2533/5317] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2785/5318] 199.19.213.48 () {34 vars in 1060 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.1.161&port_id=8a8a4850-a960-4ea0-aded-fa0c6229d2b2 => 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: 2534/5319] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/subnets?id=e45144a1-c55b-4a3c-9e0b-8899b7a77736 => generated 648 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2786/5320] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/ports?network_id=4dddd4f0-6ccc-445f-9491-d1d2086441f1&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2535/5321] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2536/5322] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c2a6e337-3df2-4052-860e-cc463efc45b4 => 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: 2787/5323] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/4dddd4f0-6ccc-445f-9491-d1d2086441f1?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2537/5324] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/subnets?id=61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2788/5325] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/4dddd4f0-6ccc-445f-9491-d1d2086441f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2538/5326] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/security-groups?tenant_id=03b961b155e040909319655c4da9a121&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2789/5327] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/ports?network_id=05401cc2-ebb0-4c43-b60f-556ca8d9830c&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: 2539/5328] 199.19.213.48 () {34 vars in 1060 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.222&port_id=cf598409-047e-4366-89ad-a054e5b8a452 => 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: 2540/5329] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2541/5330] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/subnets?id=458619bf-a790-4fcc-b80f-635af2f5665a => generated 648 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2542/5331] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2790/5332] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:08:13 2026] DELETE /v2.0/security-groups/08db0690-9f1a-40d3-aee3-37874e1f17dc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2543/5333] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/ports?network_id=4536341e-9423-4305-88dd-7665ce22b372&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: 2791/5334] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2544/5335] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2545/5336] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:14 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2792/5337] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:13 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2905 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2546/5338] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:14 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2793/5339] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:14 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:08:14.805 7 INFO neutron.services.segments.plugin [-] Segment ddcd9199-d624-4eb5-b55b-e8f601ac0f33 resource provider aggregate not found 2026-07-29 09:08:14.809 7 INFO neutron.services.segments.plugin [-] Segment ddcd9199-d624-4eb5-b55b-e8f601ac0f33 resource provider aggregate not found 2026-07-29 09:08:14.821 7 INFO neutron.services.segments.plugin [-] Segment ddcd9199-d624-4eb5-b55b-e8f601ac0f33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddcd9199-d624-4eb5-b55b-e8f601ac0f33 found for delete ", "request_id": "req-83f99528-ed02-4892-bc2e-15fcfbfa5f5a"}]} 2026-07-29 09:08:14.829 7 INFO neutron.services.segments.plugin [-] Segment ddcd9199-d624-4eb5-b55b-e8f601ac0f33 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddcd9199-d624-4eb5-b55b-e8f601ac0f33 found for delete ", "request_id": "req-802e0e20-d328-446e-952a-c18f9701dfa5"}]} [pid: 8|app: 0|req: 2547/5340] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 3712 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2794/5341] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/networks?id=4536341e-9423-4305-88dd-7665ce22b372 => generated 761 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2548/5342] 199.19.213.48 () {34 vars in 1060 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.222&port_id=cf598409-047e-4366-89ad-a054e5b8a452 => 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: 2795/5343] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/subnets?id=458619bf-a790-4fcc-b80f-635af2f5665a => generated 648 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2549/5344] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/ports?network_id=4536341e-9423-4305-88dd-7665ce22b372&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: 2796/5345] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2797/5346] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?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: 2550/5347] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2905 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2798/5348] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2551/5349] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2799/5350] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:15 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:08:16.146 8 INFO neutron.db.segments_db [None req-5a489454-4569-423c-ba5f-c1ae7ee75d76 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 1c0727d7-011e-44a8-8351-96ffe712b330 of type vxlan for network f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 [pid: 8|app: 0|req: 2552/5351] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:08:15 2026] POST /v2.0/networks => generated 726 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2553/5352] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:16 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2554/5353] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:16 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2905 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2555/5354] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:16 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2800/5355] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:08:16 2026] POST /v2.0/subnets => generated 692 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2556/5356] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:16 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:08:16.678 7 INFO neutron.db.segments_db [None req-4f03bf8e-96bd-41b5-b953-f02c6556c867 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment d3c122e0-d233-48cb-abc5-39f3da046555 of type vxlan for network 1f4e3ffb-d6a3-4797-af7a-fa9f6394497a 2026-07-29 09:08:17.063 7 INFO neutron.db.l3_hamode_db [None req-4f03bf8e-96bd-41b5-b953-f02c6556c867 792098ed716c44f9a3ede4e71835c564 b03ebc8d9ea44d2692848980c67eac74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2557/5357] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:17 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2560/5360] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:17 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2905 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2561/5361] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:17 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2562/5362] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:17 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:08:17.935 7 INFO neutron.db.l3_hamode_db [None req-4f03bf8e-96bd-41b5-b953-f02c6556c867 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2563/5363] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:18 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2564/5364] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:18 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2909 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2565/5365] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:18 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2566/5366] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:18 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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: 2801/5367] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:08:16 2026] POST /v2.0/routers => generated 732 bytes in 2517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2802/5368] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:20 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2803/5369] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:20 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2909 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2804/5370] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:20 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2805/5371] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:20 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2567/5372] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:08:19 2026] PUT /v2.0/routers/0583e3f2-445a-466c-ae4b-f28936dcdb96/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2806/5373] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:08:21 2026] POST /v2.0/security-groups => generated 1662 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2807/5374] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:21 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2568/5375] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:08:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2808/5376] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:21 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2911 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2569/5377] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:21 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2570/5378] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:21 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2809/5379] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:08:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2571/5380] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:08:21 2026] POST /v2.0/floatingips => generated 552 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2810/5381] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:22 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2572/5382] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:22 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2811/5383] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:22 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2911 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2573/5384] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:22 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2812/5385] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 09:08:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--198392168&fields=id&tenant_id=b03ebc8d9ea44d2692848980c67eac74 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2574/5386] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2813/5387] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/quotas/b03ebc8d9ea44d2692848980c67eac74 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2575/5388] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2814/5389] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2576/5390] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2815/5391] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2577/5392] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2816/5393] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2911 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2578/5394] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2817/5395] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:23 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2579/5396] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:24 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2818/5397] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:24 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2580/5398] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:24 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2911 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2819/5399] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:24 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2581/5400] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:24 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2820/5401] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:25 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2582/5402] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:25 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2583/5403] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:25 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2821/5404] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:25 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2911 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2584/5405] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:25 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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: 7|app: 0|req: 2822/5406] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:26 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2585/5407] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:26 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2823/5408] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:26 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2586/5409] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:26 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2911 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2824/5410] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:26 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2587/5411] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:08:27 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 2911 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:08:27.506 7 INFO neutron_taas.services.taas.taas_plugin [req-94e95b6b-2b67-43a5-b0a7-d5e77c6f26dc req-408fcc74-5dec-4716-9cde-79c861cac1dd 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] TaaS: Handle Delete Port: 8a8a4850-a960-4ea0-aded-fa0c6229d2b2 2026-07-29 09:08:27.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-94e95b6b-2b67-43a5-b0a7-d5e77c6f26dc req-408fcc74-5dec-4716-9cde-79c861cac1dd 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Tap Mirror: Handle Delete Port: 8a8a4850-a960-4ea0-aded-fa0c6229d2b2 [pid: 7|app: 0|req: 2825/5412] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:08:27 2026] DELETE /v2.0/ports/8a8a4850-a960-4ea0-aded-fa0c6229d2b2 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:27.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ccd3a55-9252-42c3-8590-08adcdc3c692'] response: {'server_uuid': '16adfc9b-1196-446b-97dc-204fcd1a1f94', 'name': 'network-vif-deleted', 'tag': '8a8a4850-a960-4ea0-aded-fa0c6229d2b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2826/5413] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:27 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2827/5414] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:27 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:08:27.857 8 INFO neutron_taas.services.taas.taas_plugin [req-94e95b6b-2b67-43a5-b0a7-d5e77c6f26dc req-bc923bfd-f1c2-4716-87d4-471e037d4c85 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] TaaS: Handle Delete Port: cf598409-047e-4366-89ad-a054e5b8a452 2026-07-29 09:08:27.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-94e95b6b-2b67-43a5-b0a7-d5e77c6f26dc req-bc923bfd-f1c2-4716-87d4-471e037d4c85 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Tap Mirror: Handle Delete Port: cf598409-047e-4366-89ad-a054e5b8a452 [pid: 7|app: 0|req: 2828/5415] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:27 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2588/5416] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:08:27 2026] DELETE /v2.0/ports/cf598409-047e-4366-89ad-a054e5b8a452 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2829/5417] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:28 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:28.117 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-052c4a5b-5b0a-4ebd-9e4f-1911d4b697ad'] response: {'server_uuid': '16adfc9b-1196-446b-97dc-204fcd1a1f94', 'name': 'network-vif-deleted', 'tag': 'cf598409-047e-4366-89ad-a054e5b8a452', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2589/5418] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:08:28 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2590/5419] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:28 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2591/5420] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:08:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b03ebc8d9ea44d2692848980c67eac74 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:28.228 7 INFO neutron_taas.services.taas.taas_plugin [req-94e95b6b-2b67-43a5-b0a7-d5e77c6f26dc req-4e086c60-e7d2-4e6f-81f7-987d863a956c 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] TaaS: Handle Delete Port: 7aef392e-f04b-496e-a999-329f87f2be7b 2026-07-29 09:08:28.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-94e95b6b-2b67-43a5-b0a7-d5e77c6f26dc req-4e086c60-e7d2-4e6f-81f7-987d863a956c 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Tap Mirror: Handle Delete Port: 7aef392e-f04b-496e-a999-329f87f2be7b [pid: 7|app: 0|req: 2830/5421] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:08:28 2026] DELETE /v2.0/ports/7aef392e-f04b-496e-a999-329f87f2be7b => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2592/5422] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:08:28 2026] POST /v2.0/ports => generated 954 bytes in 521 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: 2593/5423] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:28 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2594/5424] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:29 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2595/5425] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:29 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2596/5426] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:29 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2597/5427] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:29 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => 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: 2831/5428] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:08:28 2026] PUT /v2.0/ports/2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 1235 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:08:29.795 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f485543a-1cb2-4fbe-8297-8fd9331e5c42'] response: {'server_uuid': '16adfc9b-1196-446b-97dc-204fcd1a1f94', 'name': 'network-vif-deleted', 'tag': '7aef392e-f04b-496e-a999-329f87f2be7b', 'status': 'completed', 'code': 200} 2026-07-29 09:08:29.795 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f485543a-1cb2-4fbe-8297-8fd9331e5c42'] response: {'name': 'network-changed', 'server_uuid': 'ac5d0731-033c-4723-825e-273594611142', 'tag': '2b1a45b6-9e34-415c-b7c8-d59b1b725827', '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: 2598/5429] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:30 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2599/5430] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:30 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2832/5431] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:30 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2600/5432] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:30 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2833/5433] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:30 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2601/5434] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:30 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => 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: 2834/5435] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:08:30 2026] GET /v2.0/networks?tenant_id=b03ebc8d9ea44d2692848980c67eac74&shared=False => generated 773 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2602/5436] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:08:30 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) [pid: 7|app: 0|req: 2835/5437] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2836/5438] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2603/5439] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2837/5440] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2604/5441] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=ac5d0731-033c-4723-825e-273594611142 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2838/5442] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/ports?device_id=16adfc9b-1196-446b-97dc-204fcd1a1f94 => 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: 2605/5443] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b1a45b6-9e34-415c-b7c8-d59b1b725827 => 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: 2839/5444] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2606/5445] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&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: 2840/5446] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2607/5447] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:31 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2841/5448] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:32 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2608/5449] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:32 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2842/5450] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:32 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2609/5451] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:32 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2843/5454] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:08:32 2026] DELETE /v2.0/subnets/e45144a1-c55b-4a3c-9e0b-8899b7a77736 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:33.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d3779d3-d59f-48ab-9893-b08c7a35af37 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] TaaS: Handle Delete Port: 47267a7c-0f21-4590-a617-aff4a13e802c 2026-07-29 09:08:33.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d3779d3-d59f-48ab-9893-b08c7a35af37 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Tap Mirror: Handle Delete Port: 47267a7c-0f21-4590-a617-aff4a13e802c 2026-07-29 09:08:33.238 8 INFO neutron.services.segments.plugin [-] Segment 092da656-ff20-452a-a48c-5e7e404759f5 resource provider aggregate not found 2026-07-29 09:08:33.250 8 INFO neutron.services.segments.plugin [-] Segment 092da656-ff20-452a-a48c-5e7e404759f5 resource provider aggregate not found 2026-07-29 09:08:33.269 8 INFO neutron.services.segments.plugin [-] Segment 092da656-ff20-452a-a48c-5e7e404759f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092da656-ff20-452a-a48c-5e7e404759f5 found for delete ", "request_id": "req-19f93844-8b64-4d24-ba20-f98b9cfbd2bc"}]} 2026-07-29 09:08:33.273 8 INFO neutron.services.segments.plugin [-] Segment 092da656-ff20-452a-a48c-5e7e404759f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 092da656-ff20-452a-a48c-5e7e404759f5 found for delete ", "request_id": "req-569eb8c8-8047-4c0b-baf3-d3e6e5243767"}]} [pid: 8|app: 0|req: 2612/5455] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:08:32 2026] DELETE /v2.0/networks/4dddd4f0-6ccc-445f-9491-d1d2086441f1 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2844/5456] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:08:33 2026] DELETE /v2.0/subnets/458619bf-a790-4fcc-b80f-635af2f5665a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:33.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-335922b2-fb58-4654-a167-f44d0fb6b23f 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] TaaS: Handle Delete Port: 60563dde-9db1-4d18-bd77-700985e5ad21 2026-07-29 09:08:33.625 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-335922b2-fb58-4654-a167-f44d0fb6b23f 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Tap Mirror: Handle Delete Port: 60563dde-9db1-4d18-bd77-700985e5ad21 [pid: 7|app: 0|req: 2845/5457] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:33 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2846/5458] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:33 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2847/5459] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:33 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2848/5460] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:33 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2613/5461] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:08:33 2026] DELETE /v2.0/networks/4536341e-9423-4305-88dd-7665ce22b372 => generated 0 bytes in 454 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:34.074 7 INFO neutron.db.segments_db [None req-5e686d3f-1fe8-44c4-83cf-c512ba13f24a 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Added segment 6f12f7c1-aa58-4473-b9ce-2c812208bd5a of type vxlan for network 2e15c40a-d2f9-4c42-b603-033173a6094d [pid: 7|app: 0|req: 2849/5462] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:08:33 2026] POST /v2.0/networks => generated 619 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2614/5463] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:08:34 2026] POST /v2.0/subnets => generated 627 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:08:34.683 7 INFO neutron.db.segments_db [None req-4b707db8-12d5-413a-8069-de42c32a2e9f 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Added segment 4eb2f605-8fef-4716-94a8-0f80307c39f9 of type vxlan for network d49e5fc2-43b4-49e2-9896-efb566c5a502 [pid: 7|app: 0|req: 2850/5464] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:08:34 2026] POST /v2.0/networks => generated 617 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2851/5465] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:34 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2852/5466] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2853/5467] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2854/5468] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2615/5469] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:08:34 2026] POST /v2.0/subnets => generated 627 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:08:35.300 8 INFO neutron.services.segments.plugin [-] Segment 92e99b4d-397b-4f26-b161-fce5c545333c resource provider aggregate not found 2026-07-29 09:08:35.306 8 INFO neutron.services.segments.plugin [-] Segment 92e99b4d-397b-4f26-b161-fce5c545333c resource provider aggregate not found 2026-07-29 09:08:35.320 8 INFO neutron.services.segments.plugin [-] Segment 92e99b4d-397b-4f26-b161-fce5c545333c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e99b4d-397b-4f26-b161-fce5c545333c found for delete ", "request_id": "req-c2dd579f-1852-4a79-998a-0c599632639e"}]} 2026-07-29 09:08:35.325 8 INFO neutron.services.segments.plugin [-] Segment 92e99b4d-397b-4f26-b161-fce5c545333c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e99b4d-397b-4f26-b161-fce5c545333c found for delete ", "request_id": "req-422feb8b-1ae3-4558-a60a-229cde66b66c"}]} [pid: 7|app: 0|req: 2855/5470] 10.0.0.78 () {34 vars in 1060 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/networks?id=2e15c40a-d2f9-4c42-b603-033173a6094d&id=d49e5fc2-43b4-49e2-9896-efb566c5a502 => generated 1316 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2856/5471] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/quotas/3d80d6cf29584ff2a4e9fe6c54fb4e80 => 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: 2857/5472] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2616/5473] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 1240 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2617/5474] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2858/5475] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:35 2026] GET /v2.0/networks/2e15c40a-d2f9-4c42-b603-033173a6094d?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: 2618/5476] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/networks/2e15c40a-d2f9-4c42-b603-033173a6094d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2859/5477] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/networks/d49e5fc2-43b4-49e2-9896-efb566c5a502?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: 2619/5478] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/networks/d49e5fc2-43b4-49e2-9896-efb566c5a502?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2860/5479] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2620/5480] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2861/5481] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2621/5482] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2862/5483] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:36 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2622/5484] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:37 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2863/5485] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:37 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2623/5486] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:37 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => 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: 2864/5487] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:37 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2624/5488] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:37 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2865/5489] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:37 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:38.087 8 INFO neutron.db.l3_db [None req-89c0fbd7-dd9a-4075-b0ce-5bf62a2b8e55 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] Floating IP 028bfbab-5bb8-46af-a907-6c8902f50238 associated. External IP: 10.96.250.220, port: 2b1a45b6-9e34-415c-b7c8-d59b1b725827. [pid: 8|app: 0|req: 2625/5490] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:08:37 2026] PUT /v2.0/floatingips/028bfbab-5bb8-46af-a907-6c8902f50238 => generated 855 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:38.472 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c34bc56-0e49-4b01-9335-d2c437d22f8d'] response: {'name': 'network-changed', 'server_uuid': 'ac5d0731-033c-4723-825e-273594611142', 'tag': '2b1a45b6-9e34-415c-b7c8-d59b1b725827', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2626/5491] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:38 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => 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: 2866/5492] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:38 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2627/5493] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:38 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2867/5494] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:38 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=ac5d0731-033c-4723-825e-273594611142 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2628/5495] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 773 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2868/5496] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2629/5497] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2869/5498] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2630/5499] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2870/5500] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2631/5501] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2871/5502] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2632/5503] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:39 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2872/5504] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:40 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2633/5505] 199.19.213.48 () {34 vars in 1064 bytes} [Wed Jul 29 09:08:40 2026] GET /v2.0/networks?id=2e15c40a-d2f9-4c42-b603-033173a6094d&id=d49e5fc2-43b4-49e2-9896-efb566c5a502 => generated 1316 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2634/5506] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:40 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2635/5507] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:40 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2873/5508] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:08:40 2026] POST /v2.0/ports => generated 962 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2636/5509] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:08:41 2026] POST /v2.0/ports => generated 962 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2874/5510] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:41 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1919 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2875/5511] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:41 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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: 2876/5512] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:42 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2877/5513] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:42 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2637/5514] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:08:41 2026] PUT /v2.0/ports/992cab9d-46da-4c94-b607-6663738c5878 => generated 1243 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:08:42.474 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd51951e-ea9f-4f67-9d8b-735f9ed56750'] response: {'name': 'network-changed', 'server_uuid': 'b1bbbfe3-95cf-44bb-b007-ddaa530bd058', 'tag': '992cab9d-46da-4c94-b607-6663738c5878', '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: 2638/5515] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:42 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 2320 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2639/5516] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:08:43 2026] GET /v2.0/networks?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&shared=False => generated 2262 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2640/5517] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:43 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1931 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2641/5518] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:08:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2642/5519] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:43 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2643/5520] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:43 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2644/5521] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:43 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2878/5522] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:08:42 2026] PUT /v2.0/ports/51d39305-7db5-40b9-94bb-bbf5a7c876c1 => generated 1243 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:08:43.442 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b2223b3-eb4b-4029-9886-e21de9cd67e2'] response: {'name': 'network-changed', 'server_uuid': 'b1bbbfe3-95cf-44bb-b007-ddaa530bd058', 'tag': '51d39305-7db5-40b9-94bb-bbf5a7c876c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2645/5523] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:44 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 2481 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, ' [pid: 7|app: 0|req: 2879/5524] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:08:44 2026] GET /v2.0/networks?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&shared=False => generated 2262 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2646/5525] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:44 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1943 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2880/5526] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:08:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2647/5527] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:44 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2881/5528] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:44 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2648/5529] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:44 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2882/5530] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/ports?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 2481 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2649/5531] 199.19.213.48 () {34 vars in 1060 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.169&port_id=992cab9d-46da-4c94-b607-6663738c5878 => 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: 2883/5532] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1943 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2650/5533] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/subnets?id=d389022a-da4d-466a-9046-93c21f01c4ea => generated 648 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2651/5534] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/ports?network_id=2e15c40a-d2f9-4c42-b603-033173a6094d&device_owner=network%3Adhcp => 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: 2884/5535] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2652/5536] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/networks/2e15c40a-d2f9-4c42-b603-033173a6094d?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2885/5537] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2653/5538] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/networks/2e15c40a-d2f9-4c42-b603-033173a6094d?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: 2654/5539] 199.19.213.48 () {34 vars in 1060 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.1.207&port_id=51d39305-7db5-40b9-94bb-bbf5a7c876c1 => 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: 2886/5540] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2655/5541] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/subnets?id=72d1a23c-90e3-4f37-80d8-2679fc71f449 => generated 648 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2887/5542] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/ports?network_id=d49e5fc2-43b4-49e2-9896-efb566c5a502&device_owner=network%3Adhcp => 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: 2656/5543] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/networks/d49e5fc2-43b4-49e2-9896-efb566c5a502?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: 2888/5544] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:08:45 2026] GET /v2.0/networks/d49e5fc2-43b4-49e2-9896-efb566c5a502?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: 2657/5545] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:08:46 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2889/5546] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:46 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2658/5547] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:46 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1943 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2890/5548] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:46 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2659/5549] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:46 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2891/5550] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:46 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2661/5553] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:47 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1943 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2893/5554] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:47 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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: 2662/5555] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:47 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2894/5556] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:48 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2663/5557] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:48 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2895/5558] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:48 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2664/5559] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:49 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2896/5560] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:49 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2665/5561] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:49 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2897/5562] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:49 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2666/5563] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:50 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2898/5564] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:50 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2667/5565] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:08:50 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:08:50.627 7 INFO neutron_taas.services.taas.taas_plugin [req-d46e577e-638f-4cb4-b3a1-28871db6f40f req-ce4f17b2-628f-424b-91ad-3238043c56e1 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] TaaS: Handle Delete Port: c2a6e337-3df2-4052-860e-cc463efc45b4 2026-07-29 09:08:50.630 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d46e577e-638f-4cb4-b3a1-28871db6f40f req-ce4f17b2-628f-424b-91ad-3238043c56e1 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] Tap Mirror: Handle Delete Port: c2a6e337-3df2-4052-860e-cc463efc45b4 [pid: 8|app: 0|req: 2668/5566] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:50 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => generated 971 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2669/5567] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:50 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2899/5568] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:08:50 2026] DELETE /v2.0/ports/c2a6e337-3df2-4052-860e-cc463efc45b4 => generated 0 bytes in 494 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:51.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db34e899-7aff-4410-ae3e-ddc33e551f4f'] response: {'server_uuid': '13b6ece7-4e6b-4ceb-80ca-c85b83abe672', 'name': 'network-vif-deleted', 'tag': 'c2a6e337-3df2-4052-860e-cc463efc45b4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2670/5569] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:51 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2900/5570] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:51 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2671/5571] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:51 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2901/5572] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:52 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2672/5573] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:52 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2902/5574] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:53 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2673/5575] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:53 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2903/5576] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:53 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2674/5577] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:54 2026] GET /v2.0/ports?device_id=13b6ece7-4e6b-4ceb-80ca-c85b83abe672 => 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: 2904/5578] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:54 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2675/5579] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:54 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&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: 2905/5580] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2676/5581] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2906/5582] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2677/5583] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/security-groups?id=60e2a8a5-0313-4416-bb4d-5a2599e37626&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2907/5584] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2678/5585] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/quotas/1721f2e1d63f4b878ce8e8f5c7621425 => 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: 2908/5586] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2909/5587] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2679/5588] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 1947 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2910/5589] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:08:55 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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-07-29 09:08:56.075 8 INFO neutron_taas.services.taas.taas_plugin [req-0c574cfd-1fd2-4ccf-b051-20d8ac511a31 req-66f6a751-86a0-4266-9c74-8cebaeb4aa28 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] TaaS: Handle Delete Port: 992cab9d-46da-4c94-b607-6663738c5878 2026-07-29 09:08:56.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0c574cfd-1fd2-4ccf-b051-20d8ac511a31 req-66f6a751-86a0-4266-9c74-8cebaeb4aa28 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Tap Mirror: Handle Delete Port: 992cab9d-46da-4c94-b607-6663738c5878 [pid: 7|app: 0|req: 2911/5590] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:56 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2680/5591] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:08:55 2026] DELETE /v2.0/ports/992cab9d-46da-4c94-b607-6663738c5878 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:56.316 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0f6777a-1c4b-4406-86a9-938b0b578357'] response: {'server_uuid': 'b1bbbfe3-95cf-44bb-b007-ddaa530bd058', 'name': 'network-vif-deleted', 'tag': '992cab9d-46da-4c94-b607-6663738c5878', 'status': 'completed', 'code': 200} 2026-07-29 09:08:56.400 7 INFO neutron_taas.services.taas.taas_plugin [req-0c574cfd-1fd2-4ccf-b051-20d8ac511a31 req-7926b7e7-4e33-463e-b8af-06ddd60cec3b 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] TaaS: Handle Delete Port: 51d39305-7db5-40b9-94bb-bbf5a7c876c1 2026-07-29 09:08:56.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0c574cfd-1fd2-4ccf-b051-20d8ac511a31 req-7926b7e7-4e33-463e-b8af-06ddd60cec3b 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Tap Mirror: Handle Delete Port: 51d39305-7db5-40b9-94bb-bbf5a7c876c1 [pid: 7|app: 0|req: 2912/5592] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:08:56 2026] DELETE /v2.0/ports/51d39305-7db5-40b9-94bb-bbf5a7c876c1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:08:56.603 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c68e6e6-81d2-4cca-b4af-7d03d6fc2c44'] response: {'server_uuid': 'b1bbbfe3-95cf-44bb-b007-ddaa530bd058', 'name': 'network-vif-deleted', 'tag': '51d39305-7db5-40b9-94bb-bbf5a7c876c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2681/5593] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:56 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => 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: 2913/5594] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:57 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2682/5595] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:57 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2914/5596] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:58 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2683/5597] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:58 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => 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: 2915/5598] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:59 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2684/5599] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:08:59 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => 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: 2916/5600] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:00 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2685/5601] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:00 2026] GET /v2.0/networks?id=05401cc2-ebb0-4c43-b60f-556ca8d9830c => 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: 2686/5602] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:01 2026] GET /v2.0/ports?device_id=b1bbbfe3-95cf-44bb-b007-ddaa530bd058 => 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: 2917/5603] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:00 2026] POST /v2.0/ports => generated 954 bytes in 571 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: 2918/5604] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:01 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2919/5605] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:01 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2687/5606] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:01 2026] PUT /v2.0/ports/1aec22ee-84b9-49ef-bdc0-66a675c2bef1 => generated 1235 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:09:01.867 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0987f207-7628-4d0c-a3fb-c41ef214b1a5'] response: {'name': 'network-changed', 'server_uuid': 'b16f886d-3c44-49bc-8d89-62bf0c071aad', 'tag': '1aec22ee-84b9-49ef-bdc0-66a675c2bef1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2920/5607] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:09:02 2026] DELETE /v2.0/subnets/72d1a23c-90e3-4f37-80d8-2679fc71f449 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2921/5608] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:02 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2922/5609] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:02 2026] GET /v2.0/networks?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&shared=False => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:02.518 8 ERROR oslo.messaging._drivers.impl_rabbit [None req-8f33a51d-c339-4449-b6d2-380931bab7fc 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Failed to publish message to topic 'dhcp_agent_fanout': Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' 2026-07-29 09:09:02.519 8 ERROR oslo.messaging._drivers.impl_rabbit [None req-8f33a51d-c339-4449-b6d2-380931bab7fc 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Unable to connect to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' [pid: 7|app: 0|req: 2923/5610] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2688/5611] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:09:02 2026] DELETE /v2.0/networks/d49e5fc2-43b4-49e2-9896-efb566c5a502 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:09:02.583 8 INFO neutron.services.segments.plugin [-] Segment 4eb2f605-8fef-4716-94a8-0f80307c39f9 resource provider aggregate not found 2026-07-29 09:09:02.587 8 INFO neutron.services.segments.plugin [-] Segment 4eb2f605-8fef-4716-94a8-0f80307c39f9 resource provider aggregate not found 2026-07-29 09:09:02.598 8 INFO neutron.services.segments.plugin [-] Segment 4eb2f605-8fef-4716-94a8-0f80307c39f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb2f605-8fef-4716-94a8-0f80307c39f9 found for delete ", "request_id": "req-68e366f2-bb6d-47c2-a582-0e4ed9ef8db9"}]} 2026-07-29 09:09:02.600 8 INFO neutron.services.segments.plugin [-] Segment 4eb2f605-8fef-4716-94a8-0f80307c39f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4eb2f605-8fef-4716-94a8-0f80307c39f9 found for delete ", "request_id": "req-a6106ea4-6133-47b9-95b5-9815029a3f88"}]} [pid: 7|app: 0|req: 2924/5614] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:09:02 2026] DELETE /v2.0/subnets/d389022a-da4d-466a-9046-93c21f01c4ea => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2691/5615] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:02 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2692/5616] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:02 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:02.938 7 INFO neutron.services.segments.plugin [-] Segment 6f12f7c1-aa58-4473-b9ce-2c812208bd5a resource provider aggregate not found 2026-07-29 09:09:02.954 7 INFO neutron.services.segments.plugin [-] Segment 6f12f7c1-aa58-4473-b9ce-2c812208bd5a resource provider aggregate not found 2026-07-29 09:09:02.956 7 INFO neutron.services.segments.plugin [-] Segment 6f12f7c1-aa58-4473-b9ce-2c812208bd5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f12f7c1-aa58-4473-b9ce-2c812208bd5a found for delete ", "request_id": "req-acfbe3b6-ddee-4d6b-a8b1-fb6a735a9723"}]} 2026-07-29 09:09:02.970 7 ERROR oslo.messaging._drivers.impl_rabbit [None req-0253981f-f3f0-4f83-82ac-a066875cdac3 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Failed to publish message to topic 'dhcp_agent_fanout': Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' 2026-07-29 09:09:02.971 7 ERROR oslo.messaging._drivers.impl_rabbit [None req-0253981f-f3f0-4f83-82ac-a066875cdac3 93bb468732514845a1e1f7dbcf7a9339 3d80d6cf29584ff2a4e9fe6c54fb4e80 - - default default] Unable to connect to AMQP server on rabbitmq-neutron.openstack.svc.cluster.local:5672 after inf tries: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron': amqp.exceptions.NotFound: Basic.publish: (404) NOT_FOUND - no exchange 'dhcp_agent_fanout' in vhost 'neutron' 2026-07-29 09:09:02.977 7 INFO neutron.services.segments.plugin [-] Segment 6f12f7c1-aa58-4473-b9ce-2c812208bd5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f12f7c1-aa58-4473-b9ce-2c812208bd5a found for delete ", "request_id": "req-bc2e88c6-ccbe-4a74-bbb4-ed8c5b07a422"}]} [pid: 7|app: 0|req: 2925/5617] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:09:02 2026] DELETE /v2.0/networks/2e15c40a-d2f9-4c42-b603-033173a6094d => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2693/5618] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:02 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2926/5619] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:02 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:03.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-9efae390-0810-404f-8509-cd294aeb8442 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 96c9ea35-fac9-419f-88b0-a3b5fd8d14ee 2026-07-29 09:09:03.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9efae390-0810-404f-8509-cd294aeb8442 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 96c9ea35-fac9-419f-88b0-a3b5fd8d14ee [pid: 7|app: 0|req: 2927/5620] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/ports?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2928/5621] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1aec22ee-84b9-49ef-bdc0-66a675c2bef1 => 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: 2929/5622] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/subnets?id=61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2930/5623] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/ports?network_id=05401cc2-ebb0-4c43-b60f-556ca8d9830c&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: 2931/5624] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?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: 2932/5625] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2933/5626] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2934/5627] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:03 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2694/5628] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:09:03 2026] PUT /v2.0/routers/e72bf37c-4ba1-4e68-af98-f99739fede89/remove_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:04.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-555dfb9f-7b08-4d81-8bc9-e838727a0ece 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 6e10df2d-b7b0-4569-b9ec-e828059a069b 2026-07-29 09:09:04.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-555dfb9f-7b08-4d81-8bc9-e838727a0ece 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 6e10df2d-b7b0-4569-b9ec-e828059a069b 2026-07-29 09:09:04.770 7 INFO neutron_taas.services.taas.taas_plugin [None req-555dfb9f-7b08-4d81-8bc9-e838727a0ece 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b99244ff-a381-4f88-927c-1fdf56183493 2026-07-29 09:09:04.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-555dfb9f-7b08-4d81-8bc9-e838727a0ece 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b99244ff-a381-4f88-927c-1fdf56183493 [pid: 8|app: 0|req: 2695/5629] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:05 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2696/5630] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:05 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:05.262 7 INFO neutron.services.segments.plugin [-] Segment ba5c4fbc-0ad6-4fb7-b4ce-a63b48e5c31b resource provider aggregate not found 2026-07-29 09:09:05.267 7 INFO neutron.services.segments.plugin [-] Segment ba5c4fbc-0ad6-4fb7-b4ce-a63b48e5c31b resource provider aggregate not found 2026-07-29 09:09:05.287 7 INFO neutron.services.segments.plugin [-] Segment ba5c4fbc-0ad6-4fb7-b4ce-a63b48e5c31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba5c4fbc-0ad6-4fb7-b4ce-a63b48e5c31b found for delete ", "request_id": "req-eb7c876c-4286-4a94-9c0b-331b3f30007e"}]} 2026-07-29 09:09:05.295 7 INFO neutron.services.segments.plugin [-] Segment ba5c4fbc-0ad6-4fb7-b4ce-a63b48e5c31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba5c4fbc-0ad6-4fb7-b4ce-a63b48e5c31b found for delete ", "request_id": "req-a01eda7a-b40f-46ef-9e66-7fcc7d336309"}]} 2026-07-29 09:09:05.323 7 INFO neutron.db.l3_hamode_db [None req-555dfb9f-7b08-4d81-8bc9-e838727a0ece 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 7f3d83b8-6e30-4328-a9b7-c2c43897f570 was deleted as no HA routers are present in tenant 3d80d6cf29584ff2a4e9fe6c54fb4e80. [pid: 7|app: 0|req: 2935/5631] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:09:04 2026] DELETE /v2.0/routers/e72bf37c-4ba1-4e68-af98-f99739fede89 => generated 0 bytes in 1153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2697/5632] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:09:05 2026] DELETE /v2.0/subnets/7d4b7ce2-c1c3-4b5c-8f25-6393eb3fdb8f => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:09:05.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0f71413-3b3b-4b1a-97da-fc5e6778f540 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 605448ce-d473-4f1e-a155-2951af194d53 2026-07-29 09:09:05.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0f71413-3b3b-4b1a-97da-fc5e6778f540 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 605448ce-d473-4f1e-a155-2951af194d53 [pid: 7|app: 0|req: 2936/5633] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:09:05 2026] DELETE /v2.0/networks/bedbd9ac-e0d3-4387-8e1a-44febab8023d => generated 0 bytes in 457 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2937/5634] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:09:06 2026] GET /v2.0/security-groups?tenant_id=3d80d6cf29584ff2a4e9fe6c54fb4e80&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2698/5635] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:06 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2699/5636] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:06 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2938/5637] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:09:06 2026] DELETE /v2.0/security-groups/60e2a8a5-0313-4416-bb4d-5a2599e37626 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:09:07.303 7 INFO neutron.services.segments.plugin [-] Segment 950899db-b9c0-4d5f-a28c-b76c7e12f92b resource provider aggregate not found 2026-07-29 09:09:07.313 7 INFO neutron.services.segments.plugin [-] Segment 950899db-b9c0-4d5f-a28c-b76c7e12f92b resource provider aggregate not found 2026-07-29 09:09:07.318 7 INFO neutron.services.segments.plugin [-] Segment 950899db-b9c0-4d5f-a28c-b76c7e12f92b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950899db-b9c0-4d5f-a28c-b76c7e12f92b found for delete ", "request_id": "req-da6a6f3f-ad5c-4846-92d3-878c53dd2936"}]} 2026-07-29 09:09:07.324 7 INFO neutron.services.segments.plugin [-] Segment 950899db-b9c0-4d5f-a28c-b76c7e12f92b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950899db-b9c0-4d5f-a28c-b76c7e12f92b found for delete ", "request_id": "req-85e621b1-6516-47e7-906e-c3207601cf79"}]} [pid: 8|app: 0|req: 2700/5638] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:07 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2939/5639] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:07 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2701/5640] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:08 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 971 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2702/5641] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:08 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:09.257 7 INFO neutron.db.segments_db [None req-091a3fae-563f-43a6-82d3-11760ae2cc51 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment f65d8fa6-b787-4654-ac4a-3102c78c3c82 of type vxlan for network 9b21d51a-4310-454e-ae84-16d3e67983c6 [pid: 7|app: 0|req: 2940/5642] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:09:08 2026] POST /v2.0/networks => generated 726 bytes in 850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2941/5643] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:09 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2703/5644] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:09:09 2026] POST /v2.0/subnets => generated 692 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2942/5645] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:09 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:10.110 8 INFO neutron.db.segments_db [None req-89c9be0e-f5f4-44f0-8667-b1bd810044f8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9967bba4-1026-43b2-9b5e-240eb2dd6902 of type vxlan for network b32c7a1a-584b-4283-8c61-7b4cc2206303 [pid: 7|app: 0|req: 2943/5646] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:10 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2944/5647] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:10 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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-07-29 09:09:10.541 8 INFO neutron.db.l3_hamode_db [None req-89c9be0e-f5f4-44f0-8667-b1bd810044f8 792098ed716c44f9a3ede4e71835c564 527e88a26d3049ea8341318e23a7cde0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2945/5648] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:10 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2946/5649] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:10 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2947/5650] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:11 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2948/5651] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:11 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2949/5652] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:11 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:11.593 8 INFO neutron.db.l3_hamode_db [None req-89c9be0e-f5f4-44f0-8667-b1bd810044f8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2950/5653] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:11 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2951/5654] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:12 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2952/5655] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:12 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2953/5656] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:12 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2954/5657] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:12 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2704/5658] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:09:10 2026] POST /v2.0/routers => generated 732 bytes in 2863 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2705/5659] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:13 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2706/5660] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:13 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2707/5661] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:13 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2708/5662] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:13 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2955/5663] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:09:12 2026] PUT /v2.0/routers/869aa851-c512-4b66-86bd-8cb7835fb8ea/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2709/5664] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:14 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2956/5665] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:14 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 2710/5666] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2957/5667] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2711/5668] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2958/5669] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/networks?id=9b21d51a-4310-454e-ae84-16d3e67983c6 => generated 677 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2959/5670] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/quotas/527e88a26d3049ea8341318e23a7cde0 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2960/5671] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:15.545 8 INFO neutron_taas.services.taas.taas_plugin [req-297e681e-425a-47b1-a740-efe49fa4adb3 req-1f8f65ee-f20f-4c00-ba21-5f26d62a2e78 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] TaaS: Handle Delete Port: 1aec22ee-84b9-49ef-bdc0-66a675c2bef1 2026-07-29 09:09:15.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-297e681e-425a-47b1-a740-efe49fa4adb3 req-1f8f65ee-f20f-4c00-ba21-5f26d62a2e78 ce1413dece4c44d181ea05365ba27b98 1721f2e1d63f4b878ce8e8f5c7621425 - - default default] Tap Mirror: Handle Delete Port: 1aec22ee-84b9-49ef-bdc0-66a675c2bef1 [pid: 7|app: 0|req: 2961/5672] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2962/5673] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2963/5674] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/security-groups?id=e8dba865-c8c4-4a9a-bf96-176fdc22de92&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: 7|app: 0|req: 2964/5675] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:09:15 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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: 2712/5676] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:09:15 2026] DELETE /v2.0/ports/1aec22ee-84b9-49ef-bdc0-66a675c2bef1 => generated 0 bytes in 487 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:09:15.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-976a83ea-c522-48f1-a881-e78e1be5a591'] response: {'server_uuid': 'b16f886d-3c44-49bc-8d89-62bf0c071aad', 'name': 'network-vif-deleted', 'tag': '1aec22ee-84b9-49ef-bdc0-66a675c2bef1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 2965/5677] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:16 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => 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: 2713/5678] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:16 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2966/5679] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:16 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2714/5680] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:16 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2967/5681] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:17 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2715/5682] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:17 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2968/5683] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:17 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2717/5686] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:17 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2970/5687] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:18 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => 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: 2718/5688] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:18 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2971/5689] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:18 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2719/5690] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:19 2026] GET /v2.0/ports?device_id=b16f886d-3c44-49bc-8d89-62bf0c071aad => 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: 2972/5691] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:19 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => 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: 2720/5692] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:20 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => 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: 2721/5693] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:20 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2722/5694] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:21 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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-07-29 09:09:21.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-384fae07-d31f-4159-af23-0678da02b270 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 0914a3e0-bf10-4f26-9c2f-180a4f7e5944 2026-07-29 09:09:21.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-384fae07-d31f-4159-af23-0678da02b270 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 0914a3e0-bf10-4f26-9c2f-180a4f7e5944 [pid: 8|app: 0|req: 2723/5695] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:21 2026] GET /v2.0/networks?id=9b21d51a-4310-454e-ae84-16d3e67983c6 => generated 677 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2973/5696] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:09:20 2026] PUT /v2.0/routers/31cda759-8a0e-437d-8eb5-f2f47196c846/remove_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2974/5697] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:21 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2724/5698] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:21 2026] POST /v2.0/ports => generated 954 bytes in 797 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-07-29 09:09:22.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-ecf07730-2ec0-4856-89b2-c5b6acc60644 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: e988dd98-9c38-445c-b988-d7cd19659bf8 2026-07-29 09:09:22.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecf07730-2ec0-4856-89b2-c5b6acc60644 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: e988dd98-9c38-445c-b988-d7cd19659bf8 2026-07-29 09:09:22.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-ecf07730-2ec0-4856-89b2-c5b6acc60644 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: fb779b4d-feea-4198-bfcb-d7c4d8134c2d 2026-07-29 09:09:22.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecf07730-2ec0-4856-89b2-c5b6acc60644 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: fb779b4d-feea-4198-bfcb-d7c4d8134c2d [pid: 8|app: 0|req: 2725/5699] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:22 2026] PUT /v2.0/ports/34055eae-3316-4569-aeba-e64e7c25f0d2 => generated 1235 bytes in 659 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:09:22.818 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdebf352-ccb9-4540-8ef9-cd91d2ce8ea5'] response: {'name': 'network-changed', 'server_uuid': '06061513-cad9-4952-8a14-df52970134b9', 'tag': '34055eae-3316-4569-aeba-e64e7c25f0d2', '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: 2726/5700] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:22 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:22.992 7 INFO neutron.services.segments.plugin [-] Segment 9115a980-dc62-4cae-b005-4efa1a99b742 resource provider aggregate not found 2026-07-29 09:09:22.999 7 INFO neutron.services.segments.plugin [-] Segment 9115a980-dc62-4cae-b005-4efa1a99b742 resource provider aggregate not found [pid: 8|app: 0|req: 2727/5701] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:22 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:23.011 7 INFO neutron.services.segments.plugin [-] Segment 9115a980-dc62-4cae-b005-4efa1a99b742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9115a980-dc62-4cae-b005-4efa1a99b742 found for delete ", "request_id": "req-06923875-5b0b-4dcc-ba3e-195ba9f11eba"}]} 2026-07-29 09:09:23.019 7 INFO neutron.services.segments.plugin [-] Segment 9115a980-dc62-4cae-b005-4efa1a99b742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9115a980-dc62-4cae-b005-4efa1a99b742 found for delete ", "request_id": "req-6a645ec5-90ea-4cd5-a660-b827198b0914"}]} [pid: 8|app: 0|req: 2728/5702] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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-07-29 09:09:23.056 7 INFO neutron.db.l3_hamode_db [None req-ecf07730-2ec0-4856-89b2-c5b6acc60644 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 66d76418-988f-4db2-856e-f2f68dd1872f was deleted as no HA routers are present in tenant 1721f2e1d63f4b878ce8e8f5c7621425. [pid: 7|app: 0|req: 2975/5703] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:09:21 2026] DELETE /v2.0/routers/31cda759-8a0e-437d-8eb5-f2f47196c846 => generated 0 bytes in 1206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2976/5704] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2977/5705] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2729/5706] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:09:23 2026] DELETE /v2.0/subnets/61138df9-80c3-4bc2-8cff-2a1b4671f4a1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:09:23.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e34bfd1-6fbf-4311-a7d2-bb3beae96079 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 289cc5ca-c13e-47bf-a081-f8a4a775e743 2026-07-29 09:09:23.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e34bfd1-6fbf-4311-a7d2-bb3beae96079 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 289cc5ca-c13e-47bf-a081-f8a4a775e743 [pid: 8|app: 0|req: 2730/5707] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2731/5708] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=06061513-cad9-4952-8a14-df52970134b9 => 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: 2732/5709] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2733/5710] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/networks?id=9b21d51a-4310-454e-ae84-16d3e67983c6 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2734/5711] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/networks?tenant_id=527e88a26d3049ea8341318e23a7cde0&shared=False => generated 773 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2978/5712] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:09:23 2026] DELETE /v2.0/networks/05401cc2-ebb0-4c43-b60f-556ca8d9830c => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2979/5713] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:23 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) [pid: 7|app: 0|req: 2980/5714] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:09:23 2026] GET /v2.0/security-groups?tenant_id=1721f2e1d63f4b878ce8e8f5c7621425&name=default => generated 2929 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2981/5715] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:09:23 2026] DELETE /v2.0/security-groups/e8dba865-c8c4-4a9a-bf96-176fdc22de92 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2735/5716] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:23 2026] POST /v2.0/ports => generated 958 bytes in 572 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: 2982/5717] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2736/5718] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 961 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2737/5719] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/quotas/b03ebc8d9ea44d2692848980c67eac74 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2738/5720] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2739/5721] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&fields=id => generated 149 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2740/5722] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2741/5723] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2742/5724] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => 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: 2983/5725] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:24 2026] PUT /v2.0/ports/08881508-1d4e-484f-b34b-6d6cd09f272e => generated 1239 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:09:24.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-14258cfb-0cb4-43a2-8edb-71e0f3edd66a'] response: {'name': 'network-changed', 'server_uuid': 'f2a5ba6b-1ce3-4e5c-91dd-a0d086119657', 'tag': '08881508-1d4e-484f-b34b-6d6cd09f272e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2743/5726] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=06061513-cad9-4952-8a14-df52970134b9 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 2984/5727] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=34055eae-3316-4569-aeba-e64e7c25f0d2 => 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: 2744/5728] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/subnets?id=7d962149-d988-4683-b964-df708460a2d9 => generated 695 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2985/5729] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/ports?network_id=9b21d51a-4310-454e-ae84-16d3e67983c6&device_owner=network%3Adhcp => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2745/5730] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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: 2986/5731] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:24 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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-07-29 09:09:25.038 7 INFO neutron.services.segments.plugin [-] Segment b868e767-2c4c-4e59-80f9-887443fa3245 resource provider aggregate not found 2026-07-29 09:09:25.041 7 INFO neutron.services.segments.plugin [-] Segment b868e767-2c4c-4e59-80f9-887443fa3245 resource provider aggregate not found 2026-07-29 09:09:25.059 7 INFO neutron.services.segments.plugin [-] Segment b868e767-2c4c-4e59-80f9-887443fa3245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b868e767-2c4c-4e59-80f9-887443fa3245 found for delete ", "request_id": "req-b59b5def-52c1-4627-8c8d-8a2e0a66dcad"}]} 2026-07-29 09:09:25.059 7 INFO neutron.services.segments.plugin [-] Segment b868e767-2c4c-4e59-80f9-887443fa3245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b868e767-2c4c-4e59-80f9-887443fa3245 found for delete ", "request_id": "req-8c14d096-f703-4336-bda8-032edc516bd3"}]} [pid: 8|app: 0|req: 2746/5732] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:25 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2747/5733] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:25 2026] GET /v2.0/networks?tenant_id=527e88a26d3049ea8341318e23a7cde0&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2987/5734] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:25 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2748/5735] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:25 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: 2988/5736] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:25 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2749/5737] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:25 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2750/5738] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2751/5739] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08881508-1d4e-484f-b34b-6d6cd09f272e => 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: 2752/5740] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/subnets?id=7d962149-d988-4683-b964-df708460a2d9 => generated 695 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2753/5741] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:26.531 7 INFO neutron.db.segments_db [None req-ea0aa6ac-fc20-4446-8637-6eab5b167211 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 4d524cab-45a5-4654-9dc3-efcc66a3dbb5 of type vxlan for network ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 [pid: 8|app: 0|req: 2754/5742] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/ports?network_id=9b21d51a-4310-454e-ae84-16d3e67983c6&device_owner=network%3Adhcp => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2755/5743] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2756/5744] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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: 2757/5745] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2989/5746] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:09:26 2026] POST /v2.0/networks => generated 727 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2758/5747] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:26 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => 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: 2990/5748] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:09:26 2026] POST /v2.0/subnets => generated 693 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:09:27.159 8 INFO neutron.db.segments_db [None req-a474d453-0509-4428-a10f-64ff8f6f827a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 70d1a5d8-47cd-4c1d-978b-7bc80ca894bc of type vxlan for network 8986115a-d98d-4736-b3c4-add4620701e5 2026-07-29 09:09:27.525 8 INFO neutron.db.l3_hamode_db [None req-a474d453-0509-4428-a10f-64ff8f6f827a 792098ed716c44f9a3ede4e71835c564 011e80be38134fda9ee2cfdcef857d3f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2991/5749] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:27 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2992/5750] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:27 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2993/5751] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:27 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:28.460 8 INFO neutron.db.l3_hamode_db [None req-a474d453-0509-4428-a10f-64ff8f6f827a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 2994/5752] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:28 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2995/5753] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:28 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => 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: 2996/5754] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:28 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&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: 2997/5755] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:29 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 677 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2759/5756] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:09:27 2026] POST /v2.0/routers => generated 733 bytes in 2523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 2998/5757] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:29 2026] POST /v2.0/ports => generated 958 bytes in 657 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: 2999/5758] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:30 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 961 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3000/5759] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:30 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3001/5760] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:30 2026] PUT /v2.0/ports/7295ca13-fd7e-4264-a243-9eb89b7c8dee => generated 1239 bytes in 603 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: 3002/5761] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:30 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3003/5762] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:30 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:30.915 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ada4e837-5fcd-4184-bdaa-f1b8dbddc2c8'] response: {'name': 'network-changed', 'server_uuid': 'e03602a5-aed7-4ea0-aa8c-f51795fd16d1', 'tag': '7295ca13-fd7e-4264-a243-9eb89b7c8dee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2760/5763] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:09:29 2026] PUT /v2.0/routers/4bb6281e-6fed-4983-a0f3-a74dcf727426/add_router_interface => generated 309 bytes in 1621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3004/5764] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:31 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2761/5765] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:31 2026] GET /v2.0/networks?tenant_id=b03ebc8d9ea44d2692848980c67eac74&shared=False => generated 773 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3005/5766] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2762/5767] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:31 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 973 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3006/5768] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:31 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2763/5769] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3007/5770] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2764/5771] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3008/5772] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2765/5773] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/networks?id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3009/5774] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/quotas/011e80be38134fda9ee2cfdcef857d3f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2766/5775] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3010/5776] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 2767/5777] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 3011/5780] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 1242 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2770/5781] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7295ca13-fd7e-4264-a243-9eb89b7c8dee => 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: 3012/5782] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2771/5783] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => 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: 3013/5784] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2772/5785] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3014/5786] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:32 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2773/5787] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:33 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => 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: 3015/5788] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:33 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2774/5789] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:33 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => 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: 3016/5790] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:33 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2775/5791] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:33 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => 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: 3017/5792] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:34 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => 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: 2776/5793] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:34 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3018/5794] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:34 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => 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: 2777/5795] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:34 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&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: 3019/5796] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:35 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => 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: 2778/5797] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:35 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => 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: 3020/5798] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:35 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2779/5799] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:35 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3021/5800] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:35 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2780/5801] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:36 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => 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: 3022/5802] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:09:36 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:36.413 8 INFO neutron_taas.services.taas.taas_plugin [req-3106373e-40b6-4405-b0e1-acfd716aca4e req-e9000821-f709-4546-a3ee-e0faa732e7d0 f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] TaaS: Handle Delete Port: 34055eae-3316-4569-aeba-e64e7c25f0d2 2026-07-29 09:09:36.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3106373e-40b6-4405-b0e1-acfd716aca4e req-e9000821-f709-4546-a3ee-e0faa732e7d0 f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] Tap Mirror: Handle Delete Port: 34055eae-3316-4569-aeba-e64e7c25f0d2 [pid: 7|app: 0|req: 3023/5803] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:36 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => 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: 3024/5804] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:09:36 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3025/5805] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:36 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2781/5806] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:09:36 2026] DELETE /v2.0/ports/34055eae-3316-4569-aeba-e64e7c25f0d2 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:09:36.670 7 INFO neutron_taas.services.taas.taas_plugin [req-dbf470e7-eff5-4340-923f-b973e590adea req-ece9407a-b42a-43e8-b65c-69b31df7dfb6 f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] TaaS: Handle Delete Port: 08881508-1d4e-484f-b34b-6d6cd09f272e 2026-07-29 09:09:36.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dbf470e7-eff5-4340-923f-b973e590adea req-ece9407a-b42a-43e8-b65c-69b31df7dfb6 f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] Tap Mirror: Handle Delete Port: 08881508-1d4e-484f-b34b-6d6cd09f272e 2026-07-29 09:09:36.697 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d788c290-728e-41a1-8b98-4cdefbdcf146'] response: {'server_uuid': '06061513-cad9-4952-8a14-df52970134b9', 'name': 'network-vif-deleted', 'tag': '34055eae-3316-4569-aeba-e64e7c25f0d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2782/5807] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:36 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2783/5808] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:36 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3026/5809] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:09:36 2026] DELETE /v2.0/ports/08881508-1d4e-484f-b34b-6d6cd09f272e => generated 0 bytes in 424 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:09:37.013 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7dc91fa-636b-4ab7-9104-9a154dfed75e'] response: {'server_uuid': 'f2a5ba6b-1ce3-4e5c-91dd-a0d086119657', 'name': 'network-vif-deleted', 'tag': '08881508-1d4e-484f-b34b-6d6cd09f272e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2784/5810] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:37 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => 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: 3027/5811] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:37 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2785/5812] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:37 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3028/5813] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:37 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&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: 2786/5814] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:38 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2787/5815] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:38 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => 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: 3029/5816] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:38 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2788/5817] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:38 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3030/5818] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:38 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2789/5819] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:38 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 7|app: 0|req: 3031/5820] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => 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: 2790/5821] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3032/5822] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/quotas/b03ebc8d9ea44d2692848980c67eac74 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2791/5823] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&fields=id => generated 195 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3033/5824] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2792/5825] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3034/5826] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/networks?id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3035/5827] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3036/5828] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:39 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => 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: 2793/5829] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:39 2026] POST /v2.0/ports => generated 958 bytes in 584 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: 2794/5830] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:40 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2795/5831] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:40 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2796/5832] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:40 2026] GET /v2.0/ports?device_id=06061513-cad9-4952-8a14-df52970134b9 => 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: 3037/5833] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:40 2026] PUT /v2.0/ports/a9a6d2f7-87ca-4597-9753-a820937f2a9a => generated 1239 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2797/5834] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:41 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:41.062 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1fb9415-353c-4c36-8fa3-2138318bbf8b'] response: {'name': 'network-changed', 'server_uuid': 'b84b2697-dd69-4da5-8f4e-031ebf08f916', 'tag': 'a9a6d2f7-87ca-4597-9753-a820937f2a9a', '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: 3038/5835] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:41 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2798/5836] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:41 2026] GET /v2.0/networks?tenant_id=011e80be38134fda9ee2cfdcef857d3f&shared=False => generated 774 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2799/5837] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3039/5838] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:41 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2800/5839] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:41 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3040/5840] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => 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: 2801/5841] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/ports?device_id=f2a5ba6b-1ce3-4e5c-91dd-a0d086119657 => 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: 3041/5842] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2802/5843] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=a9a6d2f7-87ca-4597-9753-a820937f2a9a => 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: 3042/5844] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/subnets?id=cc988c33-c6ed-47d7-b692-ce973a2d5fec => generated 696 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2803/5845] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/ports?network_id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3043/5846] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2804/5847] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 3044/5848] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2805/5849] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:42 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3045/5850] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:43 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => 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: 2806/5851] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:09:43 2026] GET /v2.0/networks?id=9b21d51a-4310-454e-ae84-16d3e67983c6 => generated 677 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3046/5852] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:09:43 2026] GET /v2.0/quotas/527e88a26d3049ea8341318e23a7cde0 => 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: 2807/5853] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:09:43 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&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: 3047/5854] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:09:43 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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: 2808/5855] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:09:43 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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: 3048/5856] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:44 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2809/5857] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:44 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&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: 3049/5858] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:44 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 2810/5859] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:44 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => 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: 3050/5860] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:44 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 677 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2811/5861] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:44 2026] POST /v2.0/ports => generated 958 bytes in 531 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: 2812/5862] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:45 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2813/5863] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:45 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2814/5864] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:45 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 2815/5865] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:45 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2816/5866] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:45 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3051/5867] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:45 2026] PUT /v2.0/ports/2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 => generated 1239 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:09:45.617 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1205eb7f-e2c9-4de5-9920-c3cbaafa26d2'] response: {'name': 'network-changed', 'server_uuid': '320b7886-49af-48d9-bb92-933d979bd9a4', 'tag': '2a8f8a45-3661-42bf-b0b0-ff0d6e343a89', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2817/5868] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:46 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 3052/5869] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:46 2026] GET /v2.0/networks?tenant_id=b03ebc8d9ea44d2692848980c67eac74&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2818/5870] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:46 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) [pid: 8|app: 0|req: 2819/5871] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:46 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 3053/5872] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:46 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2820/5873] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:46 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3054/5874] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:46 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2821/5875] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:46 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&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: 3055/5876] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2822/5877] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3056/5878] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2823/5879] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2824/5880] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 3057/5881] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2825/5882] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3058/5883] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2826/5884] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2828/5887] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3060/5888] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:47 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2829/5889] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:48 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 3061/5890] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:48 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2830/5891] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:48 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3062/5892] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:48 2026] GET /v2.0/networks?id=9b21d51a-4310-454e-ae84-16d3e67983c6 => generated 677 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3063/5893] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:48 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3064/5894] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:48 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3065/5895] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:48 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&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: 3066/5896] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2831/5897] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:48 2026] POST /v2.0/ports => generated 958 bytes in 533 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: 2832/5898] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2833/5899] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/networks?id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2834/5900] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2835/5901] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/quotas/011e80be38134fda9ee2cfdcef857d3f => 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: 2836/5902] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2837/5903] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2838/5904] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:09:49 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 2839/5905] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 3067/5906] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:49 2026] PUT /v2.0/ports/0a3c9fab-54ab-428c-b596-04776f5824d3 => generated 1239 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2840/5907] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 80 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: 3068/5908] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:09:50.271 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8127c54f-5c02-41e9-9dcd-097a2e69c7d5'] response: {'name': 'network-changed', 'server_uuid': '8a80410d-fa11-41b8-b309-91b9bd36abb1', 'tag': '0a3c9fab-54ab-428c-b596-04776f5824d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2841/5909] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3069/5910] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => 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: 2842/5911] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3070/5912] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/networks?tenant_id=527e88a26d3049ea8341318e23a7cde0&shared=False => generated 773 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2843/5913] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3071/5914] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:51 2026] GET /v2.0/networks?id=9b21d51a-4310-454e-ae84-16d3e67983c6 => generated 677 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3072/5915] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:51 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3073/5916] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:51 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3074/5917] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:51 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => 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: 2844/5918] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:51 2026] POST /v2.0/ports => generated 954 bytes in 653 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: 3075/5919] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:09:51 2026] GET /v2.0/ports?device_id=b84b2697-dd69-4da5-8f4e-031ebf08f916 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:51.972 7 INFO neutron_taas.services.taas.taas_plugin [req-46a80e29-173c-491f-b88a-a911c9d66f3e req-30f63ca2-2028-4864-bc7e-f64aefaf8e12 1408d1ea22e141a98f9937ca73889f7d 011e80be38134fda9ee2cfdcef857d3f - - default default] TaaS: Handle Delete Port: a9a6d2f7-87ca-4597-9753-a820937f2a9a 2026-07-29 09:09:51.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-46a80e29-173c-491f-b88a-a911c9d66f3e req-30f63ca2-2028-4864-bc7e-f64aefaf8e12 1408d1ea22e141a98f9937ca73889f7d 011e80be38134fda9ee2cfdcef857d3f - - default default] Tap Mirror: Handle Delete Port: a9a6d2f7-87ca-4597-9753-a820937f2a9a [pid: 7|app: 0|req: 3076/5920] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:09:51 2026] DELETE /v2.0/ports/a9a6d2f7-87ca-4597-9753-a820937f2a9a => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3077/5921] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:09:52.323 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0df153ca-8414-48f2-a794-c1407fd512c3'] response: {'server_uuid': 'b84b2697-dd69-4da5-8f4e-031ebf08f916', 'name': 'network-vif-deleted', 'tag': 'a9a6d2f7-87ca-4597-9753-a820937f2a9a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3078/5922] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3079/5923] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2845/5924] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:51 2026] PUT /v2.0/ports/cdf2125a-5225-44a5-a214-1d13571f9338 => generated 1235 bytes in 608 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3080/5925] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0a3c9fab-54ab-428c-b596-04776f5824d3 => generated 19 bytes in 20 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-07-29 09:09:52.436 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-afc9c8dd-e82c-47f9-977b-a85180c76622'] response: {'name': 'network-changed', 'server_uuid': 'fb4b10ce-e312-4a34-99d6-509e306b7bfa', 'tag': 'cdf2125a-5225-44a5-a214-1d13571f9338', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2846/5926] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/subnets?id=7d962149-d988-4683-b964-df708460a2d9 => generated 695 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3081/5927] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/ports?network_id=9b21d51a-4310-454e-ae84-16d3e67983c6&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: 2847/5928] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2848/5929] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => 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: 3082/5930] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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: 2849/5931] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&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: 3083/5932] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2850/5933] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3084/5934] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2851/5935] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3085/5936] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:52 2026] GET /v2.0/networks?tenant_id=527e88a26d3049ea8341318e23a7cde0&shared=False => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2852/5937] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:53 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: 3086/5938] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:53 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2853/5939] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:53 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&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: 7|app: 0|req: 3087/5940] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:53 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => 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: 2854/5941] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3088/5942] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2855/5943] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/ports?tenant_id=527e88a26d3049ea8341318e23a7cde0&device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3089/5944] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=cdf2125a-5225-44a5-a214-1d13571f9338 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2856/5945] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/subnets?id=7d962149-d988-4683-b964-df708460a2d9 => generated 695 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3090/5946] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/ports?network_id=9b21d51a-4310-454e-ae84-16d3e67983c6&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2857/5947] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?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: 3091/5948] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2858/5949] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3092/5950] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2859/5951] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2860/5952] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => 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: 3093/5953] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2861/5954] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:09:54 2026] GET /v2.0/networks?id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 => generated 678 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3094/5955] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:09:55 2026] POST /v2.0/ports => generated 958 bytes in 498 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: 3095/5956] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:55 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3096/5957] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:55 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3097/5958] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:55 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3098/5959] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:55 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3099/5960] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:55 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3100/5961] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:56 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2862/5962] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:09:55 2026] PUT /v2.0/ports/987a525b-2a04-44d4-8d09-fc8f7b1ca916 => generated 1239 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:09:56.896 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6609ecae-b7a4-4304-a43e-53a3c7822da6'] response: {'name': 'network-changed', 'server_uuid': 'e5288b2c-1924-436a-b637-960a5047be7d', 'tag': '987a525b-2a04-44d4-8d09-fc8f7b1ca916', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3101/5963] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:56 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 44 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: 2863/5964] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:57 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3102/5965] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:57 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2864/5966] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:57 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3103/5967] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:57 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 2865/5968] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:57 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&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: 3104/5969] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:57 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&device_id=e5288b2c-1924-436a-b637-960a5047be7d => 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: 2866/5970] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:09:57 2026] GET /v2.0/networks?tenant_id=011e80be38134fda9ee2cfdcef857d3f&shared=False => generated 774 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3105/5971] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:09:57 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: 2867/5972] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3106/5973] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2868/5974] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3107/5975] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2869/5976] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 3108/5977] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2870/5978] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3109/5979] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=987a525b-2a04-44d4-8d09-fc8f7b1ca916 => 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: 2871/5980] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/subnets?id=cc988c33-c6ed-47d7-b692-ce973a2d5fec => generated 696 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3110/5981] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/ports?network_id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5&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: 2872/5982] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3111/5983] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:09:58 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 2873/5984] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3112/5985] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2874/5986] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3113/5987] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2875/5988] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3114/5989] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&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: 2876/5990] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3115/5991] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:09:59 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&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: 2877/5992] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:00 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3116/5993] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:00 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2878/5994] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:00 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3117/5995] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:00 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2879/5996] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:00 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3118/5997] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:00 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2880/5998] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:01 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3119/5999] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:01 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2881/6000] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:01 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3120/6001] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:01 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&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: 2882/6002] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:01 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3121/6003] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:01 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2883/6004] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:01 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3122/6005] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 773 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2884/6006] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 => 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: 3123/6007] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2885/6008] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&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: 3124/6009] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2886/6010] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3125/6011] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:02.811 8 INFO neutron_taas.services.taas.taas_plugin [req-28823f66-87f7-44ce-9851-db282ff7bd6f req-655d3e20-5d90-4d74-89fa-7da76df00dbf f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] TaaS: Handle Delete Port: 0a3c9fab-54ab-428c-b596-04776f5824d3 2026-07-29 09:10:02.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-28823f66-87f7-44ce-9851-db282ff7bd6f req-655d3e20-5d90-4d74-89fa-7da76df00dbf f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] Tap Mirror: Handle Delete Port: 0a3c9fab-54ab-428c-b596-04776f5824d3 [pid: 7|app: 0|req: 3128/6014] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3129/6015] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/security-groups?id=698720a3-b416-4a4b-9166-6b7cc73abee5&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2887/6016] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:10:02 2026] DELETE /v2.0/ports/0a3c9fab-54ab-428c-b596-04776f5824d3 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2888/6017] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2889/6018] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:03 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2890/6019] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:03 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:03.265 8 INFO neutron_taas.services.taas.taas_plugin [req-707b4dee-11cc-4242-8ae6-9c6c96f8554b req-8b92c0b4-e7d8-42f5-8515-30f7e59b06f6 f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] TaaS: Handle Delete Port: cdf2125a-5225-44a5-a214-1d13571f9338 2026-07-29 09:10:03.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-707b4dee-11cc-4242-8ae6-9c6c96f8554b req-8b92c0b4-e7d8-42f5-8515-30f7e59b06f6 f8d106292ef34b4fb751fe5ca9a22c15 527e88a26d3049ea8341318e23a7cde0 - - default default] Tap Mirror: Handle Delete Port: cdf2125a-5225-44a5-a214-1d13571f9338 [pid: 8|app: 0|req: 2891/6020] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:10:03 2026] DELETE /v2.0/ports/cdf2125a-5225-44a5-a214-1d13571f9338 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2892/6021] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:03 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2893/6022] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:03 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&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-07-29 09:10:03.527 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47d5876d-e039-4927-a433-ba17a2e0921d'] response: {'server_uuid': '8a80410d-fa11-41b8-b309-91b9bd36abb1', 'name': 'network-vif-deleted', 'tag': '0a3c9fab-54ab-428c-b596-04776f5824d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3130/6023] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:10:02 2026] GET /v2.0/ports/2a8f8a45-3661-42bf-b0b0-ff0d6e343a89?fields=binding%3Aprofile&fields=network_id => generated 62 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2894/6024] 199.19.213.48 () {34 vars in 1014 bytes} [Wed Jul 29 09:10:03 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2895/6025] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:03 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:04.011 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c51204c-33c6-42c0-a2a8-fe1990253b75'] response: {'server_uuid': '320b7886-49af-48d9-bb92-933d979bd9a4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2a8f8a45-3661-42bf-b0b0-ff0d6e343a89', 'code': 200} [pid: 7|app: 0|req: 3131/6026] 199.19.213.48 () {38 vars in 1025 bytes} [Wed Jul 29 09:10:03 2026] PUT /v2.0/ports/2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 => generated 1090 bytes in 322 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: 2896/6027] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:04 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 973 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3132/6028] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:04 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 975 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2897/6029] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:04 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3133/6030] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:04 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2898/6031] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:04 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3134/6032] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:04 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2899/6033] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => 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: 3135/6034] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2900/6035] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3136/6036] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2901/6037] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:05.564 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-caf1cb16-1d18-42ad-b23d-7efafb6c34c6'] response: {'server_uuid': 'fb4b10ce-e312-4a34-99d6-509e306b7bfa', 'name': 'network-vif-deleted', 'tag': 'cdf2125a-5225-44a5-a214-1d13571f9338', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3137/6038] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2902/6039] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3138/6040] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:05 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:06.059 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebea57eb-66e4-4d80-a96f-d2f39521d0f7'] response: {'name': 'network-changed', 'server_uuid': '320b7886-49af-48d9-bb92-933d979bd9a4', 'tag': '2a8f8a45-3661-42bf-b0b0-ff0d6e343a89', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2903/6041] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2904/6042] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/ports?device_id=8a80410d-fa11-41b8-b309-91b9bd36abb1 => 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: 3139/6043] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/networks?id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 => generated 678 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2905/6044] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/quotas/011e80be38134fda9ee2cfdcef857d3f => 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: 3140/6045] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&fields=id => generated 149 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2906/6046] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3141/6047] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2907/6048] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3142/6049] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 2908/6050] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 1093 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3143/6051] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2909/6052] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 => 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: 3144/6053] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2910/6054] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => 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: 3145/6055] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2911/6056] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3146/6057] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2912/6058] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:06 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3147/6059] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:07 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2913/6060] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:07 2026] GET /v2.0/ports?device_id=fb4b10ce-e312-4a34-99d6-509e306b7bfa => 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: 3148/6061] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:07 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => 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: 2914/6062] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:08 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3149/6063] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:08 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2915/6064] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:10:08 2026] GET /v2.0/ports?device_id=e5288b2c-1924-436a-b637-960a5047be7d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:08.513 7 INFO neutron_taas.services.taas.taas_plugin [req-3e1cf984-d05e-4572-92fd-9685d32bfe7e req-3ecd0dc1-2a7d-4b72-9b3f-13b4a2efcc70 1408d1ea22e141a98f9937ca73889f7d 011e80be38134fda9ee2cfdcef857d3f - - default default] TaaS: Handle Delete Port: 987a525b-2a04-44d4-8d09-fc8f7b1ca916 2026-07-29 09:10:08.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3e1cf984-d05e-4572-92fd-9685d32bfe7e req-3ecd0dc1-2a7d-4b72-9b3f-13b4a2efcc70 1408d1ea22e141a98f9937ca73889f7d 011e80be38134fda9ee2cfdcef857d3f - - default default] Tap Mirror: Handle Delete Port: 987a525b-2a04-44d4-8d09-fc8f7b1ca916 [pid: 7|app: 0|req: 3150/6065] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:10:08 2026] DELETE /v2.0/ports/987a525b-2a04-44d4-8d09-fc8f7b1ca916 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:10:08.842 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd892c1b-081b-44ea-8091-4848116b5ae5'] response: {'server_uuid': 'e5288b2c-1924-436a-b637-960a5047be7d', 'name': 'network-vif-deleted', 'tag': '987a525b-2a04-44d4-8d09-fc8f7b1ca916', 'status': 'completed', 'code': 200} 2026-07-29 09:10:08.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f3fced8-e7e7-4b2f-986e-516c2b5c5a15 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: a83c475e-f345-4eaf-9b59-edf58047b918 2026-07-29 09:10:08.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f3fced8-e7e7-4b2f-986e-516c2b5c5a15 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: a83c475e-f345-4eaf-9b59-edf58047b918 [pid: 7|app: 0|req: 3151/6066] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:08 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => 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: 3152/6067] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:09 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3153/6068] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:09 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2916/6069] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:10:08 2026] PUT /v2.0/routers/869aa851-c512-4b66-86bd-8cb7835fb8ea/remove_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:09.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5046ef0-5c3d-46ce-85bc-164f82c81f72 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: b2d454ef-d59e-4305-89b8-94fd25d39c44 2026-07-29 09:10:09.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5046ef0-5c3d-46ce-85bc-164f82c81f72 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: b2d454ef-d59e-4305-89b8-94fd25d39c44 [pid: 8|app: 0|req: 2917/6070] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:10 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:10.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5046ef0-5c3d-46ce-85bc-164f82c81f72 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 64669825-a195-4678-962f-3ce4a7b01bb4 2026-07-29 09:10:10.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5046ef0-5c3d-46ce-85bc-164f82c81f72 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 64669825-a195-4678-962f-3ce4a7b01bb4 [pid: 8|app: 0|req: 2918/6071] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:10 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2919/6072] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:10 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:10.805 7 INFO neutron.services.segments.plugin [-] Segment 9967bba4-1026-43b2-9b5e-240eb2dd6902 resource provider aggregate not found 2026-07-29 09:10:10.809 7 INFO neutron.services.segments.plugin [-] Segment 9967bba4-1026-43b2-9b5e-240eb2dd6902 resource provider aggregate not found 2026-07-29 09:10:10.832 7 INFO neutron.services.segments.plugin [-] Segment 9967bba4-1026-43b2-9b5e-240eb2dd6902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9967bba4-1026-43b2-9b5e-240eb2dd6902 found for delete ", "request_id": "req-a1833461-67d3-4533-8134-1c80300692fb"}]} 2026-07-29 09:10:10.834 7 INFO neutron.services.segments.plugin [-] Segment 9967bba4-1026-43b2-9b5e-240eb2dd6902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9967bba4-1026-43b2-9b5e-240eb2dd6902 found for delete ", "request_id": "req-6d2a0568-03cc-4db5-9dc2-6d97ccbebbcf"}]} 2026-07-29 09:10:10.887 7 INFO neutron.db.l3_hamode_db [None req-b5046ef0-5c3d-46ce-85bc-164f82c81f72 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network b32c7a1a-584b-4283-8c61-7b4cc2206303 was deleted as no HA routers are present in tenant 527e88a26d3049ea8341318e23a7cde0. [pid: 7|app: 0|req: 3154/6073] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:10:09 2026] DELETE /v2.0/routers/869aa851-c512-4b66-86bd-8cb7835fb8ea => generated 0 bytes in 1211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2920/6074] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:10:10 2026] DELETE /v2.0/subnets/7d962149-d988-4683-b964-df708460a2d9 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2921/6075] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:11 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:11.263 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b60e550-749a-42b9-9b5e-19539688c23d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 1dc16a97-48e5-4ff0-93e1-879799dfa1ad 2026-07-29 09:10:11.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b60e550-749a-42b9-9b5e-19539688c23d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 1dc16a97-48e5-4ff0-93e1-879799dfa1ad [pid: 8|app: 0|req: 2922/6076] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:11 2026] GET /v2.0/networks?id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 => generated 678 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3155/6077] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:10:11 2026] DELETE /v2.0/networks/9b21d51a-4310-454e-ae84-16d3e67983c6 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3156/6078] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:10:11 2026] GET /v2.0/security-groups?tenant_id=527e88a26d3049ea8341318e23a7cde0&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2923/6079] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:10:11 2026] POST /v2.0/ports => generated 958 bytes in 549 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: 3157/6080] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:10:11 2026] DELETE /v2.0/security-groups/698720a3-b416-4a4b-9166-6b7cc73abee5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2924/6081] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:11 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2925/6082] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:11 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2926/6083] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:12 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2927/6084] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:12 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&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: 3158/6085] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:10:11 2026] PUT /v2.0/ports/3e936690-e528-42b0-beb2-8df9efd7eef5 => generated 1239 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:10:12.463 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf355e75-2cc9-4edc-bf29-b48ea13ac3af'] response: {'name': 'network-changed', 'server_uuid': 'fe618790-2e5e-4dec-8d48-6ab4a13d157d', 'tag': '3e936690-e528-42b0-beb2-8df9efd7eef5', 'status': 'completed', 'code': 200} 2026-07-29 09:10:12.851 7 INFO neutron.services.segments.plugin [-] Segment f65d8fa6-b787-4654-ac4a-3102c78c3c82 resource provider aggregate not found 2026-07-29 09:10:12.853 7 INFO neutron.services.segments.plugin [-] Segment f65d8fa6-b787-4654-ac4a-3102c78c3c82 resource provider aggregate not found 2026-07-29 09:10:12.872 7 INFO neutron.services.segments.plugin [-] Segment f65d8fa6-b787-4654-ac4a-3102c78c3c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f65d8fa6-b787-4654-ac4a-3102c78c3c82 found for delete ", "request_id": "req-d2eafbe7-1743-4d8c-b173-ef014422dc66"}]} 2026-07-29 09:10:12.873 7 INFO neutron.services.segments.plugin [-] Segment f65d8fa6-b787-4654-ac4a-3102c78c3c82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f65d8fa6-b787-4654-ac4a-3102c78c3c82 found for delete ", "request_id": "req-5f05044b-92c8-4099-aa12-7335454684fd"}]} [pid: 8|app: 0|req: 2928/6086] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:12 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 3159/6087] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:10:13 2026] GET /v2.0/networks?tenant_id=011e80be38134fda9ee2cfdcef857d3f&shared=False => generated 774 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2929/6088] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:10:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3160/6089] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:13 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2930/6090] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:13 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3161/6091] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:13 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 973 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2931/6092] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:13 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&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: 2932/6093] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/ports?tenant_id=011e80be38134fda9ee2cfdcef857d3f&device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2933/6094] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3e936690-e528-42b0-beb2-8df9efd7eef5 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:14.242 7 INFO neutron.db.segments_db [None req-4e0ea6af-cbd7-4c30-ab33-f5ee1e28ef29 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 017e3a3e-4b4a-40af-8ff1-d533a6d8e28a of type vxlan for network fe9eb660-0550-49f7-a5d5-3d147599562e [pid: 8|app: 0|req: 2934/6095] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/subnets?id=cc988c33-c6ed-47d7-b692-ce973a2d5fec => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2935/6096] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/ports?network_id=ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2936/6097] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3162/6098] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:10:13 2026] POST /v2.0/networks => generated 735 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2937/6099] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?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: 3163/6100] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3164/6101] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3165/6102] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3166/6103] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:14 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2938/6104] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:10:14 2026] POST /v2.0/subnets => generated 701 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:10:14.856 7 INFO neutron.db.segments_db [None req-e9a78fbb-08fd-4e94-a28f-f5c3388bbc64 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment f86af1c5-bb05-4cbf-a691-fba82cdd5ff0 of type vxlan for network d3d70e74-4daa-4ee6-8446-3fdeca374488 2026-07-29 09:10:15.265 7 INFO neutron.db.l3_hamode_db [None req-e9a78fbb-08fd-4e94-a28f-f5c3388bbc64 792098ed716c44f9a3ede4e71835c564 e74f306a5f6c4b2582772cfc26eaebd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2939/6105] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:15 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2940/6106] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:15 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2941/6107] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:15 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2942/6108] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:15 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:16.207 7 INFO neutron.db.l3_hamode_db [None req-e9a78fbb-08fd-4e94-a28f-f5c3388bbc64 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 2943/6109] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:16 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2944/6110] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:16 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2945/6111] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:16 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 973 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2946/6112] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:17 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3167/6113] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:10:14 2026] POST /v2.0/routers => generated 741 bytes in 2671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3170/6116] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:17 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3171/6117] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=ac5d0731-033c-4723-825e-273594611142 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3172/6118] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3173/6119] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 773 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3174/6120] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3175/6121] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3176/6122] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3177/6123] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3178/6124] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3179/6125] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3180/6126] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3181/6127] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/ports/2b1a45b6-9e34-415c-b7c8-d59b1b725827?fields=binding%3Aprofile&fields=network_id => generated 62 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2947/6128] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:10:17 2026] PUT /v2.0/routers/b3db3233-079c-497e-8556-981488e1a3d2/add_router_interface => generated 309 bytes in 1495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3182/6129] 199.19.213.48 () {34 vars in 1014 bytes} [Wed Jul 29 09:10:18 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=dns_domain => generated 29 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3183/6130] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:19 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:19.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-071e0e12-3077-4dfc-92fa-fa11972be9b5'] response: {'server_uuid': 'ac5d0731-033c-4723-825e-273594611142', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2b1a45b6-9e34-415c-b7c8-d59b1b725827', 'code': 200} [pid: 7|app: 0|req: 3184/6131] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:19 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2948/6132] 199.19.213.48 () {38 vars in 1025 bytes} [Wed Jul 29 09:10:19 2026] PUT /v2.0/ports/2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 1086 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3185/6133] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:19 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 89 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: 2949/6134] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:19 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3186/6135] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:10:19 2026] GET /v2.0/networks?id=fe9eb660-0550-49f7-a5d5-3d147599562e => generated 686 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2950/6136] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:10:19 2026] GET /v2.0/quotas/e74f306a5f6c4b2582772cfc26eaebd6 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3187/6137] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/ports?tenant_id=e74f306a5f6c4b2582772cfc26eaebd6&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2951/6138] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/networks/fe9eb660-0550-49f7-a5d5-3d147599562e?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3188/6139] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/networks/fe9eb660-0550-49f7-a5d5-3d147599562e?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: 2952/6140] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2953/6141] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => 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: 3189/6142] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2954/6143] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3190/6144] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2955/6145] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3191/6146] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:20 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&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: 2956/6147] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3192/6148] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:21.300 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7de6fccc-9932-4c30-98b9-ba9dc9901098'] response: {'name': 'network-changed', 'server_uuid': 'ac5d0731-033c-4723-825e-273594611142', 'tag': '2b1a45b6-9e34-415c-b7c8-d59b1b725827', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2957/6149] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3193/6150] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2958/6151] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => 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: 3194/6152] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2959/6153] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3195/6154] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 2960/6155] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3196/6156] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2961/6157] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=ac5d0731-033c-4723-825e-273594611142 => generated 1089 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3197/6158] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2962/6159] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 773 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3198/6160] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2963/6161] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:21 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3199/6162] 10.0.0.78 () {34 vars in 1036 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142&fields=resource_request => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2964/6163] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3200/6164] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2965/6165] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&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: 3201/6166] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2966/6167] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3202/6168] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2967/6169] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3203/6170] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2968/6171] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2969/6172] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3204/6173] 10.0.0.235 () {34 vars in 1057 bytes} [Wed Jul 29 09:10:22 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142&fields=id&fields=resource_request => generated 81 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2970/6174] 10.0.0.24 () {34 vars in 969 bytes} [Wed Jul 29 09:10:23 2026] GET /v2.0/ports/2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 966 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3205/6175] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:23 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2971/6176] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:23 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3206/6177] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:23 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2972/6178] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:23 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3207/6179] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:23 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => 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: 2973/6180] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:24 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3208/6181] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:24 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2974/6182] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:10:24 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3209/6183] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:24 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => 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: 3210/6184] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:24 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:25.060 8 INFO neutron_taas.services.taas.taas_plugin [req-bea4fff8-5998-4119-82c2-1c1536e7f53c req-eb6598e0-399e-498d-8db8-107a0f1fb7b9 1408d1ea22e141a98f9937ca73889f7d 011e80be38134fda9ee2cfdcef857d3f - - default default] TaaS: Handle Delete Port: 3e936690-e528-42b0-beb2-8df9efd7eef5 2026-07-29 09:10:25.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bea4fff8-5998-4119-82c2-1c1536e7f53c req-eb6598e0-399e-498d-8db8-107a0f1fb7b9 1408d1ea22e141a98f9937ca73889f7d 011e80be38134fda9ee2cfdcef857d3f - - default default] Tap Mirror: Handle Delete Port: 3e936690-e528-42b0-beb2-8df9efd7eef5 [pid: 7|app: 0|req: 3211/6185] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:25 2026] GET /v2.0/security-groups?id=4922e70d-022c-4888-b31b-2a19f7b40454&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3212/6186] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:25 2026] GET /v2.0/networks?id=fe9eb660-0550-49f7-a5d5-3d147599562e => generated 686 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2975/6187] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:10:24 2026] DELETE /v2.0/ports/3e936690-e528-42b0-beb2-8df9efd7eef5 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:10:25.370 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0a27a1c-6551-4cc8-9869-f19e1070f656'] response: {'server_uuid': 'fe618790-2e5e-4dec-8d48-6ab4a13d157d', 'name': 'network-vif-deleted', 'tag': '3e936690-e528-42b0-beb2-8df9efd7eef5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3213/6188] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:10:25 2026] POST /v2.0/ports => generated 958 bytes in 589 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: 3214/6189] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:25 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3215/6190] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:26 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 961 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3216/6191] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:26 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3217/6192] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:26 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&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: 7|app: 0|req: 3218/6193] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:26 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => 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: 2976/6194] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:10:25 2026] PUT /v2.0/ports/43b11720-0283-42b0-9c96-45a4e11e142d => generated 1239 bytes in 580 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: 3219/6195] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3220/6196] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2977/6197] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3221/6198] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2978/6199] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => 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: 3222/6200] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/ports?tenant_id=e74f306a5f6c4b2582772cfc26eaebd6&device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:10:27.423 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-070e282f-1f55-4ba9-8321-e3a3b485aa03'] response: {'name': 'network-changed', 'server_uuid': 'a75ecfe0-0cc6-4079-a990-7015b61b0a7c', 'tag': '43b11720-0283-42b0-9c96-45a4e11e142d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 2979/6201] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=43b11720-0283-42b0-9c96-45a4e11e142d => 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: 3223/6202] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/subnets?id=cac52a68-9713-4be0-bd57-89861c9c2ddb => generated 704 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2980/6203] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/ports?network_id=fe9eb660-0550-49f7-a5d5-3d147599562e&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3224/6204] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/networks/fe9eb660-0550-49f7-a5d5-3d147599562e?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2981/6205] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:27 2026] GET /v2.0/networks/fe9eb660-0550-49f7-a5d5-3d147599562e?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: 3225/6206] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2982/6207] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3226/6208] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2983/6209] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3227/6210] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => 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: 2984/6211] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142&tenant_id=b03ebc8d9ea44d2692848980c67eac74 => generated 1089 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2985/6212] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/ports?tenant_id=e74f306a5f6c4b2582772cfc26eaebd6&device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2986/6213] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/networks?id=fe9eb660-0550-49f7-a5d5-3d147599562e => generated 782 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2987/6214] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=43b11720-0283-42b0-9c96-45a4e11e142d => 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: 2988/6215] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/subnets?id=cac52a68-9713-4be0-bd57-89861c9c2ddb => generated 704 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2989/6216] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/ports?network_id=fe9eb660-0550-49f7-a5d5-3d147599562e&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: 2990/6217] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/networks/fe9eb660-0550-49f7-a5d5-3d147599562e?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2991/6218] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:28 2026] GET /v2.0/networks/fe9eb660-0550-49f7-a5d5-3d147599562e?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: 3228/6219] 199.19.213.48 () {38 vars in 1025 bytes} [Wed Jul 29 09:10:28 2026] PUT /v2.0/ports/2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 1235 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:10:29.153 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c68a950f-3980-461f-8b2f-6271bb634466'] response: {'name': 'network-changed', 'server_uuid': 'ac5d0731-033c-4723-825e-273594611142', 'tag': '2b1a45b6-9e34-415c-b7c8-d59b1b725827', '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: 2992/6220] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3229/6221] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2993/6222] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3230/6223] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 2994/6224] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3231/6225] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 773 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2995/6226] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/ports?device_id=fe618790-2e5e-4dec-8d48-6ab4a13d157d => 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: 3232/6227] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2996/6228] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3233/6229] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2997/6230] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3234/6231] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:29 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 2998/6232] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:30 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 2999/6233] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:30 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3235/6234] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:30 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3000/6235] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:30 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3236/6236] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/ports?tenant_id=b03ebc8d9ea44d2692848980c67eac74&device_id=ac5d0731-033c-4723-825e-273594611142 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3237/6237] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/networks?id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3238/6238] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 858 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3239/6239] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/subnets?id=3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 695 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3240/6240] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/ports?network_id=f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64&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: 3241/6241] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?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: 3242/6242] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:31.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-350deb30-9fe3-4b41-9b3d-4a63e9da72fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 2ef2cde5-7624-4047-a3b8-0b5a6e756613 2026-07-29 09:10:31.512 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-350deb30-9fe3-4b41-9b3d-4a63e9da72fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 2ef2cde5-7624-4047-a3b8-0b5a6e756613 [pid: 7|app: 0|req: 3243/6243] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:31 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3244/6244] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:32 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3245/6245] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:32 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3246/6246] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:32 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3001/6247] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:10:31 2026] PUT /v2.0/routers/4bb6281e-6fed-4983-a0f3-a74dcf727426/remove_router_interface => generated 309 bytes in 1595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3004/6250] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:33 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3005/6251] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:33 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3006/6252] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:33 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 975 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:33.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5c51134-871b-4c89-b299-d39636f4dde5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 97053dc6-6e4e-44c0-8252-4babd7423ba6 2026-07-29 09:10:33.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5c51134-871b-4c89-b299-d39636f4dde5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 97053dc6-6e4e-44c0-8252-4babd7423ba6 [pid: 8|app: 0|req: 3007/6253] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:33 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:33.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5c51134-871b-4c89-b299-d39636f4dde5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 7a740afe-2204-4bee-8a28-7c354b5c2741 2026-07-29 09:10:33.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5c51134-871b-4c89-b299-d39636f4dde5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 7a740afe-2204-4bee-8a28-7c354b5c2741 2026-07-29 09:10:34.183 7 INFO neutron.services.segments.plugin [-] Segment 70d1a5d8-47cd-4c1d-978b-7bc80ca894bc resource provider aggregate not found 2026-07-29 09:10:34.191 7 INFO neutron.services.segments.plugin [-] Segment 70d1a5d8-47cd-4c1d-978b-7bc80ca894bc resource provider aggregate not found 2026-07-29 09:10:34.208 7 INFO neutron.services.segments.plugin [-] Segment 70d1a5d8-47cd-4c1d-978b-7bc80ca894bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70d1a5d8-47cd-4c1d-978b-7bc80ca894bc found for delete ", "request_id": "req-946812c0-e6f1-4dc9-9f5b-c9eb794d14c8"}]} 2026-07-29 09:10:34.210 7 INFO neutron.services.segments.plugin [-] Segment 70d1a5d8-47cd-4c1d-978b-7bc80ca894bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70d1a5d8-47cd-4c1d-978b-7bc80ca894bc found for delete ", "request_id": "req-a09606fd-be1d-47e1-9d7c-b1980e78b3b4"}]} 2026-07-29 09:10:34.251 7 INFO neutron.db.l3_hamode_db [None req-a5c51134-871b-4c89-b299-d39636f4dde5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 8986115a-d98d-4736-b3c4-add4620701e5 was deleted as no HA routers are present in tenant 011e80be38134fda9ee2cfdcef857d3f. [pid: 7|app: 0|req: 3247/6254] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:10:32 2026] DELETE /v2.0/routers/4bb6281e-6fed-4983-a0f3-a74dcf727426 => generated 0 bytes in 1623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3248/6255] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:34 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3249/6256] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:34 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3008/6257] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:10:34 2026] DELETE /v2.0/subnets/cc988c33-c6ed-47d7-b692-ce973a2d5fec => 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: 3009/6258] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:34 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3010/6259] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:34 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:34.673 7 INFO neutron_taas.services.taas.taas_plugin [None req-4399882f-2141-4642-a718-b18d980b3feb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c35495bf-7e97-4637-80ac-675ef7cc1cec 2026-07-29 09:10:34.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4399882f-2141-4642-a718-b18d980b3feb 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c35495bf-7e97-4637-80ac-675ef7cc1cec [pid: 7|app: 0|req: 3250/6260] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:10:34 2026] DELETE /v2.0/networks/ae2301c5-66b2-4c4b-a14d-4b3a8799b7f5 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3011/6261] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:35 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3251/6262] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:35 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3012/6263] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:10:35 2026] GET /v2.0/security-groups?tenant_id=011e80be38134fda9ee2cfdcef857d3f&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3252/6264] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:10:35 2026] DELETE /v2.0/security-groups/4922e70d-022c-4888-b31b-2a19f7b40454 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3013/6265] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:35 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3253/6266] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:35 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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-07-29 09:10:36.235 7 INFO neutron.services.segments.plugin [-] Segment 4d524cab-45a5-4654-9dc3-efcc66a3dbb5 resource provider aggregate not found 2026-07-29 09:10:36.239 7 INFO neutron.services.segments.plugin [-] Segment 4d524cab-45a5-4654-9dc3-efcc66a3dbb5 resource provider aggregate not found 2026-07-29 09:10:36.258 7 INFO neutron.services.segments.plugin [-] Segment 4d524cab-45a5-4654-9dc3-efcc66a3dbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d524cab-45a5-4654-9dc3-efcc66a3dbb5 found for delete ", "request_id": "req-3cd98b18-17e2-4e50-85b8-a53b6a27cbfe"}]} 2026-07-29 09:10:36.259 7 INFO neutron.services.segments.plugin [-] Segment 4d524cab-45a5-4654-9dc3-efcc66a3dbb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d524cab-45a5-4654-9dc3-efcc66a3dbb5 found for delete ", "request_id": "req-1eb0c619-c330-4860-b572-ff141d3d0d5f"}]} [pid: 8|app: 0|req: 3014/6267] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:36 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3254/6268] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:36 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3015/6269] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:36 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3255/6270] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:36 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3016/6271] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:37 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3256/6272] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:37 2026] GET /v2.0/security-groups?id=df0ddd6e-ea2b-467b-9f43-88e7b8349393&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: 3017/6273] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:37 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3257/6274] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:38 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3018/6275] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:10:38 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:38.593 8 INFO neutron_taas.services.taas.taas_plugin [req-54ab0632-dfa1-4ded-a1cc-b3c23e2cf54b req-78a90502-26cd-475a-a71e-2c54e6261ea9 24d3773145054afc852f4c3c9972be29 e74f306a5f6c4b2582772cfc26eaebd6 - - default default] TaaS: Handle Delete Port: 43b11720-0283-42b0-9c96-45a4e11e142d 2026-07-29 09:10:38.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-54ab0632-dfa1-4ded-a1cc-b3c23e2cf54b req-78a90502-26cd-475a-a71e-2c54e6261ea9 24d3773145054afc852f4c3c9972be29 e74f306a5f6c4b2582772cfc26eaebd6 - - default default] Tap Mirror: Handle Delete Port: 43b11720-0283-42b0-9c96-45a4e11e142d [pid: 8|app: 0|req: 3019/6276] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:10:38 2026] DELETE /v2.0/ports/43b11720-0283-42b0-9c96-45a4e11e142d => generated 0 bytes in 724 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3020/6277] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:39 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3021/6278] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:39 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:39.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17cee33d-aca2-4f41-98b4-2712e9b363d6'] response: {'server_uuid': 'a75ecfe0-0cc6-4079-a990-7015b61b0a7c', 'name': 'network-vif-deleted', 'tag': '43b11720-0283-42b0-9c96-45a4e11e142d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3022/6279] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:39 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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-07-29 09:10:40.157 7 INFO neutron.db.segments_db [None req-f7a24f0f-15aa-4648-ad01-96766c6e82bd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 59df1f1e-6693-4290-9bbc-7404ab193a01 of type vxlan for network 6acc8679-5111-4be6-bdaf-d41cf6d5c37f [pid: 8|app: 0|req: 3023/6280] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:40 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => 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: 3258/6281] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:10:38 2026] POST /v2.0/networks => generated 728 bytes in 1944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3259/6282] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:40 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 972 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3260/6283] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:40 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3024/6284] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:10:40 2026] POST /v2.0/subnets => generated 694 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3261/6285] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:41 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => 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: 3025/6286] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:41 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 972 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3262/6287] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:41 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3026/6288] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:41 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 972 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3263/6289] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:41 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3027/6290] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/networks?id=6acc8679-5111-4be6-bdaf-d41cf6d5c37f => generated 679 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3264/6291] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/quotas/ca47be9f872e40259ba5e6d9908c53d4 => 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: 3028/6292] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/ports?tenant_id=ca47be9f872e40259ba5e6d9908c53d4&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3265/6293] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/networks/6acc8679-5111-4be6-bdaf-d41cf6d5c37f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3029/6294] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/networks/6acc8679-5111-4be6-bdaf-d41cf6d5c37f?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: 3266/6295] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/ports?device_id=a75ecfe0-0cc6-4079-a990-7015b61b0a7c => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3030/6296] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/networks?id=6acc8679-5111-4be6-bdaf-d41cf6d5c37f => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3267/6297] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/quotas/ca47be9f872e40259ba5e6d9908c53d4 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3031/6298] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:10:42 2026] GET /v2.0/ports?tenant_id=ca47be9f872e40259ba5e6d9908c53d4&fields=id => generated 57 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3268/6299] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:10:43 2026] GET /v2.0/networks/6acc8679-5111-4be6-bdaf-d41cf6d5c37f?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: 3032/6300] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:10:43 2026] GET /v2.0/networks/6acc8679-5111-4be6-bdaf-d41cf6d5c37f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3033/6301] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:43 2026] GET /v2.0/ports?device_id=320b7886-49af-48d9-bb92-933d979bd9a4 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:44.026 8 INFO neutron_taas.services.taas.taas_plugin [req-651168c1-5f19-4a03-a020-d299d702b89f req-c747b43b-27b4-4e1f-b540-32cdf281c44a 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] TaaS: Handle Delete Port: 2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 2026-07-29 09:10:44.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-651168c1-5f19-4a03-a020-d299d702b89f req-c747b43b-27b4-4e1f-b540-32cdf281c44a 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] Tap Mirror: Handle Delete Port: 2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 2026-07-29 09:10:44.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab21300f-8cd0-4766-9714-3db9076432b6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 611076f8-228b-49cc-8a4f-03c0dc32d014 2026-07-29 09:10:44.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab21300f-8cd0-4766-9714-3db9076432b6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 611076f8-228b-49cc-8a4f-03c0dc32d014 [pid: 8|app: 0|req: 3034/6302] 10.0.0.78 () {36 vars in 991 bytes} [Wed Jul 29 09:10:43 2026] DELETE /v2.0/ports/2a8f8a45-3661-42bf-b0b0-ff0d6e343a89 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:10:44.487 8 WARNING neutron.notifiers.nova [-] Nova event matching ['req-1d7adbbf-4682-4eab-9cba-6600155955aa']: {'server_uuid': '320b7886-49af-48d9-bb92-933d979bd9a4', 'name': 'network-vif-deleted', 'tag': '2a8f8a45-3661-42bf-b0b0-ff0d6e343a89', 'status': 'failed', 'code': 422} returned with failed status [pid: 8|app: 0|req: 3035/6303] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:10:44 2026] DELETE /v2.0/subnets/cd4dda01-0d47-4981-8368-a1f94e1ab652 => 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: 3269/6304] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:10:43 2026] PUT /v2.0/routers/b3db3233-079c-497e-8556-981488e1a3d2/remove_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:44.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-b523aade-3afc-4492-8768-97e1da3343a2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 55c28e99-2716-4998-a15a-6615dd1e59d7 2026-07-29 09:10:44.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b523aade-3afc-4492-8768-97e1da3343a2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 55c28e99-2716-4998-a15a-6615dd1e59d7 2026-07-29 09:10:45.089 8 INFO neutron.services.segments.plugin [-] Segment 59df1f1e-6693-4290-9bbc-7404ab193a01 resource provider aggregate not found 2026-07-29 09:10:45.096 8 INFO neutron.services.segments.plugin [-] Segment 59df1f1e-6693-4290-9bbc-7404ab193a01 resource provider aggregate not found 2026-07-29 09:10:45.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b10ddf4-1004-42bc-a4e5-4696f5bf691b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: dcc76db3-3809-4fd2-a09f-49213687a876 2026-07-29 09:10:45.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b10ddf4-1004-42bc-a4e5-4696f5bf691b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: dcc76db3-3809-4fd2-a09f-49213687a876 2026-07-29 09:10:45.119 8 INFO neutron.services.segments.plugin [-] Segment 59df1f1e-6693-4290-9bbc-7404ab193a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59df1f1e-6693-4290-9bbc-7404ab193a01 found for delete ", "request_id": "req-efa7b533-0f07-429d-ae6b-8ecee598f81b"}]} 2026-07-29 09:10:45.122 8 INFO neutron.services.segments.plugin [-] Segment 59df1f1e-6693-4290-9bbc-7404ab193a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59df1f1e-6693-4290-9bbc-7404ab193a01 found for delete ", "request_id": "req-fedc0c9e-a791-454d-b00b-e93d44d6522f"}]} [pid: 8|app: 0|req: 3036/6305] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:10:44 2026] DELETE /v2.0/networks/6acc8679-5111-4be6-bdaf-d41cf6d5c37f => generated 0 bytes in 447 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3037/6306] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:45 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3038/6307] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:45 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3039/6308] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:10:45 2026] GET /v2.0/security-groups?tenant_id=ca47be9f872e40259ba5e6d9908c53d4&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:10:45.447 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b10ddf4-1004-42bc-a4e5-4696f5bf691b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 5b4aa0e2-0beb-4762-8ec3-e1f97530e3db 2026-07-29 09:10:45.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b10ddf4-1004-42bc-a4e5-4696f5bf691b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 5b4aa0e2-0beb-4762-8ec3-e1f97530e3db [pid: 8|app: 0|req: 3040/6309] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:10:45 2026] DELETE /v2.0/security-groups/b374e08f-c8fa-48a1-9d2d-f8f1b20b5cf7 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:10:45.813 7 INFO neutron.services.segments.plugin [-] Segment f86af1c5-bb05-4cbf-a691-fba82cdd5ff0 resource provider aggregate not found 2026-07-29 09:10:45.816 7 INFO neutron.services.segments.plugin [-] Segment f86af1c5-bb05-4cbf-a691-fba82cdd5ff0 resource provider aggregate not found 2026-07-29 09:10:45.838 7 INFO neutron.services.segments.plugin [-] Segment f86af1c5-bb05-4cbf-a691-fba82cdd5ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86af1c5-bb05-4cbf-a691-fba82cdd5ff0 found for delete ", "request_id": "req-752dc142-a6a5-4184-8085-5af281689e00"}]} 2026-07-29 09:10:45.839 7 INFO neutron.services.segments.plugin [-] Segment f86af1c5-bb05-4cbf-a691-fba82cdd5ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f86af1c5-bb05-4cbf-a691-fba82cdd5ff0 found for delete ", "request_id": "req-7994ff30-1325-4a15-a708-1f615ca39299"}]} 2026-07-29 09:10:45.875 7 INFO neutron.db.l3_hamode_db [None req-3b10ddf4-1004-42bc-a4e5-4696f5bf691b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network d3d70e74-4daa-4ee6-8446-3fdeca374488 was deleted as no HA routers are present in tenant e74f306a5f6c4b2582772cfc26eaebd6. [pid: 7|app: 0|req: 3270/6310] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:10:44 2026] DELETE /v2.0/routers/b3db3233-079c-497e-8556-981488e1a3d2 => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3041/6311] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:10:45 2026] DELETE /v2.0/subnets/cac52a68-9713-4be0-bd57-89861c9c2ddb => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:10:46.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f6aa519-7716-4ba7-ac61-1f34cdf666b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: db11b0e1-7e7c-451e-b2ce-5a7e191b498b 2026-07-29 09:10:46.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f6aa519-7716-4ba7-ac61-1f34cdf666b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: db11b0e1-7e7c-451e-b2ce-5a7e191b498b [pid: 8|app: 0|req: 3042/6312] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:46 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3043/6313] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:46 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&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: 7|app: 0|req: 3271/6314] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:10:46 2026] DELETE /v2.0/networks/fe9eb660-0550-49f7-a5d5-3d147599562e => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3044/6315] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:10:46 2026] GET /v2.0/security-groups?tenant_id=e74f306a5f6c4b2582772cfc26eaebd6&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3272/6316] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:10:46 2026] DELETE /v2.0/security-groups/df0ddd6e-ea2b-467b-9f43-88e7b8349393 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3045/6317] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:10:47 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3273/6318] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:47 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3274/6319] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:47 2026] GET /v2.0/security-groups?id=e534fe41-081d-4b5e-88fe-05c96f22e93c&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:47.661 8 INFO neutron_taas.services.taas.taas_plugin [req-8aca49a6-7932-4a60-a9dd-8522578f4fd0 req-b8aad86d-e3c7-45fc-aeee-8fc81ba99486 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] TaaS: Handle Delete Port: 7295ca13-fd7e-4264-a243-9eb89b7c8dee 2026-07-29 09:10:47.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8aca49a6-7932-4a60-a9dd-8522578f4fd0 req-b8aad86d-e3c7-45fc-aeee-8fc81ba99486 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] Tap Mirror: Handle Delete Port: 7295ca13-fd7e-4264-a243-9eb89b7c8dee 2026-07-29 09:10:47.864 7 INFO neutron.services.segments.plugin [-] Segment 017e3a3e-4b4a-40af-8ff1-d533a6d8e28a resource provider aggregate not found 2026-07-29 09:10:47.866 7 INFO neutron.services.segments.plugin [-] Segment 017e3a3e-4b4a-40af-8ff1-d533a6d8e28a resource provider aggregate not found 2026-07-29 09:10:47.886 7 INFO neutron.services.segments.plugin [-] Segment 017e3a3e-4b4a-40af-8ff1-d533a6d8e28a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017e3a3e-4b4a-40af-8ff1-d533a6d8e28a found for delete ", "request_id": "req-5e9dc412-6bce-467e-a109-0a660a5ba24a"}]} 2026-07-29 09:10:47.887 7 INFO neutron.services.segments.plugin [-] Segment 017e3a3e-4b4a-40af-8ff1-d533a6d8e28a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 017e3a3e-4b4a-40af-8ff1-d533a6d8e28a found for delete ", "request_id": "req-00d4863d-dd88-42b4-bc9c-3023b9fefa86"}]} [pid: 8|app: 0|req: 3046/6322] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:10:47 2026] DELETE /v2.0/ports/7295ca13-fd7e-4264-a243-9eb89b7c8dee => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:10:47.930 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11cb0b84-a87a-452e-9daf-52c53c324a8f'] response: {'server_uuid': 'e03602a5-aed7-4ea0-aa8c-f51795fd16d1', 'name': 'network-vif-deleted', 'tag': '7295ca13-fd7e-4264-a243-9eb89b7c8dee', 'status': 'completed', 'code': 200} 2026-07-29 09:10:48.260 7 INFO neutron.db.segments_db [None req-c6fb710d-70f2-48b8-8e3e-c88ea6cd4874 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 61d32ca8-4b1f-426c-bedb-2ff4ad33b751 of type vxlan for network d51f3fb9-9838-435d-95bf-4f74e2080f52 [pid: 7|app: 0|req: 3277/6323] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:10:47 2026] POST /v2.0/networks => generated 731 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3278/6324] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:48 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => 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: 3047/6325] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:10:48 2026] POST /v2.0/subnets => generated 697 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:10:49.041 7 INFO neutron.db.segments_db [None req-9dc63b6a-ea95-4531-b008-783b455bf6c1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 759ec483-5393-4800-bfd9-2ab24cd87884 of type vxlan for network 7fa963e6-454e-4ba9-9af9-1cf9b77b2d2c 2026-07-29 09:10:49.411 8 INFO neutron.db.segments_db [None req-3926a5db-2da4-40d0-b791-531bb736d928 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment bef4a162-fef3-4f3b-aebd-306a5446d6c7 of type vxlan for network e415ac5c-2814-445c-b4c8-c4d00f5686b7 2026-07-29 09:10:49.514 7 INFO neutron.db.l3_hamode_db [None req-9dc63b6a-ea95-4531-b008-783b455bf6c1 792098ed716c44f9a3ede4e71835c564 394ed6bb3604420d96802a10085fc372 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3048/6326] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:10:49 2026] POST /v2.0/networks => generated 723 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3049/6327] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:10:49 2026] POST /v2.0/subnets => generated 689 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3050/6328] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:50 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:10:50.251 8 INFO neutron.db.segments_db [None req-14a92469-927c-4bef-8ee6-13575df46b47 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 68e1c9e4-2201-43a6-9aae-09e11ff4756d of type vxlan for network 658ae92e-24c6-4552-9c7a-67267d4eedf3 2026-07-29 09:10:50.514 7 INFO neutron.db.l3_hamode_db [None req-9dc63b6a-ea95-4531-b008-783b455bf6c1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:10:50.652 8 INFO neutron.db.l3_hamode_db [None req-14a92469-927c-4bef-8ee6-13575df46b47 792098ed716c44f9a3ede4e71835c564 965cba3ec50c4f23978292beaf416b4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:10:51.700 8 INFO neutron.db.l3_hamode_db [None req-14a92469-927c-4bef-8ee6-13575df46b47 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3279/6329] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:10:48 2026] POST /v2.0/routers => generated 737 bytes in 3057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3280/6330] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:51 2026] GET /v2.0/ports?device_id=e03602a5-aed7-4ea0-aa8c-f51795fd16d1 => 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: 3051/6331] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:10:50 2026] POST /v2.0/routers => generated 729 bytes in 2907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3052/6332] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:10:53 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 1241 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3281/6333] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:10:51 2026] PUT /v2.0/routers/08069e6f-868b-4abe-a920-9a0f8f54cd60/add_router_interface => generated 309 bytes in 1419 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3282/6334] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:53 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3283/6335] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:53 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 972 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3284/6336] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:53 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3285/6337] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:10:54 2026] GET /v2.0/networks?id=d51f3fb9-9838-435d-95bf-4f74e2080f52 => generated 682 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3286/6338] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:10:54 2026] GET /v2.0/quotas/394ed6bb3604420d96802a10085fc372 => 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: 3287/6339] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:10:54 2026] GET /v2.0/ports?tenant_id=394ed6bb3604420d96802a10085fc372&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3288/6340] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:10:54 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?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: 3053/6341] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:10:53 2026] PUT /v2.0/routers/3d0df3e0-627b-4578-b7c1-06969fc9d147/add_router_interface => generated 309 bytes in 1499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3289/6342] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:54 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 972 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3054/6343] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:10:54 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?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: 3290/6344] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:54 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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: 3055/6345] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:55 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3291/6346] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:10:55 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 972 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3056/6347] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:55 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 972 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:10:55.930 7 INFO neutron_taas.services.taas.taas_plugin [req-f22c79ca-d3e3-48f1-8195-da91303b92f6 req-9aeb82d0-f657-4422-b43f-762d33e31d19 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] TaaS: Handle Delete Port: 2b1a45b6-9e34-415c-b7c8-d59b1b725827 [pid: 8|app: 0|req: 3057/6348] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:10:55 2026] GET /v2.0/security-groups?id=78b49461-5513-4324-a414-2ed561ca4319&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-07-29 09:10:55.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f22c79ca-d3e3-48f1-8195-da91303b92f6 req-9aeb82d0-f657-4422-b43f-762d33e31d19 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] Tap Mirror: Handle Delete Port: 2b1a45b6-9e34-415c-b7c8-d59b1b725827 2026-07-29 09:10:56.113 7 INFO neutron.db.l3_db [req-f22c79ca-d3e3-48f1-8195-da91303b92f6 req-9aeb82d0-f657-4422-b43f-762d33e31d19 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] Floating IP 028bfbab-5bb8-46af-a907-6c8902f50238 disassociated. External IP: 10.96.250.220, port: 2b1a45b6-9e34-415c-b7c8-d59b1b725827. [pid: 8|app: 0|req: 3058/6349] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:56 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => 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: 3292/6350] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:10:55 2026] DELETE /v2.0/ports/2b1a45b6-9e34-415c-b7c8-d59b1b725827 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:10:56.650 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c81f60d-bcde-4cbf-851e-ac0b0cc94963'] response: {'server_uuid': 'ac5d0731-033c-4723-825e-273594611142', 'name': 'network-vif-deleted', 'tag': '2b1a45b6-9e34-415c-b7c8-d59b1b725827', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3059/6351] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:10:56 2026] GET /v2.0/networks?id=e415ac5c-2814-445c-b4c8-c4d00f5686b7 => generated 674 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3293/6352] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:10:56 2026] GET /v2.0/quotas/965cba3ec50c4f23978292beaf416b4e => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3060/6353] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:10:56 2026] GET /v2.0/ports?tenant_id=965cba3ec50c4f23978292beaf416b4e&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3294/6354] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:57 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3061/6355] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:10:57 2026] GET /v2.0/networks/e415ac5c-2814-445c-b4c8-c4d00f5686b7?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3295/6356] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:10:57 2026] GET /v2.0/networks/e415ac5c-2814-445c-b4c8-c4d00f5686b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3062/6357] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:57 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3296/6358] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:57 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3063/6359] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:58 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3297/6360] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:58 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3064/6361] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:58 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3298/6362] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:59 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3065/6363] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:59 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => 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: 3299/6364] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:10:59 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3066/6365] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:00 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3300/6366] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:00 2026] GET /v2.0/networks?id=d51f3fb9-9838-435d-95bf-4f74e2080f52 => generated 682 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3301/6367] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:00 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3302/6368] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:00 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3067/6369] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:00 2026] POST /v2.0/ports => generated 954 bytes in 580 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: 3068/6370] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:01 2026] GET /v2.0/ports?device_id=ac5d0731-033c-4723-825e-273594611142 => 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: 3303/6371] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:01 2026] PUT /v2.0/ports/6a3296d3-74d1-4bed-8bb2-f31f05ac477d => generated 1235 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3069/6372] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:01 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:01.920 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdd945e2-ccca-49d6-96e3-4a727e465738'] response: {'name': 'network-changed', 'server_uuid': 'b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a', 'tag': '6a3296d3-74d1-4bed-8bb2-f31f05ac477d', '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: 3304/6373] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:01 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3070/6374] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:02 2026] GET /v2.0/ports?tenant_id=394ed6bb3604420d96802a10085fc372&device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3305/6375] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:02 2026] GET /v2.0/networks?tenant_id=394ed6bb3604420d96802a10085fc372&shared=False => generated 778 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3071/6376] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3306/6379] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:11:02 2026] DELETE /v2.0/security-groups/78b49461-5513-4324-a414-2ed561ca4319 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:11:02.797 8 INFO neutron.api.v2.resource [None req-456d6a23-897d-4e8d-b689-92095cb62f7f 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3074/6380] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:11:02 2026] GET /v2.0/security-groups/78b49461-5513-4324-a414-2ed561ca4319 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:11:02.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bf24f80-8215-4e3b-b3fb-60ef03c1e4dd 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] TaaS: Handle Delete Port: 4245da10-ec55-4a24-b483-602f9fc8ea27 2026-07-29 09:11:02.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bf24f80-8215-4e3b-b3fb-60ef03c1e4dd 4e99b8dfdeb946dbbaf9e0ba8a1397aa b03ebc8d9ea44d2692848980c67eac74 - - default default] Tap Mirror: Handle Delete Port: 4245da10-ec55-4a24-b483-602f9fc8ea27 [pid: 8|app: 0|req: 3075/6381] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:02 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => 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: 3076/6382] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3307/6383] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:11:02 2026] DELETE /v2.0/floatingips/028bfbab-5bb8-46af-a907-6c8902f50238 => generated 0 bytes in 390 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3308/6384] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/ports?tenant_id=394ed6bb3604420d96802a10085fc372&device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:11:03.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-b73d996c-c080-4ff3-99ba-5c17d8c7dd4c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: fb05bb7c-c1d9-4d76-91b2-9ade9c9f414c 2026-07-29 09:11:03.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b73d996c-c080-4ff3-99ba-5c17d8c7dd4c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: fb05bb7c-c1d9-4d76-91b2-9ade9c9f414c [pid: 7|app: 0|req: 3309/6385] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6a3296d3-74d1-4bed-8bb2-f31f05ac477d => 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: 3310/6386] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/subnets?id=e1b7a8c3-26b6-42be-9e5b-9f611319c4a0 => generated 700 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3311/6387] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/ports?network_id=d51f3fb9-9838-435d-95bf-4f74e2080f52&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3312/6388] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?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: 3313/6389] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?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: 7|app: 0|req: 3314/6390] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:03 2026] GET /v2.0/networks?id=d51f3fb9-9838-435d-95bf-4f74e2080f52 => generated 682 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3077/6391] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:11:03 2026] PUT /v2.0/routers/0583e3f2-445a-466c-ae4b-f28936dcdb96/remove_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3078/6392] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:04 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => 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: 3079/6393] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:04 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3315/6394] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:04 2026] POST /v2.0/ports => generated 954 bytes in 550 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-07-29 09:11:04.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb5c7fae-52ee-4b35-8980-27d815bc0347 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: bea634c3-6a20-406c-a761-69e868ebd7f5 2026-07-29 09:11:04.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb5c7fae-52ee-4b35-8980-27d815bc0347 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: bea634c3-6a20-406c-a761-69e868ebd7f5 2026-07-29 09:11:05.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb5c7fae-52ee-4b35-8980-27d815bc0347 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 23b134e0-650e-4f42-9180-80f01391e4c8 2026-07-29 09:11:05.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb5c7fae-52ee-4b35-8980-27d815bc0347 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 23b134e0-650e-4f42-9180-80f01391e4c8 [pid: 7|app: 0|req: 3316/6395] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:04 2026] PUT /v2.0/ports/60bfa4a0-8f57-4d3d-843d-21dc31e60b83 => generated 1235 bytes in 641 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:11:05.281 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-598055f3-823c-461e-ab93-c5427db5ebe3'] response: {'name': 'network-changed', 'server_uuid': 'd1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2', 'tag': '60bfa4a0-8f57-4d3d-843d-21dc31e60b83', '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: 3317/6396] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:05 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:05.561 8 INFO neutron.services.segments.plugin [-] Segment d3c122e0-d233-48cb-abc5-39f3da046555 resource provider aggregate not found 2026-07-29 09:11:05.573 8 INFO neutron.services.segments.plugin [-] Segment d3c122e0-d233-48cb-abc5-39f3da046555 resource provider aggregate not found [pid: 7|app: 0|req: 3318/6397] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:05 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:05.587 8 INFO neutron.services.segments.plugin [-] Segment d3c122e0-d233-48cb-abc5-39f3da046555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c122e0-d233-48cb-abc5-39f3da046555 found for delete ", "request_id": "req-6c267899-4bac-457b-8797-a207a637bcbe"}]} 2026-07-29 09:11:05.602 8 INFO neutron.services.segments.plugin [-] Segment d3c122e0-d233-48cb-abc5-39f3da046555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3c122e0-d233-48cb-abc5-39f3da046555 found for delete ", "request_id": "req-d050a34f-0941-47be-bca0-c7ce9fe0141b"}]} 2026-07-29 09:11:05.663 8 INFO neutron.db.l3_hamode_db [None req-bb5c7fae-52ee-4b35-8980-27d815bc0347 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 1f4e3ffb-d6a3-4797-af7a-fa9f6394497a was deleted as no HA routers are present in tenant b03ebc8d9ea44d2692848980c67eac74. [pid: 8|app: 0|req: 3080/6398] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:04 2026] DELETE /v2.0/routers/0583e3f2-445a-466c-ae4b-f28936dcdb96 => generated 0 bytes in 1204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3081/6399] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:05 2026] GET /v2.0/ports?tenant_id=394ed6bb3604420d96802a10085fc372&device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3082/6400] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:05 2026] GET /v2.0/networks?tenant_id=394ed6bb3604420d96802a10085fc372&shared=False => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3319/6401] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:05 2026] DELETE /v2.0/subnets/3194f968-2065-4933-bfbd-0debd3aa9b4f => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3083/6402] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:05 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-07-29 09:11:06.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba0e341b-fbf4-4ee2-a51e-f81b51c83657 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 151f06a7-a72a-453e-9ced-b7b5e922ad48 2026-07-29 09:11:06.034 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba0e341b-fbf4-4ee2-a51e-f81b51c83657 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 151f06a7-a72a-453e-9ced-b7b5e922ad48 [pid: 8|app: 0|req: 3084/6403] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:06 2026] GET /v2.0/networks?id=d51f3fb9-9838-435d-95bf-4f74e2080f52 => generated 682 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:11:06.427 7 INFO neutron.services.segments.plugin [-] Segment 1c0727d7-011e-44a8-8351-96ffe712b330 resource provider aggregate not found 2026-07-29 09:11:06.434 7 INFO neutron.services.segments.plugin [-] Segment 1c0727d7-011e-44a8-8351-96ffe712b330 resource provider aggregate not found 2026-07-29 09:11:06.451 7 INFO neutron.services.segments.plugin [-] Segment 1c0727d7-011e-44a8-8351-96ffe712b330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0727d7-011e-44a8-8351-96ffe712b330 found for delete ", "request_id": "req-05a10ad7-4943-4e9e-9a5b-631ea2a06a4a"}]} 2026-07-29 09:11:06.460 7 INFO neutron.services.segments.plugin [-] Segment 1c0727d7-011e-44a8-8351-96ffe712b330 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c0727d7-011e-44a8-8351-96ffe712b330 found for delete ", "request_id": "req-adcae302-10da-4c1f-bfb6-d1cf7cc853e0"}]} [pid: 7|app: 0|req: 3320/6404] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:11:05 2026] DELETE /v2.0/networks/f45d40cb-8c5b-4fe8-a60e-10b76cd7fe64 => generated 0 bytes in 588 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3321/6405] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:06 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 957 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3322/6406] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:06 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3323/6407] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:06 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3324/6408] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:11:06 2026] GET /v2.0/security-groups?tenant_id=b03ebc8d9ea44d2692848980c67eac74&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: 3085/6409] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:06 2026] POST /v2.0/ports => generated 954 bytes in 729 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: 3325/6410] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:11:06 2026] DELETE /v2.0/security-groups/e534fe41-081d-4b5e-88fe-05c96f22e93c => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3326/6411] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/ports?tenant_id=394ed6bb3604420d96802a10085fc372&device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3327/6412] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=60bfa4a0-8f57-4d3d-843d-21dc31e60b83 => 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: 3328/6413] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/subnets?id=e1b7a8c3-26b6-42be-9e5b-9f611319c4a0 => generated 700 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3329/6414] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/ports?network_id=d51f3fb9-9838-435d-95bf-4f74e2080f52&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3330/6415] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?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: 3331/6416] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?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: 3086/6417] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:06 2026] PUT /v2.0/ports/41d851a3-6454-412d-966d-b0ed62f0a931 => generated 1235 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:11:07.677 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecf46f18-f249-488f-98b5-aeec5b2c29d3'] response: {'name': 'network-changed', 'server_uuid': 'ddc3590c-3d90-4f4a-ad44-2117a80588da', 'tag': '41d851a3-6454-412d-966d-b0ed62f0a931', '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: 3332/6418] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3087/6419] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3333/6420] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:07 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&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: 3088/6421] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:08 2026] GET /v2.0/ports?tenant_id=394ed6bb3604420d96802a10085fc372&device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 1238 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3334/6422] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:08 2026] GET /v2.0/networks?tenant_id=394ed6bb3604420d96802a10085fc372&shared=False => generated 778 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3089/6423] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3335/6424] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:08 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3090/6425] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:09 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3336/6426] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:09 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3091/6427] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:09 2026] GET /v2.0/networks?id=e415ac5c-2814-445c-b4c8-c4d00f5686b7 => generated 674 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3337/6428] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:09 2026] GET /v2.0/ports?tenant_id=394ed6bb3604420d96802a10085fc372&device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3338/6429] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=41d851a3-6454-412d-966d-b0ed62f0a931 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:09.914 7 INFO neutron.db.segments_db [None req-674dda3e-2642-4b73-8580-e1434180b011 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 77cee860-411d-41d5-a1ed-cca5bbb43fa6 of type vxlan for network 85278283-ef15-4dc1-a7c3-ec15746b5290 [pid: 8|app: 0|req: 3092/6430] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:09 2026] POST /v2.0/ports => generated 954 bytes in 694 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: 3339/6431] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:11:09 2026] POST /v2.0/networks => generated 726 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3093/6432] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/subnets?id=e1b7a8c3-26b6-42be-9e5b-9f611319c4a0 => generated 700 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3340/6433] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 957 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3341/6434] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:10 2026] POST /v2.0/subnets => generated 692 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3342/6435] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/ports?network_id=d51f3fb9-9838-435d-95bf-4f74e2080f52&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: 3343/6436] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3094/6437] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:10 2026] PUT /v2.0/ports/9bb930d7-8c63-49ff-b80f-1decdb73c94e => generated 1235 bytes in 608 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3344/6438] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&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, ' [pid: 7|app: 0|req: 3345/6439] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?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: 3346/6440] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:10.895 8 INFO neutron.db.segments_db [None req-875ecff6-b255-4fac-b990-f5e95bc8eb23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 44dbb0ba-870e-4b8c-af55-518712594f47 of type vxlan for network 21406a23-6eab-471f-899b-5b44ed4f0043 2026-07-29 09:11:10.904 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c91e79e2-a969-4e74-8518-d195e81945e3'] response: {'name': 'network-changed', 'server_uuid': '659e21d9-fb26-4c25-8007-361481495007', 'tag': '9bb930d7-8c63-49ff-b80f-1decdb73c94e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3347/6441] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:10 2026] GET /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:11.408 8 INFO neutron.db.l3_hamode_db [None req-875ecff6-b255-4fac-b990-f5e95bc8eb23 792098ed716c44f9a3ede4e71835c564 ecac2704f9ff4344b7f81b86148b9d20 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3348/6442] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:11 2026] GET /v2.0/ports?tenant_id=965cba3ec50c4f23978292beaf416b4e&device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3349/6443] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:11 2026] GET /v2.0/networks?tenant_id=965cba3ec50c4f23978292beaf416b4e&shared=False => generated 770 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3350/6444] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3351/6445] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:11 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3352/6446] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:11 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3353/6447] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:11 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3354/6448] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:12 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:12.583 8 INFO neutron.db.l3_hamode_db [None req-875ecff6-b255-4fac-b990-f5e95bc8eb23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3355/6449] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:12 2026] GET /v2.0/ports?tenant_id=965cba3ec50c4f23978292beaf416b4e&device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3356/6450] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:11:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9bb930d7-8c63-49ff-b80f-1decdb73c94e => 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: 3357/6451] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:12 2026] GET /v2.0/subnets?id=fee65f96-d61d-40ce-a379-9bbc1b978614 => generated 692 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3358/6452] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:12 2026] GET /v2.0/ports?network_id=e415ac5c-2814-445c-b4c8-c4d00f5686b7&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3359/6453] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:12 2026] GET /v2.0/networks/e415ac5c-2814-445c-b4c8-c4d00f5686b7?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3360/6454] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:12 2026] GET /v2.0/networks/e415ac5c-2814-445c-b4c8-c4d00f5686b7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3361/6455] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:13 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3362/6456] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:13 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3363/6457] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:13 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3364/6458] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:13 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3095/6459] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:10 2026] POST /v2.0/routers => generated 732 bytes in 3139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3096/6460] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:14 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3097/6461] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:14 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3098/6462] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:14 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3099/6463] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:14 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3365/6464] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:11:13 2026] PUT /v2.0/routers/15d2ffba-1e02-4ede-96f9-6e821ea4c6fa/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3100/6465] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:15 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3366/6466] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:15 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3101/6467] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:15 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3367/6468] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:15 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3102/6469] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:15 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3368/6470] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:15 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3103/6471] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => 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: 3369/6472] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3104/6473] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/networks?id=85278283-ef15-4dc1-a7c3-ec15746b5290 => generated 677 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3105/6474] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/quotas/ecac2704f9ff4344b7f81b86148b9d20 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3370/6475] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3106/6476] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/ports?tenant_id=ecac2704f9ff4344b7f81b86148b9d20&fields=id => generated 57 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3371/6477] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3107/6478] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/networks/85278283-ef15-4dc1-a7c3-ec15746b5290?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: 3372/6479] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/networks/85278283-ef15-4dc1-a7c3-ec15746b5290?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3108/6480] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3373/6481] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3109/6482] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:16 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => 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: 3375/6485] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:17 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => 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: 3111/6486] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:17 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3376/6487] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:17 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3377/6488] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:18 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => 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: 3112/6489] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:18 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3378/6490] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:18 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3113/6491] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:18 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3379/6492] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:11:18 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3380/6493] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:18 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => 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: 3381/6494] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:18 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&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-07-29 09:11:19.015 8 INFO neutron_taas.services.taas.taas_plugin [req-63ad8d91-62b5-4f7a-987f-b7ba3b9f5cfd req-0dd90fe3-3283-4173-a796-131d597d44a7 48e75107740c431294e24e2e67186884 394ed6bb3604420d96802a10085fc372 - - default default] TaaS: Handle Delete Port: 6a3296d3-74d1-4bed-8bb2-f31f05ac477d 2026-07-29 09:11:19.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-63ad8d91-62b5-4f7a-987f-b7ba3b9f5cfd req-0dd90fe3-3283-4173-a796-131d597d44a7 48e75107740c431294e24e2e67186884 394ed6bb3604420d96802a10085fc372 - - default default] Tap Mirror: Handle Delete Port: 6a3296d3-74d1-4bed-8bb2-f31f05ac477d [pid: 7|app: 0|req: 3382/6495] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:19 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => 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: 3114/6496] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:11:18 2026] DELETE /v2.0/ports/6a3296d3-74d1-4bed-8bb2-f31f05ac477d => generated 0 bytes in 474 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:11:19.365 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ab3cd94-8c05-4906-8efc-1b458dd03bd7'] response: {'server_uuid': 'b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a', 'name': 'network-vif-deleted', 'tag': '6a3296d3-74d1-4bed-8bb2-f31f05ac477d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3383/6497] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:19 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3115/6498] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:19 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3384/6499] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:20 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => 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: 3116/6500] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:20 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3385/6501] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:11:20 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3117/6502] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:20 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3118/6503] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:20 2026] GET /v2.0/security-groups?id=e67fb281-7080-4750-8632-2bb4362b76e2&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-07-29 09:11:21.050 7 INFO neutron_taas.services.taas.taas_plugin [req-4294c6af-61bc-40ce-a28c-a9a7c075567d req-a484d440-f260-4bf9-afd6-9d59ea52d6dd c36807a64fd64d82b2b261e457633b8c 965cba3ec50c4f23978292beaf416b4e - - default default] TaaS: Handle Delete Port: 9bb930d7-8c63-49ff-b80f-1decdb73c94e 2026-07-29 09:11:21.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4294c6af-61bc-40ce-a28c-a9a7c075567d req-a484d440-f260-4bf9-afd6-9d59ea52d6dd c36807a64fd64d82b2b261e457633b8c 965cba3ec50c4f23978292beaf416b4e - - default default] Tap Mirror: Handle Delete Port: 9bb930d7-8c63-49ff-b80f-1decdb73c94e [pid: 8|app: 0|req: 3119/6504] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:21 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => 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: 3386/6505] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:11:20 2026] DELETE /v2.0/ports/9bb930d7-8c63-49ff-b80f-1decdb73c94e => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:11:21.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1af741c2-4dc8-4f05-bf5d-a525a60daacb'] response: {'server_uuid': '659e21d9-fb26-4c25-8007-361481495007', 'name': 'network-vif-deleted', 'tag': '9bb930d7-8c63-49ff-b80f-1decdb73c94e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3120/6506] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:21 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => 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: 3387/6507] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:21 2026] GET /v2.0/networks?id=85278283-ef15-4dc1-a7c3-ec15746b5290 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3388/6508] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:22 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3389/6509] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:22 2026] GET /v2.0/ports?device_id=b0f02d9e-46aa-48fb-8dc8-e05bcc7ac80a => 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: 3121/6510] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:21 2026] POST /v2.0/ports => generated 958 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 3122/6511] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:22 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 961 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3123/6512] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:22 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3124/6513] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:11:22 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3125/6514] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:22 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&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: 3390/6515] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:22 2026] PUT /v2.0/ports/7613b384-46a6-48dd-bb40-bc8d8e65d619 => generated 1239 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3126/6516] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:23 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:23.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eecdcfb4-702b-4c1b-9bc4-2a411f74f856'] response: {'name': 'network-changed', 'server_uuid': 'a53a3289-1663-4165-b4ee-8082fb306728', 'tag': '7613b384-46a6-48dd-bb40-bc8d8e65d619', '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: 3391/6517] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:23 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3127/6518] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:23 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3392/6519] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:23 2026] GET /v2.0/ports?tenant_id=ecac2704f9ff4344b7f81b86148b9d20&device_id=a53a3289-1663-4165-b4ee-8082fb306728 => 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: 3128/6520] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:23 2026] GET /v2.0/networks?tenant_id=ecac2704f9ff4344b7f81b86148b9d20&shared=False => generated 773 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3393/6521] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3129/6522] 10.0.0.78 () {34 vars in 1082 bytes} [Wed Jul 29 09:11:23 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2&device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 1931 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3394/6523] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:24 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&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: 8|app: 0|req: 3130/6524] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:24 2026] GET /v2.0/ports?device_id=659e21d9-fb26-4c25-8007-361481495007 => 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: 3395/6525] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:24 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3131/6526] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:24 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3396/6527] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:24 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3132/6528] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:24 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3397/6529] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/ports?tenant_id=ecac2704f9ff4344b7f81b86148b9d20&device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3133/6530] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7613b384-46a6-48dd-bb40-bc8d8e65d619 => 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: 3398/6531] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/subnets?id=83d599a1-03b3-4db9-8557-6c581ee72459 => generated 695 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3134/6532] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/ports?network_id=85278283-ef15-4dc1-a7c3-ec15746b5290&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3399/6533] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/networks/85278283-ef15-4dc1-a7c3-ec15746b5290?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: 3135/6534] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/networks/85278283-ef15-4dc1-a7c3-ec15746b5290?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: 3136/6535] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3137/6536] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/security-groups?id=c2117423-a0ac-4210-b862-58265defcdef&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: 3138/6537] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:25 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3139/6538] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:26 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&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-07-29 09:11:26.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a6cdfd6-69c6-4f8b-a884-d3a40b76c5b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 0ebb6969-9fef-4f10-95da-4ee2d9638c36 2026-07-29 09:11:26.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a6cdfd6-69c6-4f8b-a884-d3a40b76c5b0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 0ebb6969-9fef-4f10-95da-4ee2d9638c36 [pid: 7|app: 0|req: 3400/6539] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:11:25 2026] PUT /v2.0/routers/3d0df3e0-627b-4578-b7c1-06969fc9d147/remove_router_interface => generated 309 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3401/6540] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:11:26 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:11:27.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-260d1c86-df30-46d7-8c86-516261f3f9fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: cf38c4c9-25b9-406f-a05f-f11d935f5423 2026-07-29 09:11:27.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-260d1c86-df30-46d7-8c86-516261f3f9fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: cf38c4c9-25b9-406f-a05f-f11d935f5423 2026-07-29 09:11:27.097 7 INFO neutron_taas.services.taas.taas_plugin [req-89aa81fe-75c2-4137-9d1c-4c1e82344ec8 req-c426d3aa-678b-4b71-83e4-f5b3de50248e 48e75107740c431294e24e2e67186884 394ed6bb3604420d96802a10085fc372 - - default default] TaaS: Handle Delete Port: 60bfa4a0-8f57-4d3d-843d-21dc31e60b83 2026-07-29 09:11:27.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89aa81fe-75c2-4137-9d1c-4c1e82344ec8 req-c426d3aa-678b-4b71-83e4-f5b3de50248e 48e75107740c431294e24e2e67186884 394ed6bb3604420d96802a10085fc372 - - default default] Tap Mirror: Handle Delete Port: 60bfa4a0-8f57-4d3d-843d-21dc31e60b83 [pid: 7|app: 0|req: 3402/6541] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:11:26 2026] DELETE /v2.0/ports/60bfa4a0-8f57-4d3d-843d-21dc31e60b83 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3403/6542] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:11:27 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3404/6543] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:27 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => 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: 3405/6544] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:27 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:11:27.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67d6b670-430e-4a08-b621-e17dc5343c0f'] response: {'server_uuid': 'd1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2', 'name': 'network-vif-deleted', 'tag': '60bfa4a0-8f57-4d3d-843d-21dc31e60b83', 'status': 'completed', 'code': 200} 2026-07-29 09:11:27.483 7 INFO neutron_taas.services.taas.taas_plugin [req-831cc1d1-3e94-4347-aa74-d7ae8df73131 req-ac691812-6680-4c61-95d8-9e4c9a040b4d 48e75107740c431294e24e2e67186884 394ed6bb3604420d96802a10085fc372 - - default default] TaaS: Handle Delete Port: 41d851a3-6454-412d-966d-b0ed62f0a931 2026-07-29 09:11:27.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-831cc1d1-3e94-4347-aa74-d7ae8df73131 req-ac691812-6680-4c61-95d8-9e4c9a040b4d 48e75107740c431294e24e2e67186884 394ed6bb3604420d96802a10085fc372 - - default default] Tap Mirror: Handle Delete Port: 41d851a3-6454-412d-966d-b0ed62f0a931 2026-07-29 09:11:28.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-260d1c86-df30-46d7-8c86-516261f3f9fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 05e39884-64c4-4e08-a397-f0c1e9ce4912 2026-07-29 09:11:28.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-260d1c86-df30-46d7-8c86-516261f3f9fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 05e39884-64c4-4e08-a397-f0c1e9ce4912 [pid: 7|app: 0|req: 3406/6545] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:11:27 2026] DELETE /v2.0/ports/41d851a3-6454-412d-966d-b0ed62f0a931 => generated 0 bytes in 1078 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3407/6546] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:28 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&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: 3408/6547] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:28 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:28.582 8 INFO neutron.services.segments.plugin [-] Segment 68e1c9e4-2201-43a6-9aae-09e11ff4756d resource provider aggregate not found 2026-07-29 09:11:28.590 8 INFO neutron.services.segments.plugin [-] Segment 68e1c9e4-2201-43a6-9aae-09e11ff4756d resource provider aggregate not found 2026-07-29 09:11:28.605 8 INFO neutron.services.segments.plugin [-] Segment 68e1c9e4-2201-43a6-9aae-09e11ff4756d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e1c9e4-2201-43a6-9aae-09e11ff4756d found for delete ", "request_id": "req-1aa6974f-824e-4872-a002-81513a5d1238"}]} 2026-07-29 09:11:28.607 8 INFO neutron.services.segments.plugin [-] Segment 68e1c9e4-2201-43a6-9aae-09e11ff4756d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e1c9e4-2201-43a6-9aae-09e11ff4756d found for delete ", "request_id": "req-b6e85f6b-87b1-40f5-a127-f6cc6d2c8cc6"}]} 2026-07-29 09:11:28.641 8 INFO neutron.db.l3_hamode_db [None req-260d1c86-df30-46d7-8c86-516261f3f9fc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 658ae92e-24c6-4552-9c7a-67267d4eedf3 was deleted as no HA routers are present in tenant 965cba3ec50c4f23978292beaf416b4e. [pid: 8|app: 0|req: 3140/6548] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:26 2026] DELETE /v2.0/routers/3d0df3e0-627b-4578-b7c1-06969fc9d147 => generated 0 bytes in 1888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3409/6549] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:28 2026] DELETE /v2.0/subnets/fee65f96-d61d-40ce-a379-9bbc1b978614 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:11:29.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-99f4f409-13f5-411b-abde-2cb48c236f17 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 7010a386-2243-4ba4-a11f-794a0ace7e96 2026-07-29 09:11:29.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99f4f409-13f5-411b-abde-2cb48c236f17 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 7010a386-2243-4ba4-a11f-794a0ace7e96 [pid: 8|app: 0|req: 3141/6550] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:11:28 2026] DELETE /v2.0/networks/e415ac5c-2814-445c-b4c8-c4d00f5686b7 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:11:29.416 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25111fcf-9990-4526-89f3-06dccef37727'] response: {'server_uuid': 'ddc3590c-3d90-4f4a-ad44-2117a80588da', 'name': 'network-vif-deleted', 'tag': '41d851a3-6454-412d-966d-b0ed62f0a931', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3410/6551] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:11:29 2026] GET /v2.0/security-groups?tenant_id=965cba3ec50c4f23978292beaf416b4e&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3411/6552] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:29 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3412/6553] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:29 2026] GET /v2.0/ports?device_id=d1bcb7c5-6e94-46ee-a97f-e68f6b8b28d2 => 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: 3142/6554] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:11:29 2026] DELETE /v2.0/security-groups/e67fb281-7080-4750-8632-2bb4362b76e2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3413/6555] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:29 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:30.628 8 INFO neutron.services.segments.plugin [-] Segment bef4a162-fef3-4f3b-aebd-306a5446d6c7 resource provider aggregate not found 2026-07-29 09:11:30.629 8 INFO neutron.services.segments.plugin [-] Segment bef4a162-fef3-4f3b-aebd-306a5446d6c7 resource provider aggregate not found 2026-07-29 09:11:30.646 8 INFO neutron.services.segments.plugin [-] Segment bef4a162-fef3-4f3b-aebd-306a5446d6c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef4a162-fef3-4f3b-aebd-306a5446d6c7 found for delete ", "request_id": "req-5cafc968-a173-43ae-97ce-da7fa520d5c2"}]} 2026-07-29 09:11:30.648 8 INFO neutron.services.segments.plugin [-] Segment bef4a162-fef3-4f3b-aebd-306a5446d6c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef4a162-fef3-4f3b-aebd-306a5446d6c7 found for delete ", "request_id": "req-52c55669-8910-42af-ae39-ca2d52cee279"}]} [pid: 7|app: 0|req: 3414/6556] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:30 2026] GET /v2.0/ports?device_id=ddc3590c-3d90-4f4a-ad44-2117a80588da => 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: 3143/6557] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:30 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 975 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3415/6558] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:30 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3144/6559] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:31 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3416/6560] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:31 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:32.024 8 INFO neutron.db.segments_db [None req-4b6e68b5-680d-4e02-85c3-efce588cf68c 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 0aa42c83-d95d-4bfb-be03-a6d789ce2490 of type vxlan for network c47594e9-8315-424e-9b40-26205b341719 [pid: 8|app: 0|req: 3145/6561] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:11:31 2026] POST /v2.0/networks => generated 733 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:11:32.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-99e0e133-ed06-4aa2-9eb4-464ab95e3d2a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 443bdb8a-8645-4688-ab05-867bfa521301 2026-07-29 09:11:32.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99e0e133-ed06-4aa2-9eb4-464ab95e3d2a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 443bdb8a-8645-4688-ab05-867bfa521301 [pid: 8|app: 0|req: 3146/6562] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:32 2026] POST /v2.0/subnets => generated 700 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3147/6563] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:32 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:11:32.702 8 INFO neutron.db.segments_db [None req-882b3ac5-64e0-4e34-9028-61e51fa1ea84 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 7177e0c9-7961-46e5-9b19-a61744fcf0c5 of type vxlan for network 14ac69fa-5a66-4c46-b34e-ee4e0d901b48 [pid: 7|app: 0|req: 3417/6564] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:11:31 2026] PUT /v2.0/routers/08069e6f-868b-4abe-a920-9a0f8f54cd60/remove_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3418/6565] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:32 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:33.154 8 INFO neutron.db.l3_hamode_db [None req-882b3ac5-64e0-4e34-9028-61e51fa1ea84 792098ed716c44f9a3ede4e71835c564 a4b1296058804dc586f3712e21fe3e4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:11:33.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-432c48a6-6d1d-4ce2-adf7-523cfa48c902 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 51f82633-a85d-48b6-a31d-90d52294941a 2026-07-29 09:11:33.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-432c48a6-6d1d-4ce2-adf7-523cfa48c902 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 51f82633-a85d-48b6-a31d-90d52294941a 2026-07-29 09:11:33.654 7 INFO neutron_taas.services.taas.taas_plugin [None req-432c48a6-6d1d-4ce2-adf7-523cfa48c902 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 985d6eaa-c1f5-4bcd-9a58-b3556b5fd2d5 2026-07-29 09:11:33.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-432c48a6-6d1d-4ce2-adf7-523cfa48c902 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 985d6eaa-c1f5-4bcd-9a58-b3556b5fd2d5 2026-07-29 09:11:34.097 7 INFO neutron.services.segments.plugin [-] Segment 759ec483-5393-4800-bfd9-2ab24cd87884 resource provider aggregate not found 2026-07-29 09:11:34.103 7 INFO neutron.services.segments.plugin [-] Segment 759ec483-5393-4800-bfd9-2ab24cd87884 resource provider aggregate not found 2026-07-29 09:11:34.126 8 INFO neutron.db.l3_hamode_db [None req-882b3ac5-64e0-4e34-9028-61e51fa1ea84 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:11:34.127 7 INFO neutron.services.segments.plugin [-] Segment 759ec483-5393-4800-bfd9-2ab24cd87884 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 759ec483-5393-4800-bfd9-2ab24cd87884 found for delete ", "request_id": "req-aaa4da3c-d2e4-4c41-98e0-3e5a2abd5bb5"}]} 2026-07-29 09:11:34.128 7 INFO neutron.services.segments.plugin [-] Segment 759ec483-5393-4800-bfd9-2ab24cd87884 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 759ec483-5393-4800-bfd9-2ab24cd87884 found for delete ", "request_id": "req-e82d9af9-d44c-4d94-a9ac-9061fd7628d6"}]} 2026-07-29 09:11:34.163 7 INFO neutron.db.l3_hamode_db [None req-432c48a6-6d1d-4ce2-adf7-523cfa48c902 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 7fa963e6-454e-4ba9-9af9-1cf9b77b2d2c was deleted as no HA routers are present in tenant 394ed6bb3604420d96802a10085fc372. [pid: 7|app: 0|req: 3421/6568] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:33 2026] DELETE /v2.0/routers/08069e6f-868b-4abe-a920-9a0f8f54cd60 => generated 0 bytes in 1135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3422/6569] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:11:34 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3423/6570] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:34 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => 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: 3424/6571] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:34 2026] DELETE /v2.0/subnets/e1b7a8c3-26b6-42be-9e5b-9f611319c4a0 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:11:34.547 7 INFO neutron_taas.services.taas.taas_plugin [req-a2de132e-10ca-4490-97f0-60a5a180807c req-4449b42b-3a17-4a7b-b16f-4f6928d2f051 8a69d5c5a4594dd88f4e1894f1fe09fb ecac2704f9ff4344b7f81b86148b9d20 - - default default] TaaS: Handle Delete Port: 7613b384-46a6-48dd-bb40-bc8d8e65d619 2026-07-29 09:11:34.550 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a2de132e-10ca-4490-97f0-60a5a180807c req-4449b42b-3a17-4a7b-b16f-4f6928d2f051 8a69d5c5a4594dd88f4e1894f1fe09fb ecac2704f9ff4344b7f81b86148b9d20 - - default default] Tap Mirror: Handle Delete Port: 7613b384-46a6-48dd-bb40-bc8d8e65d619 [pid: 7|app: 0|req: 3425/6572] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:11:34 2026] DELETE /v2.0/ports/7613b384-46a6-48dd-bb40-bc8d8e65d619 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:11:34.757 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4c706e0-7e52-4ffd-9ca5-14bcab1b188c'] response: {'server_uuid': 'a53a3289-1663-4165-b4ee-8082fb306728', 'name': 'network-vif-deleted', 'tag': '7613b384-46a6-48dd-bb40-bc8d8e65d619', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3426/6573] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:34 2026] GET /v2.0/security-groups?id=c9b2dd33-7d27-4d88-9548-45bb9079910f&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:34.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5d0a1e7-c0db-40e3-abcf-a55962e577bf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 9b368ed6-c705-4e76-8907-8f078eea5acf 2026-07-29 09:11:34.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5d0a1e7-c0db-40e3-abcf-a55962e577bf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 9b368ed6-c705-4e76-8907-8f078eea5acf [pid: 7|app: 0|req: 3427/6574] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:11:34 2026] DELETE /v2.0/networks/d51f3fb9-9838-435d-95bf-4f74e2080f52 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3148/6575] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:32 2026] POST /v2.0/routers => generated 739 bytes in 2728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3428/6576] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:11:35 2026] GET /v2.0/security-groups?tenant_id=394ed6bb3604420d96802a10085fc372&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3429/6577] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:11:35 2026] DELETE /v2.0/security-groups/c2117423-a0ac-4210-b862-58265defcdef => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3430/6578] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:35 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:36.159 7 INFO neutron.services.segments.plugin [-] Segment 61d32ca8-4b1f-426c-bedb-2ff4ad33b751 resource provider aggregate not found 2026-07-29 09:11:36.166 7 INFO neutron.services.segments.plugin [-] Segment 61d32ca8-4b1f-426c-bedb-2ff4ad33b751 resource provider aggregate not found 2026-07-29 09:11:36.178 7 INFO neutron.services.segments.plugin [-] Segment 61d32ca8-4b1f-426c-bedb-2ff4ad33b751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d32ca8-4b1f-426c-bedb-2ff4ad33b751 found for delete ", "request_id": "req-7605f587-9c7d-4475-9bb1-a4bed0187a3f"}]} 2026-07-29 09:11:36.185 7 INFO neutron.services.segments.plugin [-] Segment 61d32ca8-4b1f-426c-bedb-2ff4ad33b751 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d32ca8-4b1f-426c-bedb-2ff4ad33b751 found for delete ", "request_id": "req-c4309510-5653-4e17-b2bc-b20baffb2eca"}]} [pid: 8|app: 0|req: 3149/6579] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:11:35 2026] PUT /v2.0/routers/900d6c6d-c4b4-47e4-b128-a2a3d200d0d6/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3431/6580] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:36 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:37.815 8 INFO neutron.db.segments_db [None req-1b6e41b5-e580-433e-be1a-aae8f2cc3f82 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9125a6d3-96ef-47fe-ba56-a389aa79720a of type vxlan for network a552560e-3fb1-4b2c-8d80-eba27e2625bd [pid: 7|app: 0|req: 3432/6581] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:11:37 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 684 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3433/6582] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:11:37 2026] GET /v2.0/quotas/a4b1296058804dc586f3712e21fe3e4f => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3434/6583] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:11:37 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3150/6584] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:11:37 2026] POST /v2.0/networks => generated 727 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3435/6585] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:11:37 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3436/6586] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:11:38 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3437/6587] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:38 2026] GET /v2.0/ports?device_id=a53a3289-1663-4165-b4ee-8082fb306728 => 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: 3438/6588] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:38 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3151/6589] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:37 2026] POST /v2.0/subnets => generated 693 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:11:38.512 7 INFO neutron.db.segments_db [None req-09331126-3986-49dc-b394-87ee6099a87b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment c1cb5908-5378-454d-9c29-9c0af7628483 of type vxlan for network 9680746a-1503-4349-bf6f-b55c08496994 2026-07-29 09:11:38.882 7 INFO neutron.db.l3_hamode_db [None req-09331126-3986-49dc-b394-87ee6099a87b 792098ed716c44f9a3ede4e71835c564 bf1c300b5cbb4d4e88ecff0c72571199 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:11:39.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca184b47-6bf3-4946-b76a-92b8c1e15c45 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d235c832-5e33-434e-b8fd-894107d6bf31 2026-07-29 09:11:39.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca184b47-6bf3-4946-b76a-92b8c1e15c45 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d235c832-5e33-434e-b8fd-894107d6bf31 2026-07-29 09:11:39.825 7 INFO neutron.db.l3_hamode_db [None req-09331126-3986-49dc-b394-87ee6099a87b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3152/6590] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:11:39 2026] PUT /v2.0/routers/15d2ffba-1e02-4ede-96f9-6e821ea4c6fa/remove_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3153/6591] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:40 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:40.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2da58b6-f44f-49c5-a49b-4bd2bee530c2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: a95895cf-c029-432b-929d-d02d375fdc70 2026-07-29 09:11:40.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2da58b6-f44f-49c5-a49b-4bd2bee530c2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: a95895cf-c029-432b-929d-d02d375fdc70 2026-07-29 09:11:40.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2da58b6-f44f-49c5-a49b-4bd2bee530c2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 48dc4ea6-c037-4332-bd3a-4db23fa4d235 2026-07-29 09:11:40.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2da58b6-f44f-49c5-a49b-4bd2bee530c2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 48dc4ea6-c037-4332-bd3a-4db23fa4d235 [pid: 7|app: 0|req: 3439/6592] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:38 2026] POST /v2.0/routers => generated 733 bytes in 2679 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:11:41.374 8 INFO neutron.services.segments.plugin [-] Segment 44dbb0ba-870e-4b8c-af55-518712594f47 resource provider aggregate not found 2026-07-29 09:11:41.379 8 INFO neutron.services.segments.plugin [-] Segment 44dbb0ba-870e-4b8c-af55-518712594f47 resource provider aggregate not found 2026-07-29 09:11:41.398 8 INFO neutron.services.segments.plugin [-] Segment 44dbb0ba-870e-4b8c-af55-518712594f47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44dbb0ba-870e-4b8c-af55-518712594f47 found for delete ", "request_id": "req-ef83474e-d206-40bc-a95a-0c98815d88ff"}]} 2026-07-29 09:11:41.403 8 INFO neutron.services.segments.plugin [-] Segment 44dbb0ba-870e-4b8c-af55-518712594f47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44dbb0ba-870e-4b8c-af55-518712594f47 found for delete ", "request_id": "req-01767dcf-d423-43fb-a7c4-4ee715f08ee9"}]} 2026-07-29 09:11:41.428 8 INFO neutron.db.l3_hamode_db [None req-c2da58b6-f44f-49c5-a49b-4bd2bee530c2 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 21406a23-6eab-471f-899b-5b44ed4f0043 was deleted as no HA routers are present in tenant ecac2704f9ff4344b7f81b86148b9d20. [pid: 8|app: 0|req: 3154/6593] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:40 2026] DELETE /v2.0/routers/15d2ffba-1e02-4ede-96f9-6e821ea4c6fa => generated 0 bytes in 1138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3155/6594] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:41 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3156/6595] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:11:41 2026] DELETE /v2.0/subnets/83d599a1-03b3-4db9-8557-6c581ee72459 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:11:41.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5167544-a189-4c91-9d09-8abfc2576ab6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: c6223052-65bf-429a-a07f-b8fa77c9cbbb 2026-07-29 09:11:41.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5167544-a189-4c91-9d09-8abfc2576ab6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: c6223052-65bf-429a-a07f-b8fa77c9cbbb [pid: 8|app: 0|req: 3157/6596] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:11:41 2026] DELETE /v2.0/networks/85278283-ef15-4dc1-a7c3-ec15746b5290 => generated 0 bytes in 427 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3158/6597] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:11:42 2026] GET /v2.0/security-groups?tenant_id=ecac2704f9ff4344b7f81b86148b9d20&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3159/6598] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:11:42 2026] DELETE /v2.0/security-groups/c9b2dd33-7d27-4d88-9548-45bb9079910f => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3440/6599] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:11:41 2026] PUT /v2.0/routers/6a5b3900-ffc2-4b14-8db3-c2b701dee3a9/add_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3160/6600] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:42 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3441/6601] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:42 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 684 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3161/6602] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:42 2026] POST /v2.0/ports => generated 954 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:11:43.423 8 INFO neutron.services.segments.plugin [-] Segment 77cee860-411d-41d5-a1ed-cca5bbb43fa6 resource provider aggregate not found 2026-07-29 09:11:43.427 8 INFO neutron.services.segments.plugin [-] Segment 77cee860-411d-41d5-a1ed-cca5bbb43fa6 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 09:11:43.449 8 INFO neutron.services.segments.plugin [-] Segment 77cee860-411d-41d5-a1ed-cca5bbb43fa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77cee860-411d-41d5-a1ed-cca5bbb43fa6 found for delete ", "request_id": "req-eae02202-f35e-4391-8dca-7cf15bd45ce1"}]} 2026-07-29 09:11:43.460 8 INFO neutron.services.segments.plugin [-] Segment 77cee860-411d-41d5-a1ed-cca5bbb43fa6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77cee860-411d-41d5-a1ed-cca5bbb43fa6 found for delete ", "request_id": "req-49daf91c-57eb-4181-b0d6-4681aa9bb8b8"}]} [pid: 7|app: 0|req: 3442/6603] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:11:43 2026] POST /v2.0/security-groups => generated 1662 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3443/6604] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:11:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3444/6605] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:43 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 957 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3162/6606] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:43 2026] PUT /v2.0/ports/cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 1235 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3445/6607] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:11:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 234 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: 3163/6608] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:44 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:44.098 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4faa49a3-6482-4ba0-aaa4-fb3459774679'] response: {'name': 'network-changed', 'server_uuid': 'ab64abb4-ffd9-4579-857c-ca35dbd26530', 'tag': 'cb9beafc-085b-40c8-9d74-f5f9f8cc15f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3446/6609] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:11:44 2026] POST /v2.0/floatingips => generated 552 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3447/6610] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:44 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1238 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3448/6611] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:44 2026] GET /v2.0/networks?tenant_id=a4b1296058804dc586f3712e21fe3e4f&shared=False => generated 780 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3449/6612] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:11:45.048 8 INFO neutron.db.segments_db [None req-51273eb4-73be-4bb1-8a33-31be650d3dcf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 0d579721-153e-4fb9-a58d-7b0ebf5573fb of type vxlan for network 52a0d3eb-8122-4624-8675-f78b8e385203 [pid: 8|app: 0|req: 3164/6613] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:11:44 2026] POST /v2.0/networks => generated 732 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3450/6614] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3451/6615] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3165/6616] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:45 2026] POST /v2.0/subnets => generated 698 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3452/6617] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--423842911&fields=id&tenant_id=bf1c300b5cbb4d4e88ecff0c72571199 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3453/6618] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:11:45.626 8 INFO neutron.db.segments_db [None req-76d7f08d-44bc-4585-b8d2-c45f85e98639 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment ff3e99eb-f5a0-48ab-aa0a-2db213622398 of type vxlan for network f90be082-d869-49b1-9faf-34f252fc973e [pid: 7|app: 0|req: 3454/6619] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/quotas/bf1c300b5cbb4d4e88ecff0c72571199 => 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: 3455/6620] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3456/6621] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3457/6622] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:11:45 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:45.996 8 INFO neutron.db.l3_hamode_db [None req-76d7f08d-44bc-4585-b8d2-c45f85e98639 792098ed716c44f9a3ede4e71835c564 faa1451f5fe748c88ffcb49bc2bd4f5b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3458/6623] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3459/6624] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3460/6625] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => 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: 3461/6626] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3462/6627] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => 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: 3463/6628] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3464/6629] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?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: 3465/6630] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3466/6631] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:46 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:47.040 8 INFO neutron.db.l3_hamode_db [None req-76d7f08d-44bc-4585-b8d2-c45f85e98639 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3467/6632] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:47 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => 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: 3468/6633] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:47 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3469/6634] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:47 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 8|app: 0|req: 3166/6637] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:11:45 2026] POST /v2.0/routers => generated 738 bytes in 2692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3472/6638] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:48 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3473/6639] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:48 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3474/6640] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:48 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3475/6641] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:49 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3167/6642] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:11:48 2026] PUT /v2.0/routers/308831c2-6b84-425d-b23a-e0e4288d4958/add_router_interface => generated 309 bytes in 1582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3476/6643] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:49 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3168/6644] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:49 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3477/6645] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:50 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => 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: 3169/6646] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:50 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 678 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3478/6647] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:11:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bf1c300b5cbb4d4e88ecff0c72571199 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3479/6648] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:11:50 2026] GET /v2.0/networks?id=52a0d3eb-8122-4624-8675-f78b8e385203 => generated 683 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3480/6649] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:11:50 2026] GET /v2.0/quotas/faa1451f5fe748c88ffcb49bc2bd4f5b => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3481/6650] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:11:50 2026] GET /v2.0/ports?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3482/6651] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:11:50 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3483/6652] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3484/6653] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3170/6654] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:50 2026] POST /v2.0/ports => generated 954 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3485/6655] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 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: 3486/6656] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => 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: 3487/6657] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3488/6658] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3489/6659] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3490/6660] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3171/6661] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:51 2026] PUT /v2.0/ports/7ea94ee9-5a61-4f84-938d-cf90bb63a1c0 => generated 1235 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:11:51.838 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a994e475-28ed-40ff-9360-710ed0d856f5'] response: {'name': 'network-changed', 'server_uuid': '5313e77a-9a8c-4b17-8374-dae1904633ea', 'tag': '7ea94ee9-5a61-4f84-938d-cf90bb63a1c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3491/6662] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/networks?id=52a0d3eb-8122-4624-8675-f78b8e385203 => generated 683 bytes in 78 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: 3172/6663] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/quotas/faa1451f5fe748c88ffcb49bc2bd4f5b => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3492/6664] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:11:51 2026] GET /v2.0/ports?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&fields=id => generated 103 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3173/6665] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3493/6666] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?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: 3494/6667] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3174/6668] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3495/6669] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/networks?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&shared=False => generated 774 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3175/6670] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3496/6671] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3176/6672] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3497/6673] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => 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: 3177/6674] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3498/6675] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3499/6676] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3178/6677] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3500/6678] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3179/6679] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3180/6680] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3501/6681] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:52 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3181/6682] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3502/6683] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3182/6684] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7ea94ee9-5a61-4f84-938d-cf90bb63a1c0 => 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: 3503/6685] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/subnets?id=315f899c-08e4-41db-aec6-4114332e47af => generated 696 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3183/6686] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/ports?network_id=a552560e-3fb1-4b2c-8d80-eba27e2625bd&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3504/6687] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?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: 3184/6688] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3505/6689] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:53 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3506/6690] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:54 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3185/6691] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:54 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3507/6692] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:54 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3186/6693] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:54 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3508/6694] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:55 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3187/6695] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:55 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3509/6696] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:55 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3188/6697] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:55 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3510/6698] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:55 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3189/6699] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:55 2026] GET /v2.0/networks?id=52a0d3eb-8122-4624-8675-f78b8e385203 => generated 683 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3190/6700] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:56 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 969 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3511/6701] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:55 2026] POST /v2.0/ports => generated 958 bytes in 560 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: 3191/6702] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:56 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3512/6703] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:56 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3513/6704] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:56 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3514/6705] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:56 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3192/6706] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:56 2026] PUT /v2.0/ports/a0cbb398-8157-4e41-bf75-f035c6f41342 => generated 1239 bytes in 607 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:11:57.206 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35d5d5d5-8ab9-4103-8437-59859afccd07'] response: {'name': 'network-changed', 'server_uuid': '32662220-356e-4b6e-9958-c91cace39ef5', 'tag': 'a0cbb398-8157-4e41-bf75-f035c6f41342', '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: 3193/6707] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:57 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3515/6708] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:57 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3194/6709] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:57 2026] GET /v2.0/ports?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3516/6710] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:57 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3195/6711] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:57 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3517/6712] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:11:57 2026] GET /v2.0/networks?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&shared=False => generated 779 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3518/6713] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:57 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3196/6714] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:11:57 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: 3519/6715] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:11:58 2026] GET /v2.0/networks?id=52a0d3eb-8122-4624-8675-f78b8e385203 => generated 683 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3197/6716] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:11:58 2026] POST /v2.0/ports => generated 958 bytes in 557 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: 3198/6717] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:58 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3199/6718] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:58 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3200/6719] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:58 2026] GET /v2.0/ports?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&device_id=32662220-356e-4b6e-9958-c91cace39ef5 => 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: 3201/6720] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3202/6721] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3203/6722] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a0cbb398-8157-4e41-bf75-f035c6f41342 => 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: 3204/6723] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3205/6724] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/subnets?id=0ccfc9ee-a343-4ad6-b3ae-b5b2b6dca7e2 => 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: 3206/6725] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3207/6726] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/ports?network_id=52a0d3eb-8122-4624-8675-f78b8e385203&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: 3208/6727] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?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: 3520/6728] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:11:58 2026] PUT /v2.0/ports/8e49d13f-2f92-458a-860e-ce46cc6353fb => generated 1239 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3209/6729] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:11:59.455 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9d3278d-7d64-4fa4-96b2-32b50c0937c6'] response: {'name': 'network-changed', 'server_uuid': '70ecf636-662d-44b7-b5d8-49124112b04a', 'tag': '8e49d13f-2f92-458a-860e-ce46cc6353fb', '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: 3521/6730] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:11:59 2026] GET /v2.0/ports?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3210/6731] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/networks?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&shared=False => generated 779 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3522/6732] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3211/6733] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3523/6734] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => 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: 3212/6735] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3524/6736] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3213/6737] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3525/6738] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3214/6739] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:00 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:12:00.888 7 INFO neutron.db.l3_db [None req-25309aa9-aab8-488c-8c30-178c75c23f6e 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] Floating IP 151c6a2e-9e19-4171-81f6-50e24e3f5722 associated. External IP: 10.96.250.213, port: 7ea94ee9-5a61-4f84-938d-cf90bb63a1c0. [pid: 8|app: 0|req: 3215/6740] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/ports?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3216/6741] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8e49d13f-2f92-458a-860e-ce46cc6353fb => 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: 3217/6742] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/subnets?id=0ccfc9ee-a343-4ad6-b3ae-b5b2b6dca7e2 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3218/6743] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/ports?network_id=52a0d3eb-8122-4624-8675-f78b8e385203&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: 3219/6744] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3526/6745] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:12:00 2026] PUT /v2.0/floatingips/151c6a2e-9e19-4171-81f6-50e24e3f5722 => generated 855 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3220/6746] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3527/6747] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?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: 3221/6748] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3528/6749] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3222/6750] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:01 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:12:01.598 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c90149ce-1ca9-4148-a2c3-10797a8a93ea'] response: {'name': 'network-changed', 'server_uuid': '5313e77a-9a8c-4b17-8374-dae1904633ea', 'tag': '7ea94ee9-5a61-4f84-938d-cf90bb63a1c0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3529/6751] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3223/6752] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 774 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3530/6753] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=7ea94ee9-5a61-4f84-938d-cf90bb63a1c0 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3224/6754] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/subnets?id=315f899c-08e4-41db-aec6-4114332e47af => generated 696 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3531/6755] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/ports?network_id=a552560e-3fb1-4b2c-8d80-eba27e2625bd&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3225/6756] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3532/6757] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3226/6760] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3535/6761] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 973 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3227/6762] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 7|app: 0|req: 3536/6763] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:02 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3537/6764] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:03 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3228/6765] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:03 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3538/6766] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:04 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3229/6767] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:04 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3539/6768] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:05 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3230/6769] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:05 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3540/6770] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:05 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3231/6771] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:05 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&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: 7|app: 0|req: 3541/6772] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:06 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3232/6773] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:06 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3542/6774] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:06 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3233/6775] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:06 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3543/6776] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:06 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3234/6777] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:06 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&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: 7|app: 0|req: 3544/6778] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3235/6779] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3545/6780] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/ports?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3236/6781] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/networks?id=52a0d3eb-8122-4624-8675-f78b8e385203 => generated 779 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3546/6782] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8e49d13f-2f92-458a-860e-ce46cc6353fb => 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: 3237/6783] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/subnets?id=0ccfc9ee-a343-4ad6-b3ae-b5b2b6dca7e2 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3547/6784] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/ports?network_id=52a0d3eb-8122-4624-8675-f78b8e385203&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3238/6785] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3548/6786] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:12:07 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3239/6787] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:08 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3549/6788] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:12:08 2026] GET /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203?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: 3240/6789] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:08 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3550/6790] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:08 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3241/6791] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:09 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3551/6792] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:09 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3242/6793] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:09 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3552/6794] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:09 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3243/6795] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:10 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3553/6796] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:10 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3244/6797] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:11 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3554/6798] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:11 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3245/6799] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:12:11 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => 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: 3555/6800] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:11 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3246/6801] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:11 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3556/6802] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:11 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3247/6803] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:12 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3557/6804] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:12 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3248/6805] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:12 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3558/6806] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:12 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3249/6807] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:13 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3559/6808] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:13 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3250/6809] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:13 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3560/6810] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:13 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3251/6811] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:14 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3561/6812] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:14 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3252/6813] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:12:14 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3562/6814] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:14 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3253/6815] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:14 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3563/6816] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:15 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3254/6817] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:15 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3564/6818] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:15 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3255/6819] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:16 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3565/6820] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:16 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3256/6821] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:12:16 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3566/6822] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:16 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3257/6823] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:16 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3567/6824] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:16 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3258/6825] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:17 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3568/6826] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:17 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&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: 3570/6829] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:17 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3260/6830] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:18 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3571/6831] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:18 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3261/6832] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:18 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3572/6833] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:19 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3262/6834] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:19 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3573/6835] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:19 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3263/6836] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:19 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3574/6837] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:20 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3264/6838] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:20 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3575/6839] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:20 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3265/6840] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:20 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&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: 3576/6841] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:21 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3266/6842] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:21 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3577/6843] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:22 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3267/6844] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:22 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3578/6845] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:22 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3268/6846] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:22 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3579/6847] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:22 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3269/6848] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3580/6849] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3270/6850] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3581/6851] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3271/6852] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/quotas/bf1c300b5cbb4d4e88ecff0c72571199 => 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: 3582/6853] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&fields=id => generated 149 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3272/6854] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3583/6855] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?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: 3273/6856] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3584/6857] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3274/6858] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:23 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3585/6859] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:24 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3275/6860] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:24 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3586/6861] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:24 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3276/6862] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:25 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3587/6863] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:25 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3277/6864] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:25 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3588/6865] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:25 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3278/6866] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:26 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3589/6867] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:26 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3279/6868] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:26 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3590/6869] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:26 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3280/6870] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:26 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3591/6871] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:27 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3281/6872] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:27 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3592/6873] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:27 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3282/6874] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:27 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3593/6875] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:27 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3283/6876] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:28 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3594/6877] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:12:28 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3595/6878] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:28 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3596/6879] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:28 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3284/6880] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:12:28 2026] POST /v2.0/ports => generated 954 bytes in 460 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: 3285/6881] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:29 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3286/6882] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:29 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3287/6883] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:29 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3288/6884] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:29 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3597/6885] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:12:28 2026] PUT /v2.0/ports/5a4f2473-4193-43b9-8aa9-eddabf4794e1 => generated 1235 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:12:29.586 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0211d134-2307-4f6e-8739-a799ac624a0d'] response: {'name': 'network-changed', 'server_uuid': 'a7ba94dc-c9b7-404a-8152-264f83fd16be', 'tag': '5a4f2473-4193-43b9-8aa9-eddabf4794e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3289/6886] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:29 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 91 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: 3598/6887] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:29 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3290/6888] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3599/6889] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/networks?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&shared=False => generated 774 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3291/6890] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3600/6891] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3292/6892] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3601/6893] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3293/6894] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&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: 3602/6895] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3294/6896] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:30 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3603/6897] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3295/6898] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5a4f2473-4193-43b9-8aa9-eddabf4794e1 => 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: 3604/6899] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/subnets?id=315f899c-08e4-41db-aec6-4114332e47af => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3605/6900] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/ports?network_id=a552560e-3fb1-4b2c-8d80-eba27e2625bd&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: 3296/6901] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3297/6902] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&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: 3606/6903] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?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: 3298/6904] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?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: 3607/6905] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3299/6906] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:31 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&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: 3608/6907] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:32 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3300/6908] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:32 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3609/6909] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:32 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3301/6912] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:32 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3612/6913] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:32 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3302/6914] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:32 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3613/6915] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:33 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3303/6916] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:33 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3614/6917] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:33 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3304/6918] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:33 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3615/6919] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:33 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3616/6920] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:34 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3305/6921] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:34 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3617/6922] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:34 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3306/6923] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:34 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3618/6924] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:34 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3307/6925] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:34 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3619/6926] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:34 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3308/6927] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3620/6928] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3309/6929] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3621/6930] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3310/6931] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3622/6932] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3311/6933] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3623/6934] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:35 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3312/6935] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3624/6936] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3313/6937] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3625/6938] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3314/6939] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3626/6940] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3315/6941] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3627/6942] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:36 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3316/6943] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:37 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3628/6944] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:37 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3317/6945] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:37 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3629/6946] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:37 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3318/6947] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:38 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3630/6948] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:38 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3319/6949] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:38 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3631/6950] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:38 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&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: 3320/6951] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:38 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3632/6952] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:38 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3321/6953] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:39 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3633/6954] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:39 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3322/6955] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:39 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3634/6956] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:39 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3323/6957] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:40 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3324/6958] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:40 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3635/6959] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:12:40 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:12:40.307 8 INFO neutron_taas.services.taas.taas_plugin [req-6e99d904-0bb9-4f01-a886-325430190b1d req-d0fa0ffd-a9f5-480f-a5b4-88a8c5ae37ce 51556b0ddad9404bbcaee15e588990ef faa1451f5fe748c88ffcb49bc2bd4f5b - - default default] TaaS: Handle Delete Port: 8e49d13f-2f92-458a-860e-ce46cc6353fb 2026-07-29 09:12:40.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6e99d904-0bb9-4f01-a886-325430190b1d req-d0fa0ffd-a9f5-480f-a5b4-88a8c5ae37ce 51556b0ddad9404bbcaee15e588990ef faa1451f5fe748c88ffcb49bc2bd4f5b - - default default] Tap Mirror: Handle Delete Port: 8e49d13f-2f92-458a-860e-ce46cc6353fb [pid: 7|app: 0|req: 3636/6960] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:40 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3637/6961] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:40 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3325/6962] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:12:40 2026] DELETE /v2.0/ports/8e49d13f-2f92-458a-860e-ce46cc6353fb => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:12:40.595 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0f23b54-93b4-426b-92e7-dbc3ec2ab423'] response: {'server_uuid': '70ecf636-662d-44b7-b5d8-49124112b04a', 'name': 'network-vif-deleted', 'tag': '8e49d13f-2f92-458a-860e-ce46cc6353fb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3638/6963] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:40 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3326/6964] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:40 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3639/6965] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:41 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3327/6966] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:41 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3640/6967] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:41 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3328/6968] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:41 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3641/6969] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:41 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3329/6970] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:42 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3642/6971] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:42 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3330/6972] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:42 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3643/6973] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:42 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3331/6974] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:42 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3644/6975] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:43 2026] GET /v2.0/ports?device_id=70ecf636-662d-44b7-b5d8-49124112b04a => 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: 3332/6976] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:43 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3645/6977] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:44 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3333/6978] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:44 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3646/6979] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:44 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3334/6980] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:44 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3647/6981] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:44 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&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: 3335/6982] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:45 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3648/6983] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:45 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3336/6984] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:45 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3649/6985] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:45 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3337/6986] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:45 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3650/6987] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:46 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3338/6988] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:46 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3651/6989] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:46 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3339/6990] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:46 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3652/6991] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:46 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3340/6992] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3341/6993] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/security-groups?id=f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3653/6994] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3654/6995] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3655/6996] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&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-07-29 09:12:47.345 8 INFO neutron_taas.services.taas.taas_plugin [req-18079e32-aaa5-4667-a9b1-999910c6f4a1 req-71a5f802-df3a-41d7-89a4-0d4290fb53d2 51556b0ddad9404bbcaee15e588990ef faa1451f5fe748c88ffcb49bc2bd4f5b - - default default] TaaS: Handle Delete Port: a0cbb398-8157-4e41-bf75-f035c6f41342 2026-07-29 09:12:47.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-18079e32-aaa5-4667-a9b1-999910c6f4a1 req-71a5f802-df3a-41d7-89a4-0d4290fb53d2 51556b0ddad9404bbcaee15e588990ef faa1451f5fe748c88ffcb49bc2bd4f5b - - default default] Tap Mirror: Handle Delete Port: a0cbb398-8157-4e41-bf75-f035c6f41342 [pid: 8|app: 0|req: 3342/6997] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:12:47 2026] DELETE /v2.0/ports/a0cbb398-8157-4e41-bf75-f035c6f41342 => 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: 3656/6998] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:12:47.554 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d21da36-3a01-40a9-afdb-17291ed7fc5e'] response: {'server_uuid': '32662220-356e-4b6e-9958-c91cace39ef5', 'name': 'network-vif-deleted', 'tag': 'a0cbb398-8157-4e41-bf75-f035c6f41342', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3343/6999] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3657/7002] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3346/7003] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:47 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3658/7004] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:48 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => 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: 3347/7005] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:48 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3659/7006] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:48 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3348/7007] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:48 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3660/7008] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:48 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3349/7009] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:49 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => 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: 3661/7010] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:49 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3350/7011] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:49 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3662/7012] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:49 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3351/7013] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:50 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3663/7014] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:50 2026] GET /v2.0/ports?device_id=32662220-356e-4b6e-9958-c91cace39ef5 => 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: 3352/7015] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:51 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3664/7016] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:51 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3353/7017] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:51 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3665/7018] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:51 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:12:51.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f461509-4cf0-4006-8395-24857c7c4b36 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 0e38841d-f66f-4a56-a40b-cefb2a7a2869 2026-07-29 09:12:51.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f461509-4cf0-4006-8395-24857c7c4b36 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 0e38841d-f66f-4a56-a40b-cefb2a7a2869 [pid: 7|app: 0|req: 3666/7019] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:52 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3667/7020] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:52 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 7|app: 0|req: 3668/7021] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:52 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3669/7022] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:52 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3354/7023] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:12:51 2026] PUT /v2.0/routers/308831c2-6b84-425d-b23a-e0e4288d4958/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:12:52.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-60ec78a2-fa36-43d6-bfd6-d9230509bc4a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: a3a69bc4-aca2-4db5-9bc1-63ff7a9eddf6 2026-07-29 09:12:52.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ec78a2-fa36-43d6-bfd6-d9230509bc4a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: a3a69bc4-aca2-4db5-9bc1-63ff7a9eddf6 2026-07-29 09:12:53.199 7 INFO neutron_taas.services.taas.taas_plugin [None req-60ec78a2-fa36-43d6-bfd6-d9230509bc4a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ab66decf-038a-4600-ace0-8260ece666fa 2026-07-29 09:12:53.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ec78a2-fa36-43d6-bfd6-d9230509bc4a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ab66decf-038a-4600-ace0-8260ece666fa [pid: 8|app: 0|req: 3355/7024] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:53 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3356/7025] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:53 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3357/7026] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:53 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3358/7027] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:53 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:12:53.651 7 INFO neutron.services.segments.plugin [-] Segment ff3e99eb-f5a0-48ab-aa0a-2db213622398 resource provider aggregate not found 2026-07-29 09:12:53.656 7 INFO neutron.services.segments.plugin [-] Segment ff3e99eb-f5a0-48ab-aa0a-2db213622398 resource provider aggregate not found 2026-07-29 09:12:53.675 7 INFO neutron.services.segments.plugin [-] Segment ff3e99eb-f5a0-48ab-aa0a-2db213622398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff3e99eb-f5a0-48ab-aa0a-2db213622398 found for delete ", "request_id": "req-8bfd5bd8-5b7e-46d7-931f-00a547a49767"}]} 2026-07-29 09:12:53.684 7 INFO neutron.services.segments.plugin [-] Segment ff3e99eb-f5a0-48ab-aa0a-2db213622398 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff3e99eb-f5a0-48ab-aa0a-2db213622398 found for delete ", "request_id": "req-21401635-566d-40ff-9a8a-141a23bb3943"}]} 2026-07-29 09:12:53.719 7 INFO neutron.db.l3_hamode_db [None req-60ec78a2-fa36-43d6-bfd6-d9230509bc4a 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network f90be082-d869-49b1-9faf-34f252fc973e was deleted as no HA routers are present in tenant faa1451f5fe748c88ffcb49bc2bd4f5b. [pid: 7|app: 0|req: 3670/7028] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:12:52 2026] DELETE /v2.0/routers/308831c2-6b84-425d-b23a-e0e4288d4958 => generated 0 bytes in 1158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3359/7029] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:12:53 2026] DELETE /v2.0/subnets/0ccfc9ee-a343-4ad6-b3ae-b5b2b6dca7e2 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:12:54.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-249e2bd3-3e09-481f-88b8-974f44d43e1e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: e7c9600d-db52-48f0-86e4-204d785fb9c4 2026-07-29 09:12:54.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-249e2bd3-3e09-481f-88b8-974f44d43e1e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: e7c9600d-db52-48f0-86e4-204d785fb9c4 [pid: 7|app: 0|req: 3671/7030] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:12:53 2026] DELETE /v2.0/networks/52a0d3eb-8122-4624-8675-f78b8e385203 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3360/7031] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:12:54 2026] GET /v2.0/security-groups?tenant_id=faa1451f5fe748c88ffcb49bc2bd4f5b&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3672/7032] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:54 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3673/7033] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:54 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3361/7034] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:12:54 2026] DELETE /v2.0/security-groups/f6e94ca7-6f80-4fbc-8421-cc1fa45b63a9 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3674/7035] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:54 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3362/7036] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:54 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:12:55.692 7 INFO neutron.services.segments.plugin [-] Segment 0d579721-153e-4fb9-a58d-7b0ebf5573fb resource provider aggregate not found 2026-07-29 09:12:55.707 7 INFO neutron.services.segments.plugin [-] Segment 0d579721-153e-4fb9-a58d-7b0ebf5573fb resource provider aggregate not found 2026-07-29 09:12:55.712 7 INFO neutron.services.segments.plugin [-] Segment 0d579721-153e-4fb9-a58d-7b0ebf5573fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d579721-153e-4fb9-a58d-7b0ebf5573fb found for delete ", "request_id": "req-2d995d66-3cef-45f2-83de-4d871eca768a"}]} 2026-07-29 09:12:55.729 7 INFO neutron.services.segments.plugin [-] Segment 0d579721-153e-4fb9-a58d-7b0ebf5573fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d579721-153e-4fb9-a58d-7b0ebf5573fb found for delete ", "request_id": "req-fc364c9a-dbe5-49f6-b61d-d203672b6b39"}]} [pid: 7|app: 0|req: 3675/7037] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:55 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3363/7038] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:55 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3676/7039] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:55 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3364/7040] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:55 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3677/7041] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:56 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3365/7042] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:56 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3678/7043] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:57 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3366/7044] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:57 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3367/7045] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:58 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3368/7046] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:58 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3679/7047] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:12:57 2026] GET /v2.0/security-groups?tenant_id=73e8314b2e674af3abf07e26ae080116&name=default => generated 2929 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3369/7048] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:12:58 2026] DELETE /v2.0/security-groups/65cb94b6-9187-490a-bf99-bb2577fac18c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3680/7049] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:58 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3370/7050] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:58 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&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: 3681/7051] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:59 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3371/7052] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:59 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 7|app: 0|req: 3682/7053] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:59 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3372/7054] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:59 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3683/7055] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:12:59 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3373/7056] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:12:59 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3684/7057] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:00 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3374/7058] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:00 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3685/7059] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:00 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3375/7060] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:00 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&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: 3686/7061] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:01 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3376/7062] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:01 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3687/7063] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:01 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3377/7064] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:01 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3688/7065] 10.0.0.78 () {38 vars in 969 bytes} [Wed Jul 29 09:13:01 2026] POST /v2.0/security-groups => generated 1690 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3378/7066] 10.0.0.78 () {34 vars in 1156 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/security-groups?name=tempest-ServerRescueTestJSONUnderV235-securitygroup-1063761368&fields=id&tenant_id=a4b1296058804dc586f3712e21fe3e4f => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3689/7067] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3379/7068] 10.0.0.78 () {38 vars in 1022 bytes} [Wed Jul 29 09:13:02 2026] PUT /v2.0/ports/cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 1007 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:13:02.428 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eaa6b42a-d0ae-4b8f-91a8-4546e3692c52'] response: {'name': 'network-changed', 'server_uuid': 'ab64abb4-ffd9-4579-857c-ca35dbd26530', 'tag': 'cb9beafc-085b-40c8-9d74-f5f9f8cc15f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3690/7069] 10.0.0.78 () {34 vars in 1156 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/security-groups?name=tempest-ServerRescueTestJSONUnderV235-securitygroup-1063761368&fields=id&tenant_id=a4b1296058804dc586f3712e21fe3e4f => generated 69 bytes in 31 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: 3691/7070] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3380/7071] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:02.740 8 INFO neutron_taas.services.taas.taas_plugin [req-f91470e1-54d1-4919-ab7b-55598838423e req-3bd5953c-db03-4511-81ce-e8e970e6aff9 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] TaaS: Handle Delete Port: 5a4f2473-4193-43b9-8aa9-eddabf4794e1 2026-07-29 09:13:02.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f91470e1-54d1-4919-ab7b-55598838423e req-3bd5953c-db03-4511-81ce-e8e970e6aff9 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] Tap Mirror: Handle Delete Port: 5a4f2473-4193-43b9-8aa9-eddabf4794e1 [pid: 7|app: 0|req: 3692/7072] 10.0.0.78 () {38 vars in 1021 bytes} [Wed Jul 29 09:13:02 2026] PUT /v2.0/ports/cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 968 bytes in 294 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-07-29 09:13:02.863 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b30d890-dc01-4b19-8613-27659b8eef10'] response: {'name': 'network-changed', 'server_uuid': 'ab64abb4-ffd9-4579-857c-ca35dbd26530', 'tag': 'cb9beafc-085b-40c8-9d74-f5f9f8cc15f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3693/7073] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3696/7076] 10.0.0.78 () {34 vars in 990 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/networks?router%3Aexternal=True&fields=id&name=public => generated 60 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3697/7077] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&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: 8|app: 0|req: 3381/7078] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:13:02 2026] DELETE /v2.0/ports/5a4f2473-4193-43b9-8aa9-eddabf4794e1 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3698/7079] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:02 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3699/7080] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/security-groups?tenant_id=e83b1cb7719346b7991cfbc21d9b984d&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3700/7081] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 780 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3701/7082] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:03 2026] DELETE /v2.0/security-groups/4875bb21-652f-4488-8902-e6f4aa50da14 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3702/7083] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => 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: 3703/7084] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3704/7085] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3705/7086] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?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: 3706/7087] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?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: 3382/7088] 10.0.0.78 () {38 vars in 960 bytes} [Wed Jul 29 09:13:02 2026] POST /v2.0/floatingips => generated 552 bytes in 793 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3707/7089] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/security-groups?tenant_id=a8a3657b3ced434ca219ed8b15edef18&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3383/7090] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.204 => generated 555 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3384/7091] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3385/7092] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3708/7093] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:03 2026] DELETE /v2.0/security-groups/e1b831d3-a759-4b31-9c4f-033ba8f14a48 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3386/7094] 10.0.0.78 () {34 vars in 1044 bytes} [Wed Jul 29 09:13:03 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530&device_owner=compute%3Anova => 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: 3709/7095] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.204 => generated 555 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3387/7096] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:04.467 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3a10d57-0ad2-466c-a6a5-62df5506e0fc'] response: {'server_uuid': 'a7ba94dc-c9b7-404a-8152-264f83fd16be', 'name': 'network-vif-deleted', 'tag': '5a4f2473-4193-43b9-8aa9-eddabf4794e1', 'status': 'completed', 'code': 200} 2026-07-29 09:13:04.519 7 INFO neutron.db.l3_db [req-62673665-c2bd-45f7-9365-553dcd38a8d3 req-b91927e8-b0ec-4680-bac1-b9853ded1343 7b4e63558d28486c87ae150d570ac145 a4b1296058804dc586f3712e21fe3e4f - - default default] Floating IP 1ba4eba8-3546-4495-92b4-1aa91a2f92d5 associated. External IP: 10.96.250.204, port: cb9beafc-085b-40c8-9d74-f5f9f8cc15f9. [pid: 8|app: 0|req: 3388/7097] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3389/7098] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3390/7099] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3391/7100] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3392/7101] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => 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: 3710/7102] 10.0.0.78 () {38 vars in 1034 bytes} [Wed Jul 29 09:13:04 2026] PUT /v2.0/floatingips/1ba4eba8-3546-4495-92b4-1aa91a2f92d5 => generated 855 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:04.960 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55c1a8f7-6938-4ef7-8e38-08487a1d6cb7'] response: {'name': 'network-changed', 'server_uuid': 'ab64abb4-ffd9-4579-857c-ca35dbd26530', 'tag': 'cb9beafc-085b-40c8-9d74-f5f9f8cc15f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3393/7103] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3394/7104] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3711/7105] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 09:13:04 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1240 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3712/7106] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3395/7107] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3713/7108] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3396/7109] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3714/7110] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => 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: 3397/7111] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3715/7112] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3398/7113] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?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: 3716/7114] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.204 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3399/7115] 10.0.0.78 () {34 vars in 969 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/ports/cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 968 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3717/7116] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.204 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3400/7117] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3718/7118] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:13:05 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: 3401/7119] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:13:05 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.204 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:06.045 7 INFO neutron.db.l3_db [req-86353c64-dcba-4070-8843-2e7a36ff8dcc req-cc764c23-fa6a-4db4-8b06-54a0312e5d0f 7b4e63558d28486c87ae150d570ac145 a4b1296058804dc586f3712e21fe3e4f - - default default] Floating IP 1ba4eba8-3546-4495-92b4-1aa91a2f92d5 disassociated. External IP: 10.96.250.204, port: cb9beafc-085b-40c8-9d74-f5f9f8cc15f9. [pid: 8|app: 0|req: 3402/7120] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3403/7121] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 780 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3404/7122] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => 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: 3405/7123] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3406/7124] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => 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: 3407/7125] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3408/7126] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/ports?device_id=a7ba94dc-c9b7-404a-8152-264f83fd16be => 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: 3409/7127] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?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: 3719/7128] 10.0.0.78 () {38 vars in 1033 bytes} [Wed Jul 29 09:13:05 2026] PUT /v2.0/floatingips/1ba4eba8-3546-4495-92b4-1aa91a2f92d5 => generated 552 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3410/7129] 10.0.0.78 () {34 vars in 1074 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3720/7130] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3411/7131] 10.0.0.78 () {34 vars in 1052 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3721/7132] 10.0.0.78 () {34 vars in 978 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3412/7133] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => 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: 3722/7134] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3413/7135] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3723/7136] 10.0.0.78 () {34 vars in 981 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/floatingips/1ba4eba8-3546-4495-92b4-1aa91a2f92d5 => generated 552 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3414/7137] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/networks/70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 648 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3724/7138] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:13:06 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: 3415/7139] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.204 => generated 555 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:06.996 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6903073d-ddb5-48f3-b15f-b15197c6dc94'] response: {'name': 'network-changed', 'server_uuid': 'ab64abb4-ffd9-4579-857c-ca35dbd26530', 'tag': 'cb9beafc-085b-40c8-9d74-f5f9f8cc15f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3725/7140] 10.0.0.78 () {34 vars in 974 bytes} [Wed Jul 29 09:13:06 2026] GET /v2.0/floatingips?floating_ip_address=10.96.250.204 => generated 555 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:07.165 8 INFO neutron_taas.services.taas.taas_plugin [req-ec1838ff-1eff-4fb0-af24-9f2cd7c394aa req-9a49dc3e-572a-4478-96e2-3f41acc207d7 7b4e63558d28486c87ae150d570ac145 a4b1296058804dc586f3712e21fe3e4f - - default default] TaaS: Handle Delete Port: 0dd48571-bdd4-459b-9dde-b0369c3862c3 2026-07-29 09:13:07.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ec1838ff-1eff-4fb0-af24-9f2cd7c394aa req-9a49dc3e-572a-4478-96e2-3f41acc207d7 7b4e63558d28486c87ae150d570ac145 a4b1296058804dc586f3712e21fe3e4f - - default default] Tap Mirror: Handle Delete Port: 0dd48571-bdd4-459b-9dde-b0369c3862c3 [pid: 8|app: 0|req: 3416/7141] 10.0.0.78 () {36 vars in 1003 bytes} [Wed Jul 29 09:13:07 2026] DELETE /v2.0/floatingips/1ba4eba8-3546-4495-92b4-1aa91a2f92d5 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3726/7142] 10.0.0.78 () {34 vars in 989 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/security-groups/c9ed4c20-fd4f-4442-9029-9fca30f1335e => generated 1690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3727/7143] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3417/7144] 10.0.0.78 () {36 vars in 1011 bytes} [Wed Jul 29 09:13:07 2026] DELETE /v2.0/security-groups/c9ed4c20-fd4f-4442-9029-9fca30f1335e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3728/7145] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/ports?tenant_id=a4b1296058804dc586f3712e21fe3e4f&device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3418/7146] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3729/7147] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/networks?id=c47594e9-8315-424e-9b40-26205b341719 => generated 780 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3419/7148] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => 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: 3730/7149] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3420/7150] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/subnets?id=aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 703 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3731/7151] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/ports?network_id=c47594e9-8315-424e-9b40-26205b341719&device_owner=network%3Adhcp => 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: 3421/7152] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3732/7153] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?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: 3422/7154] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719?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: 3733/7155] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => 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: 3423/7156] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3734/7157] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3424/7158] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:07 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3735/7159] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:13:08 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 678 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3425/7160] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:13:08 2026] GET /v2.0/quotas/bf1c300b5cbb4d4e88ecff0c72571199 => 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: 3736/7161] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:13:08 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&fields=id => generated 149 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3426/7162] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:13:08 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?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: 3737/7163] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:13:08 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?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: 3738/7164] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:08 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3427/7165] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:08 2026] GET /v2.0/security-groups?tenant_id=46c6358ca2a743aaa31f9e925c9490f3&name=default => generated 2929 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3739/7166] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:09 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3740/7167] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:09 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3428/7168] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:09 2026] DELETE /v2.0/security-groups/b6ae6ed3-64e0-473e-bb35-eb7dbee88cfd => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3741/7169] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:09 2026] GET /v2.0/security-groups?tenant_id=c2f8e119f8cc4a1d8400c88ac0a96c12&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3429/7170] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:09 2026] DELETE /v2.0/security-groups/9f50ef3a-d7bb-4e96-a8b1-d36538e0934e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3742/7171] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:09 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => 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: 3743/7172] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:10 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3430/7173] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:13:10 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3744/7174] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:10 2026] GET /v2.0/security-groups?id=c623c241-4e17-4f6b-9a62-c84f7ee2e3a6&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:10.446 8 INFO neutron_taas.services.taas.taas_plugin [req-7c1179a3-899d-4290-a214-8a630351b6c0 req-0926e4d7-b920-437b-bec8-4bb90bb5b1e4 7b4e63558d28486c87ae150d570ac145 a4b1296058804dc586f3712e21fe3e4f - - default default] TaaS: Handle Delete Port: cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 2026-07-29 09:13:10.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7c1179a3-899d-4290-a214-8a630351b6c0 req-0926e4d7-b920-437b-bec8-4bb90bb5b1e4 7b4e63558d28486c87ae150d570ac145 a4b1296058804dc586f3712e21fe3e4f - - default default] Tap Mirror: Handle Delete Port: cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 [pid: 8|app: 0|req: 3431/7175] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:13:10 2026] DELETE /v2.0/ports/cb9beafc-085b-40c8-9d74-f5f9f8cc15f9 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:13:10.683 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f058d4a4-cad4-4d04-ab4f-1dcb80047088'] response: {'server_uuid': 'ab64abb4-ffd9-4579-857c-ca35dbd26530', 'name': 'network-vif-deleted', 'tag': 'cb9beafc-085b-40c8-9d74-f5f9f8cc15f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3745/7176] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:11 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3432/7177] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:11 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3746/7178] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:12 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => 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: 3433/7179] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:12 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3747/7180] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:13 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => 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: 3434/7181] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:13 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 678 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3435/7182] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:13 2026] GET /v2.0/ports?device_id=ab64abb4-ffd9-4579-857c-ca35dbd26530 => 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: 3748/7183] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:13:13 2026] POST /v2.0/ports => generated 958 bytes in 580 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: 3749/7184] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:14 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3750/7185] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:14 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3436/7186] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:13:13 2026] PUT /v2.0/ports/a4e93374-2466-4f71-a56b-7db6ff45ada8 => generated 1239 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:13:14.531 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a84838d-a56c-4bb0-808b-17612f7521ae'] response: {'name': 'network-changed', 'server_uuid': 'c28e3d3b-49fa-41ed-937a-09df0c2cc1c7', 'tag': 'a4e93374-2466-4f71-a56b-7db6ff45ada8', '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: 3437/7187] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:15 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3438/7188] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:13:15 2026] GET /v2.0/networks?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&shared=False => generated 774 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3439/7189] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:13:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:15.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3c8fa1f-ab67-457c-83b4-e319f0e23136 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 2cde55c5-c296-4571-bc7c-2039a8bc2c12 2026-07-29 09:13:15.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3c8fa1f-ab67-457c-83b4-e319f0e23136 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 2cde55c5-c296-4571-bc7c-2039a8bc2c12 [pid: 8|app: 0|req: 3440/7190] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:15 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3441/7191] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:15 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3751/7192] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:13:14 2026] PUT /v2.0/routers/900d6c6d-c4b4-47e4-b128-a2a3d200d0d6/remove_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3752/7193] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3753/7194] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=a4e93374-2466-4f71-a56b-7db6ff45ada8 => 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: 3754/7195] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/subnets?id=315f899c-08e4-41db-aec6-4114332e47af => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3755/7196] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/ports?network_id=a552560e-3fb1-4b2c-8d80-eba27e2625bd&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: 3756/7197] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3757/7198] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?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: 3758/7199] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => 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: 3759/7200] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:16 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&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-07-29 09:13:16.890 8 INFO neutron_taas.services.taas.taas_plugin [None req-470f47d2-3dd6-4876-929d-5de5d15bfb64 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: f1b9ab79-cfc5-4123-aa5c-6315ddab55d4 2026-07-29 09:13:16.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-470f47d2-3dd6-4876-929d-5de5d15bfb64 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: f1b9ab79-cfc5-4123-aa5c-6315ddab55d4 2026-07-29 09:13:17.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-470f47d2-3dd6-4876-929d-5de5d15bfb64 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: f771a74d-9e72-42ce-afc3-2aabecffaf58 2026-07-29 09:13:17.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-470f47d2-3dd6-4876-929d-5de5d15bfb64 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: f771a74d-9e72-42ce-afc3-2aabecffaf58 [pid: 7|app: 0|req: 3760/7201] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:17 2026] GET /v2.0/security-groups?tenant_id=d59f1a5477e7430bb51f06ccc020e47c&name=default => generated 2929 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3761/7202] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:17 2026] DELETE /v2.0/security-groups/97227737-c740-4edd-b635-8d581a14633f => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:13:17.770 8 INFO neutron.services.segments.plugin [-] Segment 7177e0c9-7961-46e5-9b19-a61744fcf0c5 resource provider aggregate not found 2026-07-29 09:13:17.781 8 INFO neutron.services.segments.plugin [-] Segment 7177e0c9-7961-46e5-9b19-a61744fcf0c5 resource provider aggregate not found 2026-07-29 09:13:17.785 8 INFO neutron.services.segments.plugin [-] Segment 7177e0c9-7961-46e5-9b19-a61744fcf0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7177e0c9-7961-46e5-9b19-a61744fcf0c5 found for delete ", "request_id": "req-24e96187-e0e5-41b6-a5f9-109a8864702e"}]} 2026-07-29 09:13:17.798 8 INFO neutron.services.segments.plugin [-] Segment 7177e0c9-7961-46e5-9b19-a61744fcf0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7177e0c9-7961-46e5-9b19-a61744fcf0c5 found for delete ", "request_id": "req-3b8e554f-c62d-4f42-9ddb-8e9fbd16bd2c"}]} 2026-07-29 09:13:17.835 8 INFO neutron.db.l3_hamode_db [None req-470f47d2-3dd6-4876-929d-5de5d15bfb64 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 14ac69fa-5a66-4c46-b34e-ee4e0d901b48 was deleted as no HA routers are present in tenant a4b1296058804dc586f3712e21fe3e4f. [pid: 8|app: 0|req: 3442/7205] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:15 2026] DELETE /v2.0/routers/900d6c6d-c4b4-47e4-b128-a2a3d200d0d6 => generated 0 bytes in 1909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3443/7206] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:17 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3764/7207] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:17 2026] GET /v2.0/security-groups?tenant_id=fc1fa4a05174407ca3394e4d77f84174&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3765/7208] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:17 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3444/7209] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:17 2026] DELETE /v2.0/subnets/aa36aff1-a7ac-438e-9e86-34dd5c75dce3 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3766/7210] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:17 2026] DELETE /v2.0/security-groups/f008f08b-c49c-494d-895c-d1f2e4813a53 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3445/7211] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:13:18 2026] DELETE /v2.0/networks/c47594e9-8315-424e-9b40-26205b341719 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3767/7212] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:18 2026] GET /v2.0/security-groups?tenant_id=a4b1296058804dc586f3712e21fe3e4f&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3446/7213] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:18 2026] DELETE /v2.0/security-groups/c623c241-4e17-4f6b-9a62-c84f7ee2e3a6 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3768/7214] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:19 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3447/7215] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:19 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:19.807 8 INFO neutron.services.segments.plugin [-] Segment 0aa42c83-d95d-4bfb-be03-a6d789ce2490 resource provider aggregate not found 2026-07-29 09:13:19.819 8 INFO neutron.services.segments.plugin [-] Segment 0aa42c83-d95d-4bfb-be03-a6d789ce2490 resource provider aggregate not found 2026-07-29 09:13:19.825 8 INFO neutron.services.segments.plugin [-] Segment 0aa42c83-d95d-4bfb-be03-a6d789ce2490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aa42c83-d95d-4bfb-be03-a6d789ce2490 found for delete ", "request_id": "req-4e99af2c-21a2-4430-91a8-2952489bb610"}]} 2026-07-29 09:13:19.840 8 INFO neutron.services.segments.plugin [-] Segment 0aa42c83-d95d-4bfb-be03-a6d789ce2490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aa42c83-d95d-4bfb-be03-a6d789ce2490 found for delete ", "request_id": "req-5f1c45df-cceb-4dda-9d80-40794158fc8f"}]} [pid: 7|app: 0|req: 3769/7216] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:20 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3448/7217] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:20 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3449/7218] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:20 2026] GET /v2.0/security-groups?tenant_id=2d3d22dfbbdf4706abcbb57c36c244de&name=default => generated 2929 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:13:21.345 7 INFO neutron.db.segments_db [None req-b8819543-f5ba-4ae9-a9d8-ce9361bce697 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 7984c5af-7fab-4e78-8621-de9432483fde of type vxlan for network f09ca44d-8a10-486f-8c2b-70fcde50a885 [pid: 8|app: 0|req: 3450/7219] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:21 2026] DELETE /v2.0/security-groups/88f1f468-527e-4755-b79a-e369d2e50338 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3770/7220] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:13:20 2026] POST /v2.0/networks => generated 718 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3451/7221] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:21 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3452/7222] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:21 2026] GET /v2.0/security-groups?id=6699c539-3c35-486f-ad78-5175a189082d&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3453/7223] 10.0.0.78 () {34 vars in 1046 bytes} [Wed Jul 29 09:13:21 2026] GET /v2.0/security-groups?name=default&fields=id&tenant_id=bf1c300b5cbb4d4e88ecff0c72571199 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3454/7224] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:21 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3771/7225] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:21 2026] POST /v2.0/subnets => generated 684 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:13:22.084 7 INFO neutron.db.segments_db [None req-209603c8-a0f2-4b2a-82cc-018730d0fc25 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 21a5be12-6d32-48be-8029-7d348a0702c0 of type vxlan for network fb3e4d3f-2dd9-4e3c-8558-c014620727d2 [pid: 8|app: 0|req: 3455/7226] 10.0.0.78 () {38 vars in 1021 bytes} [Wed Jul 29 09:13:21 2026] PUT /v2.0/ports/a4e93374-2466-4f71-a56b-7db6ff45ada8 => generated 934 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:22.189 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b872c4e-dffa-4024-a1d0-434729c6e7cb'] response: {'name': 'network-changed', 'server_uuid': 'c28e3d3b-49fa-41ed-937a-09df0c2cc1c7', 'tag': 'a4e93374-2466-4f71-a56b-7db6ff45ada8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3456/7227] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 937 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3457/7228] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3458/7229] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:22.605 7 INFO neutron.db.l3_hamode_db [None req-209603c8-a0f2-4b2a-82cc-018730d0fc25 792098ed716c44f9a3ede4e71835c564 f0a794ead83245b5a031752ca40bc178 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3459/7230] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/ports?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 1206 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3460/7231] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/networks?id=a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 774 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3461/7232] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=a4e93374-2466-4f71-a56b-7db6ff45ada8 => 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: 3462/7233] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 937 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3463/7234] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/subnets?id=315f899c-08e4-41db-aec6-4114332e47af => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3464/7235] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/ports?network_id=a552560e-3fb1-4b2c-8d80-eba27e2625bd&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3465/7236] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:22 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3466/7237] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:23.788 7 INFO neutron.db.l3_hamode_db [None req-209603c8-a0f2-4b2a-82cc-018730d0fc25 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3467/7238] 10.0.0.17 () {32 vars in 651 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions => generated 21537 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3468/7239] 10.0.0.17 () {32 vars in 679 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3469/7240] 10.0.0.17 () {32 vars in 679 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3470/7241] 10.0.0.17 () {32 vars in 727 bytes} [Wed Jul 29 09:13:23 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: 3471/7242] 10.0.0.17 () {32 vars in 663 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3472/7243] 10.0.0.17 () {32 vars in 697 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3473/7244] 10.0.0.17 () {32 vars in 695 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3474/7245] 10.0.0.17 () {32 vars in 699 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3475/7246] 10.0.0.17 () {32 vars in 687 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3476/7247] 10.0.0.17 () {32 vars in 701 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3477/7248] 10.0.0.17 () {32 vars in 691 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3478/7249] 10.0.0.17 () {32 vars in 693 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3479/7250] 10.0.0.17 () {32 vars in 683 bytes} [Wed Jul 29 09:13:23 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: 3480/7251] 10.0.0.17 () {32 vars in 685 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3481/7252] 10.0.0.17 () {32 vars in 659 bytes} [Wed Jul 29 09:13:23 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: 8|app: 0|req: 3482/7253] 10.0.0.17 () {32 vars in 697 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3483/7254] 10.0.0.17 () {32 vars in 677 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/extensions/external-net => 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: 3484/7255] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:23 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 937 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3485/7256] 10.0.0.17 () {32 vars in 681 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3486/7257] 10.0.0.17 () {32 vars in 673 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/extraroute => 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: 3487/7258] 10.0.0.17 () {32 vars in 687 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3488/7259] 10.0.0.17 () {32 vars in 721 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3489/7260] 10.0.0.17 () {32 vars in 685 bytes} [Wed Jul 29 09:13:24 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: 3490/7261] 10.0.0.17 () {32 vars in 667 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3491/7262] 10.0.0.17 () {32 vars in 685 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3492/7263] 10.0.0.17 () {32 vars in 679 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3493/7264] 10.0.0.17 () {32 vars in 697 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3494/7265] 10.0.0.17 () {32 vars in 677 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3495/7266] 10.0.0.17 () {32 vars in 665 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/router => generated 256 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3496/7267] 10.0.0.17 () {32 vars in 675 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3497/7268] 10.0.0.17 () {32 vars in 663 bytes} [Wed Jul 29 09:13:24 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: 3498/7269] 10.0.0.17 () {32 vars in 673 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3499/7270] 10.0.0.17 () {32 vars in 711 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3500/7271] 10.0.0.17 () {32 vars in 689 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3501/7272] 10.0.0.17 () {32 vars in 681 bytes} [Wed Jul 29 09:13:24 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: 3502/7273] 10.0.0.17 () {32 vars in 667 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3503/7274] 10.0.0.17 () {32 vars in 685 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3504/7275] 10.0.0.17 () {32 vars in 703 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3505/7276] 10.0.0.17 () {32 vars in 673 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3506/7277] 10.0.0.17 () {32 vars in 699 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3507/7278] 10.0.0.17 () {32 vars in 673 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3508/7279] 10.0.0.17 () {32 vars in 691 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3509/7280] 10.0.0.17 () {32 vars in 687 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3510/7281] 10.0.0.17 () {32 vars in 707 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3511/7282] 10.0.0.17 () {32 vars in 703 bytes} [Wed Jul 29 09:13:24 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: 3512/7283] 10.0.0.17 () {32 vars in 717 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3513/7284] 10.0.0.17 () {32 vars in 695 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3514/7285] 10.0.0.17 () {32 vars in 709 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3515/7286] 10.0.0.17 () {32 vars in 667 bytes} [Wed Jul 29 09:13:24 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: 3516/7287] 10.0.0.17 () {32 vars in 685 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3517/7288] 10.0.0.17 () {32 vars in 679 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3518/7289] 10.0.0.17 () {32 vars in 673 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3519/7290] 10.0.0.17 () {32 vars in 669 bytes} [Wed Jul 29 09:13:24 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: 3520/7291] 10.0.0.17 () {32 vars in 659 bytes} [Wed Jul 29 09:13:24 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: 3521/7292] 10.0.0.17 () {32 vars in 697 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3522/7293] 10.0.0.17 () {32 vars in 697 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 3523/7294] 10.0.0.17 () {32 vars in 675 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3524/7295] 10.0.0.17 () {32 vars in 667 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3525/7296] 10.0.0.17 () {32 vars in 681 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3526/7297] 10.0.0.17 () {32 vars in 699 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3527/7298] 10.0.0.17 () {32 vars in 683 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3528/7299] 10.0.0.17 () {32 vars in 705 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3529/7300] 10.0.0.17 () {32 vars in 667 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3530/7301] 10.0.0.17 () {32 vars in 695 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3531/7302] 10.0.0.17 () {32 vars in 693 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3532/7303] 10.0.0.17 () {32 vars in 683 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3533/7304] 10.0.0.17 () {32 vars in 687 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3534/7305] 10.0.0.17 () {32 vars in 703 bytes} [Wed Jul 29 09:13:24 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: 3535/7306] 10.0.0.17 () {32 vars in 665 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3536/7307] 10.0.0.17 () {32 vars in 679 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3537/7308] 10.0.0.17 () {32 vars in 679 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3538/7309] 10.0.0.17 () {32 vars in 689 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3539/7310] 10.0.0.17 () {32 vars in 689 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3540/7311] 10.0.0.17 () {32 vars in 693 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3541/7312] 10.0.0.17 () {32 vars in 683 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3542/7313] 10.0.0.17 () {32 vars in 687 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3543/7314] 10.0.0.17 () {32 vars in 699 bytes} [Wed Jul 29 09:13:24 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: 3544/7315] 10.0.0.17 () {32 vars in 701 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3545/7316] 10.0.0.17 () {32 vars in 711 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3546/7317] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3547/7318] 10.0.0.17 () {32 vars in 713 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3548/7319] 10.0.0.17 () {32 vars in 725 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/security-groups-remote-address-group => 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: 3549/7320] 10.0.0.17 () {32 vars in 739 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3550/7321] 10.0.0.17 () {32 vars in 717 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3551/7322] 10.0.0.17 () {32 vars in 681 bytes} [Wed Jul 29 09:13:24 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: 3552/7323] 10.0.0.17 () {32 vars in 667 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3553/7324] 10.0.0.17 () {32 vars in 717 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3554/7325] 10.0.0.17 () {32 vars in 677 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3555/7326] 10.0.0.17 () {32 vars in 667 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3556/7327] 10.0.0.17 () {32 vars in 695 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3557/7328] 10.0.0.17 () {32 vars in 703 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3558/7329] 10.0.0.17 () {32 vars in 699 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3559/7330] 10.0.0.17 () {32 vars in 699 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3560/7331] 10.0.0.17 () {32 vars in 681 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3561/7332] 10.0.0.17 () {32 vars in 703 bytes} [Wed Jul 29 09:13:24 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: 3562/7333] 10.0.0.17 () {32 vars in 693 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3563/7334] 10.0.0.17 () {32 vars in 687 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3564/7335] 10.0.0.17 () {32 vars in 695 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3565/7336] 10.0.0.17 () {32 vars in 677 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3566/7337] 10.0.0.17 () {32 vars in 687 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3567/7338] 10.0.0.17 () {32 vars in 699 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3568/7339] 10.0.0.17 () {32 vars in 663 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3569/7340] 10.0.0.17 () {32 vars in 679 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3570/7341] 10.0.0.17 () {32 vars in 675 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3571/7342] 10.0.0.17 () {32 vars in 691 bytes} [Wed Jul 29 09:13:24 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3572/7343] 10.0.0.17 () {32 vars in 675 bytes} [Wed Jul 29 09:13:24 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: 8|app: 0|req: 3573/7344] 10.0.0.17 () {32 vars in 665 bytes} [Wed Jul 29 09:13:25 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3574/7345] 10.0.0.17 () {32 vars in 661 bytes} [Wed Jul 29 09:13:25 2026] GET /v2.0/extensions/taas => generated 175 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3575/7346] 10.0.0.17 () {32 vars in 673 bytes} [Wed Jul 29 09:13:25 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3576/7347] 10.0.0.17 () {32 vars in 685 bytes} [Wed Jul 29 09:13:25 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: 3772/7348] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:21 2026] POST /v2.0/routers => generated 724 bytes in 3169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3773/7349] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:25 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 937 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3774/7350] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:13:25 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 937 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:25.451 7 INFO neutron_taas.services.taas.taas_plugin [req-037b4d79-af68-44fb-8f50-72e627cd251d req-8bb9c284-2327-45ad-b164-40b8216b06b2 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] TaaS: Handle Delete Port: a4e93374-2466-4f71-a56b-7db6ff45ada8 2026-07-29 09:13:25.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-037b4d79-af68-44fb-8f50-72e627cd251d req-8bb9c284-2327-45ad-b164-40b8216b06b2 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] Tap Mirror: Handle Delete Port: a4e93374-2466-4f71-a56b-7db6ff45ada8 [pid: 7|app: 0|req: 3775/7351] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:13:25 2026] DELETE /v2.0/ports/a4e93374-2466-4f71-a56b-7db6ff45ada8 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:13:25.712 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f30ca0f1-cff1-43cb-b20c-04fa065c78c8'] response: {'server_uuid': 'c28e3d3b-49fa-41ed-937a-09df0c2cc1c7', 'name': 'network-vif-deleted', 'tag': 'a4e93374-2466-4f71-a56b-7db6ff45ada8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3776/7352] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:25 2026] GET /v2.0/security-groups?tenant_id=a6ac2bfef7d14616a7624d267ff7dbd0&name=default => generated 2929 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3777/7353] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:26 2026] DELETE /v2.0/security-groups/e2f955d3-1aad-451c-8993-14d578bf2f12 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3778/7354] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:26 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => 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: 3577/7355] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:13:25 2026] PUT /v2.0/routers/71700526-7da9-4c87-8bd2-2f52179ac069/add_router_interface => generated 309 bytes in 1559 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3779/7356] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:27 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3780/7357] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:28 2026] GET /v2.0/ports?device_id=c28e3d3b-49fa-41ed-937a-09df0c2cc1c7 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:28.657 8 INFO neutron.db.segments_db [None req-abe5db3b-c284-4531-a31e-484cb99d2d05 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Added segment 0b964076-67cf-43b6-a93d-fd0696ef478e of type vxlan for network 3055bc97-6579-46df-b8ce-d937ae749fd5 [pid: 8|app: 0|req: 3578/7358] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:13:28 2026] POST /v2.0/networks => generated 630 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3781/7359] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:13:28 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3782/7360] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:13:28 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => 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: 3783/7361] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:13:28 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3784/7362] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:13:29 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3785/7363] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:13:29 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3786/7364] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:29 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 3579/7365] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:28 2026] POST /v2.0/subnets => generated 627 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:13:29.534 7 INFO neutron.db.segments_db [None req-51afa02c-80be-4682-b15f-b3cc1f4cf017 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Added segment 7754bc5d-b3ee-4625-802a-b4489132ba0f of type vxlan for network 4b1c6041-3c5a-474e-a7dd-8b3cf258961d 2026-07-29 09:13:30.048 7 INFO neutron.db.l3_hamode_db [None req-51afa02c-80be-4682-b15f-b3cc1f4cf017 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3580/7366] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:29 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3581/7367] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:30 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3582/7368] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:30 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 3583/7369] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:31 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3584/7370] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:31 2026] GET /v2.0/security-groups?id=766e3b3c-eecc-44b6-a7d4-400cefdd0729&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: 3585/7371] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:31 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:31.869 7 INFO neutron.db.l3_hamode_db [None req-51afa02c-80be-4682-b15f-b3cc1f4cf017 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3586/7372] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:13:32 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:32.497 8 INFO neutron_taas.services.taas.taas_plugin [req-747b09fa-e782-40ee-8aaf-c34875ed1014 req-63af3bc4-2c99-436a-b88d-8372f0942178 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] TaaS: Handle Delete Port: 7ea94ee9-5a61-4f84-938d-cf90bb63a1c0 2026-07-29 09:13:32.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-747b09fa-e782-40ee-8aaf-c34875ed1014 req-63af3bc4-2c99-436a-b88d-8372f0942178 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] Tap Mirror: Handle Delete Port: 7ea94ee9-5a61-4f84-938d-cf90bb63a1c0 2026-07-29 09:13:32.670 8 INFO neutron.db.l3_db [req-747b09fa-e782-40ee-8aaf-c34875ed1014 req-63af3bc4-2c99-436a-b88d-8372f0942178 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] Floating IP 151c6a2e-9e19-4171-81f6-50e24e3f5722 disassociated. External IP: 10.96.250.213, port: 7ea94ee9-5a61-4f84-938d-cf90bb63a1c0. [pid: 8|app: 0|req: 3587/7373] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:13:32 2026] DELETE /v2.0/ports/7ea94ee9-5a61-4f84-938d-cf90bb63a1c0 => generated 0 bytes in 782 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3787/7374] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:29 2026] POST /v2.0/routers => generated 695 bytes in 3739 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3788/7375] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:33 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 3588/7378] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:33 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:33.231 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-87c89622-7538-49b2-b975-4eee583c318d'] response: {'server_uuid': '5313e77a-9a8c-4b17-8374-dae1904633ea', 'name': 'network-vif-deleted', 'tag': '7ea94ee9-5a61-4f84-938d-cf90bb63a1c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3589/7379] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:33 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3590/7380] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:13:33 2026] POST /v2.0/ports => generated 954 bytes in 603 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: 3591/7381] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:34 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 957 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3592/7382] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:34 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => 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: 3791/7383] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:13:33 2026] PUT /v2.0/routers/2504d0fa-830a-4a33-a04c-711807da81ab/add_router_interface => generated 309 bytes in 1583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3792/7384] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:34 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3593/7385] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:13:34 2026] PUT /v2.0/ports/b13869cf-3868-4005-a47b-9e7e0ad86264 => generated 1235 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:13:35.295 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dffdf123-f3f6-49f4-aad4-241a6afcbf73'] response: {'name': 'network-changed', 'server_uuid': '07caf895-6dd5-452c-9822-7fe973a61a41', 'tag': 'b13869cf-3868-4005-a47b-9e7e0ad86264', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3793/7386] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:13:34 2026] POST /v2.0/ports => generated 954 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 3794/7387] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:35 2026] GET /v2.0/ports?device_id=5313e77a-9a8c-4b17-8374-dae1904633ea => 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: 3795/7388] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:35 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 3796/7389] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:13:35 2026] GET /v2.0/networks?tenant_id=f0a794ead83245b5a031752ca40bc178&shared=False => generated 765 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3594/7390] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:13:35 2026] POST /v2.0/ports => generated 955 bytes in 534 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: 3595/7391] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:13:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3797/7392] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:35 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3798/7393] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:35 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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-07-29 09:13:36.922 8 INFO neutron.db.l3_db [None req-23238d99-dfbc-40ad-8f98-825cc75421c5 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Floating IP 0645fb94-271d-4c91-ad99-afd2231ee036 associated. External IP: 10.96.250.217, port: c71009b7-8b9e-48f0-82c3-3c0ddf1ab561. [pid: 7|app: 0|req: 3799/7394] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:36 2026] DELETE /v2.0/security-groups/766e3b3c-eecc-44b6-a7d4-400cefdd0729 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3800/7395] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3801/7396] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:37.178 7 INFO neutron.api.v2.resource [None req-80a1304a-d000-4a4c-a56c-889b45a2789d 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3802/7397] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/security-groups/766e3b3c-eecc-44b6-a7d4-400cefdd0729 => 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: 3803/7398] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b13869cf-3868-4005-a47b-9e7e0ad86264 => 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: 3804/7399] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3596/7400] 10.0.0.17 () {34 vars in 675 bytes} [Wed Jul 29 09:13:35 2026] POST /v2.0/floatingips => generated 842 bytes in 1348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:13:37.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e9e0d83-a2aa-47a2-b98b-5b1411a20e40 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] TaaS: Handle Delete Port: 2a8294fa-1ec2-4ffc-b1e5-9db6ea180317 2026-07-29 09:13:37.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e9e0d83-a2aa-47a2-b98b-5b1411a20e40 90dd2b2ca6094fdea3d7f438223e82bc bf1c300b5cbb4d4e88ecff0c72571199 - - default default] Tap Mirror: Handle Delete Port: 2a8294fa-1ec2-4ffc-b1e5-9db6ea180317 [pid: 8|app: 0|req: 3597/7401] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/subnets?id=55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:37.505 8 INFO neutron.db.l3_db [None req-f193237b-e241-463b-93b3-195debd477b2 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Floating IP 0645fb94-271d-4c91-ad99-afd2231ee036 disassociated. External IP: 10.96.250.217, port: c71009b7-8b9e-48f0-82c3-3c0ddf1ab561. [pid: 7|app: 0|req: 3805/7402] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:13:37 2026] DELETE /v2.0/floatingips/151c6a2e-9e19-4171-81f6-50e24e3f5722 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3806/7403] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/ports?network_id=f09ca44d-8a10-486f-8c2b-70fcde50a885&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3598/7404] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:13:37 2026] PUT /v2.0/floatingips/0645fb94-271d-4c91-ad99-afd2231ee036 => generated 552 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3599/7405] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:37 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:38.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-2943c508-eeda-416a-a677-9295b44fffb6 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] TaaS: Handle Delete Port: 902178da-ae7c-4a34-8c41-4b9fbed058aa 2026-07-29 09:13:38.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2943c508-eeda-416a-a677-9295b44fffb6 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Tap Mirror: Handle Delete Port: 902178da-ae7c-4a34-8c41-4b9fbed058aa 2026-07-29 09:13:38.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5e4fb1d-41fb-4393-98be-02c75ee7b7bc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: aaa41d45-0240-4f3e-ae2e-0d3f297cb745 2026-07-29 09:13:38.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e4fb1d-41fb-4393-98be-02c75ee7b7bc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: aaa41d45-0240-4f3e-ae2e-0d3f297cb745 [pid: 8|app: 0|req: 3600/7406] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:13:37 2026] DELETE /v2.0/floatingips/0645fb94-271d-4c91-ad99-afd2231ee036 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3601/7407] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:38 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3807/7408] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:13:37 2026] PUT /v2.0/routers/6a5b3900-ffc2-4b14-8db3-c2b701dee3a9/remove_router_interface => generated 309 bytes in 1096 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3808/7409] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:38 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:38.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-225c594b-2d86-4dbe-bab2-85a73fc47e38 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: d9170159-ed9b-4239-a09c-ef002b228b30 2026-07-29 09:13:38.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-225c594b-2d86-4dbe-bab2-85a73fc47e38 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: d9170159-ed9b-4239-a09c-ef002b228b30 2026-07-29 09:13:39.221 8 INFO neutron.db.l3_db [None req-f1f870d5-fd8e-4546-b496-cef406ec7bc8 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Floating IP caacb01b-65e2-4d4b-b697-7ab989e375d0 associated. External IP: 10.96.250.202, port: accbdbd1-8e73-4f53-a97d-b54121683d91. 2026-07-29 09:13:39.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-225c594b-2d86-4dbe-bab2-85a73fc47e38 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 25b0a87e-8f4b-47f2-81c9-3d90af971c3e 2026-07-29 09:13:39.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-225c594b-2d86-4dbe-bab2-85a73fc47e38 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 25b0a87e-8f4b-47f2-81c9-3d90af971c3e [pid: 8|app: 0|req: 3602/7410] 10.0.0.17 () {34 vars in 675 bytes} [Wed Jul 29 09:13:38 2026] POST /v2.0/floatingips => generated 841 bytes in 1289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3603/7411] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:39 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3604/7412] 10.0.0.17 () {32 vars in 727 bytes} [Wed Jul 29 09:13:39 2026] GET /v2.0/floatingips/caacb01b-65e2-4d4b-b697-7ab989e375d0 => generated 841 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3605/7413] 10.0.0.17 () {32 vars in 653 bytes} [Wed Jul 29 09:13:39 2026] GET /v2.0/floatingips => generated 844 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:39.777 7 INFO neutron.services.segments.plugin [-] Segment c1cb5908-5378-454d-9c29-9c0af7628483 resource provider aggregate not found 2026-07-29 09:13:39.790 7 INFO neutron.services.segments.plugin [-] Segment c1cb5908-5378-454d-9c29-9c0af7628483 resource provider aggregate not found 2026-07-29 09:13:39.798 7 INFO neutron.services.segments.plugin [-] Segment c1cb5908-5378-454d-9c29-9c0af7628483 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1cb5908-5378-454d-9c29-9c0af7628483 found for delete ", "request_id": "req-4b92d433-6894-415a-97e1-1b054ea47860"}]} 2026-07-29 09:13:39.814 7 INFO neutron.services.segments.plugin [-] Segment c1cb5908-5378-454d-9c29-9c0af7628483 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1cb5908-5378-454d-9c29-9c0af7628483 found for delete ", "request_id": "req-3343c3b4-b04b-4b81-99ae-513601bfb341"}]} 2026-07-29 09:13:39.844 7 INFO neutron.db.l3_hamode_db [None req-225c594b-2d86-4dbe-bab2-85a73fc47e38 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 9680746a-1503-4349-bf6f-b55c08496994 was deleted as no HA routers are present in tenant bf1c300b5cbb4d4e88ecff0c72571199. [pid: 7|app: 0|req: 3809/7414] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:38 2026] DELETE /v2.0/routers/6a5b3900-ffc2-4b14-8db3-c2b701dee3a9 => generated 0 bytes in 1133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3810/7415] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:39 2026] DELETE /v2.0/subnets/315f899c-08e4-41db-aec6-4114332e47af => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:13:40.161 7 INFO neutron_taas.services.taas.taas_plugin [None req-671db79b-8aa4-4e02-8bef-270e872db6d0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 219d1e7b-d48b-4f8a-a6f5-68aef0086eaf 2026-07-29 09:13:40.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-671db79b-8aa4-4e02-8bef-270e872db6d0 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 219d1e7b-d48b-4f8a-a6f5-68aef0086eaf 2026-07-29 09:13:40.226 8 INFO neutron.db.l3_db [None req-bac3b449-7bba-4062-bab7-a443efa77298 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Floating IP caacb01b-65e2-4d4b-b697-7ab989e375d0 associated. External IP: 10.96.250.202, port: accbdbd1-8e73-4f53-a97d-b54121683d91. [pid: 7|app: 0|req: 3811/7416] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:13:40 2026] DELETE /v2.0/networks/a552560e-3fb1-4b2c-8d80-eba27e2625bd => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3812/7417] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:40 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3813/7418] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:40 2026] GET /v2.0/security-groups?tenant_id=bf1c300b5cbb4d4e88ecff0c72571199&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3814/7419] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:40 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3815/7420] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:40 2026] DELETE /v2.0/security-groups/6699c539-3c35-486f-ad78-5175a189082d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3606/7421] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:13:39 2026] PUT /v2.0/floatingips/caacb01b-65e2-4d4b-b697-7ab989e375d0 => generated 842 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:41.192 7 INFO neutron.db.l3_db [None req-3b3b403d-aa1c-4a80-952b-99ce745200eb daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Floating IP caacb01b-65e2-4d4b-b697-7ab989e375d0 disassociated. External IP: 10.96.250.202, port: c71009b7-8b9e-48f0-82c3-3c0ddf1ab561. [pid: 7|app: 0|req: 3816/7422] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:13:40 2026] PUT /v2.0/floatingips/caacb01b-65e2-4d4b-b697-7ab989e375d0 => generated 552 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:41.728 8 INFO neutron_taas.services.taas.taas_plugin [None req-bef9f624-b357-4b86-b425-acb1c3343e4e daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] TaaS: Handle Delete Port: a44f3372-63fc-43e4-9cfa-0fdcd7188168 2026-07-29 09:13:41.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bef9f624-b357-4b86-b425-acb1c3343e4e daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Tap Mirror: Handle Delete Port: a44f3372-63fc-43e4-9cfa-0fdcd7188168 2026-07-29 09:13:41.820 7 INFO neutron.services.segments.plugin [-] Segment 9125a6d3-96ef-47fe-ba56-a389aa79720a resource provider aggregate not found 2026-07-29 09:13:41.837 7 INFO neutron.services.segments.plugin [-] Segment 9125a6d3-96ef-47fe-ba56-a389aa79720a resource provider aggregate not found 2026-07-29 09:13:41.841 7 INFO neutron.services.segments.plugin [-] Segment 9125a6d3-96ef-47fe-ba56-a389aa79720a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9125a6d3-96ef-47fe-ba56-a389aa79720a found for delete ", "request_id": "req-11c23061-a5c1-4893-8b67-8829b5d33745"}]} 2026-07-29 09:13:41.859 7 INFO neutron.services.segments.plugin [-] Segment 9125a6d3-96ef-47fe-ba56-a389aa79720a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9125a6d3-96ef-47fe-ba56-a389aa79720a found for delete ", "request_id": "req-b6cb3ae5-1eef-42cc-9b9a-4a5570682212"}]} [pid: 7|app: 0|req: 3817/7423] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:41 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3607/7424] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:13:41 2026] DELETE /v2.0/floatingips/caacb01b-65e2-4d4b-b697-7ab989e375d0 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3818/7425] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:41 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:42.016 8 INFO neutron.api.v2.resource [None req-f7e8a9e1-49a3-423d-b72e-7fe08a0dff9e daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3608/7426] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:13:41 2026] DELETE /v2.0/floatingips/caacb01b-65e2-4d4b-b697-7ab989e375d0 => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:13:42.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-41cd9472-f2af-439d-82c9-5a4c1dbe5c28 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] TaaS: Handle Delete Port: c71009b7-8b9e-48f0-82c3-3c0ddf1ab561 2026-07-29 09:13:42.215 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41cd9472-f2af-439d-82c9-5a4c1dbe5c28 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Tap Mirror: Handle Delete Port: c71009b7-8b9e-48f0-82c3-3c0ddf1ab561 [pid: 7|app: 0|req: 3819/7427] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:13:42 2026] DELETE /v2.0/ports/c71009b7-8b9e-48f0-82c3-3c0ddf1ab561 => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:13:42.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6da4bbd-96a5-49c5-8f26-431fc91d787b daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] TaaS: Handle Delete Port: accbdbd1-8e73-4f53-a97d-b54121683d91 2026-07-29 09:13:42.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6da4bbd-96a5-49c5-8f26-431fc91d787b daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Tap Mirror: Handle Delete Port: accbdbd1-8e73-4f53-a97d-b54121683d91 [pid: 8|app: 0|req: 3609/7428] 10.0.0.17 () {32 vars in 718 bytes} [Wed Jul 29 09:13:42 2026] DELETE /v2.0/ports/accbdbd1-8e73-4f53-a97d-b54121683d91 => generated 0 bytes in 435 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3820/7429] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:13:42 2026] GET /v2.0/ports?device_id=2504d0fa-830a-4a33-a04c-711807da81ab => generated 958 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3821/7430] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:43 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 3822/7431] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:43 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:13:43.455 8 INFO neutron_taas.services.taas.taas_plugin [None req-3364d115-51b1-4270-84ff-f62e932b3766 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] TaaS: Handle Delete Port: f72a1be1-aed2-4afd-8aee-5f7d3ef750db 2026-07-29 09:13:43.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3364d115-51b1-4270-84ff-f62e932b3766 daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Tap Mirror: Handle Delete Port: f72a1be1-aed2-4afd-8aee-5f7d3ef750db 2026-07-29 09:13:43.628 7 INFO neutron.db.segments_db [None req-831fcff6-54e8-429a-a7f6-fb30d498a494 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 4d583899-ec8d-4b80-a528-dae05f19bc15 of type vxlan for network 0805fec5-7eb4-486b-b2ec-47d3bdc46836 [pid: 7|app: 0|req: 3823/7432] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:13:43 2026] POST /v2.0/networks => generated 726 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3824/7433] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:13:43 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3825/7434] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:43 2026] POST /v2.0/subnets => generated 692 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3826/7435] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:13:44 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => 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: 3610/7436] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:13:42 2026] PUT /v2.0/routers/2504d0fa-830a-4a33-a04c-711807da81ab/remove_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:44.247 7 INFO neutron.db.segments_db [None req-61001f15-0466-4ef4-864a-5dafd42f3371 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 384cc93d-e8b7-425b-a198-8d0e26a76c29 of type vxlan for network 2911a775-6c4b-43ef-9354-a3bb642428a2 [pid: 8|app: 0|req: 3611/7437] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:13:44 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 149 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:44.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-009f0c64-842a-48f2-807c-b0e22d6b952b daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] TaaS: Handle Delete Port: d44bbd91-d8db-4890-af87-584afcfbc163 2026-07-29 09:13:44.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-009f0c64-842a-48f2-807c-b0e22d6b952b daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Tap Mirror: Handle Delete Port: d44bbd91-d8db-4890-af87-584afcfbc163 2026-07-29 09:13:44.693 7 INFO neutron.db.l3_hamode_db [None req-61001f15-0466-4ef4-864a-5dafd42f3371 792098ed716c44f9a3ede4e71835c564 48e34eb8b5bf4ae79368e371f17746d0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:13:44.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-009f0c64-842a-48f2-807c-b0e22d6b952b daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] TaaS: Handle Delete Port: b8c8c745-c999-4bbc-aa71-f37a69acb8e4 2026-07-29 09:13:44.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-009f0c64-842a-48f2-807c-b0e22d6b952b daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] Tap Mirror: Handle Delete Port: b8c8c745-c999-4bbc-aa71-f37a69acb8e4 2026-07-29 09:13:45.347 8 INFO neutron.services.segments.plugin [-] Segment 7754bc5d-b3ee-4625-802a-b4489132ba0f resource provider aggregate not found 2026-07-29 09:13:45.353 8 INFO neutron.services.segments.plugin [-] Segment 7754bc5d-b3ee-4625-802a-b4489132ba0f resource provider aggregate not found 2026-07-29 09:13:45.371 8 INFO neutron.services.segments.plugin [-] Segment 7754bc5d-b3ee-4625-802a-b4489132ba0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7754bc5d-b3ee-4625-802a-b4489132ba0f found for delete ", "request_id": "req-3c3614e3-c8b4-48ce-8856-e3f5c9503fd2"}]} 2026-07-29 09:13:45.372 8 INFO neutron.services.segments.plugin [-] Segment 7754bc5d-b3ee-4625-802a-b4489132ba0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7754bc5d-b3ee-4625-802a-b4489132ba0f found for delete ", "request_id": "req-547ed919-68c1-4a35-be6b-612e9d5eddf0"}]} 2026-07-29 09:13:45.417 8 INFO neutron.db.l3_hamode_db [None req-009f0c64-842a-48f2-807c-b0e22d6b952b daa00eddc21748bb89bde2d31dc64a0b 5dea89c8b6dd47ccb77fa2912c2b689c - - default default] HA network 4b1c6041-3c5a-474e-a7dd-8b3cf258961d was deleted as no HA routers are present in tenant 5dea89c8b6dd47ccb77fa2912c2b689c. [pid: 8|app: 0|req: 3612/7438] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:44 2026] DELETE /v2.0/routers/2504d0fa-830a-4a33-a04c-711807da81ab => generated 0 bytes in 1160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3613/7439] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:13:45 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3614/7440] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:45 2026] DELETE /v2.0/subnets/ca38d721-aef5-4635-9f86-49540b78cedb => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:13:45.695 7 INFO neutron.db.l3_hamode_db [None req-61001f15-0466-4ef4-864a-5dafd42f3371 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3615/7441] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:13:45 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3616/7442] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:13:45 2026] DELETE /v2.0/networks/3055bc97-6579-46df-b8ce-d937ae749fd5 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3617/7443] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:46 2026] GET /v2.0/security-groups?tenant_id=5dea89c8b6dd47ccb77fa2912c2b689c&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: 3618/7444] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:13:46 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3827/7445] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:44 2026] POST /v2.0/routers => generated 732 bytes in 2962 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3828/7446] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:13:47 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3619/7447] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:47 2026] DELETE /v2.0/security-groups/beb66f9e-f0a4-4f71-93d8-9d86c1d74a14 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3620/7448] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:13:47 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 149 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3621/7449] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:13:47 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3622/7450] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:13:47 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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) 2026-07-29 09:13:47.388 8 INFO neutron.services.segments.plugin [-] Segment 0b964076-67cf-43b6-a93d-fd0696ef478e resource provider aggregate not found 2026-07-29 09:13:47.393 8 INFO neutron.services.segments.plugin [-] Segment 0b964076-67cf-43b6-a93d-fd0696ef478e resource provider aggregate not found 2026-07-29 09:13:47.410 8 INFO neutron.services.segments.plugin [-] Segment 0b964076-67cf-43b6-a93d-fd0696ef478e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b964076-67cf-43b6-a93d-fd0696ef478e found for delete ", "request_id": "req-a978942f-db30-44a4-ba95-e2062f7a1baf"}]} 2026-07-29 09:13:47.410 8 INFO neutron.services.segments.plugin [-] Segment 0b964076-67cf-43b6-a93d-fd0696ef478e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b964076-67cf-43b6-a93d-fd0696ef478e found for delete ", "request_id": "req-a591bc90-c91d-48fc-b135-e7b811f864c5"}]} [pid: 8|app: 0|req: 3623/7451] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:47 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3626/7454] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:48 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3829/7455] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:13:47 2026] PUT /v2.0/routers/300d7685-4251-4fae-ae28-b69bac3a6a63/add_router_interface => generated 309 bytes in 1535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:49.523 8 INFO neutron.db.segments_db [None req-5f1d7930-c681-4bd8-be63-68c8cc9248cd 30f09e77e637477c8e751b8abf873a8c 955393047f1f4615854bc79ca2a1ce24 - - default default] Added segment d7ee7186-b051-4552-8257-b59f3558060a of type vxlan for network b378de7b-c5c7-437e-b428-b08c3c163732 [pid: 8|app: 0|req: 3627/7456] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:13:49 2026] POST /v2.0/networks => generated 625 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3830/7457] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:13:49 2026] GET /v2.0/networks?id=0805fec5-7eb4-486b-b2ec-47d3bdc46836 => generated 677 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3628/7458] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:49 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3831/7459] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:13:49 2026] GET /v2.0/quotas/48e34eb8b5bf4ae79368e371f17746d0 => generated 292 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3629/7460] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:13:49 2026] GET /v2.0/ports?tenant_id=48e34eb8b5bf4ae79368e371f17746d0&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3832/7461] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:13:49 2026] GET /v2.0/networks/0805fec5-7eb4-486b-b2ec-47d3bdc46836?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3630/7462] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:13:49 2026] GET /v2.0/networks/0805fec5-7eb4-486b-b2ec-47d3bdc46836?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3631/7463] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:50 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3833/7464] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:49 2026] POST /v2.0/subnets => generated 641 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:13:50.491 8 INFO neutron.db.segments_db [None req-c4079704-11d1-4fc3-afb0-a5b6f7dca59d 30f09e77e637477c8e751b8abf873a8c 955393047f1f4615854bc79ca2a1ce24 - - default default] Added segment e81ff540-4820-4fe2-8fe1-288c681ab641 of type vxlan for network d0e081bb-bf74-46c7-a7c7-0cee32a0ad50 [pid: 8|app: 0|req: 3632/7465] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:13:50 2026] POST /v2.0/networks => generated 625 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3834/7466] 10.0.0.17 () {34 vars in 741 bytes} [Wed Jul 29 09:13:50 2026] PUT /v2.0/networks/d0e081bb-bf74-46c7-a7c7-0cee32a0ad50 => generated 592 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3835/7467] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:50 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3633/7468] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:50 2026] POST /v2.0/subnets => generated 626 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3836/7469] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:51 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3634/7470] 10.0.0.17 () {34 vars in 739 bytes} [Wed Jul 29 09:13:51 2026] PUT /v2.0/subnets/9bbffeca-0ea2-4e2d-a44f-59f03777b8a2 => generated 636 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:51.690 7 INFO neutron.services.segments.plugin [-] Segment e81ff540-4820-4fe2-8fe1-288c681ab641 resource provider aggregate not found 2026-07-29 09:13:51.696 7 INFO neutron.services.segments.plugin [-] Segment e81ff540-4820-4fe2-8fe1-288c681ab641 resource provider aggregate not found 2026-07-29 09:13:51.713 7 INFO neutron.services.segments.plugin [-] Segment e81ff540-4820-4fe2-8fe1-288c681ab641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81ff540-4820-4fe2-8fe1-288c681ab641 found for delete ", "request_id": "req-47bfa041-5565-4a6a-8453-deda4cbfabbe"}]} 2026-07-29 09:13:51.713 7 INFO neutron.services.segments.plugin [-] Segment e81ff540-4820-4fe2-8fe1-288c681ab641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e81ff540-4820-4fe2-8fe1-288c681ab641 found for delete ", "request_id": "req-0ad5b26d-b7ae-41cf-a8f4-4e6a7dddec62"}]} [pid: 7|app: 0|req: 3837/7471] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:13:51 2026] DELETE /v2.0/networks/d0e081bb-bf74-46c7-a7c7-0cee32a0ad50 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:13:51.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3b7a955b-7c73-45d0-adda-f5195c0ff8ac 30f09e77e637477c8e751b8abf873a8c 955393047f1f4615854bc79ca2a1ce24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3635/7472] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:13:51 2026] DELETE /v2.0/networks/d0e081bb-bf74-46c7-a7c7-0cee32a0ad50 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3838/7473] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:13:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3636/7474] 10.0.0.17 () {32 vars in 740 bytes} [Wed Jul 29 09:13:51 2026] GET /v2.0/subnets?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3839/7475] 10.0.0.17 () {32 vars in 651 bytes} [Wed Jul 29 09:13:51 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3840/7476] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:51 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3637/7477] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:13:51 2026] GET /v2.0/networks => generated 1309 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3841/7478] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:51 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3638/7479] 10.0.0.17 () {32 vars in 645 bytes} [Wed Jul 29 09:13:52 2026] GET /v2.0/subnets => generated 1280 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3639/7480] 10.0.0.17 () {32 vars in 721 bytes} [Wed Jul 29 09:13:52 2026] GET /v2.0/networks/b378de7b-c5c7-437e-b428-b08c3c163732 => generated 669 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3640/7481] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:13:52 2026] GET /v2.0/subnets/8ff04146-c5c1-478f-9b3e-12a3017cd7e1 => generated 641 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:52.213 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90429baf-4928-457e-8c4d-d8b74033c01d 30f09e77e637477c8e751b8abf873a8c 955393047f1f4615854bc79ca2a1ce24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3641/7482] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:52 2026] DELETE /v2.0/subnets/9bbffeca-0ea2-4e2d-a44f-59f03777b8a2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:13:52.234 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd0886bf-f4a2-4559-a6fc-080a5a391205 30f09e77e637477c8e751b8abf873a8c 955393047f1f4615854bc79ca2a1ce24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3642/7483] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:13:52 2026] DELETE /v2.0/networks/d0e081bb-bf74-46c7-a7c7-0cee32a0ad50 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3643/7484] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:13:52 2026] DELETE /v2.0/subnets/8ff04146-c5c1-478f-9b3e-12a3017cd7e1 => 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: 3644/7485] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:52 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3842/7486] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:13:52 2026] POST /v2.0/ports => generated 954 bytes in 567 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-07-29 09:13:52.634 8 INFO neutron.services.segments.plugin [-] Segment d7ee7186-b051-4552-8257-b59f3558060a resource provider aggregate not found 2026-07-29 09:13:52.637 8 INFO neutron.services.segments.plugin [-] Segment d7ee7186-b051-4552-8257-b59f3558060a resource provider aggregate not found 2026-07-29 09:13:52.664 8 INFO neutron.services.segments.plugin [-] Segment d7ee7186-b051-4552-8257-b59f3558060a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ee7186-b051-4552-8257-b59f3558060a found for delete ", "request_id": "req-bcdc3dd5-1a91-42b4-bceb-82edbc178ab2"}]} 2026-07-29 09:13:52.664 8 INFO neutron.services.segments.plugin [-] Segment d7ee7186-b051-4552-8257-b59f3558060a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7ee7186-b051-4552-8257-b59f3558060a found for delete ", "request_id": "req-5af42298-939a-4fed-878a-2a34e396bd0e"}]} [pid: 8|app: 0|req: 3645/7487] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:13:52 2026] DELETE /v2.0/networks/b378de7b-c5c7-437e-b428-b08c3c163732 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3646/7488] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3843/7489] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:13:52 2026] PUT /v2.0/ports/c2d02e19-2b64-401c-a1c2-63f9f4be760c => generated 1235 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3647/7490] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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-07-29 09:13:53.237 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-68c5558d-b967-45d3-8bf9-874b310a9f6e'] response: {'name': 'network-changed', 'server_uuid': '04c48bbc-d369-4284-819e-f4eb5f020f42', 'tag': 'c2d02e19-2b64-401c-a1c2-63f9f4be760c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3648/7491] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/security-groups?tenant_id=955393047f1f4615854bc79ca2a1ce24&name=default => generated 2929 bytes in 65 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: 3844/7492] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 1240 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3845/7493] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3649/7494] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:13:53 2026] DELETE /v2.0/security-groups/716591cd-c612-4de3-8c38-122c3afa316c => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3846/7495] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3650/7496] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3847/7497] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:13:53 2026] GET /v2.0/networks?tenant_id=f0a794ead83245b5a031752ca40bc178&shared=False => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3651/7498] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:13:53 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) [pid: 7|app: 0|req: 3848/7499] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:54 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3652/7500] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:54 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 7|app: 0|req: 3849/7501] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:54 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3653/7502] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:13:54 2026] GET /v2.0/networks?id=0805fec5-7eb4-486b-b2ec-47d3bdc46836 => generated 677 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3654/7503] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:54 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3655/7504] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:13:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c2d02e19-2b64-401c-a1c2-63f9f4be760c => 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: 3656/7505] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:55 2026] GET /v2.0/subnets?id=55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3657/7506] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:55 2026] GET /v2.0/ports?network_id=f09ca44d-8a10-486f-8c2b-70fcde50a885&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3658/7507] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:55 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3659/7508] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:55 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3850/7509] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:13:54 2026] POST /v2.0/ports => generated 954 bytes in 550 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-07-29 09:13:55.734 7 INFO neutron.db.segments_db [None req-ab92c573-865f-43e8-91e1-b5600a0bdef8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment f5d265eb-5934-487f-b3d8-350cbc63058a of type vxlan for network 66b1139a-aa3a-44a3-9762-826afb7d48ba [pid: 8|app: 0|req: 3660/7510] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:13:55 2026] PUT /v2.0/ports/2c0c3b14-493f-4c3b-9042-63c71fc901da => generated 1235 bytes in 603 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: 3661/7511] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:55 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3851/7512] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:13:55 2026] POST /v2.0/networks => generated 721 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3852/7513] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:55 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3662/7514] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:55 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:56.067 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2586d9a2-8092-4cda-aa98-de0eca79bc72'] response: {'name': 'network-changed', 'server_uuid': 'c8177ffe-d4d1-44f0-a913-bf46ee3e8229', 'tag': '2c0c3b14-493f-4c3b-9042-63c71fc901da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3663/7515] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:56 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3853/7516] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:56 2026] POST /v2.0/subnets => generated 687 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:13:56.469 8 INFO neutron.db.segments_db [None req-39f08ad3-996b-4911-9304-5072f271d9dd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 56b3c64e-d507-493b-a866-efc756ec1cc8 of type vxlan for network e38035fb-80f9-4501-98bd-cb147445647c [pid: 7|app: 0|req: 3854/7517] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:56 2026] GET /v2.0/ports?tenant_id=48e34eb8b5bf4ae79368e371f17746d0&device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3855/7518] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:13:56 2026] GET /v2.0/networks?tenant_id=48e34eb8b5bf4ae79368e371f17746d0&shared=False => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3856/7519] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:13:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:56.865 8 INFO neutron.db.l3_hamode_db [None req-39f08ad3-996b-4911-9304-5072f271d9dd 792098ed716c44f9a3ede4e71835c564 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3857/7520] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3858/7521] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3859/7522] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3860/7523] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3861/7524] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/ports?tenant_id=48e34eb8b5bf4ae79368e371f17746d0&device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3862/7525] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2c0c3b14-493f-4c3b-9042-63c71fc901da => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3863/7526] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/subnets?id=b0f5743c-0856-4707-a5fc-de437074e3b5 => generated 695 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:13:57.880 8 INFO neutron.db.l3_hamode_db [None req-39f08ad3-996b-4911-9304-5072f271d9dd 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3864/7527] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/ports?network_id=0805fec5-7eb4-486b-b2ec-47d3bdc46836&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3865/7528] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/networks/0805fec5-7eb4-486b-b2ec-47d3bdc46836?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: 3866/7529] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:13:57 2026] GET /v2.0/networks/0805fec5-7eb4-486b-b2ec-47d3bdc46836?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: 3867/7530] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:58 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3868/7531] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:58 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3869/7532] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:58 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3870/7533] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:58 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3664/7534] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:13:56 2026] POST /v2.0/routers => generated 727 bytes in 2853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3665/7535] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:59 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3666/7536] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:13:59 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3667/7537] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:59 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3668/7538] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:13:59 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&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: 3871/7539] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:13:59 2026] PUT /v2.0/routers/0b7ba089-fc2f-4a26-9195-7eb967545009/add_router_interface => generated 309 bytes in 1482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3669/7540] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:00 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3670/7541] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:00 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 7|app: 0|req: 3872/7542] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:00 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 969 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3671/7543] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:00 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3873/7544] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:00 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3672/7545] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:00 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3874/7546] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:01 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3673/7547] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:01 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3674/7548] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:02 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 969 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3675/7549] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:02 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:02.333 7 INFO neutron.db.segments_db [None req-66d9e315-ab26-4a63-852c-7e9fdc0db878 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 22ee3d45-914d-4b0e-8957-48786a72b0f8 of type vxlan for network 63b6d4b3-5d6c-46b2-b63d-86767c6a690f [pid: 7|app: 0|req: 3875/7550] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:14:01 2026] POST /v2.0/networks => generated 722 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3676/7551] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:02 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3677/7552] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:02 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3876/7555] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:14:02 2026] POST /v2.0/subnets => generated 688 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:14:03.051 8 INFO neutron.db.segments_db [None req-92303c94-5830-43d9-866a-408b947f5413 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 7427636b-6703-4157-bac7-126cf26bae2f of type vxlan for network b41ce400-cba9-4b08-b41a-fd16c7b0635d [pid: 7|app: 0|req: 3877/7556] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:03 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3878/7557] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:03 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:03.547 8 INFO neutron.db.l3_hamode_db [None req-92303c94-5830-43d9-866a-408b947f5413 792098ed716c44f9a3ede4e71835c564 379e6bea7e37459d8cfb0d054fe0ec0b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3879/7558] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:03 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3880/7559] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:14:03 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3881/7560] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:03 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:04.021 7 INFO neutron_taas.services.taas.taas_plugin [req-04ae8abc-c729-47ad-aee2-b02e01dfd25e req-eebc7a8f-f97a-4536-8e0d-07806accec3e 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] TaaS: Handle Delete Port: c2d02e19-2b64-401c-a1c2-63f9f4be760c 2026-07-29 09:14:04.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-04ae8abc-c729-47ad-aee2-b02e01dfd25e req-eebc7a8f-f97a-4536-8e0d-07806accec3e 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] Tap Mirror: Handle Delete Port: c2d02e19-2b64-401c-a1c2-63f9f4be760c [pid: 7|app: 0|req: 3882/7561] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:14:03 2026] DELETE /v2.0/ports/c2d02e19-2b64-401c-a1c2-63f9f4be760c => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:14:04.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7de3418-d512-421b-bee6-db7a0054d4dd'] response: {'server_uuid': '04c48bbc-d369-4284-819e-f4eb5f020f42', 'name': 'network-vif-deleted', 'tag': 'c2d02e19-2b64-401c-a1c2-63f9f4be760c', 'status': 'completed', 'code': 200} 2026-07-29 09:14:04.835 8 INFO neutron.db.l3_hamode_db [None req-92303c94-5830-43d9-866a-408b947f5413 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 3883/7562] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:04 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3884/7563] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:05 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3885/7564] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:06 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3886/7565] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:06 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => 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: 3680/7566] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:14:02 2026] POST /v2.0/routers => generated 728 bytes in 3307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3681/7567] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:07 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 971 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3682/7568] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:07 2026] GET /v2.0/ports?device_id=04c48bbc-d369-4284-819e-f4eb5f020f42 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3683/7569] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:07 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3887/7570] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:14:06 2026] PUT /v2.0/routers/9645cdc2-371c-4bac-9595-20e54f81b7d2/add_router_interface => generated 309 bytes in 1571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3684/7571] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:14:08 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3888/7572] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:08 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3889/7573] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:08 2026] GET /v2.0/security-groups?id=ff50998d-a525-4f21-98d6-ef84131244a0&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:08.691 8 INFO neutron_taas.services.taas.taas_plugin [req-9196291b-acb5-4d73-932f-ca4cb18dbc17 req-1bb2cad0-e9b9-4847-a48f-52e7798636bc 332c1b6f8b2d4bd0a9b7dc961409f1af 48e34eb8b5bf4ae79368e371f17746d0 - - default default] TaaS: Handle Delete Port: 2c0c3b14-493f-4c3b-9042-63c71fc901da 2026-07-29 09:14:08.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9196291b-acb5-4d73-932f-ca4cb18dbc17 req-1bb2cad0-e9b9-4847-a48f-52e7798636bc 332c1b6f8b2d4bd0a9b7dc961409f1af 48e34eb8b5bf4ae79368e371f17746d0 - - default default] Tap Mirror: Handle Delete Port: 2c0c3b14-493f-4c3b-9042-63c71fc901da [pid: 7|app: 0|req: 3890/7574] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:14:08 2026] POST /v2.0/security-groups => generated 1675 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3685/7575] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:14:08 2026] DELETE /v2.0/ports/2c0c3b14-493f-4c3b-9042-63c71fc901da => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:14:08.966 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-975c189c-e616-46cb-82ad-4d10ec7049bd'] response: {'server_uuid': 'c8177ffe-d4d1-44f0-a913-bf46ee3e8229', 'name': 'network-vif-deleted', 'tag': '2c0c3b14-493f-4c3b-9042-63c71fc901da', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 3891/7576] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3686/7577] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:14:09 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3687/7578] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:14:09 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => 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: 3688/7579] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:14:09 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 149 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3892/7580] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3689/7581] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:14:09 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3690/7582] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:14:09 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3893/7583] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3894/7584] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:09 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3895/7585] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:09 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3691/7586] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:14:09.945 7 INFO neutron.db.securitygroups_db [None req-c6356dd3-a189-42d1-93a9-f42c8e9628fd 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] Project 7dcf8345fdf54bd1bcf2bfb81b934d0c 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: 3896/7587] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:14:10.181 8 INFO neutron.db.securitygroups_db [None req-a1191f38-e006-4df4-a285-b2996d56179f 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] Project 7dcf8345fdf54bd1bcf2bfb81b934d0c 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: 3692/7588] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3897/7589] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:14:10 2026] POST /v2.0/security-groups => generated 1662 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3898/7590] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:10 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3899/7591] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3900/7592] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:14:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3693/7593] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:10 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 12 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3901/7594] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:14:11 2026] POST /v2.0/floatingips => generated 552 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3694/7595] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/ports?device_id=c8177ffe-d4d1-44f0-a913-bf46ee3e8229 => 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: 3902/7596] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-349190409&fields=id&tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3695/7597] 10.0.0.78 () {34 vars in 1098 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1419064972&fields=id&tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3903/7598] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/networks?id=66b1139a-aa3a-44a3-9762-826afb7d48ba => generated 672 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3696/7599] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/quotas/7dcf8345fdf54bd1bcf2bfb81b934d0c => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3904/7600] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/ports?tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3697/7601] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/networks/66b1139a-aa3a-44a3-9762-826afb7d48ba?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: 3905/7602] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/networks/66b1139a-aa3a-44a3-9762-826afb7d48ba?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: 3698/7603] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3906/7604] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:12 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:13.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-2930dec9-3055-4bfb-abf8-cd1234430e84 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ce3fd0c0-f95b-48b5-aa37-c2ee61c2986d 2026-07-29 09:14:13.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2930dec9-3055-4bfb-abf8-cd1234430e84 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ce3fd0c0-f95b-48b5-aa37-c2ee61c2986d [pid: 7|app: 0|req: 3907/7605] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:13 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3908/7606] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:13 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => 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: 3699/7607] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:14:13 2026] PUT /v2.0/routers/300d7685-4251-4fae-ae28-b69bac3a6a63/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3909/7608] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:14:14 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:14.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-26171055-d32f-4b6c-88e1-2f85197771c1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 7f0fbfcf-f399-4978-8b32-b82b4f25a723 2026-07-29 09:14:14.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26171055-d32f-4b6c-88e1-2f85197771c1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 7f0fbfcf-f399-4978-8b32-b82b4f25a723 [pid: 7|app: 0|req: 3910/7609] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:14:14 2026] POST /v2.0/ports => generated 954 bytes in 457 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-07-29 09:14:14.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-26171055-d32f-4b6c-88e1-2f85197771c1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8e33fc7a-e5d5-4191-8a20-ef70614d5702 2026-07-29 09:14:14.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26171055-d32f-4b6c-88e1-2f85197771c1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8e33fc7a-e5d5-4191-8a20-ef70614d5702 2026-07-29 09:14:15.353 8 INFO neutron.db.l3_hamode_db [None req-26171055-d32f-4b6c-88e1-2f85197771c1 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network 2911a775-6c4b-43ef-9354-a3bb642428a2 was deleted as no HA routers are present in tenant 48e34eb8b5bf4ae79368e371f17746d0. [pid: 8|app: 0|req: 3700/7610] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:14 2026] DELETE /v2.0/routers/300d7685-4251-4fae-ae28-b69bac3a6a63 => generated 0 bytes in 1090 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3911/7611] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:14:14 2026] PUT /v2.0/ports/19e391d7-0fab-414e-bf2d-5b67a2f2704f => generated 1235 bytes in 645 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: 3912/7612] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:15 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3701/7613] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:15 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:15.454 8 INFO neutron.services.segments.plugin [-] Segment 384cc93d-e8b7-425b-a198-8d0e26a76c29 resource provider aggregate not found 2026-07-29 09:14:15.461 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c7fd6b5-2f2f-4547-b98c-2a7c69355eaf'] response: {'name': 'network-changed', 'server_uuid': '00798b42-4093-45f0-b2d5-4df70c357bc0', 'tag': '19e391d7-0fab-414e-bf2d-5b67a2f2704f', 'status': 'completed', 'code': 200} 2026-07-29 09:14:15.472 8 INFO neutron.services.segments.plugin [-] Segment 384cc93d-e8b7-425b-a198-8d0e26a76c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384cc93d-e8b7-425b-a198-8d0e26a76c29 found for delete ", "request_id": "req-b8ac9c3d-7ce2-4dab-8ac5-424f6c2039ed"}]} 2026-07-29 09:14:15.483 8 INFO neutron.services.segments.plugin [-] Segment 384cc93d-e8b7-425b-a198-8d0e26a76c29 resource provider aggregate not found 2026-07-29 09:14:15.500 8 INFO neutron.services.segments.plugin [-] Segment 384cc93d-e8b7-425b-a198-8d0e26a76c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 384cc93d-e8b7-425b-a198-8d0e26a76c29 found for delete ", "request_id": "req-fa7b5abd-6cbe-4cc0-934d-45c89d7d3b56"}]} [pid: 8|app: 0|req: 3702/7614] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:15 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3913/7615] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:15 2026] DELETE /v2.0/subnets/b0f5743c-0856-4707-a5fc-de437074e3b5 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:14:15.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-e377e265-dbb5-4d39-ad4a-702e6b40d588 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 87a3a4da-3300-4ce6-8f13-d0dc96c05496 2026-07-29 09:14:15.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e377e265-dbb5-4d39-ad4a-702e6b40d588 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 87a3a4da-3300-4ce6-8f13-d0dc96c05496 [pid: 8|app: 0|req: 3703/7616] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:14:15 2026] DELETE /v2.0/networks/0805fec5-7eb4-486b-b2ec-47d3bdc46836 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3914/7617] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:15 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3704/7618] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:14:16 2026] GET /v2.0/networks?tenant_id=f0a794ead83245b5a031752ca40bc178&shared=False => generated 765 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3915/7619] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:14:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3705/7620] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:14:16 2026] GET /v2.0/security-groups?tenant_id=48e34eb8b5bf4ae79368e371f17746d0&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3916/7621] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:14:16 2026] DELETE /v2.0/security-groups/ff50998d-a525-4f21-98d6-ef84131244a0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3706/7622] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:16 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => 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: 3917/7623] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:16 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3707/7624] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:16 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3918/7625] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3708/7626] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=19e391d7-0fab-414e-bf2d-5b67a2f2704f => 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: 3919/7627] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/subnets?id=55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 687 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3709/7628] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/ports?network_id=f09ca44d-8a10-486f-8c2b-70fcde50a885&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: 3920/7629] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3710/7630] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/networks?id=66b1139a-aa3a-44a3-9762-826afb7d48ba => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3921/7631] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3711/7632] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c => generated 273 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:17.493 8 INFO neutron.services.segments.plugin [-] Segment 4d583899-ec8d-4b80-a528-dae05f19bc15 resource provider aggregate not found 2026-07-29 09:14:17.515 8 INFO neutron.services.segments.plugin [-] Segment 4d583899-ec8d-4b80-a528-dae05f19bc15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d583899-ec8d-4b80-a528-dae05f19bc15 found for delete ", "request_id": "req-5e65e486-9da9-4ab9-ad49-a94a44bffa9e"}]} 2026-07-29 09:14:17.528 8 INFO neutron.services.segments.plugin [-] Segment 4d583899-ec8d-4b80-a528-dae05f19bc15 resource provider aggregate not found 2026-07-29 09:14:17.548 8 INFO neutron.services.segments.plugin [-] Segment 4d583899-ec8d-4b80-a528-dae05f19bc15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d583899-ec8d-4b80-a528-dae05f19bc15 found for delete ", "request_id": "req-a0defe5b-52ff-4280-9e9c-237b22d0280a"}]} [pid: 8|app: 0|req: 3712/7633] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => 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: 3715/7636] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3716/7637] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:17 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3922/7638] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:14:17 2026] POST /v2.0/ports => generated 997 bytes in 586 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: 3717/7639] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:14:18 2026] PUT /v2.0/ports/1e8469b7-43d0-4e30-b96f-bfca7d49f363 => generated 1278 bytes in 521 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:14:18.573 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c99da23-1397-45b2-b2f0-b9d076c1a772'] response: {'name': 'network-changed', 'server_uuid': 'e65a9a86-83d2-47e4-bc78-4801d16142c6', 'tag': '1e8469b7-43d0-4e30-b96f-bfca7d49f363', 'status': 'completed', 'code': 200} 2026-07-29 09:14:18.602 7 INFO neutron.db.segments_db [None req-a65d26d4-89a3-4c08-868f-708a78f09e30 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment e011e329-9da1-4672-99d8-02569a542e27 of type vxlan for network b4ec595b-dba5-496a-84a3-0b101a939245 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 3923/7640] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:14:18 2026] POST /v2.0/networks => generated 734 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3718/7641] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:18 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1012 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3719/7642] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:18 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3720/7643] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:18 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3721/7644] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:18 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3722/7645] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:19 2026] GET /v2.0/ports?tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c&device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1281 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3924/7646] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:14:18 2026] POST /v2.0/subnets => generated 700 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3723/7647] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:14:19 2026] GET /v2.0/networks?tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c&shared=False => generated 768 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:19.244 7 INFO neutron.db.segments_db [None req-ddf8e994-2934-4ea4-ac9f-bf66b2a0c171 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 9c46e743-dc50-4175-81ca-da02de61375e of type vxlan for network f23199c4-f8c6-45b0-99ed-06ba728bf399 [pid: 8|app: 0|req: 3724/7648] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:14:19 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) 2026-07-29 09:14:19.608 7 INFO neutron.db.l3_hamode_db [None req-ddf8e994-2934-4ea4-ac9f-bf66b2a0c171 792098ed716c44f9a3ede4e71835c564 160b2a4f7fcd4b43a6366e97619a1324 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3725/7649] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:19 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3726/7650] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:19 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3727/7651] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3728/7652] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3729/7653] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/ports?tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c&device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1281 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3730/7654] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1e8469b7-43d0-4e30-b96f-bfca7d49f363 => 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: 3731/7655] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/subnets?id=675c03b8-78e9-460e-ad5f-9531e47d4add => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3732/7656] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/ports?network_id=66b1139a-aa3a-44a3-9762-826afb7d48ba&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3733/7657] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/networks/66b1139a-aa3a-44a3-9762-826afb7d48ba?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:20.534 7 INFO neutron.db.l3_hamode_db [None req-ddf8e994-2934-4ea4-ac9f-bf66b2a0c171 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3734/7658] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:14:20 2026] GET /v2.0/networks/66b1139a-aa3a-44a3-9762-826afb7d48ba?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3735/7659] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:21 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3736/7660] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:21 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3737/7661] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:21 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3738/7662] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:21 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3925/7663] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:14:19 2026] POST /v2.0/routers => generated 740 bytes in 2814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3926/7664] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:22 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1012 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3927/7665] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:22 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3928/7666] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:22 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3929/7667] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:22 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3930/7668] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:22 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3931/7669] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:22 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3932/7670] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:23 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3933/7671] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:23 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3739/7672] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:14:21 2026] PUT /v2.0/routers/16b5ae8c-64da-4f1f-987f-5e3f1c5c5eab/add_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3934/7673] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:23 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1012 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3740/7674] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:23 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3935/7675] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:14:23 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1281 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3741/7676] 199.19.213.48 () {34 vars in 1122 bytes} [Wed Jul 29 09:14:23 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3936/7677] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3742/7678] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/networks?id=b4ec595b-dba5-496a-84a3-0b101a939245 => generated 685 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3937/7679] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3743/7680] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/quotas/160b2a4f7fcd4b43a6366e97619a1324 => 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: 3938/7681] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/ports?tenant_id=160b2a4f7fcd4b43a6366e97619a1324&fields=id => generated 103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3744/7682] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/networks/b4ec595b-dba5-496a-84a3-0b101a939245?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3939/7683] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/networks/b4ec595b-dba5-496a-84a3-0b101a939245?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: 3745/7684] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1012 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3940/7685] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3746/7686] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:24 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => 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: 3747/7687] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:25 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3941/7688] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:14:25 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3748/7689] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:25 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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-07-29 09:14:25.674 7 INFO neutron_taas.services.taas.taas_plugin [req-163fba4b-e9b2-46df-abe2-220e92c404fc req-4c7e4808-8d6d-4f16-bc68-5f69e259d79a 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] TaaS: Handle Delete Port: 19e391d7-0fab-414e-bf2d-5b67a2f2704f 2026-07-29 09:14:25.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-163fba4b-e9b2-46df-abe2-220e92c404fc req-4c7e4808-8d6d-4f16-bc68-5f69e259d79a 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] Tap Mirror: Handle Delete Port: 19e391d7-0fab-414e-bf2d-5b67a2f2704f [pid: 7|app: 0|req: 3942/7690] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:14:25 2026] DELETE /v2.0/ports/19e391d7-0fab-414e-bf2d-5b67a2f2704f => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3749/7691] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:25 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3943/7692] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:25 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:14:25.988 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ea2b234-c979-4df4-bd66-ee9d7834b25b'] response: {'server_uuid': '00798b42-4093-45f0-b2d5-4df70c357bc0', 'name': 'network-vif-deleted', 'tag': '19e391d7-0fab-414e-bf2d-5b67a2f2704f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3750/7693] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:25 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3944/7694] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:26 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3751/7695] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:27 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => 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: 3945/7696] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:27 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3752/7697] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:27 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3946/7698] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:27 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:14:27.700 8 INFO neutron.db.l3_db [None req-635bc306-a595-49a7-9c04-67066bbbeafb 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] Floating IP afcb4ef7-93f2-4bef-b283-f926c477f171 associated. External IP: 10.96.250.209, port: 1e8469b7-43d0-4e30-b96f-bfca7d49f363. [pid: 7|app: 0|req: 3947/7699] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:27 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3753/7700] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:14:27 2026] PUT /v2.0/floatingips/afcb4ef7-93f2-4bef-b283-f926c477f171 => generated 856 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3948/7701] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:28.176 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff320f9f-e2b2-42a3-af07-ddf6aceeaa00'] response: {'name': 'network-changed', 'server_uuid': 'e65a9a86-83d2-47e4-bc78-4801d16142c6', 'tag': '1e8469b7-43d0-4e30-b96f-bfca7d49f363', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3754/7702] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/ports?tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c&device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1283 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3949/7703] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/networks?id=66b1139a-aa3a-44a3-9762-826afb7d48ba => generated 768 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3755/7704] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1e8469b7-43d0-4e30-b96f-bfca7d49f363 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3756/7705] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3950/7706] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/subnets?id=675c03b8-78e9-460e-ad5f-9531e47d4add => generated 690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3757/7707] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/ports?network_id=66b1139a-aa3a-44a3-9762-826afb7d48ba&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3951/7708] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:14:28 2026] GET /v2.0/networks/66b1139a-aa3a-44a3-9762-826afb7d48ba?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: 3758/7709] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:14:29 2026] GET /v2.0/networks/66b1139a-aa3a-44a3-9762-826afb7d48ba?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: 3952/7710] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:29 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => 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: 3759/7711] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:14:29 2026] GET /v2.0/networks?id=b4ec595b-dba5-496a-84a3-0b101a939245 => generated 685 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3760/7712] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:29 2026] GET /v2.0/ports?device_id=00798b42-4093-45f0-b2d5-4df70c357bc0 => 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: 3953/7713] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:14:29 2026] POST /v2.0/ports => generated 954 bytes in 748 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: 3954/7714] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:30 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3955/7715] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:30 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3761/7716] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:14:30 2026] PUT /v2.0/ports/bea76b81-0f85-4cfe-b901-413786fde685 => generated 1235 bytes in 568 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:14:30.942 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71d67a8d-6460-4aeb-91fc-82fcc6625eaa'] response: {'name': 'network-changed', 'server_uuid': '0f3cac24-d84a-40a6-92c6-b25035fe5fa3', 'tag': 'bea76b81-0f85-4cfe-b901-413786fde685', '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: 3956/7717] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/ports?tenant_id=160b2a4f7fcd4b43a6366e97619a1324&device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3957/7718] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/networks?tenant_id=160b2a4f7fcd4b43a6366e97619a1324&shared=False => generated 781 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3762/7719] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3958/7720] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3763/7721] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3959/7722] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3764/7723] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => 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: 3960/7724] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 149 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3765/7725] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3961/7726] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:14:31 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3766/7727] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3962/7730] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/ports?tenant_id=160b2a4f7fcd4b43a6366e97619a1324&device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3769/7731] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=bea76b81-0f85-4cfe-b901-413786fde685 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3770/7732] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/subnets?id=32bff087-11c2-46e4-bcd7-ff325b2aff48 => generated 703 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3963/7733] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => 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: 3771/7734] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/ports?network_id=b4ec595b-dba5-496a-84a3-0b101a939245&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3964/7735] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3772/7736] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/networks/b4ec595b-dba5-496a-84a3-0b101a939245?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: 3965/7737] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:14:32 2026] GET /v2.0/networks/b4ec595b-dba5-496a-84a3-0b101a939245?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: 3773/7738] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:33 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3966/7739] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:33 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3774/7740] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:33 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3967/7741] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:34 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3775/7742] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:35 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => 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: 3968/7743] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:35 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3776/7744] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:35 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3969/7745] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3777/7746] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3970/7747] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3778/7748] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&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: 3779/7749] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3971/7750] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1283 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3972/7751] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3780/7752] 10.0.0.17 () {32 vars in 856 bytes} [Wed Jul 29 09:14:36 2026] GET /v2.0/floatingips?floating_network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&port_id=1e8469b7-43d0-4e30-b96f-bfca7d49f363 => generated 861 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3973/7753] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:14:36 2026] POST /v2.0/ports => generated 954 bytes in 608 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: 3974/7754] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:14:37 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1283 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3975/7755] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:37 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3976/7756] 10.0.0.96 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:37 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3977/7757] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:37 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3978/7758] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:37 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3781/7759] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:14:37 2026] PUT /v2.0/ports/a308338a-112b-4202-b210-39f60d10d1dd => generated 1235 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3979/7760] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:37 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:37.775 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9f88ec7-6852-4161-b666-47577457d165'] response: {'name': 'network-changed', 'server_uuid': 'da737fbc-24c9-413f-aa65-912b2171676b', 'tag': 'a308338a-112b-4202-b210-39f60d10d1dd', '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: 3782/7761] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:38 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3980/7762] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:14:38 2026] GET /v2.0/networks?tenant_id=f0a794ead83245b5a031752ca40bc178&shared=False => generated 765 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3783/7763] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:14:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3784/7764] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:38 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3785/7765] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:38 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3786/7766] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:39 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3787/7767] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:14:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a308338a-112b-4202-b210-39f60d10d1dd => 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: 3788/7768] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:14:39 2026] GET /v2.0/subnets?id=55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3981/7769] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:38 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 971 bytes in 781 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3789/7770] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:14:39 2026] GET /v2.0/ports?network_id=f09ca44d-8a10-486f-8c2b-70fcde50a885&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3982/7771] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:39 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3790/7772] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:14:39 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3983/7773] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:14:39 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3791/7774] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:40 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3984/7775] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:40 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3792/7776] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:40 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3985/7777] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:41 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3793/7778] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:41 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3986/7779] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:41 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3794/7780] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:42 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3987/7781] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:42 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3795/7782] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:42 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3988/7783] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:42 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3796/7784] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:42 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3989/7785] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:42 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3797/7786] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:43 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3798/7787] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:43 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3990/7788] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:43 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3799/7789] 10.0.0.78 () {34 vars in 1118 bytes} [Wed Jul 29 09:14:43 2026] GET /v2.0/security-groups?id=b9c8b465-c095-419f-9a80-3836c5a6b885&id=c63beb1a-7119-45b6-80f1-2c1ae2b92433&fields=id&fields=name => generated 206 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3991/7790] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:43 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3800/7791] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:43 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3992/7792] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:14:43 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:14:44.070 8 INFO neutron_taas.services.taas.taas_plugin [req-3a706577-c0c7-4128-b909-00add3746296 req-af0b38e3-294f-4cf7-a2c3-6117b0ca4816 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] TaaS: Handle Delete Port: 1e8469b7-43d0-4e30-b96f-bfca7d49f363 2026-07-29 09:14:44.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3a706577-c0c7-4128-b909-00add3746296 req-af0b38e3-294f-4cf7-a2c3-6117b0ca4816 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] Tap Mirror: Handle Delete Port: 1e8469b7-43d0-4e30-b96f-bfca7d49f363 2026-07-29 09:14:44.240 8 INFO neutron.db.l3_db [req-3a706577-c0c7-4128-b909-00add3746296 req-af0b38e3-294f-4cf7-a2c3-6117b0ca4816 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] Floating IP afcb4ef7-93f2-4bef-b283-f926c477f171 disassociated. External IP: 10.96.250.209, port: 1e8469b7-43d0-4e30-b96f-bfca7d49f363. [pid: 8|app: 0|req: 3801/7793] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:14:43 2026] DELETE /v2.0/ports/1e8469b7-43d0-4e30-b96f-bfca7d49f363 => generated 0 bytes in 741 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3993/7794] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:44 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3802/7795] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:44 2026] GET /v2.0/security-groups?id=3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3994/7796] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:44 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3803/7797] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:14:44 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:44.797 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5aa9fe6c-2314-483d-8b08-1d2655d66bd7'] response: {'server_uuid': 'e65a9a86-83d2-47e4-bc78-4801d16142c6', 'name': 'network-vif-deleted', 'tag': '1e8469b7-43d0-4e30-b96f-bfca7d49f363', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3804/7798] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:44 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:44.930 7 INFO neutron_taas.services.taas.taas_plugin [req-ca98dcf0-fd00-4e84-be2b-c2365581740d req-cfc0f803-1524-47ae-9041-4037ce6368a3 4171975322f5448abc9f146991dc196b 160b2a4f7fcd4b43a6366e97619a1324 - - default default] TaaS: Handle Delete Port: bea76b81-0f85-4cfe-b901-413786fde685 2026-07-29 09:14:44.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca98dcf0-fd00-4e84-be2b-c2365581740d req-cfc0f803-1524-47ae-9041-4037ce6368a3 4171975322f5448abc9f146991dc196b 160b2a4f7fcd4b43a6366e97619a1324 - - default default] Tap Mirror: Handle Delete Port: bea76b81-0f85-4cfe-b901-413786fde685 [pid: 8|app: 0|req: 3805/7799] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:44 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3995/7800] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:14:44 2026] DELETE /v2.0/ports/bea76b81-0f85-4cfe-b901-413786fde685 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:14:45.242 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-899d3459-f2cf-47fd-bc7d-9579e78952e3'] response: {'server_uuid': '0f3cac24-d84a-40a6-92c6-b25035fe5fa3', 'name': 'network-vif-deleted', 'tag': 'bea76b81-0f85-4cfe-b901-413786fde685', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3806/7801] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:45 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3996/7802] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:45 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3807/7803] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3997/7804] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3808/7805] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3998/7806] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3809/7807] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 195 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3999/7808] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3810/7809] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 4000/7810] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => 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: 3811/7811] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:46 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => 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: 4001/7812] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:47 2026] GET /v2.0/ports?device_id=e65a9a86-83d2-47e4-bc78-4801d16142c6 => 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: 3813/7815] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:48 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => 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: 4003/7816] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:48 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => 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: 3814/7817] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:14:48 2026] DELETE /v2.0/security-groups/c63beb1a-7119-45b6-80f1-2c1ae2b92433 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:14:48.377 7 INFO neutron.api.v2.resource [None req-8d195bdc-9cb3-42ec-b0d8-f76f79c6bcbf 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4004/7818] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:14:48 2026] GET /v2.0/security-groups/c63beb1a-7119-45b6-80f1-2c1ae2b92433 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:14:48.507 8 INFO neutron_taas.services.taas.taas_plugin [None req-98617f5a-89f9-42f6-9036-c2f81bab93e4 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] TaaS: Handle Delete Port: 64737065-8a96-4477-8278-a881f4030e5b 2026-07-29 09:14:48.510 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98617f5a-89f9-42f6-9036-c2f81bab93e4 13eaed4c687f4cd594179eef7f056077 7dcf8345fdf54bd1bcf2bfb81b934d0c - - default default] Tap Mirror: Handle Delete Port: 64737065-8a96-4477-8278-a881f4030e5b [pid: 8|app: 0|req: 3815/7819] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:14:48 2026] DELETE /v2.0/floatingips/afcb4ef7-93f2-4bef-b283-f926c477f171 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4005/7820] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:14:48 2026] DELETE /v2.0/security-groups/b9c8b465-c095-419f-9a80-3836c5a6b885 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4006/7821] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:49 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => 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: 4007/7822] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:49 2026] GET /v2.0/ports?device_id=0f3cac24-d84a-40a6-92c6-b25035fe5fa3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:49.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-193db9c7-f7ef-4de7-ab02-57bce144f2f7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: ca8c9cec-f16f-4550-ab5e-d4cb38038a9c 2026-07-29 09:14:49.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-193db9c7-f7ef-4de7-ab02-57bce144f2f7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: ca8c9cec-f16f-4550-ab5e-d4cb38038a9c [pid: 8|app: 0|req: 3816/7823] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:14:48 2026] PUT /v2.0/routers/0b7ba089-fc2f-4a26-9195-7eb967545009/remove_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3817/7824] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:50 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:50.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a0e7458-e960-4037-8d97-d2dbdfea4863 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: bc7a1454-aff1-41a4-beaa-c02071efa27f 2026-07-29 09:14:50.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a0e7458-e960-4037-8d97-d2dbdfea4863 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: bc7a1454-aff1-41a4-beaa-c02071efa27f 2026-07-29 09:14:50.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a0e7458-e960-4037-8d97-d2dbdfea4863 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: eb91799f-d8a5-423b-b5d2-d4b8cebfb823 2026-07-29 09:14:50.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a0e7458-e960-4037-8d97-d2dbdfea4863 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: eb91799f-d8a5-423b-b5d2-d4b8cebfb823 2026-07-29 09:14:50.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-b24c8253-f789-4c60-9740-35ae470c5ee8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 46b1fac2-b1a0-43f9-843a-a293ea90acaf 2026-07-29 09:14:50.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b24c8253-f789-4c60-9740-35ae470c5ee8 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 46b1fac2-b1a0-43f9-843a-a293ea90acaf 2026-07-29 09:14:51.111 7 INFO neutron.services.segments.plugin [-] Segment 56b3c64e-d507-493b-a866-efc756ec1cc8 resource provider aggregate not found 2026-07-29 09:14:51.123 7 INFO neutron.services.segments.plugin [-] Segment 56b3c64e-d507-493b-a866-efc756ec1cc8 resource provider aggregate not found 2026-07-29 09:14:51.135 7 INFO neutron.services.segments.plugin [-] Segment 56b3c64e-d507-493b-a866-efc756ec1cc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56b3c64e-d507-493b-a866-efc756ec1cc8 found for delete ", "request_id": "req-60d8752e-dd26-40ea-8258-84d6624919b8"}]} 2026-07-29 09:14:51.142 7 INFO neutron.db.l3_hamode_db [None req-0a0e7458-e960-4037-8d97-d2dbdfea4863 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network e38035fb-80f9-4501-98bd-cb147445647c was deleted as no HA routers are present in tenant 7dcf8345fdf54bd1bcf2bfb81b934d0c. 2026-07-29 09:14:51.147 7 INFO neutron.services.segments.plugin [-] Segment 56b3c64e-d507-493b-a866-efc756ec1cc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56b3c64e-d507-493b-a866-efc756ec1cc8 found for delete ", "request_id": "req-265c0adb-fad2-4dff-850d-37a08c70e6ed"}]} [pid: 7|app: 0|req: 4008/7825] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:50 2026] DELETE /v2.0/routers/0b7ba089-fc2f-4a26-9195-7eb967545009 => generated 0 bytes in 1148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4009/7826] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:51 2026] DELETE /v2.0/subnets/675c03b8-78e9-460e-ad5f-9531e47d4add => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4010/7827] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:51 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3818/7828] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:14:50 2026] PUT /v2.0/routers/16b5ae8c-64da-4f1f-987f-5e3f1c5c5eab/remove_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:51.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-14d59b01-cbb3-45db-bdd0-e1ff595a7c6e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: dbc0d019-0ece-49aa-ad01-fe6ae2771e56 2026-07-29 09:14:51.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14d59b01-cbb3-45db-bdd0-e1ff595a7c6e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: dbc0d019-0ece-49aa-ad01-fe6ae2771e56 [pid: 8|app: 0|req: 3819/7829] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:14:51 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4011/7830] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:14:51 2026] DELETE /v2.0/networks/66b1139a-aa3a-44a3-9762-826afb7d48ba => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:14:51.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-0230e606-5025-4179-ab43-000c4ca1e7bf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 4b00859c-ed31-43cb-b4f8-bc5d4137bb23 2026-07-29 09:14:51.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0230e606-5025-4179-ab43-000c4ca1e7bf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 4b00859c-ed31-43cb-b4f8-bc5d4137bb23 2026-07-29 09:14:52.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-0230e606-5025-4179-ab43-000c4ca1e7bf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: be3368ed-6e26-4e44-91a8-e83c9d2f3a11 2026-07-29 09:14:52.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0230e606-5025-4179-ab43-000c4ca1e7bf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: be3368ed-6e26-4e44-91a8-e83c9d2f3a11 [pid: 7|app: 0|req: 4012/7831] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:14:51 2026] POST /v2.0/ports => generated 958 bytes in 549 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-07-29 09:14:52.601 8 INFO neutron.services.segments.plugin [-] Segment 9c46e743-dc50-4175-81ca-da02de61375e resource provider aggregate not found 2026-07-29 09:14:52.612 8 INFO neutron.services.segments.plugin [-] Segment 9c46e743-dc50-4175-81ca-da02de61375e resource provider aggregate not found 2026-07-29 09:14:52.633 8 INFO neutron.services.segments.plugin [-] Segment 9c46e743-dc50-4175-81ca-da02de61375e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c46e743-dc50-4175-81ca-da02de61375e found for delete ", "request_id": "req-ce42556b-a725-4b03-bf5d-a29fe5da6ed6"}]} 2026-07-29 09:14:52.634 8 INFO neutron.services.segments.plugin [-] Segment 9c46e743-dc50-4175-81ca-da02de61375e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c46e743-dc50-4175-81ca-da02de61375e found for delete ", "request_id": "req-1d74dcc3-6bfd-410b-bcd7-0ed9134e29dc"}]} 2026-07-29 09:14:52.674 8 INFO neutron.db.l3_hamode_db [None req-0230e606-5025-4179-ab43-000c4ca1e7bf 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network f23199c4-f8c6-45b0-99ed-06ba728bf399 was deleted as no HA routers are present in tenant 160b2a4f7fcd4b43a6366e97619a1324. [pid: 8|app: 0|req: 3820/7832] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:51 2026] DELETE /v2.0/routers/16b5ae8c-64da-4f1f-987f-5e3f1c5c5eab => generated 0 bytes in 1156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:14:52.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-41a69cd2-1a58-4149-b5e4-2a126ab9b8b6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: e09cc0fe-4e0d-47ee-9dc0-e879773e757d 2026-07-29 09:14:52.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41a69cd2-1a58-4149-b5e4-2a126ab9b8b6 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: e09cc0fe-4e0d-47ee-9dc0-e879773e757d 2026-07-29 09:14:53.155 7 INFO neutron.services.segments.plugin [-] Segment f5d265eb-5934-487f-b3d8-350cbc63058a resource provider aggregate not found 2026-07-29 09:14:53.175 7 INFO neutron.services.segments.plugin [-] Segment f5d265eb-5934-487f-b3d8-350cbc63058a resource provider aggregate not found 2026-07-29 09:14:53.196 7 INFO neutron.services.segments.plugin [-] Segment f5d265eb-5934-487f-b3d8-350cbc63058a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5d265eb-5934-487f-b3d8-350cbc63058a found for delete ", "request_id": "req-7b9dbb25-784a-4b65-9b57-3962ebcd174c"}]} 2026-07-29 09:14:53.197 7 INFO neutron.services.segments.plugin [-] Segment f5d265eb-5934-487f-b3d8-350cbc63058a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5d265eb-5934-487f-b3d8-350cbc63058a found for delete ", "request_id": "req-0684e43c-854e-466e-9de8-27cbd6fa3d8f"}]} [pid: 8|app: 0|req: 3821/7833] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:14:52 2026] PUT /v2.0/ports/fdf9ffab-9059-4647-a547-935592b1517f => generated 1239 bytes in 606 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-07-29 09:14:53.333 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a58459d4-08e9-4d5e-998a-2b9ad1109c8c'] response: {'name': 'network-changed', 'server_uuid': '2c9e95ab-2058-4ec0-a4c0-5e6f363fc657', 'tag': 'fdf9ffab-9059-4647-a547-935592b1517f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3822/7834] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:53 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4013/7835] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:14:52 2026] PUT /v2.0/routers/9645cdc2-371c-4bac-9595-20e54f81b7d2/remove_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4014/7836] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:53 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3823/7837] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:53 2026] DELETE /v2.0/subnets/32bff087-11c2-46e4-bcd7-ff325b2aff48 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:14:53.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3f49516-7470-4b81-807c-8ff6ec2ae8de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 6eb65f20-8f9a-485e-9538-ad53cea22e91 2026-07-29 09:14:53.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3f49516-7470-4b81-807c-8ff6ec2ae8de 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 6eb65f20-8f9a-485e-9538-ad53cea22e91 2026-07-29 09:14:53.780 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1e7beec-ae59-44cf-b6e8-d1b042f4de23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 8761f408-b507-4233-b6db-d4d35e1e8eb1 2026-07-29 09:14:53.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1e7beec-ae59-44cf-b6e8-d1b042f4de23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 8761f408-b507-4233-b6db-d4d35e1e8eb1 [pid: 8|app: 0|req: 3824/7838] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:14:53 2026] DELETE /v2.0/networks/b4ec595b-dba5-496a-84a3-0b101a939245 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3825/7839] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:53 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3826/7840] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:14:53 2026] GET /v2.0/networks?tenant_id=f0a794ead83245b5a031752ca40bc178&shared=False => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3827/7841] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:14:54 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-07-29 09:14:54.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1e7beec-ae59-44cf-b6e8-d1b042f4de23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 899af954-7e9f-4f60-9a66-bab0a823fc8b 2026-07-29 09:14:54.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1e7beec-ae59-44cf-b6e8-d1b042f4de23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 899af954-7e9f-4f60-9a66-bab0a823fc8b [pid: 8|app: 0|req: 3828/7842] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:14:54 2026] GET /v2.0/security-groups?tenant_id=160b2a4f7fcd4b43a6366e97619a1324&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3829/7843] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:14:54 2026] DELETE /v2.0/security-groups/3c9d4f82-5a58-4de9-b0fb-6b4fba7d53de => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:14:54.606 7 INFO neutron.db.l3_hamode_db [None req-d1e7beec-ae59-44cf-b6e8-d1b042f4de23 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network b41ce400-cba9-4b08-b41a-fd16c7b0635d was deleted as no HA routers are present in tenant 379e6bea7e37459d8cfb0d054fe0ec0b. [pid: 7|app: 0|req: 4015/7844] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:53 2026] DELETE /v2.0/routers/9645cdc2-371c-4bac-9595-20e54f81b7d2 => generated 0 bytes in 1111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3830/7845] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:54 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:54.660 8 INFO neutron.services.segments.plugin [-] Segment e011e329-9da1-4672-99d8-02569a542e27 resource provider aggregate not found 2026-07-29 09:14:54.663 8 INFO neutron.services.segments.plugin [-] Segment e011e329-9da1-4672-99d8-02569a542e27 resource provider aggregate not found 2026-07-29 09:14:54.693 8 INFO neutron.services.segments.plugin [-] Segment e011e329-9da1-4672-99d8-02569a542e27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e011e329-9da1-4672-99d8-02569a542e27 found for delete ", "request_id": "req-aea98024-f7d4-451f-b885-c605f1ca6335"}]} 2026-07-29 09:14:54.696 8 INFO neutron.services.segments.plugin [-] Segment e011e329-9da1-4672-99d8-02569a542e27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e011e329-9da1-4672-99d8-02569a542e27 found for delete ", "request_id": "req-82c31862-078e-4a85-b139-4d701224c175"}]} [pid: 8|app: 0|req: 3831/7846] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:54 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4016/7847] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:14:54 2026] DELETE /v2.0/subnets/17dd1509-052c-4c4b-906b-6baab569369a => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:14:54.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-193dc4b7-c45a-4bf9-93f4-daf448d0e5e5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 0ecaa8ae-4d20-4575-bb15-8e0cd173b747 2026-07-29 09:14:54.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-193dc4b7-c45a-4bf9-93f4-daf448d0e5e5 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 0ecaa8ae-4d20-4575-bb15-8e0cd173b747 [pid: 7|app: 0|req: 4017/7848] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4018/7849] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=fdf9ffab-9059-4647-a547-935592b1517f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:55.222 7 INFO neutron.services.segments.plugin [-] Segment 7427636b-6703-4157-bac7-126cf26bae2f resource provider aggregate not found 2026-07-29 09:14:55.229 7 INFO neutron.services.segments.plugin [-] Segment 7427636b-6703-4157-bac7-126cf26bae2f resource provider aggregate not found [pid: 7|app: 0|req: 4019/7850] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/subnets?id=55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 687 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:14:55.246 7 INFO neutron.services.segments.plugin [-] Segment 7427636b-6703-4157-bac7-126cf26bae2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7427636b-6703-4157-bac7-126cf26bae2f found for delete ", "request_id": "req-d998e5d2-12b9-4189-8baf-fc55fbb1b81b"}]} 2026-07-29 09:14:55.251 7 INFO neutron.services.segments.plugin [-] Segment 7427636b-6703-4157-bac7-126cf26bae2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7427636b-6703-4157-bac7-126cf26bae2f found for delete ", "request_id": "req-5c7e1bd1-29ee-4528-a2a8-93d864c578b2"}]} [pid: 8|app: 0|req: 3832/7851] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:14:54 2026] DELETE /v2.0/networks/63b6d4b3-5d6c-46b2-b63d-86767c6a690f => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4020/7852] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4021/7853] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3833/7854] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/ports?network_id=f09ca44d-8a10-486f-8c2b-70fcde50a885&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4022/7855] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3834/7856] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4023/7857] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/security-groups?tenant_id=7dcf8345fdf54bd1bcf2bfb81b934d0c&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4024/7858] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4025/7859] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:55 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3835/7860] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:14:55 2026] DELETE /v2.0/security-groups/6d7f22f8-d1ef-4e76-b46b-696924dee740 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4026/7861] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:14:56 2026] GET /v2.0/security-groups?tenant_id=379e6bea7e37459d8cfb0d054fe0ec0b&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: 3836/7862] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:14:56 2026] DELETE /v2.0/security-groups/ad56b0f4-a574-44fb-9ef9-597cf645a318 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:14:56.717 8 INFO neutron.services.segments.plugin [-] Segment 22ee3d45-914d-4b0e-8957-48786a72b0f8 resource provider aggregate not found 2026-07-29 09:14:56.721 8 INFO neutron.services.segments.plugin [-] Segment 22ee3d45-914d-4b0e-8957-48786a72b0f8 resource provider aggregate not found 2026-07-29 09:14:56.734 8 INFO neutron.services.segments.plugin [-] Segment 22ee3d45-914d-4b0e-8957-48786a72b0f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22ee3d45-914d-4b0e-8957-48786a72b0f8 found for delete ", "request_id": "req-b63b20ad-a946-4ab1-a554-478047f24490"}]} 2026-07-29 09:14:56.736 8 INFO neutron.services.segments.plugin [-] Segment 22ee3d45-914d-4b0e-8957-48786a72b0f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22ee3d45-914d-4b0e-8957-48786a72b0f8 found for delete ", "request_id": "req-3b81ead4-fcf9-4e93-b689-aea9b99ba43b"}]} 2026-07-29 09:14:56.777 7 INFO neutron.db.segments_db [None req-16817fc2-1115-4d1b-9d0f-901fb13e9547 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment c3a669b1-121d-4a29-9f2f-ed5505b6d3cc of type vxlan for network 55906aeb-8c2f-49e1-b9af-a98334c9282f [pid: 7|app: 0|req: 4027/7863] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:14:56 2026] POST /v2.0/networks => generated 725 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4028/7864] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:56 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4029/7865] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:57 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3837/7866] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:14:56 2026] POST /v2.0/subnets => generated 691 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:14:57.431 7 INFO neutron.db.segments_db [None req-0373b432-6006-4fe1-880b-fc07ddc16d05 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 794fc15f-4387-4ce1-ab3f-095985c9913d of type vxlan for network d2a59a25-1f8e-4e30-b4bd-766826b70eda 2026-07-29 09:14:57.887 7 INFO neutron.db.l3_hamode_db [None req-0373b432-6006-4fe1-880b-fc07ddc16d05 792098ed716c44f9a3ede4e71835c564 914f9469f578489c949eb33ce7e5a0ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3838/7867] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:58 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3839/7868] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:58 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:14:58.916 7 INFO neutron.db.l3_hamode_db [None req-0373b432-6006-4fe1-880b-fc07ddc16d05 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 3840/7869] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:14:59 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3841/7870] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:14:59 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4030/7871] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:14:57 2026] POST /v2.0/routers => generated 731 bytes in 2858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4031/7872] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:00 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4032/7873] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:00 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 7|app: 0|req: 4033/7874] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:00 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 4034/7875] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:00 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4035/7876] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:00 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4036/7877] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:00 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3842/7878] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:15:00 2026] PUT /v2.0/routers/6d35008e-f428-4034-82a7-37e4ae0f48f1/add_router_interface => generated 309 bytes in 1504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3843/7879] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:01 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3844/7880] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:01 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4037/7881] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:15:01 2026] POST /v2.0/floatingips => generated 552 bytes in 924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4040/7884] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:15:02 2026] GET /v2.0/networks?id=55906aeb-8c2f-49e1-b9af-a98334c9282f => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4041/7885] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:15:02 2026] GET /v2.0/quotas/914f9469f578489c949eb33ce7e5a0ba => 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: 4042/7886] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:15:02 2026] GET /v2.0/ports?tenant_id=914f9469f578489c949eb33ce7e5a0ba&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4043/7887] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:02 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3845/7888] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:15:02 2026] POST /v2.0/floatingips => generated 552 bytes in 831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4044/7889] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:15:02 2026] GET /v2.0/networks/55906aeb-8c2f-49e1-b9af-a98334c9282f?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: 3846/7890] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:02 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3847/7891] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:15:03 2026] GET /v2.0/networks/55906aeb-8c2f-49e1-b9af-a98334c9282f?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: 3848/7892] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:03 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => 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: 3849/7893] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:15:03 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4045/7894] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:15:03 2026] POST /v2.0/floatingips => generated 552 bytes in 887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:15:03.942 8 INFO neutron_taas.services.taas.taas_plugin [req-1e40a9e4-f770-42a5-ae50-0049015b4246 req-a46ef8de-bb65-4db3-bc47-3c942bef0541 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] TaaS: Handle Delete Port: fdf9ffab-9059-4647-a547-935592b1517f 2026-07-29 09:15:03.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e40a9e4-f770-42a5-ae50-0049015b4246 req-a46ef8de-bb65-4db3-bc47-3c942bef0541 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] Tap Mirror: Handle Delete Port: fdf9ffab-9059-4647-a547-935592b1517f [pid: 8|app: 0|req: 3850/7895] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:15:03 2026] DELETE /v2.0/ports/fdf9ffab-9059-4647-a547-935592b1517f => generated 0 bytes in 434 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3851/7896] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:04 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:04.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5116fed-c391-4571-bb65-a67ffd07cc67'] response: {'server_uuid': '2c9e95ab-2058-4ec0-a4c0-5e6f363fc657', 'name': 'network-vif-deleted', 'tag': 'fdf9ffab-9059-4647-a547-935592b1517f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3852/7897] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:04 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => 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: 4046/7898] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:15:03 2026] POST /v2.0/floatingips => generated 552 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4047/7899] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:05 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4048/7900] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:05 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => 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: 3853/7901] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:15:04 2026] POST /v2.0/floatingips => generated 552 bytes in 958 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4049/7902] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:15:05 2026] PUT /v2.0/floatingips/eb781208-3d7a-4af3-b7d8-47e2581a3999/tags => generated 17 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3854/7903] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:15:05 2026] PUT /v2.0/floatingips/2ee3fa43-9f24-4cc8-a4db-a07a36ac2d0f/tags => generated 25 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4050/7904] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:15:05 2026] PUT /v2.0/floatingips/0489277a-b4f8-49ab-a0af-ae03c18cac5a/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3855/7905] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:15:06 2026] PUT /v2.0/floatingips/3e5749b9-2187-4290-b670-d5a9af348094/tags => generated 19 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4051/7906] 10.0.0.17 () {32 vars in 670 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3856/7907] 10.0.0.17 () {32 vars in 684 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4052/7908] 10.0.0.17 () {32 vars in 680 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3857/7909] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4053/7910] 10.0.0.17 () {32 vars in 678 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3858/7911] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => 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: 4054/7912] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3859/7913] 10.0.0.17 () {32 vars in 688 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4055/7914] 10.0.0.17 () {32 vars in 700 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3860/7915] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:06 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:06.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-b4c31e80-dc24-4982-8f58-29fc227037c2 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] TaaS: Handle Delete Port: efc50504-0e12-4fa1-834f-cf499880fb7d 2026-07-29 09:15:06.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4c31e80-dc24-4982-8f58-29fc227037c2 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] Tap Mirror: Handle Delete Port: efc50504-0e12-4fa1-834f-cf499880fb7d [pid: 7|app: 0|req: 4056/7916] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:15:06 2026] DELETE /v2.0/floatingips/eb781208-3d7a-4af3-b7d8-47e2581a3999 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:15:07.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbea0e60-8417-43e5-8823-d344ff8f18cd 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] TaaS: Handle Delete Port: 2ece68ca-4e8c-451c-81ee-4b28927fbe69 2026-07-29 09:15:07.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbea0e60-8417-43e5-8823-d344ff8f18cd 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] Tap Mirror: Handle Delete Port: 2ece68ca-4e8c-451c-81ee-4b28927fbe69 [pid: 8|app: 0|req: 3861/7917] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:15:07 2026] DELETE /v2.0/floatingips/2ee3fa43-9f24-4cc8-a4db-a07a36ac2d0f => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:15:07.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-369f7813-01df-4c69-841c-2174b20794b2 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] TaaS: Handle Delete Port: c7939d2b-78fb-4c5a-8319-2488181eb39a 2026-07-29 09:15:07.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-369f7813-01df-4c69-841c-2174b20794b2 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] Tap Mirror: Handle Delete Port: c7939d2b-78fb-4c5a-8319-2488181eb39a [pid: 8|app: 0|req: 3862/7918] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:07 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => 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: 4057/7919] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:15:07 2026] DELETE /v2.0/floatingips/0489277a-b4f8-49ab-a0af-ae03c18cac5a => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4058/7920] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:07 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:07.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-10ed974a-1b5d-4080-aeb5-ee6777715e57 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] TaaS: Handle Delete Port: eeba490e-1504-440f-89e4-13c743515353 2026-07-29 09:15:07.837 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10ed974a-1b5d-4080-aeb5-ee6777715e57 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] Tap Mirror: Handle Delete Port: eeba490e-1504-440f-89e4-13c743515353 [pid: 7|app: 0|req: 4059/7921] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:15:07 2026] GET /v2.0/networks?id=55906aeb-8c2f-49e1-b9af-a98334c9282f => 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: 3863/7922] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:15:07 2026] DELETE /v2.0/floatingips/3e5749b9-2187-4290-b670-d5a9af348094 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:15:08.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-810535bc-c6ce-4cbe-ad10-34ea23f6bcd1 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] TaaS: Handle Delete Port: 0d45b881-ae6c-464a-b3ec-048831cce691 2026-07-29 09:15:08.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-810535bc-c6ce-4cbe-ad10-34ea23f6bcd1 40b685c8448649d9a06e499691e5ed83 ffdfb9c0fc2c47038ab651f9d8b383fa - - default default] Tap Mirror: Handle Delete Port: 0d45b881-ae6c-464a-b3ec-048831cce691 [pid: 8|app: 0|req: 3864/7923] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:15:08 2026] DELETE /v2.0/floatingips/c6870161-0089-4170-964d-e95f2adfc702 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4060/7924] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:15:08 2026] POST /v2.0/ports => generated 958 bytes in 610 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: 4061/7925] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:08 2026] GET /v2.0/ports?device_id=2c9e95ab-2058-4ec0-a4c0-5e6f363fc657 => 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: 4062/7926] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:08 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4063/7927] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:08 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&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: 3865/7928] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:15:08 2026] PUT /v2.0/ports/8238cdb9-4a97-4704-9b0c-772f657372e9 => generated 1239 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:15:09.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bade8cf8-9626-47d2-ab03-89d5ccf22e14'] response: {'name': 'network-changed', 'server_uuid': '0065de4c-df79-4438-a833-4a70bdb5cbb5', 'tag': '8238cdb9-4a97-4704-9b0c-772f657372e9', '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: 3866/7929] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:09 2026] GET /v2.0/ports?tenant_id=914f9469f578489c949eb33ce7e5a0ba&device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4064/7930] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:09 2026] GET /v2.0/security-groups?tenant_id=32c4e4e027f242a9b85f5c18d31354b4&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3867/7931] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:15:09 2026] GET /v2.0/networks?tenant_id=914f9469f578489c949eb33ce7e5a0ba&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3868/7932] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:15:09 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: 4065/7933] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:09 2026] DELETE /v2.0/security-groups/bac6ae9d-3066-452c-a9aa-eae6d8b03fda => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3869/7934] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3870/7935] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&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: 4066/7936] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3871/7937] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4067/7938] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/security-groups?tenant_id=ffdfb9c0fc2c47038ab651f9d8b383fa&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3872/7939] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:10 2026] DELETE /v2.0/security-groups/f53f20f9-9af1-493e-bca0-51c165229566 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4068/7940] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/security-groups?tenant_id=f3cbbb69dc794292bf2f62f5bd60f8ae&name=default => generated 2929 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4069/7941] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/ports?tenant_id=914f9469f578489c949eb33ce7e5a0ba&device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4070/7942] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:15:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=8238cdb9-4a97-4704-9b0c-772f657372e9 => 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: 3873/7943] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:10 2026] DELETE /v2.0/security-groups/7fa674d0-c9df-4a9e-a5e8-4f0b2d4ff802 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4071/7944] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/subnets?id=b3317c69-9f54-4ea5-92f1-cb4d7ebee738 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3874/7945] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/ports?network_id=55906aeb-8c2f-49e1-b9af-a98334c9282f&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4072/7946] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/networks/55906aeb-8c2f-49e1-b9af-a98334c9282f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3875/7947] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/networks/55906aeb-8c2f-49e1-b9af-a98334c9282f?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: 4073/7948] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3876/7949] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&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: 4074/7950] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3877/7951] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:11 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4075/7952] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:15:12 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 4076/7953] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:12 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4077/7954] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:12 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:12.600 8 INFO neutron_taas.services.taas.taas_plugin [req-9756e469-d042-432a-80a7-93efcf19a86a req-9c9bd570-aca2-46ab-9a2b-4c967a0aa8bb 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] TaaS: Handle Delete Port: a308338a-112b-4202-b210-39f60d10d1dd 2026-07-29 09:15:12.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9756e469-d042-432a-80a7-93efcf19a86a req-9c9bd570-aca2-46ab-9a2b-4c967a0aa8bb 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] Tap Mirror: Handle Delete Port: a308338a-112b-4202-b210-39f60d10d1dd [pid: 7|app: 0|req: 4078/7955] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:12 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4079/7956] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:12 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3878/7957] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:15:12 2026] DELETE /v2.0/ports/a308338a-112b-4202-b210-39f60d10d1dd => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:15:12.885 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47f8e283-e253-418f-bca0-23728470f4a5'] response: {'server_uuid': 'da737fbc-24c9-413f-aa65-912b2171676b', 'name': 'network-vif-deleted', 'tag': 'a308338a-112b-4202-b210-39f60d10d1dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4080/7958] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:13 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 3879/7959] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:13 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => 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: 4081/7960] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:13 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3880/7961] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:14 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => 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: 4082/7962] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:14 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3881/7963] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:15 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3882/7964] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:15 2026] GET /v2.0/ports?device_id=da737fbc-24c9-413f-aa65-912b2171676b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:16.212 7 INFO neutron.db.segments_db [None req-93ef3530-a5bf-46b1-9551-4776be12a2b0 b4b59324807f44ee99eed5732a3ab0b0 31c884327a5c4131bd56c54cc9c20824 - - default default] Added segment cad79a1a-3a7d-4003-955b-7fd7a99cee73 of type vxlan for network c66d8ba0-b3bb-46f8-bd1b-c31031e4d96a [pid: 8|app: 0|req: 3883/7965] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:16 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3884/7966] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:16 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4083/7967] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:15:15 2026] POST /v2.0/networks => generated 613 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:15:16.485 8 INFO neutron.db.segments_db [None req-e11e48fe-19f9-44ef-a762-fdebea45d3ec b4b59324807f44ee99eed5732a3ab0b0 31c884327a5c4131bd56c54cc9c20824 - - default default] Added segment 78b43414-6ec6-410d-9255-c89fbcf521ef of type vxlan for network c94a9d3b-79cd-427f-9614-2630d99ebbc8 [pid: 8|app: 0|req: 3885/7968] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:15:16 2026] POST /v2.0/networks => generated 612 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:15:16.789 7 INFO neutron.db.segments_db [None req-12524856-4ab8-487e-a46e-cf5d8f412b0f b4b59324807f44ee99eed5732a3ab0b0 31c884327a5c4131bd56c54cc9c20824 - - default default] Added segment 68bfbafb-babb-408a-8d34-435e22ee33e8 of type vxlan for network 6eaaea2c-2665-4015-96c4-7a06a9b08c17 [pid: 8|app: 0|req: 3886/7969] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:16 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3887/7970] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:16 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4084/7971] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:15:16 2026] POST /v2.0/networks => generated 613 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4085/7972] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:15:17 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4086/7973] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:15:17 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => 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: 4087/7974] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:15:17 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 149 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4088/7975] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:15:17 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 4089/7976] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:15:17 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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-07-29 09:15:17.729 8 INFO neutron.db.segments_db [None req-a70a28a9-16fb-47e8-9297-d3b5aba9f4a5 b4b59324807f44ee99eed5732a3ab0b0 31c884327a5c4131bd56c54cc9c20824 - - default default] Added segment 0d111a52-7e1b-4562-b6af-c5d98b57e9cf of type vxlan for network d184c33d-cea6-47c7-ba03-b1497651a329 [pid: 7|app: 0|req: 4092/7979] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:17 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 3888/7980] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:15:16 2026] POST /v2.0/networks => generated 613 bytes in 957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3889/7981] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:17 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:15:18.027 7 INFO neutron.db.segments_db [None req-854e1a3b-0118-47a7-8e80-a07b883f8132 b4b59324807f44ee99eed5732a3ab0b0 31c884327a5c4131bd56c54cc9c20824 - - default default] Added segment 30778d77-dcad-4915-a293-3b010970075d of type vxlan for network 83814c62-35d2-4bab-a3a2-aa5f1e524d3c [pid: 8|app: 0|req: 3890/7982] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:18 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4093/7983] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:15:17 2026] POST /v2.0/networks => generated 612 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3891/7984] 10.0.0.17 () {34 vars in 751 bytes} [Wed Jul 29 09:15:18 2026] PUT /v2.0/networks/c66d8ba0-b3bb-46f8-bd1b-c31031e4d96a/tags => generated 17 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4094/7985] 10.0.0.17 () {34 vars in 751 bytes} [Wed Jul 29 09:15:18 2026] PUT /v2.0/networks/c94a9d3b-79cd-427f-9614-2630d99ebbc8/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3892/7986] 10.0.0.17 () {34 vars in 751 bytes} [Wed Jul 29 09:15:18 2026] PUT /v2.0/networks/6eaaea2c-2665-4015-96c4-7a06a9b08c17/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4095/7987] 10.0.0.17 () {34 vars in 751 bytes} [Wed Jul 29 09:15:18 2026] PUT /v2.0/networks/d184c33d-cea6-47c7-ba03-b1497651a329/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3893/7988] 10.0.0.17 () {32 vars in 664 bytes} [Wed Jul 29 09:15:18 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4096/7989] 10.0.0.17 () {32 vars in 678 bytes} [Wed Jul 29 09:15:18 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3894/7990] 10.0.0.17 () {32 vars in 674 bytes} [Wed Jul 29 09:15:18 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4097/7991] 10.0.0.17 () {32 vars in 686 bytes} [Wed Jul 29 09:15:18 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4098/7992] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:18 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 3895/7993] 10.0.0.17 () {32 vars in 672 bytes} [Wed Jul 29 09:15:18 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4099/7994] 10.0.0.17 () {32 vars in 686 bytes} [Wed Jul 29 09:15:19 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3896/7995] 10.0.0.17 () {32 vars in 682 bytes} [Wed Jul 29 09:15:19 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4100/7996] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:19 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3897/7997] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:15:19 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3898/7998] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:19 2026] GET /v2.0/security-groups?id=422b4211-e016-4aa8-8d53-abc796fe0e07&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: 4101/7999] 10.0.0.17 () {32 vars in 694 bytes} [Wed Jul 29 09:15:19 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:15:19.362 8 INFO neutron_taas.services.taas.taas_plugin [req-272e0cb7-08ef-4c76-8c01-a1a40c46abef req-47e02e94-abf3-4f6b-9eb1-3396ca488418 467e974becf846189c17639041eac500 914f9469f578489c949eb33ce7e5a0ba - - default default] TaaS: Handle Delete Port: 8238cdb9-4a97-4704-9b0c-772f657372e9 2026-07-29 09:15:19.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-272e0cb7-08ef-4c76-8c01-a1a40c46abef req-47e02e94-abf3-4f6b-9eb1-3396ca488418 467e974becf846189c17639041eac500 914f9469f578489c949eb33ce7e5a0ba - - default default] Tap Mirror: Handle Delete Port: 8238cdb9-4a97-4704-9b0c-772f657372e9 2026-07-29 09:15:19.370 7 INFO neutron.services.segments.plugin [-] Segment cad79a1a-3a7d-4003-955b-7fd7a99cee73 resource provider aggregate not found 2026-07-29 09:15:19.374 7 INFO neutron.services.segments.plugin [-] Segment cad79a1a-3a7d-4003-955b-7fd7a99cee73 resource provider aggregate not found 2026-07-29 09:15:19.393 7 INFO neutron.services.segments.plugin [-] Segment cad79a1a-3a7d-4003-955b-7fd7a99cee73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cad79a1a-3a7d-4003-955b-7fd7a99cee73 found for delete ", "request_id": "req-fb4a96aa-0b97-49b8-92f0-0b4cc0ad5419"}]} 2026-07-29 09:15:19.396 7 INFO neutron.services.segments.plugin [-] Segment cad79a1a-3a7d-4003-955b-7fd7a99cee73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cad79a1a-3a7d-4003-955b-7fd7a99cee73 found for delete ", "request_id": "req-525bdbf9-1e67-43d4-8511-37c6d1d6f482"}]} [pid: 7|app: 0|req: 4102/8000] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:15:19 2026] DELETE /v2.0/networks/c66d8ba0-b3bb-46f8-bd1b-c31031e4d96a => 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: 3899/8001] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:15:19 2026] DELETE /v2.0/ports/8238cdb9-4a97-4704-9b0c-772f657372e9 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:15:19.631 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd445ba9-ebd2-42ed-8444-9c3437346dbe'] response: {'server_uuid': '0065de4c-df79-4438-a833-4a70bdb5cbb5', 'name': 'network-vif-deleted', 'tag': '8238cdb9-4a97-4704-9b0c-772f657372e9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4103/8002] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:15:19 2026] DELETE /v2.0/networks/c94a9d3b-79cd-427f-9614-2630d99ebbc8 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:15:19.755 8 INFO neutron.services.segments.plugin [-] Segment 68bfbafb-babb-408a-8d34-435e22ee33e8 resource provider aggregate not found 2026-07-29 09:15:19.764 8 INFO neutron.services.segments.plugin [-] Segment 68bfbafb-babb-408a-8d34-435e22ee33e8 resource provider aggregate not found 2026-07-29 09:15:19.781 8 INFO neutron.services.segments.plugin [-] Segment 68bfbafb-babb-408a-8d34-435e22ee33e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68bfbafb-babb-408a-8d34-435e22ee33e8 found for delete ", "request_id": "req-08abfa60-67de-4310-92f6-5ad69f91faf9"}]} 2026-07-29 09:15:19.787 8 INFO neutron.services.segments.plugin [-] Segment 68bfbafb-babb-408a-8d34-435e22ee33e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68bfbafb-babb-408a-8d34-435e22ee33e8 found for delete ", "request_id": "req-9f7fa973-7541-4633-b6c3-2fe0131746ad"}]} [pid: 8|app: 0|req: 3900/8003] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:15:19 2026] DELETE /v2.0/networks/6eaaea2c-2665-4015-96c4-7a06a9b08c17 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4104/8004] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:15:19 2026] DELETE /v2.0/networks/d184c33d-cea6-47c7-ba03-b1497651a329 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4105/8005] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:20 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 3901/8006] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:15:20 2026] DELETE /v2.0/networks/83814c62-35d2-4bab-a3a2-aa5f1e524d3c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4106/8007] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:20 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => 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: 3902/8008] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:21 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:21.412 7 INFO neutron.services.segments.plugin [-] Segment 78b43414-6ec6-410d-9255-c89fbcf521ef resource provider aggregate not found 2026-07-29 09:15:21.415 7 INFO neutron.services.segments.plugin [-] Segment 78b43414-6ec6-410d-9255-c89fbcf521ef resource provider aggregate not found 2026-07-29 09:15:21.429 7 INFO neutron.services.segments.plugin [-] Segment 78b43414-6ec6-410d-9255-c89fbcf521ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78b43414-6ec6-410d-9255-c89fbcf521ef found for delete ", "request_id": "req-63aa4863-62da-41ce-92b4-90ee5fd968a8"}]} 2026-07-29 09:15:21.435 7 INFO neutron.services.segments.plugin [-] Segment 78b43414-6ec6-410d-9255-c89fbcf521ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78b43414-6ec6-410d-9255-c89fbcf521ef found for delete ", "request_id": "req-1a6c60f1-5028-452b-941b-98b07a190383"}]} [pid: 8|app: 0|req: 3903/8009] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:21 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:21.445 7 INFO neutron.services.segments.plugin [-] Segment 0d111a52-7e1b-4562-b6af-c5d98b57e9cf resource provider aggregate not found 2026-07-29 09:15:21.450 7 INFO neutron.services.segments.plugin [-] Segment 0d111a52-7e1b-4562-b6af-c5d98b57e9cf resource provider aggregate not found 2026-07-29 09:15:21.465 7 INFO neutron.services.segments.plugin [-] Segment 0d111a52-7e1b-4562-b6af-c5d98b57e9cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d111a52-7e1b-4562-b6af-c5d98b57e9cf found for delete ", "request_id": "req-4885d42a-63db-44c7-b0ac-aec288f05ffd"}]} 2026-07-29 09:15:21.466 7 INFO neutron.services.segments.plugin [-] Segment 0d111a52-7e1b-4562-b6af-c5d98b57e9cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d111a52-7e1b-4562-b6af-c5d98b57e9cf found for delete ", "request_id": "req-502dcb48-8d1d-46da-903b-5b21501cd886"}]} [pid: 7|app: 0|req: 4107/8010] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:21 2026] GET /v2.0/security-groups?tenant_id=7a2d1ec9e62b4915bdde74f163b084cb&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:15:21.808 8 INFO neutron.services.segments.plugin [-] Segment 30778d77-dcad-4915-a293-3b010970075d resource provider aggregate not found 2026-07-29 09:15:21.809 8 INFO neutron.services.segments.plugin [-] Segment 30778d77-dcad-4915-a293-3b010970075d resource provider aggregate not found 2026-07-29 09:15:21.832 8 INFO neutron.services.segments.plugin [-] Segment 30778d77-dcad-4915-a293-3b010970075d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30778d77-dcad-4915-a293-3b010970075d found for delete ", "request_id": "req-83722cd1-6a6c-46f5-b916-9eca51ffc850"}]} 2026-07-29 09:15:21.842 8 INFO neutron.services.segments.plugin [-] Segment 30778d77-dcad-4915-a293-3b010970075d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30778d77-dcad-4915-a293-3b010970075d found for delete ", "request_id": "req-e6ebc977-4f75-49ae-9e2a-799aa1990854"}]} [pid: 8|app: 0|req: 3904/8011] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:21 2026] DELETE /v2.0/security-groups/f6f225d8-45ed-49c1-a7e5-a36ecece93d0 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4108/8012] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:22 2026] GET /v2.0/security-groups?tenant_id=31c884327a5c4131bd56c54cc9c20824&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3905/8013] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:22 2026] DELETE /v2.0/security-groups/63b6bf1a-fd20-45e6-9e64-9f8a01fcfa46 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4109/8014] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:22 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 3906/8015] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:15:22 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3907/8016] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:22 2026] GET /v2.0/security-groups?tenant_id=25de4bd0c7d34bbdb913849e888142d7&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3908/8017] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:22 2026] GET /v2.0/ports?device_id=0065de4c-df79-4438-a833-4a70bdb5cbb5 => 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: 3909/8018] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:22 2026] DELETE /v2.0/security-groups/aff9b230-cf3e-4d3e-b849-103719cefbbf => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4110/8019] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:15:22 2026] POST /v2.0/ports => generated 954 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 4111/8020] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:23 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4112/8021] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:23 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3910/8022] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:15:23 2026] PUT /v2.0/ports/1e4d652e-ced2-48f4-a3ce-f3cdc15d1704 => generated 1235 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:15:23.644 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-20225039-828c-43a5-8134-1e40ac4457e1'] response: {'name': 'network-changed', 'server_uuid': '723f66e1-b950-41ab-98b0-02bee443e7a6', 'tag': '1e4d652e-ced2-48f4-a3ce-f3cdc15d1704', 'status': 'completed', 'code': 200} 2026-07-29 09:15:24.117 7 INFO neutron_taas.services.taas.taas_plugin [None req-456fb73e-23e7-4b99-8665-24f9d57fec1d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 6afc0f53-ddde-493e-95bb-b4843ea7c5ab 2026-07-29 09:15:24.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-456fb73e-23e7-4b99-8665-24f9d57fec1d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 6afc0f53-ddde-493e-95bb-b4843ea7c5ab /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 3911/8023] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:24 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3912/8024] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:15:24 2026] GET /v2.0/networks?tenant_id=f0a794ead83245b5a031752ca40bc178&shared=False => generated 765 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3913/8025] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:15:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3914/8026] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:24 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3915/8027] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:24 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4113/8028] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:15:23 2026] PUT /v2.0/routers/6d35008e-f428-4034-82a7-37e4ae0f48f1/remove_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:15:25.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5aac327-3bb1-4e56-9938-4baacc8305cc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: a2433529-3d02-4c45-8f71-6c197d1438b3 2026-07-29 09:15:25.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5aac327-3bb1-4e56-9938-4baacc8305cc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: a2433529-3d02-4c45-8f71-6c197d1438b3 [pid: 7|app: 0|req: 4114/8029] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:15:25.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5aac327-3bb1-4e56-9938-4baacc8305cc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 98457b82-5764-4fc8-ba1c-1223a770dbc3 2026-07-29 09:15:25.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5aac327-3bb1-4e56-9938-4baacc8305cc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 98457b82-5764-4fc8-ba1c-1223a770dbc3 [pid: 7|app: 0|req: 4115/8030] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=1e4d652e-ced2-48f4-a3ce-f3cdc15d1704 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4116/8031] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/subnets?id=55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4117/8032] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/ports?network_id=f09ca44d-8a10-486f-8c2b-70fcde50a885&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4118/8033] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 4119/8034] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4120/8035] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 4121/8036] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:25 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:25.962 8 INFO neutron.services.segments.plugin [-] Segment 794fc15f-4387-4ce1-ab3f-095985c9913d resource provider aggregate not found 2026-07-29 09:15:25.970 8 INFO neutron.services.segments.plugin [-] Segment 794fc15f-4387-4ce1-ab3f-095985c9913d resource provider aggregate not found 2026-07-29 09:15:25.990 8 INFO neutron.services.segments.plugin [-] Segment 794fc15f-4387-4ce1-ab3f-095985c9913d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 794fc15f-4387-4ce1-ab3f-095985c9913d found for delete ", "request_id": "req-97395ec0-d87e-4a1b-9ecf-106847d83fb3"}]} 2026-07-29 09:15:25.994 8 INFO neutron.services.segments.plugin [-] Segment 794fc15f-4387-4ce1-ab3f-095985c9913d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 794fc15f-4387-4ce1-ab3f-095985c9913d found for delete ", "request_id": "req-e69152e6-1937-48ec-b9aa-40dc2efc3251"}]} 2026-07-29 09:15:26.054 8 INFO neutron.db.l3_hamode_db [None req-f5aac327-3bb1-4e56-9938-4baacc8305cc 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network d2a59a25-1f8e-4e30-b4bd-766826b70eda was deleted as no HA routers are present in tenant 914f9469f578489c949eb33ce7e5a0ba. [pid: 8|app: 0|req: 3916/8037] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:15:24 2026] DELETE /v2.0/routers/6d35008e-f428-4034-82a7-37e4ae0f48f1 => 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: 4122/8038] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:15:26 2026] DELETE /v2.0/subnets/b3317c69-9f54-4ea5-92f1-cb4d7ebee738 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:15:26.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fb86f34-2f69-48ce-93f5-3f4ff6dac84d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: e410aa6e-1e8b-4d3c-b27a-78775dbdefe4 2026-07-29 09:15:26.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fb86f34-2f69-48ce-93f5-3f4ff6dac84d 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: e410aa6e-1e8b-4d3c-b27a-78775dbdefe4 [pid: 8|app: 0|req: 3917/8039] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:15:26 2026] DELETE /v2.0/networks/55906aeb-8c2f-49e1-b9af-a98334c9282f => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4123/8040] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:26 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3918/8041] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:26 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4124/8042] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:27 2026] GET /v2.0/security-groups?tenant_id=914f9469f578489c949eb33ce7e5a0ba&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3919/8043] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:27 2026] DELETE /v2.0/security-groups/422b4211-e016-4aa8-8d53-abc796fe0e07 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:15:28.016 8 INFO neutron.services.segments.plugin [-] Segment c3a669b1-121d-4a29-9f2f-ed5505b6d3cc resource provider aggregate not found 2026-07-29 09:15:28.023 8 INFO neutron.services.segments.plugin [-] Segment c3a669b1-121d-4a29-9f2f-ed5505b6d3cc resource provider aggregate not found 2026-07-29 09:15:28.038 8 INFO neutron.services.segments.plugin [-] Segment c3a669b1-121d-4a29-9f2f-ed5505b6d3cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3a669b1-121d-4a29-9f2f-ed5505b6d3cc found for delete ", "request_id": "req-e0ca8682-8ff7-4fc2-9912-71ba14e91f6a"}]} 2026-07-29 09:15:28.042 8 INFO neutron.services.segments.plugin [-] Segment c3a669b1-121d-4a29-9f2f-ed5505b6d3cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3a669b1-121d-4a29-9f2f-ed5505b6d3cc found for delete ", "request_id": "req-d395a4a2-3cea-4242-92c4-569a91e268df"}]} [pid: 8|app: 0|req: 3920/8044] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:28 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4125/8045] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:15:27 2026] POST /v2.0/security-groups => generated 1603 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3921/8046] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:28 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4126/8047] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:15:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3922/8048] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:15:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4127/8049] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:15:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3923/8050] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:15:28 2026] POST /v2.0/security-groups => generated 1603 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4128/8051] 10.0.0.17 () {34 vars in 765 bytes} [Wed Jul 29 09:15:29 2026] PUT /v2.0/security-groups/6bcf24c3-de09-466c-bcd7-1b3e30139088/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: 4129/8052] 10.0.0.17 () {34 vars in 765 bytes} [Wed Jul 29 09:15:29 2026] PUT /v2.0/security-groups/ad4da0c8-69f4-4efc-bcb3-ba64725dac3a/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4130/8053] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4131/8054] 10.0.0.17 () {34 vars in 765 bytes} [Wed Jul 29 09:15:29 2026] PUT /v2.0/security-groups/7a52799f-b172-44cc-a280-9602e61035fe/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4132/8055] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4133/8056] 10.0.0.17 () {34 vars in 765 bytes} [Wed Jul 29 09:15:29 2026] PUT /v2.0/security-groups/e094c68b-8b2c-4966-a4db-9e32e53322a7/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:29.642 8 INFO neutron.db.segments_db [None req-64c80978-482f-4c9c-b947-72610625cc43 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 13de890d-97b5-44f5-8e05-d175356bcc1f of type vxlan for network c26804a4-6036-4ce5-b670-424bf524deef [pid: 7|app: 0|req: 4134/8057] 10.0.0.17 () {32 vars in 678 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4135/8058] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4136/8059] 10.0.0.17 () {32 vars in 688 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3924/8060] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:15:29 2026] POST /v2.0/networks => generated 724 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4137/8061] 10.0.0.17 () {32 vars in 700 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4138/8062] 10.0.0.17 () {32 vars in 686 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4139/8063] 10.0.0.17 () {32 vars in 700 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4140/8064] 10.0.0.17 () {32 vars in 696 bytes} [Wed Jul 29 09:15:29 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4141/8065] 10.0.0.17 () {32 vars in 708 bytes} [Wed Jul 29 09:15:30 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4142/8066] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:30 2026] DELETE /v2.0/security-groups/6bcf24c3-de09-466c-bcd7-1b3e30139088 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3925/8067] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:15:29 2026] POST /v2.0/subnets => generated 691 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:15:30.320 8 INFO neutron.db.segments_db [None req-61d27e0a-00e5-423c-abc2-3618e297b2d7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment fd341754-e0c5-4e88-b214-4e0a8e152672 of type vxlan for network 5829fda9-f2ef-4d6e-97d7-e2b28def9a6d [pid: 7|app: 0|req: 4143/8068] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:30 2026] DELETE /v2.0/security-groups/ad4da0c8-69f4-4efc-bcb3-ba64725dac3a => 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: 4144/8069] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:30 2026] DELETE /v2.0/security-groups/7a52799f-b172-44cc-a280-9602e61035fe => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4145/8070] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:30 2026] DELETE /v2.0/security-groups/e094c68b-8b2c-4966-a4db-9e32e53322a7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:15:30.740 8 INFO neutron.db.l3_hamode_db [None req-61d27e0a-00e5-423c-abc2-3618e297b2d7 792098ed716c44f9a3ede4e71835c564 7bbeb94c4e644d5daf22776fc1556be2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 4146/8071] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:30 2026] DELETE /v2.0/security-groups/97b513ff-cdd1-4cff-b82b-60c2ba1a15e4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4147/8072] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:30 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 4148/8073] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:30 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4149/8074] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:31 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 4150/8075] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:31 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4151/8076] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:31 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 4152/8077] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:31 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4153/8078] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:31 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4154/8079] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:31 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:31.846 8 INFO neutron.db.l3_hamode_db [None req-61d27e0a-00e5-423c-abc2-3618e297b2d7 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 4155/8080] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:31 2026] GET /v2.0/security-groups?tenant_id=aa888bb7a2af4ea68eaa7cef8b5625c2&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4156/8081] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:32 2026] DELETE /v2.0/security-groups/c90c804c-4a7d-4e9b-9ebd-af94dbb4fbb7 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4157/8082] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:32 2026] GET /v2.0/security-groups?tenant_id=5f853fd408fd4d99935303cb3336eafb&name=default => generated 2929 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4158/8083] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:32 2026] DELETE /v2.0/security-groups/5336b6a1-35d9-4d6c-983a-ea47359f23a8 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4161/8086] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:32 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4162/8087] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:32 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3926/8088] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:15:30 2026] POST /v2.0/routers => generated 730 bytes in 2865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4163/8089] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:33 2026] GET /v2.0/security-groups?tenant_id=b7d2d6e44eec4951b7759297fe020754&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4164/8090] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:33 2026] DELETE /v2.0/security-groups/689fa328-05ab-4652-b861-7cb5c6dd5d17 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4165/8091] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:15:33 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 4166/8092] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:33 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:15:34.129 7 INFO neutron_taas.services.taas.taas_plugin [req-21ec13eb-410f-4d12-8635-f94aaa74cb72 req-472c1fca-f35f-4dae-b838-806296e5c07e 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] TaaS: Handle Delete Port: 1e4d652e-ced2-48f4-a3ce-f3cdc15d1704 2026-07-29 09:15:34.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21ec13eb-410f-4d12-8635-f94aaa74cb72 req-472c1fca-f35f-4dae-b838-806296e5c07e 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] Tap Mirror: Handle Delete Port: 1e4d652e-ced2-48f4-a3ce-f3cdc15d1704 [pid: 7|app: 0|req: 4167/8093] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:15:34 2026] DELETE /v2.0/ports/1e4d652e-ced2-48f4-a3ce-f3cdc15d1704 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4168/8094] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:34 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:34.382 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfaf5c8b-e7c4-4bdd-92d7-ccc508e4f9c0'] response: {'server_uuid': '723f66e1-b950-41ab-98b0-02bee443e7a6', 'name': 'network-vif-deleted', 'tag': '1e4d652e-ced2-48f4-a3ce-f3cdc15d1704', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 3927/8095] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:15:33 2026] PUT /v2.0/routers/f4a372cd-0d54-4e59-8204-ab32c786ee0b/add_router_interface => generated 309 bytes in 1366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4169/8096] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:35 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 3928/8097] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:15:35 2026] GET /v2.0/networks?id=c26804a4-6036-4ce5-b670-424bf524deef => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4170/8098] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:15:35 2026] GET /v2.0/quotas/7bbeb94c4e644d5daf22776fc1556be2 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3929/8099] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:15:35 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4171/8100] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:15:35 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3930/8101] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:15:35 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4172/8102] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:36 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 3931/8103] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:36 2026] GET /v2.0/ports?device_id=723f66e1-b950-41ab-98b0-02bee443e7a6 => 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: 3932/8104] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4173/8105] 10.0.0.17 () {34 vars in 674 bytes} [Wed Jul 29 09:15:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3933/8106] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:15:37 2026] PUT /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4174/8107] 10.0.0.17 () {32 vars in 737 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3934/8108] 10.0.0.17 () {34 vars in 768 bytes} [Wed Jul 29 09:15:37 2026] PUT /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags/green => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4175/8109] 10.0.0.17 () {32 vars in 737 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3935/8110] 10.0.0.17 () {34 vars in 764 bytes} [Wed Jul 29 09:15:37 2026] PUT /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags/red => 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: 4176/8111] 10.0.0.17 () {32 vars in 737 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3936/8112] 10.0.0.17 () {34 vars in 786 bytes} [Wed Jul 29 09:15:37 2026] PUT /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4177/8113] 10.0.0.17 () {32 vars in 737 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3937/8114] 10.0.0.17 () {34 vars in 757 bytes} [Wed Jul 29 09:15:37 2026] PUT /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4178/8115] 10.0.0.17 () {32 vars in 737 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3938/8116] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:15:38.017 7 INFO neutron.api.v2.resource [None req-f062f23c-ddcf-41b8-bf01-edea828afba3 62f140163a63408ab17d9ce673cb6d48 b6e55c122ccc45eaa2d64f5421e43c61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4179/8117] 10.0.0.17 () {32 vars in 749 bytes} [Wed Jul 29 09:15:37 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3939/8118] 10.0.0.17 () {32 vars in 748 bytes} [Wed Jul 29 09:15:38 2026] DELETE /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags/red => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4180/8119] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4181/8120] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/quotas/f0a794ead83245b5a031752ca40bc178 => 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: 3940/8121] 10.0.0.17 () {32 vars in 737 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:38.242 7 INFO neutron.api.v2.resource [None req-eb17015b-295e-4b82-8171-14cf53cf7ea4 62f140163a63408ab17d9ce673cb6d48 b6e55c122ccc45eaa2d64f5421e43c61 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4182/8122] 10.0.0.17 () {32 vars in 752 bytes} [Wed Jul 29 09:15:38 2026] DELETE /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/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: 3941/8123] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&fields=id => generated 149 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3942/8124] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4183/8125] 10.0.0.17 () {32 vars in 740 bytes} [Wed Jul 29 09:15:38 2026] DELETE /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => 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: 4184/8126] 10.0.0.17 () {32 vars in 737 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3943/8127] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4185/8128] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3944/8129] 10.0.0.17 () {32 vars in 730 bytes} [Wed Jul 29 09:15:38 2026] DELETE /v2.0/subnetpools/ab8f1625-6532-4a7d-8b35-8b8d5e3748b7 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4186/8130] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:38 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4187/8131] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:39 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 3945/8132] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:39 2026] GET /v2.0/security-groups?tenant_id=b6e55c122ccc45eaa2d64f5421e43c61&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3946/8133] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:39 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4188/8134] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:39 2026] DELETE /v2.0/security-groups/ec69d927-0ee2-4e80-bd92-1caf5f0cd967 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3947/8135] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:15:39 2026] GET /v2.0/security-groups?tenant_id=381570f306f8447e8ea6cdaa33a3fa0b&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4189/8136] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:15:40 2026] DELETE /v2.0/security-groups/45e180a4-93e0-46a9-9346-5a84d13942a6 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3948/8137] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:40 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4190/8138] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:15:40 2026] GET /v2.0/networks?id=c26804a4-6036-4ce5-b670-424bf524deef => generated 675 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4191/8139] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:40 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 3949/8140] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:15:40 2026] POST /v2.0/ports => generated 958 bytes in 538 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: 3950/8141] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:41 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4192/8142] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:15:41 2026] PUT /v2.0/ports/1770bbf3-a5b4-4cd2-b93b-c803c272ad78 => generated 1239 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3951/8143] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:41 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:15:41.720 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-96eca0f7-4ffb-414c-9129-613979baefd5'] response: {'name': 'network-changed', 'server_uuid': '827dcf18-548b-47df-92d6-583cd842ba8d', 'tag': '1770bbf3-a5b4-4cd2-b93b-c803c272ad78', '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: 4193/8144] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:41 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 3952/8145] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:42 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4194/8146] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:15:42 2026] GET /v2.0/networks?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&shared=False => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3953/8147] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:15:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4195/8148] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:42 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3954/8149] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:42 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 3955/8150] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:42 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4196/8151] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:15:42 2026] GET /v2.0/networks?id=f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 669 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4197/8152] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:43 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4198/8153] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1770bbf3-a5b4-4cd2-b93b-c803c272ad78 => 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: 4199/8154] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:15:43 2026] GET /v2.0/subnets?id=e3a92072-aee2-4f4a-9dea-25630624e3e3 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3956/8155] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:15:43 2026] POST /v2.0/ports => generated 954 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4200/8156] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:15:43 2026] GET /v2.0/ports?network_id=c26804a4-6036-4ce5-b670-424bf524deef&device_owner=network%3Adhcp => generated 12 bytes in 19 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: 4201/8157] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:15:43 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 4202/8158] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:15:43 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 4203/8159] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:43 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4204/8160] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:44 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 3957/8161] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:15:43 2026] PUT /v2.0/ports/d4d06f72-6030-49c5-855d-af3bb7949ba0 => generated 1235 bytes in 533 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:15:44.122 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3567c2e2-7eec-4c05-8010-dee51ce9fa36'] response: {'name': 'network-changed', 'server_uuid': '55bc0cea-ee08-4439-850f-8312c01737f7', 'tag': 'd4d06f72-6030-49c5-855d-af3bb7949ba0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4205/8162] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:44 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 969 bytes in 85 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: 3958/8163] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:44 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4206/8164] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:44 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 3959/8165] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:15:44 2026] GET /v2.0/networks?tenant_id=f0a794ead83245b5a031752ca40bc178&shared=False => generated 765 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4207/8166] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:15:44 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: 8|app: 0|req: 3960/8167] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4208/8168] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3961/8169] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4209/8170] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3962/8171] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/ports?tenant_id=f0a794ead83245b5a031752ca40bc178&device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4210/8172] 199.19.213.48 () {34 vars in 1056 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=d4d06f72-6030-49c5-855d-af3bb7949ba0 => 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: 3963/8173] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/subnets?id=55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4211/8174] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/ports?network_id=f09ca44d-8a10-486f-8c2b-70fcde50a885&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: 3964/8175] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:15:45 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 4212/8176] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:15:46 2026] GET /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885?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: 3965/8177] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:46 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4213/8178] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:46 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3966/8179] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:46 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4214/8180] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:46 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3967/8181] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:47 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4215/8182] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:47 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3968/8183] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:47 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4216/8184] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:47 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4218/8187] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:48 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3970/8188] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:48 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4219/8189] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:48 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3971/8190] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:48 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 7|app: 0|req: 4220/8191] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:49 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3972/8192] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:49 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4221/8193] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:49 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3973/8194] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:15:49 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3974/8195] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4222/8196] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/networks?id=c26804a4-6036-4ce5-b670-424bf524deef => generated 771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3975/8197] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1770bbf3-a5b4-4cd2-b93b-c803c272ad78 => 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: 4223/8198] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/subnets?id=e3a92072-aee2-4f4a-9dea-25630624e3e3 => generated 694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4224/8199] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/ports?network_id=c26804a4-6036-4ce5-b670-424bf524deef&device_owner=network%3Adhcp => 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: 3976/8200] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4225/8201] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 3977/8202] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4226/8203] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:15:50 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 3978/8204] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4227/8205] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3979/8206] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4228/8207] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3980/8208] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4229/8209] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3981/8210] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4230/8211] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3982/8212] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:51 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4231/8213] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:52 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3983/8214] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:52 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4232/8215] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:52 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 3984/8216] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:53 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4233/8217] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:53 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3985/8218] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:53 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4234/8219] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:53 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3986/8220] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:54 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4235/8221] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:54 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3987/8222] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:54 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4236/8223] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:54 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3988/8224] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:55 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4237/8225] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:55 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3989/8226] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:56 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4238/8227] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:56 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3990/8228] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:56 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4239/8229] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:56 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3991/8230] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:57 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4240/8231] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:57 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3992/8232] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:57 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4241/8233] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:57 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3993/8234] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:58 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4242/8235] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:58 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3994/8236] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:58 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4243/8237] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:59 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 3995/8238] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:15:59 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4244/8239] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:15:59 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3996/8240] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:00 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4245/8241] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:00 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3997/8242] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:16:00 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4246/8243] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:00 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3998/8244] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:00 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4247/8245] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:00 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3999/8246] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:01 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4248/8247] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:01 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4000/8248] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:01 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4249/8249] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:01 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4001/8250] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:02 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4250/8251] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:02 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4252/8254] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:03 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4003/8255] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:03 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4253/8256] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:03 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4004/8257] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:03 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4254/8258] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:04 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4005/8259] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:04 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4255/8260] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:04 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4006/8261] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:04 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 7|app: 0|req: 4256/8262] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:05 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4007/8263] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:05 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4257/8264] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:06 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4008/8265] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:06 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4258/8266] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:06 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4009/8267] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:06 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4259/8268] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:07 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4010/8269] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:07 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4260/8270] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:07 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4011/8271] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:07 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4261/8272] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:08 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4012/8273] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:08 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4262/8274] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:08 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4013/8275] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:08 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 7|app: 0|req: 4263/8276] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:09 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4014/8277] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:09 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4264/8278] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:10 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4015/8279] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:10 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4265/8280] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:10 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4016/8281] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:10 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4266/8282] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:11 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4017/8283] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:11 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4267/8284] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:11 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4018/8285] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:11 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4268/8286] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:12 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4019/8287] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:12 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4269/8288] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:12 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4020/8289] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4270/8290] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4021/8291] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4271/8292] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4022/8293] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4272/8294] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4023/8295] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4273/8296] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4024/8297] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:13 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4274/8298] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:14 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4025/8299] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:14 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4275/8300] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:14 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4026/8301] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:14 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4276/8302] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:16:15 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4277/8303] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:15 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4278/8304] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:15 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:16.105 8 INFO neutron_taas.services.taas.taas_plugin [req-effbd72f-d8d5-4ea0-a000-fc4b87ff81df req-61249cce-d398-4b9f-aad3-c3a0021ca2b2 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] TaaS: Handle Delete Port: d4d06f72-6030-49c5-855d-af3bb7949ba0 [pid: 7|app: 0|req: 4279/8305] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:16 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:16:16.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-effbd72f-d8d5-4ea0-a000-fc4b87ff81df req-61249cce-d398-4b9f-aad3-c3a0021ca2b2 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] Tap Mirror: Handle Delete Port: d4d06f72-6030-49c5-855d-af3bb7949ba0 [pid: 7|app: 0|req: 4280/8306] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:16 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4027/8307] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:16:15 2026] DELETE /v2.0/ports/d4d06f72-6030-49c5-855d-af3bb7949ba0 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:16:16.323 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c83d78c8-654d-4687-9311-cb74d7d02da2'] response: {'server_uuid': '55bc0cea-ee08-4439-850f-8312c01737f7', 'name': 'network-vif-deleted', 'tag': 'd4d06f72-6030-49c5-855d-af3bb7949ba0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4281/8308] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:17 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4028/8309] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:17 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4282/8310] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:17 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4030/8313] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:18 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4284/8314] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:18 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4031/8315] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:18 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4285/8316] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:19 2026] GET /v2.0/ports?device_id=55bc0cea-ee08-4439-850f-8312c01737f7 => 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: 4032/8317] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:19 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4286/8318] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:19 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4033/8319] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:20 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4287/8320] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:20 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4034/8321] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:21 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4288/8322] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:21 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4035/8323] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:21 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4289/8324] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:21 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4036/8325] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:22 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 4290/8326] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:22 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4037/8327] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:22 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4291/8328] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:22 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4038/8329] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:23 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4039/8330] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:23 2026] GET /v2.0/security-groups?id=38311c04-40c4-4ff9-a1cd-b18bc220ed0f&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: 4292/8331] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:16:23 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:16:23.848 8 INFO neutron_taas.services.taas.taas_plugin [req-10021a71-01b2-477a-8be0-27f8aaa8e2a7 req-1c9facdc-ad40-44bd-b053-515d81fa762d 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] TaaS: Handle Delete Port: b13869cf-3868-4005-a47b-9e7e0ad86264 2026-07-29 09:16:23.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-10021a71-01b2-477a-8be0-27f8aaa8e2a7 req-1c9facdc-ad40-44bd-b053-515d81fa762d 4d17c36894f14f8a98474810cce6d9f9 f0a794ead83245b5a031752ca40bc178 - - default default] Tap Mirror: Handle Delete Port: b13869cf-3868-4005-a47b-9e7e0ad86264 [pid: 8|app: 0|req: 4040/8332] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:16:23 2026] DELETE /v2.0/ports/b13869cf-3868-4005-a47b-9e7e0ad86264 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:16:24.095 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f6f5677-4524-43a3-ba03-71f37aea45be'] response: {'server_uuid': '07caf895-6dd5-452c-9822-7fe973a61a41', 'name': 'network-vif-deleted', 'tag': 'b13869cf-3868-4005-a47b-9e7e0ad86264', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4293/8333] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:24 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4041/8334] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:24 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4294/8335] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:24 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 4042/8336] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:25 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4295/8337] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:25 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4043/8338] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:25 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 4296/8339] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:26 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4044/8340] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:26 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4297/8341] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:26 2026] GET /v2.0/ports?device_id=07caf895-6dd5-452c-9822-7fe973a61a41 => 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: 4045/8342] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:27 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4298/8343] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:27 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:28.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb63b9b6-e095-49e2-97e9-f0e5d13a960f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 3e045d71-a959-4a83-b750-9e1c72261e64 2026-07-29 09:16:28.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb63b9b6-e095-49e2-97e9-f0e5d13a960f 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 3e045d71-a959-4a83-b750-9e1c72261e64 [pid: 7|app: 0|req: 4299/8344] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:28 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4300/8345] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:28 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4046/8346] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:16:28 2026] PUT /v2.0/routers/71700526-7da9-4c87-8bd2-2f52179ac069/remove_router_interface => generated 309 bytes in 1006 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:16:29.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-b20cf5dc-fd14-4340-bf0d-fc8eea8f9a7e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 51721b9d-020a-4c56-940d-4380fff72ca5 2026-07-29 09:16:29.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b20cf5dc-fd14-4340-bf0d-fc8eea8f9a7e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 51721b9d-020a-4c56-940d-4380fff72ca5 2026-07-29 09:16:29.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-b20cf5dc-fd14-4340-bf0d-fc8eea8f9a7e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: 7bb0127a-3bf7-4196-a227-7589c4819d8f 2026-07-29 09:16:29.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b20cf5dc-fd14-4340-bf0d-fc8eea8f9a7e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: 7bb0127a-3bf7-4196-a227-7589c4819d8f [pid: 8|app: 0|req: 4047/8347] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:29 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4048/8348] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:29 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:30.082 7 INFO neutron.services.segments.plugin [-] Segment 21a5be12-6d32-48be-8029-7d348a0702c0 resource provider aggregate not found 2026-07-29 09:16:30.088 7 INFO neutron.services.segments.plugin [-] Segment 21a5be12-6d32-48be-8029-7d348a0702c0 resource provider aggregate not found 2026-07-29 09:16:30.109 7 INFO neutron.services.segments.plugin [-] Segment 21a5be12-6d32-48be-8029-7d348a0702c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21a5be12-6d32-48be-8029-7d348a0702c0 found for delete ", "request_id": "req-54e7fafe-3ae7-470e-861b-041b1bd63b3d"}]} 2026-07-29 09:16:30.112 7 INFO neutron.services.segments.plugin [-] Segment 21a5be12-6d32-48be-8029-7d348a0702c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21a5be12-6d32-48be-8029-7d348a0702c0 found for delete ", "request_id": "req-700838ae-49a0-4a9e-b12b-7f5eaaa2118b"}]} 2026-07-29 09:16:30.149 7 INFO neutron.db.l3_hamode_db [None req-b20cf5dc-fd14-4340-bf0d-fc8eea8f9a7e 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] HA network fb3e4d3f-2dd9-4e3c-8558-c014620727d2 was deleted as no HA routers are present in tenant f0a794ead83245b5a031752ca40bc178. [pid: 7|app: 0|req: 4301/8349] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:16:29 2026] DELETE /v2.0/routers/71700526-7da9-4c87-8bd2-2f52179ac069 => generated 0 bytes in 1095 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4049/8350] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:16:30 2026] DELETE /v2.0/subnets/55e09002-6ae0-4345-ac5d-d632ccd74fcc => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:16:30.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c1987ec-2068-477f-8722-dc13ae40826b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] TaaS: Handle Delete Port: fde12c0f-5498-4f8e-b395-713707e47feb 2026-07-29 09:16:30.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c1987ec-2068-477f-8722-dc13ae40826b 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Tap Mirror: Handle Delete Port: fde12c0f-5498-4f8e-b395-713707e47feb [pid: 7|app: 0|req: 4302/8351] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:16:30 2026] DELETE /v2.0/networks/f09ca44d-8a10-486f-8c2b-70fcde50a885 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4050/8352] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:31 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4303/8353] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:31 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4051/8354] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:16:31 2026] GET /v2.0/security-groups?tenant_id=f0a794ead83245b5a031752ca40bc178&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4304/8355] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:16:31 2026] DELETE /v2.0/security-groups/38311c04-40c4-4ff9-a1cd-b18bc220ed0f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 09:16:32.134 7 INFO neutron.services.segments.plugin [-] Segment 7984c5af-7fab-4e78-8621-de9432483fde resource provider aggregate not found 2026-07-29 09:16:32.151 7 INFO neutron.services.segments.plugin [-] Segment 7984c5af-7fab-4e78-8621-de9432483fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7984c5af-7fab-4e78-8621-de9432483fde found for delete ", "request_id": "req-39c6b092-c2cf-491a-a499-840c2c362d93"}]} 2026-07-29 09:16:32.245 7 INFO neutron.services.segments.plugin [-] Segment 7984c5af-7fab-4e78-8621-de9432483fde resource provider aggregate not found 2026-07-29 09:16:32.274 7 INFO neutron.services.segments.plugin [-] Segment 7984c5af-7fab-4e78-8621-de9432483fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7984c5af-7fab-4e78-8621-de9432483fde found for delete ", "request_id": "req-e949d219-85d0-48fc-8302-b2658b5f0a80"}]} [pid: 8|app: 0|req: 4052/8356] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:32 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4305/8357] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:32 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4307/8360] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:33 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4308/8361] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:33 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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-07-29 09:16:33.854 8 INFO neutron.db.segments_db [None req-a906daa3-87ca-4306-920d-9e3f6d083e31 792098ed716c44f9a3ede4e71835c564 72f6d938b22e4da18b1c6ca11a245d57 - - default default] Added segment 7041e30e-4bd1-49eb-a23e-787fbdbbbd37 of type vxlan for network c7151ec9-3b22-47ba-8d02-9da7eda874ef [pid: 8|app: 0|req: 4054/8362] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:16:33 2026] POST /v2.0/networks => generated 728 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4309/8363] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:34 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4055/8364] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:34 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 7|app: 0|req: 4310/8365] 10.0.0.78 () {34 vars in 901 bytes} [Wed Jul 29 09:16:35 2026] GET /v2.0/networks => generated 1273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4056/8366] 10.0.0.78 () {34 vars in 975 bytes} [Wed Jul 29 09:16:35 2026] GET /v2.0/networks/c7151ec9-3b22-47ba-8d02-9da7eda874ef => generated 633 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4057/8367] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:35 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4058/8368] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:35 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:36.118 7 INFO neutron.services.segments.plugin [-] Segment 7041e30e-4bd1-49eb-a23e-787fbdbbbd37 resource provider aggregate not found 2026-07-29 09:16:36.134 7 INFO neutron.services.segments.plugin [-] Segment 7041e30e-4bd1-49eb-a23e-787fbdbbbd37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7041e30e-4bd1-49eb-a23e-787fbdbbbd37 found for delete ", "request_id": "req-90b99fa2-7582-41e3-9f82-f9f380636a86"}]} 2026-07-29 09:16:36.139 7 INFO neutron.services.segments.plugin [-] Segment 7041e30e-4bd1-49eb-a23e-787fbdbbbd37 resource provider aggregate not found 2026-07-29 09:16:36.155 7 INFO neutron.services.segments.plugin [-] Segment 7041e30e-4bd1-49eb-a23e-787fbdbbbd37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7041e30e-4bd1-49eb-a23e-787fbdbbbd37 found for delete ", "request_id": "req-f42735f8-c349-4710-81ae-c070c57399b0"}]} [pid: 7|app: 0|req: 4311/8369] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:16:35 2026] DELETE /v2.0/networks/c7151ec9-3b22-47ba-8d02-9da7eda874ef => generated 0 bytes in 927 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4059/8370] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:16:36 2026] GET /v2.0/security-groups?tenant_id=5f799b5c63f744f9a0b9c2b3e31ba8f7&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4312/8371] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:16:36 2026] DELETE /v2.0/security-groups/f3a28f38-95f7-414c-9cda-6bde6a5daf9d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4060/8372] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:37 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4313/8373] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:37 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4061/8374] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:38 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4314/8375] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:38 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4062/8376] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:16:39 2026] GET /v2.0/security-groups?tenant_id=e4b31120e58e4812bacd9999b3df7911&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4315/8377] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:39 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4316/8378] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:39 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4063/8379] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:16:39 2026] DELETE /v2.0/security-groups/3d89e8b7-4077-45d2-880e-b07f7416b575 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4317/8380] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:40 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4064/8381] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:40 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:41.758 7 INFO neutron.db.segments_db [None req-b183f71b-fc42-48e7-8861-63aee40f89cb 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment b5f09fe0-84d1-4878-a321-b484b01eb973 of type vxlan for network e0d4de56-8920-4781-bc7a-d8209943b3b4 [pid: 8|app: 0|req: 4065/8382] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:41 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4066/8383] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:41 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4318/8384] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:16:41 2026] POST /v2.0/networks => generated 615 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:16:42.059 8 INFO neutron.db.segments_db [None req-56261e7d-527a-4d3e-ab09-50ba00fcb91f 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment bae80213-a977-489a-93f0-be76271cd1be of type vxlan for network c56a3d32-cd17-4722-9068-c83cc163c01a [pid: 8|app: 0|req: 4067/8385] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:16:41 2026] POST /v2.0/networks => generated 614 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4319/8386] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:16:42 2026] POST /v2.0/subnets => generated 646 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4320/8387] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:42 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4321/8388] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:43 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4068/8389] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:16:42 2026] POST /v2.0/subnets => generated 655 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:16:43.315 7 INFO neutron.db.segments_db [None req-83967d29-a282-4387-9462-6361da700e13 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment a848e4c5-f99d-44a5-9af9-e1aa92b8d434 of type vxlan for network 8b92d7db-b468-498b-857f-664ac2d38409 2026-07-29 09:16:43.749 7 INFO neutron.db.l3_hamode_db [None req-83967d29-a282-4387-9462-6361da700e13 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:16:43.919 7 INFO neutron.db.l3_hamode_db [None req-83967d29-a282-4387-9462-6361da700e13 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4069/8390] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:44 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4070/8391] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:44 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4322/8392] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:16:43 2026] POST /v2.0/routers => generated 511 bytes in 1672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4323/8393] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:45 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4324/8394] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:45 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4071/8395] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:16:44 2026] PUT /v2.0/routers/8c829351-ff4f-40b9-a0dd-8befeaa550bd/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4325/8396] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:16:46 2026] GET /v2.0/ports/f4e8bd34-7c5e-4e1b-b867-48339142704f => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4326/8397] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:46 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4327/8398] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:46 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4072/8399] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:16:46 2026] PUT /v2.0/routers/8c829351-ff4f-40b9-a0dd-8befeaa550bd/add_router_interface => generated 309 bytes in 1328 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4328/8400] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:16:47 2026] GET /v2.0/ports/52ae19f8-7d77-49c4-a00a-2816fb66fc24 => generated 967 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4331/8403] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:47 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4332/8404] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:48 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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-07-29 09:16:48.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-f64cba7a-31c5-4f8b-b28d-dcc2d34650e9 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: 52ae19f8-7d77-49c4-a00a-2816fb66fc24 2026-07-29 09:16:48.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f64cba7a-31c5-4f8b-b28d-dcc2d34650e9 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: 52ae19f8-7d77-49c4-a00a-2816fb66fc24 [pid: 8|app: 0|req: 4073/8405] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:16:47 2026] PUT /v2.0/routers/8c829351-ff4f-40b9-a0dd-8befeaa550bd/remove_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:16:49.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-343f3419-a095-4081-9a4c-0a5497c06969 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: f4e8bd34-7c5e-4e1b-b867-48339142704f 2026-07-29 09:16:49.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-343f3419-a095-4081-9a4c-0a5497c06969 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: f4e8bd34-7c5e-4e1b-b867-48339142704f [pid: 8|app: 0|req: 4074/8406] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:49 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4075/8407] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:49 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 7|app: 0|req: 4333/8408] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:16:48 2026] PUT /v2.0/routers/8c829351-ff4f-40b9-a0dd-8befeaa550bd/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4076/8409] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:16:49 2026] GET /v2.0/ports?device_id=8c829351-ff4f-40b9-a0dd-8befeaa550bd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:49.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-89dd26c1-3169-474f-a640-3514d1468115 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: 84e0a6e3-9aac-4d6d-9011-8ea46037bd1f 2026-07-29 09:16:49.771 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89dd26c1-3169-474f-a640-3514d1468115 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: 84e0a6e3-9aac-4d6d-9011-8ea46037bd1f 2026-07-29 09:16:50.299 7 INFO neutron.services.segments.plugin [-] Segment a848e4c5-f99d-44a5-9af9-e1aa92b8d434 resource provider aggregate not found 2026-07-29 09:16:50.311 7 INFO neutron.services.segments.plugin [-] Segment a848e4c5-f99d-44a5-9af9-e1aa92b8d434 resource provider aggregate not found 2026-07-29 09:16:50.322 7 INFO neutron.services.segments.plugin [-] Segment a848e4c5-f99d-44a5-9af9-e1aa92b8d434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a848e4c5-f99d-44a5-9af9-e1aa92b8d434 found for delete ", "request_id": "req-6bcb7546-8c18-480a-b480-8b71fc89cdad"}]} 2026-07-29 09:16:50.342 7 INFO neutron.services.segments.plugin [-] Segment a848e4c5-f99d-44a5-9af9-e1aa92b8d434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a848e4c5-f99d-44a5-9af9-e1aa92b8d434 found for delete ", "request_id": "req-6acf0c96-40b3-491c-9c1c-663154f4d8af"}]} 2026-07-29 09:16:50.382 7 INFO neutron.db.l3_hamode_db [None req-89dd26c1-3169-474f-a640-3514d1468115 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] HA network 8b92d7db-b468-498b-857f-664ac2d38409 was deleted as no HA routers are present in tenant 5d009c7c880c482e94384c0e67450ef4. [pid: 7|app: 0|req: 4334/8410] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:16:49 2026] DELETE /v2.0/routers/8c829351-ff4f-40b9-a0dd-8befeaa550bd => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4077/8411] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:50 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4078/8412] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:50 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4335/8413] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:16:50 2026] DELETE /v2.0/subnets/21625843-5c74-4c69-b104-6bb7e5bdbfbf => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4079/8414] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:16:50 2026] DELETE /v2.0/subnets/2a660b89-676b-4dcc-a1f8-e0ad3b4d32fc => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:16:50.911 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b6704bb-02d4-4ed1-a213-bb6a0cf1c11f 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: 33966d25-5217-4673-ba77-d656bfc9b276 2026-07-29 09:16:50.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b6704bb-02d4-4ed1-a213-bb6a0cf1c11f 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: 33966d25-5217-4673-ba77-d656bfc9b276 [pid: 7|app: 0|req: 4336/8415] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:16:50 2026] DELETE /v2.0/networks/c56a3d32-cd17-4722-9068-c83cc163c01a => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:16:51.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e1afca1-fe96-474b-acc2-48c87095a012 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: 487a46b8-4264-40b5-8d07-57af822cbfa6 2026-07-29 09:16:51.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e1afca1-fe96-474b-acc2-48c87095a012 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: 487a46b8-4264-40b5-8d07-57af822cbfa6 2026-07-29 09:16:51.525 8 INFO neutron.services.segments.plugin [-] Segment b5f09fe0-84d1-4878-a321-b484b01eb973 resource provider aggregate not found 2026-07-29 09:16:51.528 8 INFO neutron.services.segments.plugin [-] Segment b5f09fe0-84d1-4878-a321-b484b01eb973 resource provider aggregate not found 2026-07-29 09:16:51.544 8 INFO neutron.services.segments.plugin [-] Segment b5f09fe0-84d1-4878-a321-b484b01eb973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f09fe0-84d1-4878-a321-b484b01eb973 found for delete ", "request_id": "req-47020f53-c5c6-4ec0-a4e2-cdf3a8c56ebe"}]} 2026-07-29 09:16:51.551 8 INFO neutron.services.segments.plugin [-] Segment b5f09fe0-84d1-4878-a321-b484b01eb973 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f09fe0-84d1-4878-a321-b484b01eb973 found for delete ", "request_id": "req-c76b3081-3d64-40ce-b3cf-6301de09a01a"}]} [pid: 8|app: 0|req: 4080/8416] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:16:51 2026] DELETE /v2.0/networks/e0d4de56-8920-4781-bc7a-d8209943b3b4 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4337/8417] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:51 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4338/8418] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:51 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:51.672 8 INFO neutron.db.segments_db [None req-48118f8b-ebf0-4ce6-8a80-aa3ee17e8c4c 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment 7441979e-2a8b-4406-b1bf-13d71557422b of type vxlan for network d50ddf45-0d28-437b-8532-98b9f64e8696 [pid: 8|app: 0|req: 4081/8419] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:16:51 2026] POST /v2.0/networks => generated 614 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4339/8420] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:16:51 2026] POST /v2.0/subnets => generated 646 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:16:52.344 7 INFO neutron.services.segments.plugin [-] Segment bae80213-a977-489a-93f0-be76271cd1be resource provider aggregate not found 2026-07-29 09:16:52.373 7 INFO neutron.services.segments.plugin [-] Segment bae80213-a977-489a-93f0-be76271cd1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae80213-a977-489a-93f0-be76271cd1be found for delete ", "request_id": "req-4e033d56-c2ef-4ff1-b5a5-2ca2079e5ed0"}]} 2026-07-29 09:16:52.374 7 INFO neutron.services.segments.plugin [-] Segment bae80213-a977-489a-93f0-be76271cd1be resource provider aggregate not found 2026-07-29 09:16:52.406 7 INFO neutron.services.segments.plugin [-] Segment bae80213-a977-489a-93f0-be76271cd1be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae80213-a977-489a-93f0-be76271cd1be found for delete ", "request_id": "req-d3968e35-2454-4c03-9d62-0c14b20afdfe"}]} 2026-07-29 09:16:52.416 8 INFO neutron.db.segments_db [None req-f837455f-077a-4b1f-b5a8-b8bb56a32d12 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment 13cf171f-03c8-4267-844b-ba427fc273f3 of type vxlan for network 5609866e-e353-470f-9087-cf0a5cb35017 [pid: 7|app: 0|req: 4340/8421] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:52 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:16:52.805 8 INFO neutron.db.l3_hamode_db [None req-f837455f-077a-4b1f-b5a8-b8bb56a32d12 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 4341/8422] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:52 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:52.976 8 INFO neutron.db.l3_hamode_db [None req-f837455f-077a-4b1f-b5a8-b8bb56a32d12 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4082/8423] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:16:52 2026] POST /v2.0/routers => generated 510 bytes in 1509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4083/8424] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:53 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4084/8425] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:53 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4342/8426] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:16:53 2026] POST /v2.0/ports => generated 964 bytes in 449 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: 4343/8427] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:55 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4344/8428] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:55 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4085/8429] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:16:54 2026] PUT /v2.0/routers/acce3a45-65e0-404d-bd39-14d646f17857/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4345/8430] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:16:55 2026] GET /v2.0/ports/d1527c73-30c5-42d1-9359-9e4e9cc63eac => generated 1038 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 09:16:55.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-1705e779-1dd0-43e4-8ee3-b0c6170d51b0 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: d1527c73-30c5-42d1-9359-9e4e9cc63eac 2026-07-29 09:16:55.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1705e779-1dd0-43e4-8ee3-b0c6170d51b0 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: d1527c73-30c5-42d1-9359-9e4e9cc63eac [pid: 7|app: 0|req: 4346/8431] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:56 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4347/8432] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:56 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4086/8433] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:16:55 2026] PUT /v2.0/routers/acce3a45-65e0-404d-bd39-14d646f17857/remove_router_interface => generated 309 bytes in 985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:16:56.688 7 INFO neutron.api.v2.resource [None req-0618541d-efff-41c2-b2b7-545d47cd18e7 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4348/8434] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:16:56 2026] PUT /v2.0/routers/acce3a45-65e0-404d-bd39-14d646f17857/remove_router_interface => generated 197 bytes in 145 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: 4087/8435] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:16:56 2026] GET /v2.0/ports?device_id=acce3a45-65e0-404d-bd39-14d646f17857 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:16:56.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed670da4-d284-4103-a740-36771a2dfbd8 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: 75d8a087-0d7a-4d60-a87d-f4bb939a77fd 2026-07-29 09:16:56.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed670da4-d284-4103-a740-36771a2dfbd8 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: 75d8a087-0d7a-4d60-a87d-f4bb939a77fd 2026-07-29 09:16:57.401 7 INFO neutron.services.segments.plugin [-] Segment 13cf171f-03c8-4267-844b-ba427fc273f3 resource provider aggregate not found 2026-07-29 09:16:57.402 7 INFO neutron.services.segments.plugin [-] Segment 13cf171f-03c8-4267-844b-ba427fc273f3 resource provider aggregate not found 2026-07-29 09:16:57.424 7 INFO neutron.services.segments.plugin [-] Segment 13cf171f-03c8-4267-844b-ba427fc273f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13cf171f-03c8-4267-844b-ba427fc273f3 found for delete ", "request_id": "req-4455f2f5-1761-477c-b6cf-6c9a40883e35"}]} 2026-07-29 09:16:57.426 7 INFO neutron.services.segments.plugin [-] Segment 13cf171f-03c8-4267-844b-ba427fc273f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13cf171f-03c8-4267-844b-ba427fc273f3 found for delete ", "request_id": "req-93df8a21-d3d6-4c2a-a382-20b6169a7586"}]} 2026-07-29 09:16:57.451 7 INFO neutron.db.l3_hamode_db [None req-ed670da4-d284-4103-a740-36771a2dfbd8 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] HA network 5609866e-e353-470f-9087-cf0a5cb35017 was deleted as no HA routers are present in tenant 5d009c7c880c482e94384c0e67450ef4. [pid: 7|app: 0|req: 4349/8436] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:16:56 2026] DELETE /v2.0/routers/acce3a45-65e0-404d-bd39-14d646f17857 => generated 0 bytes in 728 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4088/8437] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:57 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4089/8438] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:57 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4350/8439] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:16:57 2026] DELETE /v2.0/subnets/65ea008f-0971-4ebf-b5ce-85a074654684 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:16:57.797 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef8f2ee5-39b8-4909-995f-4c1f7cf92eb1 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: b28c15e1-b0a5-4a9a-92e5-e9ab7692161a 2026-07-29 09:16:57.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef8f2ee5-39b8-4909-995f-4c1f7cf92eb1 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: b28c15e1-b0a5-4a9a-92e5-e9ab7692161a 2026-07-29 09:16:58.072 8 INFO neutron.services.segments.plugin [-] Segment 7441979e-2a8b-4406-b1bf-13d71557422b resource provider aggregate not found 2026-07-29 09:16:58.084 8 INFO neutron.services.segments.plugin [-] Segment 7441979e-2a8b-4406-b1bf-13d71557422b resource provider aggregate not found 2026-07-29 09:16:58.109 8 INFO neutron.services.segments.plugin [-] Segment 7441979e-2a8b-4406-b1bf-13d71557422b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7441979e-2a8b-4406-b1bf-13d71557422b found for delete ", "request_id": "req-d0bc025f-fdd6-42ea-a8ee-3c4c52f07eee"}]} 2026-07-29 09:16:58.112 8 INFO neutron.services.segments.plugin [-] Segment 7441979e-2a8b-4406-b1bf-13d71557422b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7441979e-2a8b-4406-b1bf-13d71557422b found for delete ", "request_id": "req-3263ab99-e8cb-46df-af97-e3bc346bed0d"}]} [pid: 8|app: 0|req: 4090/8440] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:16:57 2026] DELETE /v2.0/networks/d50ddf45-0d28-437b-8532-98b9f64e8696 => generated 0 bytes in 487 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:16:58.256 7 INFO neutron.db.segments_db [None req-36a5f462-b137-451b-b5df-73a1f913f848 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment 71710db5-680d-4948-b8db-798980fcd4a9 of type vxlan for network 4d9d875a-493e-4bcb-aa68-ba749c9239e1 [pid: 7|app: 0|req: 4351/8441] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:16:58 2026] POST /v2.0/networks => generated 615 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4352/8442] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:58 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4353/8443] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:16:58 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4091/8444] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:16:58 2026] POST /v2.0/subnets => generated 646 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:16:58.988 7 INFO neutron.db.segments_db [None req-7842bf44-452b-48c7-aca3-5a8fd8c026ff 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment 15f05812-b710-4e50-b1e1-abdfdb914f52 of type vxlan for network c0617d77-3509-456f-836d-787db40ea970 [pid: 8|app: 0|req: 4092/8445] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:16:59 2026] GET /v2.0/networks?id=c26804a4-6036-4ce5-b670-424bf524deef => generated 675 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4093/8446] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:16:59 2026] GET /v2.0/quotas/7bbeb94c4e644d5daf22776fc1556be2 => 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: 4094/8447] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:16:59 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&fields=id => generated 103 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4095/8448] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:16:59 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-29 09:16:59.503 7 INFO neutron.db.l3_hamode_db [None req-7842bf44-452b-48c7-aca3-5a8fd8c026ff 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4096/8449] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:16:59 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4097/8450] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:16:59 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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) 2026-07-29 09:16:59.674 7 INFO neutron.db.l3_hamode_db [None req-7842bf44-452b-48c7-aca3-5a8fd8c026ff 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4098/8451] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:16:59 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4354/8452] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:16:58 2026] POST /v2.0/routers => generated 510 bytes in 1859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4355/8453] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:00 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4356/8454] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:02 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4099/8457] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:17:00 2026] PUT /v2.0/routers/fc576654-7451-4601-8651-c62c4dfa8693/add_router_interface => generated 309 bytes in 2183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4359/8458] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:17:02 2026] GET /v2.0/ports/c421088a-0a9d-4f8f-99e1-00084efd7de7 => generated 959 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4360/8459] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:03 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:03.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1d44387-f6b7-40e3-ab53-010152688298 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: c421088a-0a9d-4f8f-99e1-00084efd7de7 2026-07-29 09:17:03.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1d44387-f6b7-40e3-ab53-010152688298 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: c421088a-0a9d-4f8f-99e1-00084efd7de7 [pid: 8|app: 0|req: 4100/8460] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:17:03 2026] PUT /v2.0/routers/fc576654-7451-4601-8651-c62c4dfa8693/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4361/8461] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:03 2026] GET /v2.0/ports?device_id=fc576654-7451-4601-8651-c62c4dfa8693 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:04.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a0eaa89-0b49-4b6a-8d67-fcf1308a922d 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: d7137a08-0ca3-492b-a14a-353ddbd8c294 2026-07-29 09:17:04.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a0eaa89-0b49-4b6a-8d67-fcf1308a922d 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: d7137a08-0ca3-492b-a14a-353ddbd8c294 [pid: 7|app: 0|req: 4362/8462] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:04 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4363/8463] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:17:04 2026] GET /v2.0/networks?id=c26804a4-6036-4ce5-b670-424bf524deef => generated 675 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:04.681 8 INFO neutron.services.segments.plugin [-] Segment 15f05812-b710-4e50-b1e1-abdfdb914f52 resource provider aggregate not found 2026-07-29 09:17:04.686 8 INFO neutron.services.segments.plugin [-] Segment 15f05812-b710-4e50-b1e1-abdfdb914f52 resource provider aggregate not found 2026-07-29 09:17:04.699 8 INFO neutron.services.segments.plugin [-] Segment 15f05812-b710-4e50-b1e1-abdfdb914f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15f05812-b710-4e50-b1e1-abdfdb914f52 found for delete ", "request_id": "req-b23ef708-667c-4ed9-a2dd-89ddca63ee82"}]} 2026-07-29 09:17:04.700 8 INFO neutron.services.segments.plugin [-] Segment 15f05812-b710-4e50-b1e1-abdfdb914f52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15f05812-b710-4e50-b1e1-abdfdb914f52 found for delete ", "request_id": "req-77a056d9-e777-42ae-872c-ffb47782ed04"}]} 2026-07-29 09:17:04.731 8 INFO neutron.db.l3_hamode_db [None req-7a0eaa89-0b49-4b6a-8d67-fcf1308a922d 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] HA network c0617d77-3509-456f-836d-787db40ea970 was deleted as no HA routers are present in tenant 5d009c7c880c482e94384c0e67450ef4. [pid: 8|app: 0|req: 4101/8464] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:03 2026] DELETE /v2.0/routers/fc576654-7451-4601-8651-c62c4dfa8693 => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4102/8465] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:04 2026] DELETE /v2.0/subnets/ede9a8e7-f374-481b-b96f-d90680d4d95b => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:17:05.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-abaa1e85-e0e6-45ab-b2f7-68ef8bd6f04f 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: ede7105a-12d1-41d0-8fb4-d8fee4607a90 2026-07-29 09:17:05.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abaa1e85-e0e6-45ab-b2f7-68ef8bd6f04f 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: ede7105a-12d1-41d0-8fb4-d8fee4607a90 [pid: 7|app: 0|req: 4364/8466] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:17:04 2026] POST /v2.0/ports => generated 958 bytes in 614 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: 4365/8467] 199.19.213.48 () {34 vars in 909 bytes} [Wed Jul 29 09:17:05 2026] GET /v2.0/extensions => generated 21537 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4103/8468] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:17:04 2026] DELETE /v2.0/networks/4d9d875a-493e-4bcb-aa68-ba749c9239e1 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:17:05.534 8 INFO neutron.db.segments_db [None req-45e2e4ad-0b76-46ff-b6af-cab73b216068 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Added segment 72949f8f-234b-40f0-96ed-06c022c60f5c of type vxlan for network 99590cce-0202-4d42-b2b1-52be2e3aea74 [pid: 7|app: 0|req: 4366/8469] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:17:05 2026] PUT /v2.0/ports/7b19fa9f-419f-4781-b4b7-efddeaf21f6a => generated 1239 bytes in 673 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-07-29 09:17:05.869 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8e1af2f-a9a0-4746-b378-4f780ff8d9b3'] response: {'name': 'network-changed', 'server_uuid': 'd45c5a0d-cbaf-455d-ab36-14c10d1b2c19', 'tag': '7b19fa9f-419f-4781-b4b7-efddeaf21f6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4367/8470] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:05 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4368/8471] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:05 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:06.017 8 INFO neutron.db.l3_hamode_db [None req-45e2e4ad-0b76-46ff-b6af-cab73b216068 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 4369/8472] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:17:06 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4370/8473] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:17:06 2026] GET /v2.0/networks?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&shared=False => generated 771 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4371/8474] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:17:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:06.713 8 INFO neutron.services.segments.plugin [-] Segment 71710db5-680d-4948-b8db-798980fcd4a9 resource provider aggregate not found 2026-07-29 09:17:06.723 8 INFO neutron.services.segments.plugin [-] Segment 71710db5-680d-4948-b8db-798980fcd4a9 resource provider aggregate not found 2026-07-29 09:17:06.739 8 INFO neutron.services.segments.plugin [-] Segment 71710db5-680d-4948-b8db-798980fcd4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71710db5-680d-4948-b8db-798980fcd4a9 found for delete ", "request_id": "req-87bb614c-8c09-4b9f-9ada-86af626b94b1"}]} 2026-07-29 09:17:06.750 8 INFO neutron.services.segments.plugin [-] Segment 71710db5-680d-4948-b8db-798980fcd4a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71710db5-680d-4948-b8db-798980fcd4a9 found for delete ", "request_id": "req-b1327e3f-5a39-4264-8606-bd54b75884f4"}]} [pid: 7|app: 0|req: 4372/8475] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4373/8476] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:07.296 8 INFO neutron.db.l3_hamode_db [None req-45e2e4ad-0b76-46ff-b6af-cab73b216068 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 4374/8477] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4375/8478] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7b19fa9f-419f-4781-b4b7-efddeaf21f6a => 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: 4376/8479] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/subnets?id=e3a92072-aee2-4f4a-9dea-25630624e3e3 => generated 694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4377/8480] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/ports?network_id=c26804a4-6036-4ce5-b670-424bf524deef&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4378/8481] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 4379/8482] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:17:07 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 4380/8483] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:08 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4381/8484] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:08 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4104/8485] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:05 2026] POST /v2.0/routers => generated 692 bytes in 3196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4382/8486] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:17:08 2026] GET /v2.0/routers/8ade9b33-3868-42b8-bb61-12a112c34968 => generated 698 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4105/8487] 10.0.0.17 () {32 vars in 645 bytes} [Wed Jul 29 09:17:08 2026] GET /v2.0/routers => generated 701 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4383/8488] 10.0.0.17 () {34 vars in 739 bytes} [Wed Jul 29 09:17:08 2026] PUT /v2.0/routers/8ade9b33-3868-42b8-bb61-12a112c34968 => generated 705 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4106/8489] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:17:09 2026] GET /v2.0/routers/8ade9b33-3868-42b8-bb61-12a112c34968 => generated 705 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4384/8490] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:09 2026] GET /v2.0/ports?device_id=8ade9b33-3868-42b8-bb61-12a112c34968 => 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: 4107/8491] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:09 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4108/8492] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:09 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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-07-29 09:17:09.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-c314b447-cb26-4d86-88cb-167e6d972c74 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: b83605fd-2172-40de-a77c-a54799649298 2026-07-29 09:17:09.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c314b447-cb26-4d86-88cb-167e6d972c74 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: b83605fd-2172-40de-a77c-a54799649298 2026-07-29 09:17:09.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-c314b447-cb26-4d86-88cb-167e6d972c74 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] TaaS: Handle Delete Port: 722c2259-b89b-4b37-b3c2-43efd683926d 2026-07-29 09:17:09.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c314b447-cb26-4d86-88cb-167e6d972c74 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] Tap Mirror: Handle Delete Port: 722c2259-b89b-4b37-b3c2-43efd683926d 2026-07-29 09:17:10.400 7 INFO neutron.services.segments.plugin [-] Segment 72949f8f-234b-40f0-96ed-06c022c60f5c resource provider aggregate not found 2026-07-29 09:17:10.400 7 INFO neutron.services.segments.plugin [-] Segment 72949f8f-234b-40f0-96ed-06c022c60f5c resource provider aggregate not found 2026-07-29 09:17:10.419 7 INFO neutron.services.segments.plugin [-] Segment 72949f8f-234b-40f0-96ed-06c022c60f5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72949f8f-234b-40f0-96ed-06c022c60f5c found for delete ", "request_id": "req-1e29490f-ff25-4322-8411-7e59912db603"}]} 2026-07-29 09:17:10.420 7 INFO neutron.services.segments.plugin [-] Segment 72949f8f-234b-40f0-96ed-06c022c60f5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72949f8f-234b-40f0-96ed-06c022c60f5c found for delete ", "request_id": "req-1be3becf-f01e-49b4-9e09-b71d6dacc94e"}]} 2026-07-29 09:17:10.447 7 INFO neutron.db.l3_hamode_db [None req-c314b447-cb26-4d86-88cb-167e6d972c74 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] HA network 99590cce-0202-4d42-b2b1-52be2e3aea74 was deleted as no HA routers are present in tenant 5d009c7c880c482e94384c0e67450ef4. [pid: 7|app: 0|req: 4385/8493] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:09 2026] DELETE /v2.0/routers/8ade9b33-3868-42b8-bb61-12a112c34968 => generated 0 bytes in 1056 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4109/8494] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:10 2026] GET /v2.0/ports?device_id=8ade9b33-3868-42b8-bb61-12a112c34968 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:10.509 7 INFO neutron.api.v2.resource [None req-1e35e55c-28c5-4c5e-b03c-5a3e543a4f87 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4386/8495] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/routers/8ade9b33-3868-42b8-bb61-12a112c34968 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4110/8496] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:10 2026] GET /v2.0/ports?device_id=fc576654-7451-4601-8651-c62c4dfa8693 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:10.566 7 INFO neutron.api.v2.resource [None req-24450680-f155-40a1-bdef-9d5d62dc0b1c 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4387/8497] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/routers/fc576654-7451-4601-8651-c62c4dfa8693 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:17:10.593 8 INFO neutron.pecan_wsgi.hooks.translation [None req-affb4106-1bcc-40ff-94c5-3441fd476ad7 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4111/8498] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/subnets/ede9a8e7-f374-481b-b96f-d90680d4d95b => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4112/8499] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:10 2026] GET /v2.0/ports?device_id=acce3a45-65e0-404d-bd39-14d646f17857 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:10.650 8 INFO neutron.api.v2.resource [None req-19b3c3f0-a2a4-4ce9-bda2-e46b081728c6 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4113/8500] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/routers/acce3a45-65e0-404d-bd39-14d646f17857 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:17:10.668 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76565a77-d582-4ece-b2e1-7599868f1c66 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4114/8501] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/subnets/65ea008f-0971-4ebf-b5ce-85a074654684 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4388/8502] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:10 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4115/8503] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:10 2026] GET /v2.0/ports?device_id=8c829351-ff4f-40b9-a0dd-8befeaa550bd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:10.722 8 INFO neutron.api.v2.resource [None req-f46ec891-2c00-404d-ab1a-1cf05d00a704 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4116/8504] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/routers/8c829351-ff4f-40b9-a0dd-8befeaa550bd => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4389/8505] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:10 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:10.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bddac0f0-c202-43b0-b938-7e60fa23a618 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4117/8506] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/subnets/21625843-5c74-4c69-b104-6bb7e5bdbfbf => generated 136 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:17:10.815 7 INFO neutron.pecan_wsgi.hooks.translation [None req-851baa90-d058-4853-9e1c-ecd8a732c0b7 655e7c4d23644caeb9f2c5099a7516ec 5d009c7c880c482e94384c0e67450ef4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4390/8507] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:10 2026] DELETE /v2.0/subnets/2a660b89-676b-4dcc-a1f8-e0ad3b4d32fc => 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: 4118/8508] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:17:11 2026] GET /v2.0/security-groups?tenant_id=5d009c7c880c482e94384c0e67450ef4&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: 4391/8509] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:17:11 2026] DELETE /v2.0/security-groups/58cdd494-9d1e-48ee-a26a-e60a4ea83136 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4119/8510] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:11 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4392/8511] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:11 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4120/8512] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:13 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4393/8513] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:13 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4121/8514] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:13 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4394/8515] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:13 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:14.744 8 INFO neutron.db.segments_db [None req-3f440fe7-d399-4f4d-97b9-0b4f8f0e2aa3 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment ef6b1874-a0fa-4419-8eb8-9e0f1ca95a7a of type vxlan for network 3da0bf93-59b0-441a-b287-a3b2c9cb9555 [pid: 7|app: 0|req: 4395/8516] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:17:14 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4396/8517] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:17:14 2026] GET /v2.0/networks?id=c26804a4-6036-4ce5-b670-424bf524deef => generated 771 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4397/8518] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:17:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7b19fa9f-419f-4781-b4b7-efddeaf21f6a => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4122/8519] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:17:14 2026] POST /v2.0/networks => generated 610 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4398/8520] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:17:14 2026] GET /v2.0/subnets?id=e3a92072-aee2-4f4a-9dea-25630624e3e3 => generated 694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4123/8521] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:17:14 2026] GET /v2.0/ports?network_id=c26804a4-6036-4ce5-b670-424bf524deef&device_owner=network%3Adhcp => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:15.037 7 INFO neutron.db.segments_db [None req-1275e510-abfd-4f71-8d2f-e52d2afa1e5a 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment a58b1487-6c67-43b8-b3c1-b1aadcd3b2b1 of type vxlan for network 7abe70d4-d113-4233-987a-2f327f38c928 [pid: 8|app: 0|req: 4124/8522] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:14 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4125/8523] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:17:15 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 4126/8524] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:15 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4127/8525] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:17:15 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?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: 7|app: 0|req: 4399/8526] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:17:14 2026] POST /v2.0/networks => generated 610 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4128/8527] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:15 2026] POST /v2.0/subnets => generated 626 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4400/8528] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:15 2026] POST /v2.0/subnets => generated 626 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4129/8529] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:16 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4130/8530] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:16 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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-07-29 09:17:16.361 7 INFO neutron.db.segments_db [None req-f6350aa6-a6e3-436e-90ec-19f75910ac57 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment ad3778f8-3290-439e-82a5-b39f3bffdf56 of type vxlan for network 64dd692d-d7f1-43be-801a-21dd642d05b6 2026-07-29 09:17:16.777 7 INFO neutron.db.l3_hamode_db [None req-f6350aa6-a6e3-436e-90ec-19f75910ac57 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:17:16.984 7 INFO neutron.db.l3_hamode_db [None req-f6350aa6-a6e3-436e-90ec-19f75910ac57 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4131/8531] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:17 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4132/8532] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:17 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4401/8535] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:16 2026] POST /v2.0/routers => generated 507 bytes in 1664 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4402/8536] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:18 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4403/8537] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:18 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4135/8538] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:17:17 2026] PUT /v2.0/routers/c12c0a2e-2ffc-439a-bc66-e9389f49376a/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4404/8539] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:17:19 2026] GET /v2.0/ports/1d172801-1911-47e2-981e-ea6218778df1 => generated 955 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4405/8540] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:19 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4406/8541] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:19 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4407/8542] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:20 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4136/8543] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:17:19 2026] PUT /v2.0/routers/c12c0a2e-2ffc-439a-bc66-e9389f49376a/add_router_interface => generated 309 bytes in 1595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4408/8544] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:20 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4137/8545] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:17:21 2026] GET /v2.0/ports/3e5f2326-51cd-44a8-8541-b03720077add => generated 955 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:21.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd521143-4d5f-4e35-aebe-7077e50b0bef 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 3e5f2326-51cd-44a8-8541-b03720077add 2026-07-29 09:17:21.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd521143-4d5f-4e35-aebe-7077e50b0bef 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 3e5f2326-51cd-44a8-8541-b03720077add [pid: 7|app: 0|req: 4409/8546] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:17:21 2026] PUT /v2.0/routers/c12c0a2e-2ffc-439a-bc66-e9389f49376a/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4138/8547] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:22 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4139/8548] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:22 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:22.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-af5aef24-2b0b-46df-a95b-b9b3966b7a99 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 1d172801-1911-47e2-981e-ea6218778df1 2026-07-29 09:17:22.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af5aef24-2b0b-46df-a95b-b9b3966b7a99 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 1d172801-1911-47e2-981e-ea6218778df1 [pid: 7|app: 0|req: 4410/8549] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:17:22 2026] PUT /v2.0/routers/c12c0a2e-2ffc-439a-bc66-e9389f49376a/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4140/8550] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:23 2026] GET /v2.0/ports?device_id=c12c0a2e-2ffc-439a-bc66-e9389f49376a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:23.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-f075f11a-554d-4bc9-9765-d79bd61b311f 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 92f6ea28-4bd1-458d-923b-9a60d05e5f05 2026-07-29 09:17:23.277 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f075f11a-554d-4bc9-9765-d79bd61b311f 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 92f6ea28-4bd1-458d-923b-9a60d05e5f05 [pid: 8|app: 0|req: 4141/8551] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:23 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4142/8552] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:23 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:23.671 7 INFO neutron.services.segments.plugin [-] Segment ad3778f8-3290-439e-82a5-b39f3bffdf56 resource provider aggregate not found 2026-07-29 09:17:23.680 7 INFO neutron.services.segments.plugin [-] Segment ad3778f8-3290-439e-82a5-b39f3bffdf56 resource provider aggregate not found 2026-07-29 09:17:23.693 7 INFO neutron.services.segments.plugin [-] Segment ad3778f8-3290-439e-82a5-b39f3bffdf56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad3778f8-3290-439e-82a5-b39f3bffdf56 found for delete ", "request_id": "req-35855b7f-457a-4ba1-a19c-24ff0940984b"}]} 2026-07-29 09:17:23.701 7 INFO neutron.services.segments.plugin [-] Segment ad3778f8-3290-439e-82a5-b39f3bffdf56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad3778f8-3290-439e-82a5-b39f3bffdf56 found for delete ", "request_id": "req-7aa935d0-7a54-44e7-8a3b-901fb9b3d606"}]} 2026-07-29 09:17:23.723 7 INFO neutron.db.l3_hamode_db [None req-f075f11a-554d-4bc9-9765-d79bd61b311f 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] HA network 64dd692d-d7f1-43be-801a-21dd642d05b6 was deleted as no HA routers are present in tenant 85de96bdabf943e78964bcd00396fefb. [pid: 7|app: 0|req: 4411/8553] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:23 2026] DELETE /v2.0/routers/c12c0a2e-2ffc-439a-bc66-e9389f49376a => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4143/8554] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:23 2026] DELETE /v2.0/subnets/8a79de77-76c2-4e60-9fcc-ec6cb4781166 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4412/8555] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:24 2026] DELETE /v2.0/subnets/a21c3933-2e0a-4143-99f7-5c0c9a168bcf => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:17:24.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-10cb655c-4d91-4af2-8f7e-1ba79b2e98bf 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 072c6f4e-b4e0-41a7-b456-bedbeb4eabfe 2026-07-29 09:17:24.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10cb655c-4d91-4af2-8f7e-1ba79b2e98bf 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 072c6f4e-b4e0-41a7-b456-bedbeb4eabfe [pid: 7|app: 0|req: 4413/8556] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:24 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:24.593 8 INFO neutron.services.segments.plugin [-] Segment a58b1487-6c67-43b8-b3c1-b1aadcd3b2b1 resource provider aggregate not found 2026-07-29 09:17:24.605 8 INFO neutron.services.segments.plugin [-] Segment a58b1487-6c67-43b8-b3c1-b1aadcd3b2b1 resource provider aggregate not found 2026-07-29 09:17:24.622 8 INFO neutron.services.segments.plugin [-] Segment a58b1487-6c67-43b8-b3c1-b1aadcd3b2b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a58b1487-6c67-43b8-b3c1-b1aadcd3b2b1 found for delete ", "request_id": "req-31f77d44-0736-43aa-b1ea-2a162ae87e98"}]} 2026-07-29 09:17:24.625 8 INFO neutron.services.segments.plugin [-] Segment a58b1487-6c67-43b8-b3c1-b1aadcd3b2b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a58b1487-6c67-43b8-b3c1-b1aadcd3b2b1 found for delete ", "request_id": "req-e2f79ff0-8ccc-40b4-a0b3-97310132355f"}]} [pid: 7|app: 0|req: 4414/8557] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:24 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4144/8558] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:17:24 2026] DELETE /v2.0/networks/7abe70d4-d113-4233-987a-2f327f38c928 => generated 0 bytes in 439 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:17:24.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccbc4e0a-eb62-47f5-80b7-532380453ddc 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 4113b7c3-f54c-4d00-943a-95e75a8a0b1b 2026-07-29 09:17:24.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccbc4e0a-eb62-47f5-80b7-532380453ddc 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 4113b7c3-f54c-4d00-943a-95e75a8a0b1b [pid: 7|app: 0|req: 4415/8559] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:17:24 2026] DELETE /v2.0/networks/3da0bf93-59b0-441a-b287-a3b2c9cb9555 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:17:25.195 8 INFO neutron.db.segments_db [None req-2a2fa0ac-86cd-4d14-9528-ff67fd71f5cc 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment d229b76d-cc9d-4d1b-bb99-78dd5ef382da of type vxlan for network 8d6c77b3-c910-433f-84b5-2283a003881d [pid: 8|app: 0|req: 4145/8560] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:17:25 2026] POST /v2.0/networks => generated 611 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:17:25.724 7 INFO neutron.services.segments.plugin [-] Segment ef6b1874-a0fa-4419-8eb8-9e0f1ca95a7a resource provider aggregate not found 2026-07-29 09:17:25.732 7 INFO neutron.services.segments.plugin [-] Segment ef6b1874-a0fa-4419-8eb8-9e0f1ca95a7a resource provider aggregate not found 2026-07-29 09:17:25.751 7 INFO neutron.services.segments.plugin [-] Segment ef6b1874-a0fa-4419-8eb8-9e0f1ca95a7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6b1874-a0fa-4419-8eb8-9e0f1ca95a7a found for delete ", "request_id": "req-80f44ef8-f98d-41e4-94eb-793b016dbdfe"}]} 2026-07-29 09:17:25.753 7 INFO neutron.services.segments.plugin [-] Segment ef6b1874-a0fa-4419-8eb8-9e0f1ca95a7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6b1874-a0fa-4419-8eb8-9e0f1ca95a7a found for delete ", "request_id": "req-3e0d4c3b-897d-42e9-b5c0-f91726359d87"}]} [pid: 8|app: 0|req: 4146/8561] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:25 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4416/8562] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:25 2026] POST /v2.0/subnets => generated 626 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4147/8563] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:25 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:25.875 7 INFO neutron.db.segments_db [None req-7cadb24a-1e73-481c-b291-b187a2e3819f 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment 08058ce2-6bb4-4f26-aed3-53d6cea49d9e of type vxlan for network 59909bca-ea4f-4ea8-a263-23b015596d86 2026-07-29 09:17:26.272 7 INFO neutron.db.l3_hamode_db [None req-7cadb24a-1e73-481c-b291-b187a2e3819f 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:17:26.438 7 INFO neutron.db.l3_hamode_db [None req-7cadb24a-1e73-481c-b291-b187a2e3819f 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4148/8564] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:26 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4149/8565] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:26 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4417/8566] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:25 2026] POST /v2.0/routers => generated 506 bytes in 1605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4150/8567] 10.0.0.17 () {34 vars in 663 bytes} [Wed Jul 29 09:17:27 2026] POST /v2.0/ports => generated 947 bytes in 538 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: 4151/8568] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:28 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4152/8569] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:28 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4418/8570] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:17:27 2026] PUT /v2.0/routers/39f88af4-33c4-4a80-ab0a-9b6e17d3c033/add_router_interface => generated 309 bytes in 1400 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: 4153/8571] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:29 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4419/8572] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:17:29 2026] GET /v2.0/ports/0f0e298d-6b2a-4d3f-b3c3-d9fc67257ec3 => generated 1021 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4154/8573] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:29 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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-07-29 09:17:29.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-6859e5ab-f4ee-47e1-88bc-74ba745c5f1b 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 0f0e298d-6b2a-4d3f-b3c3-d9fc67257ec3 2026-07-29 09:17:29.733 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6859e5ab-f4ee-47e1-88bc-74ba745c5f1b 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 0f0e298d-6b2a-4d3f-b3c3-d9fc67257ec3 [pid: 7|app: 0|req: 4420/8574] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:17:29 2026] PUT /v2.0/routers/39f88af4-33c4-4a80-ab0a-9b6e17d3c033/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:30.407 8 INFO neutron.api.v2.resource [None req-57737640-2525-45fc-9ae4-449067257ea5 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4155/8575] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:17:30 2026] PUT /v2.0/routers/39f88af4-33c4-4a80-ab0a-9b6e17d3c033/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 4421/8576] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:30 2026] GET /v2.0/ports?device_id=39f88af4-33c4-4a80-ab0a-9b6e17d3c033 => 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: 4422/8577] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:30 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:30.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-94648349-1213-4788-8944-594046a75889 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: bea5bf3e-a611-4dbf-a2d4-c1d3bf829316 [pid: 7|app: 0|req: 4423/8578] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:30 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:30.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94648349-1213-4788-8944-594046a75889 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: bea5bf3e-a611-4dbf-a2d4-c1d3bf829316 2026-07-29 09:17:31.044 8 INFO neutron.services.segments.plugin [-] Segment 08058ce2-6bb4-4f26-aed3-53d6cea49d9e resource provider aggregate not found 2026-07-29 09:17:31.048 8 INFO neutron.services.segments.plugin [-] Segment 08058ce2-6bb4-4f26-aed3-53d6cea49d9e resource provider aggregate not found 2026-07-29 09:17:31.067 8 INFO neutron.services.segments.plugin [-] Segment 08058ce2-6bb4-4f26-aed3-53d6cea49d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08058ce2-6bb4-4f26-aed3-53d6cea49d9e found for delete ", "request_id": "req-6246a16a-209d-45df-bd52-dde03aeadce3"}]} 2026-07-29 09:17:31.071 8 INFO neutron.services.segments.plugin [-] Segment 08058ce2-6bb4-4f26-aed3-53d6cea49d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08058ce2-6bb4-4f26-aed3-53d6cea49d9e found for delete ", "request_id": "req-1c7e3cf9-dfd3-4f10-b54f-a789c5fb0444"}]} 2026-07-29 09:17:31.133 8 INFO neutron.db.l3_hamode_db [None req-94648349-1213-4788-8944-594046a75889 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] HA network 59909bca-ea4f-4ea8-a263-23b015596d86 was deleted as no HA routers are present in tenant 85de96bdabf943e78964bcd00396fefb. [pid: 8|app: 0|req: 4156/8579] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:30 2026] DELETE /v2.0/routers/39f88af4-33c4-4a80-ab0a-9b6e17d3c033 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4424/8580] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:31 2026] DELETE /v2.0/subnets/d48a5870-ef87-43ae-97f3-2cfd21a10465 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:17:31.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-65b59d36-1cc9-4ebd-917f-7855bb20877d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 054b9e30-9093-41e9-a3ae-bad6e3c622ea 2026-07-29 09:17:31.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65b59d36-1cc9-4ebd-917f-7855bb20877d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 054b9e30-9093-41e9-a3ae-bad6e3c622ea [pid: 8|app: 0|req: 4157/8581] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:17:31 2026] DELETE /v2.0/networks/8d6c77b3-c910-433f-84b5-2283a003881d => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4425/8582] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:31 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4426/8583] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:31 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:31.787 8 INFO neutron.db.segments_db [None req-01bc7bdd-6ea4-41b2-a0e8-c630cc769e57 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment cc86b537-05f7-4008-b514-6dfb614d0e6b of type vxlan for network 327ab900-b833-471b-802c-f4e834ee0fbf [pid: 8|app: 0|req: 4158/8584] 10.0.0.17 () {34 vars in 668 bytes} [Wed Jul 29 09:17:31 2026] POST /v2.0/networks => generated 610 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4427/8585] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:31 2026] POST /v2.0/subnets => generated 626 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:17:32.494 8 INFO neutron.db.segments_db [None req-c9651834-8a8a-4522-acd7-d11a33b1d418 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment cc4d770c-b0f4-4152-bc52-8cadf39b4edc of type vxlan for network abd53763-4532-4e7a-8339-96d90f3c576a 2026-07-29 09:17:32.887 8 INFO neutron.db.l3_hamode_db [None req-c9651834-8a8a-4522-acd7-d11a33b1d418 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 4430/8588] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:32 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4431/8589] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:32 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:33.041 8 INFO neutron.db.l3_hamode_db [None req-c9651834-8a8a-4522-acd7-d11a33b1d418 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 09:17:33.094 8 INFO neutron.services.segments.plugin [-] Segment d229b76d-cc9d-4d1b-bb99-78dd5ef382da resource provider aggregate not found 2026-07-29 09:17:33.106 8 INFO neutron.services.segments.plugin [-] Segment d229b76d-cc9d-4d1b-bb99-78dd5ef382da resource provider aggregate not found 2026-07-29 09:17:33.115 8 INFO neutron.services.segments.plugin [-] Segment d229b76d-cc9d-4d1b-bb99-78dd5ef382da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d229b76d-cc9d-4d1b-bb99-78dd5ef382da found for delete ", "request_id": "req-373690e7-ea5e-450a-9a07-48e121183807"}]} 2026-07-29 09:17:33.130 8 INFO neutron.services.segments.plugin [-] Segment d229b76d-cc9d-4d1b-bb99-78dd5ef382da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d229b76d-cc9d-4d1b-bb99-78dd5ef382da found for delete ", "request_id": "req-90d40079-67f3-42a6-9b79-65c71fb772c1"}]} [pid: 8|app: 0|req: 4159/8590] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:32 2026] POST /v2.0/routers => generated 507 bytes in 1503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4160/8591] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:34 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4161/8592] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:34 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4432/8593] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:17:33 2026] PUT /v2.0/routers/efbca19b-83c8-4921-bb63-8452d390aa3e/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4162/8594] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:35 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4433/8595] 10.0.0.17 () {32 vars in 715 bytes} [Wed Jul 29 09:17:35 2026] GET /v2.0/ports/e77abf8a-02e3-41b7-b46e-a67302a20029 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4163/8596] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:35 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:35.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-af2ec20b-66ea-4cf2-9a21-0bac14a6d9d2 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: e77abf8a-02e3-41b7-b46e-a67302a20029 2026-07-29 09:17:35.585 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af2ec20b-66ea-4cf2-9a21-0bac14a6d9d2 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: e77abf8a-02e3-41b7-b46e-a67302a20029 [pid: 7|app: 0|req: 4434/8597] 10.0.0.17 () {34 vars in 787 bytes} [Wed Jul 29 09:17:35 2026] PUT /v2.0/routers/efbca19b-83c8-4921-bb63-8452d390aa3e/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4164/8598] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:36 2026] GET /v2.0/ports?device_id=efbca19b-83c8-4921-bb63-8452d390aa3e => 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: 4165/8599] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:36 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:36.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-70baab7c-84f6-4313-bfd9-329296b5115d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: ab2fb8b4-32fa-4d44-b359-820ba81680a0 2026-07-29 09:17:36.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70baab7c-84f6-4313-bfd9-329296b5115d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: ab2fb8b4-32fa-4d44-b359-820ba81680a0 [pid: 8|app: 0|req: 4166/8600] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:36 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:36.832 7 INFO neutron.services.segments.plugin [-] Segment cc4d770c-b0f4-4152-bc52-8cadf39b4edc resource provider aggregate not found 2026-07-29 09:17:36.843 7 INFO neutron.services.segments.plugin [-] Segment cc4d770c-b0f4-4152-bc52-8cadf39b4edc resource provider aggregate not found 2026-07-29 09:17:36.862 7 INFO neutron.services.segments.plugin [-] Segment cc4d770c-b0f4-4152-bc52-8cadf39b4edc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc4d770c-b0f4-4152-bc52-8cadf39b4edc found for delete ", "request_id": "req-c36e20b2-dc37-4def-b55d-a113c333e92d"}]} 2026-07-29 09:17:36.867 7 INFO neutron.services.segments.plugin [-] Segment cc4d770c-b0f4-4152-bc52-8cadf39b4edc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc4d770c-b0f4-4152-bc52-8cadf39b4edc found for delete ", "request_id": "req-88bec435-3650-4861-958c-9def7f2d0226"}]} 2026-07-29 09:17:36.900 7 INFO neutron.db.l3_hamode_db [None req-70baab7c-84f6-4313-bfd9-329296b5115d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] HA network abd53763-4532-4e7a-8339-96d90f3c576a was deleted as no HA routers are present in tenant 85de96bdabf943e78964bcd00396fefb. [pid: 7|app: 0|req: 4435/8601] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:36 2026] DELETE /v2.0/routers/efbca19b-83c8-4921-bb63-8452d390aa3e => generated 0 bytes in 703 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4167/8602] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:36 2026] DELETE /v2.0/subnets/6b5f4ca2-371d-409d-ad03-9f0df660d07b => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:17:37.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-06af77b4-4b58-4c89-a42f-72db1441115e 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: a5a1de84-a8c9-4169-abd5-663d0f6d9a7b 2026-07-29 09:17:37.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06af77b4-4b58-4c89-a42f-72db1441115e 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: a5a1de84-a8c9-4169-abd5-663d0f6d9a7b [pid: 7|app: 0|req: 4436/8603] 10.0.0.17 () {32 vars in 724 bytes} [Wed Jul 29 09:17:37 2026] DELETE /v2.0/networks/327ab900-b833-471b-802c-f4e834ee0fbf => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4168/8604] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:37 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4169/8605] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:37 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:37.601 7 INFO neutron.db.segments_db [None req-079fb034-06ea-4c34-9e03-1b8ec7eb40a9 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Added segment e187c788-9d6b-4478-8122-9201678df404 of type vxlan for network a3a273d5-a0ec-46f2-9f24-f1a53c5391f9 2026-07-29 09:17:37.987 7 INFO neutron.db.l3_hamode_db [None req-079fb034-06ea-4c34-9e03-1b8ec7eb40a9 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4170/8606] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:38 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4171/8607] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:38 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:39.326 7 INFO neutron.services.segments.plugin [-] Segment cc86b537-05f7-4008-b514-6dfb614d0e6b resource provider aggregate not found 2026-07-29 09:17:39.334 7 INFO neutron.services.segments.plugin [-] Segment cc86b537-05f7-4008-b514-6dfb614d0e6b resource provider aggregate not found 2026-07-29 09:17:39.346 7 INFO neutron.services.segments.plugin [-] Segment cc86b537-05f7-4008-b514-6dfb614d0e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc86b537-05f7-4008-b514-6dfb614d0e6b found for delete ", "request_id": "req-0addd319-604a-40d7-bb9b-52cf1a001cd9"}]} 2026-07-29 09:17:39.362 7 INFO neutron.services.segments.plugin [-] Segment cc86b537-05f7-4008-b514-6dfb614d0e6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc86b537-05f7-4008-b514-6dfb614d0e6b found for delete ", "request_id": "req-95f260dd-bcc7-4445-bb98-24756207e501"}]} [pid: 8|app: 0|req: 4172/8608] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:39 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:39.936 7 INFO neutron.db.l3_hamode_db [None req-079fb034-06ea-4c34-9e03-1b8ec7eb40a9 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4173/8609] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:39 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4174/8610] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:41 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4175/8611] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:41 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4437/8612] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:37 2026] POST /v2.0/routers => generated 688 bytes in 3816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4176/8613] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:17:41 2026] GET /v2.0/routers/1e3a96f3-5aa5-454d-929f-7801882aaebb => generated 694 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4438/8614] 10.0.0.17 () {32 vars in 645 bytes} [Wed Jul 29 09:17:41 2026] GET /v2.0/routers => generated 697 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4177/8615] 10.0.0.17 () {34 vars in 739 bytes} [Wed Jul 29 09:17:41 2026] PUT /v2.0/routers/1e3a96f3-5aa5-454d-929f-7801882aaebb => generated 701 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4439/8616] 10.0.0.17 () {32 vars in 719 bytes} [Wed Jul 29 09:17:42 2026] GET /v2.0/routers/1e3a96f3-5aa5-454d-929f-7801882aaebb => generated 701 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4178/8617] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:42 2026] GET /v2.0/ports?device_id=1e3a96f3-5aa5-454d-929f-7801882aaebb => 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: 4179/8618] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:42 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4180/8619] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:42 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:42.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a13dc6-4f61-4f8e-a7aa-0617be9c3b2d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 19375a89-57f7-45eb-9129-75aa1923b591 2026-07-29 09:17:42.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a13dc6-4f61-4f8e-a7aa-0617be9c3b2d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 19375a89-57f7-45eb-9129-75aa1923b591 2026-07-29 09:17:42.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a13dc6-4f61-4f8e-a7aa-0617be9c3b2d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] TaaS: Handle Delete Port: 2283fb47-f77e-4869-a0f6-c52b873b095f 2026-07-29 09:17:42.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a13dc6-4f61-4f8e-a7aa-0617be9c3b2d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] Tap Mirror: Handle Delete Port: 2283fb47-f77e-4869-a0f6-c52b873b095f 2026-07-29 09:17:43.287 7 INFO neutron.services.segments.plugin [-] Segment e187c788-9d6b-4478-8122-9201678df404 resource provider aggregate not found 2026-07-29 09:17:43.299 7 INFO neutron.services.segments.plugin [-] Segment e187c788-9d6b-4478-8122-9201678df404 resource provider aggregate not found 2026-07-29 09:17:43.319 7 INFO neutron.services.segments.plugin [-] Segment e187c788-9d6b-4478-8122-9201678df404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e187c788-9d6b-4478-8122-9201678df404 found for delete ", "request_id": "req-30aa2fe7-e047-420d-b518-5c746c1d32cc"}]} 2026-07-29 09:17:43.323 7 INFO neutron.services.segments.plugin [-] Segment e187c788-9d6b-4478-8122-9201678df404 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e187c788-9d6b-4478-8122-9201678df404 found for delete ", "request_id": "req-422109c4-0853-45a0-9dbb-1df7fea8e322"}]} 2026-07-29 09:17:43.357 7 INFO neutron.db.l3_hamode_db [None req-b8a13dc6-4f61-4f8e-a7aa-0617be9c3b2d 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] HA network a3a273d5-a0ec-46f2-9f24-f1a53c5391f9 was deleted as no HA routers are present in tenant 85de96bdabf943e78964bcd00396fefb. [pid: 7|app: 0|req: 4440/8620] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:42 2026] DELETE /v2.0/routers/1e3a96f3-5aa5-454d-929f-7801882aaebb => generated 0 bytes in 1199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4181/8621] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:43 2026] GET /v2.0/ports?device_id=1e3a96f3-5aa5-454d-929f-7801882aaebb => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:43.441 8 INFO neutron.api.v2.resource [None req-c8341a60-193b-423c-a7e5-034e2fd2656e 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4182/8622] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/routers/1e3a96f3-5aa5-454d-929f-7801882aaebb => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4183/8623] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:43 2026] GET /v2.0/ports?device_id=efbca19b-83c8-4921-bb63-8452d390aa3e => 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: 4441/8624] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:43 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:17:43.490 8 INFO neutron.api.v2.resource [None req-b6f04a60-3a16-45de-a4a0-306402377276 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4184/8625] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/routers/efbca19b-83c8-4921-bb63-8452d390aa3e => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:17:43.514 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4bb14629-a099-4336-a3e6-649a86c1ee80 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4442/8626] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:43 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4185/8627] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/subnets/6b5f4ca2-371d-409d-ad03-9f0df660d07b => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4443/8628] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:43 2026] GET /v2.0/ports?device_id=39f88af4-33c4-4a80-ab0a-9b6e17d3c033 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:43.586 8 INFO neutron.api.v2.resource [None req-723fff5c-5178-457e-a165-82267c5ba380 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4186/8629] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/routers/39f88af4-33c4-4a80-ab0a-9b6e17d3c033 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:17:43.609 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2d9a130-8294-4350-be42-f80b681f1086 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4444/8630] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/subnets/d48a5870-ef87-43ae-97f3-2cfd21a10465 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4187/8631] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:17:43 2026] GET /v2.0/ports?device_id=c12c0a2e-2ffc-439a-bc66-e9389f49376a => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:43.669 7 INFO neutron.api.v2.resource [None req-4dc03597-939b-4668-aa37-0611bf5871e9 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4445/8632] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/routers/c12c0a2e-2ffc-439a-bc66-e9389f49376a => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:17:43.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5bc6360-49c1-47fd-94c3-d0a30e7a9aff 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4188/8633] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/subnets/8a79de77-76c2-4e60-9fcc-ec6cb4781166 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 09:17:43.713 7 INFO neutron.pecan_wsgi.hooks.translation [None req-687da5ec-3da9-4e4d-8998-a647ced33acf 510fd9bea4a64850b4c6d0c553c2a6c0 85de96bdabf943e78964bcd00396fefb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4446/8634] 10.0.0.17 () {32 vars in 722 bytes} [Wed Jul 29 09:17:43 2026] DELETE /v2.0/subnets/a21c3933-2e0a-4143-99f7-5c0c9a168bcf => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4189/8635] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:17:44 2026] GET /v2.0/security-groups?tenant_id=85de96bdabf943e78964bcd00396fefb&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4190/8636] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:44 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4447/8637] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:17:44 2026] DELETE /v2.0/security-groups/3017816d-c515-4c54-bc19-276c8620391d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4191/8638] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:44 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4448/8639] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:45 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4192/8640] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:45 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4193/8641] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:46 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4194/8642] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:47 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4449/8643] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:17:46 2026] POST /v2.0/security-groups => generated 1627 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4195/8644] 10.0.0.17 () {32 vars in 661 bytes} [Wed Jul 29 09:17:47 2026] GET /v2.0/security-groups => generated 4536 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4450/8645] 10.0.0.17 () {34 vars in 756 bytes} [Wed Jul 29 09:17:47 2026] PUT /v2.0/security-groups/695a414a-5a86-4bc3-8d2c-66376aa16348 => generated 1666 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4196/8646] 10.0.0.17 () {32 vars in 735 bytes} [Wed Jul 29 09:17:47 2026] GET /v2.0/security-groups/695a414a-5a86-4bc3-8d2c-66376aa16348 => generated 1666 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4451/8647] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:17:47 2026] DELETE /v2.0/security-groups/695a414a-5a86-4bc3-8d2c-66376aa16348 => 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: 4197/8648] 10.0.0.17 () {32 vars in 661 bytes} [Wed Jul 29 09:17:47 2026] GET /v2.0/security-groups => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:17:47.682 7 INFO neutron.api.v2.resource [None req-1abb2062-8230-45b2-987b-7b77f98b4222 0818f25c349947d9b0655eb556d9a302 e11b6a8834f94d83b0864eba0c24fc86 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4452/8651] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:17:47 2026] DELETE /v2.0/security-groups/695a414a-5a86-4bc3-8d2c-66376aa16348 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4200/8652] 10.0.0.17 () {34 vars in 682 bytes} [Wed Jul 29 09:17:47 2026] POST /v2.0/security-groups => generated 1626 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4201/8653] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:48 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4453/8654] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:17:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4454/8655] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:17:48 2026] GET /v2.0/security-group-rules/eb8c8e3a-0f6c-4ad5-9d3d-c2eaec3b3947 => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4202/8656] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:48 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4455/8657] 10.0.0.17 () {32 vars in 671 bytes} [Wed Jul 29 09:17:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4203/8658] 10.0.0.17 () {32 vars in 748 bytes} [Wed Jul 29 09:17:48 2026] DELETE /v2.0/security-group-rules/eb8c8e3a-0f6c-4ad5-9d3d-c2eaec3b3947 => 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: 4456/8659] 10.0.0.17 () {32 vars in 671 bytes} [Wed Jul 29 09:17:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4204/8660] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:17:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4457/8661] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:17:48 2026] GET /v2.0/security-group-rules/7a7eb2d9-648d-4cf0-a91f-5cc0f7548992 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4205/8662] 10.0.0.17 () {32 vars in 671 bytes} [Wed Jul 29 09:17:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4458/8663] 10.0.0.17 () {32 vars in 748 bytes} [Wed Jul 29 09:17:48 2026] DELETE /v2.0/security-group-rules/7a7eb2d9-648d-4cf0-a91f-5cc0f7548992 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4206/8664] 10.0.0.17 () {32 vars in 671 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4459/8665] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:17:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4207/8666] 10.0.0.17 () {32 vars in 745 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/security-group-rules/689d7ce9-569e-4fe8-a504-805f05372e2c => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4208/8667] 10.0.0.17 () {32 vars in 671 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4460/8668] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4461/8669] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4209/8670] 10.0.0.17 () {32 vars in 748 bytes} [Wed Jul 29 09:17:49 2026] DELETE /v2.0/security-group-rules/689d7ce9-569e-4fe8-a504-805f05372e2c => 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: 4462/8671] 10.0.0.17 () {32 vars in 671 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4210/8672] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:17:49 2026] DELETE /v2.0/security-groups/04b02935-785e-476a-8982-4b05ed7f6b14 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4463/8673] 10.0.0.17 () {32 vars in 661 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/security-groups => generated 2929 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4211/8674] 10.0.0.17 () {32 vars in 661 bytes} [Wed Jul 29 09:17:49 2026] GET /v2.0/security-groups => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4212/8675] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:50 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4464/8676] 10.0.0.17 () {32 vars in 772 bytes} [Wed Jul 29 09:17:50 2026] GET /v2.0/security-groups?tenant_id=e11b6a8834f94d83b0864eba0c24fc86&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4213/8677] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:50 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4465/8678] 10.0.0.17 () {32 vars in 738 bytes} [Wed Jul 29 09:17:50 2026] DELETE /v2.0/security-groups/05336701-6e83-4d3f-ba13-1317d5e99ac8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4214/8679] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:51 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4466/8680] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:51 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4215/8681] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:52 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4467/8682] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:52 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4468/8683] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:54 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4469/8684] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:54 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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-07-29 09:17:54.387 8 INFO neutron.db.segments_db [None req-2c36f2fa-556f-4225-9700-75a796885c1e 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Added segment 9f37c329-d461-4e92-8e8e-ff702f4317c0 of type vxlan for network 09e82c47-f74a-406d-a372-1377a4e28f84 [pid: 8|app: 0|req: 4216/8685] 10.0.0.17 () {34 vars in 669 bytes} [Wed Jul 29 09:17:53 2026] POST /v2.0/networks => generated 614 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:17:54.647 7 INFO neutron.db.segments_db [None req-0de4091e-ed66-4a87-ab52-bd517323ccb5 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Added segment bdcb7998-5b74-4be7-b3e6-91a754b25b89 of type vxlan for network 68d72e65-e91c-451e-bea8-eaf2b4975bad 2026-07-29 09:17:55.056 7 INFO neutron.db.l3_hamode_db [None req-0de4091e-ed66-4a87-ab52-bd517323ccb5 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4217/8686] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:55 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4218/8687] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:55 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 09:17:56.026 7 INFO neutron.db.l3_hamode_db [None req-0de4091e-ed66-4a87-ab52-bd517323ccb5 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 4219/8688] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:56 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4220/8689] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:56 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4470/8690] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:54 2026] POST /v2.0/routers => generated 694 bytes in 2679 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4221/8691] 10.0.0.17 () {32 vars in 774 bytes} [Wed Jul 29 09:17:57 2026] GET /v2.0/subnets?project_id=1cc7d97e193a4fae8970f6ba4b6c0a42&cidr=10.100.0.0%2F28 => 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: 4471/8692] 10.0.0.17 () {32 vars in 692 bytes} [Wed Jul 29 09:17:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4222/8693] 10.0.0.17 () {32 vars in 782 bytes} [Wed Jul 29 09:17:57 2026] GET /v2.0/subnets?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604&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: 8|app: 0|req: 4223/8694] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:57 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4224/8695] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:57 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4472/8696] 10.0.0.17 () {34 vars in 667 bytes} [Wed Jul 29 09:17:57 2026] POST /v2.0/subnets => generated 655 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4473/8697] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:17:58 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4474/8698] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:17:58 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4225/8699] 10.0.0.17 () {34 vars in 781 bytes} [Wed Jul 29 09:17:57 2026] PUT /v2.0/routers/fccf0c77-576f-44a7-b374-447a7eaa759b/add_router_interface => generated 309 bytes in 1690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4475/8700] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:17:59 2026] GET /v2.0/networks => generated 3645 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4226/8701] 10.0.0.17 () {32 vars in 645 bytes} [Wed Jul 29 09:17:59 2026] GET /v2.0/subnets => generated 3255 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4476/8702] 10.0.0.17 () {32 vars in 645 bytes} [Wed Jul 29 09:17:59 2026] GET /v2.0/routers => generated 1463 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4477/8703] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:00 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4478/8704] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:00 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4227/8705] 10.0.0.17 () {34 vars in 683 bytes} [Wed Jul 29 09:17:59 2026] POST /v2.0/security-groups => generated 1675 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4479/8706] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:18:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4228/8707] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:18:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4480/8708] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:18:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4229/8709] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:18:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:18:01.289 7 INFO neutron.db.securitygroups_db [None req-8905127d-d576-4acf-bd1b-cc2cdf98a013 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Project 1cc7d97e193a4fae8970f6ba4b6c0a42 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: 4230/8710] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:01 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4231/8711] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:01 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4481/8712] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:18:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 09:18:01.560 8 INFO neutron.db.securitygroups_db [None req-c94bf2de-9c66-4c19-9d97-4629c4bc6c18 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Project 1cc7d97e193a4fae8970f6ba4b6c0a42 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: 4232/8713] 10.0.0.17 () {34 vars in 693 bytes} [Wed Jul 29 09:18:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4482/8714] 10.0.0.17 () {32 vars in 647 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/networks => generated 1298 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4233/8715] 10.0.0.78 () {34 vars in 1096 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-746580574&fields=id&tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42 => generated 69 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4483/8716] 10.0.0.78 () {34 vars in 980 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/networks?id=09e82c47-f74a-406d-a372-1377a4e28f84 => generated 661 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4234/8717] 10.0.0.78 () {34 vars in 963 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/quotas/1cc7d97e193a4fae8970f6ba4b6c0a42 => 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: 4484/8718] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4485/8719] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4235/8720] 10.0.0.78 () {34 vars in 1000 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/ports?tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4486/8721] 10.0.0.78 () {34 vars in 905 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4236/8724] 10.0.0.78 () {34 vars in 1006 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?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: 4489/8725] 10.0.0.78 () {34 vars in 1106 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?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: 4237/8726] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:02 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4490/8727] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:03 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4238/8728] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:03 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4491/8729] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:04 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4239/8730] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:04 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4492/8731] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:04 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4240/8732] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:05 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4493/8733] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:05 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4241/8734] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:06 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4494/8735] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:06 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4242/8736] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:07 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4495/8737] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:07 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4243/8738] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:07 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4496/8739] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:18:07 2026] GET /v2.0/networks?id=09e82c47-f74a-406d-a372-1377a4e28f84 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4244/8740] 199.19.213.48 () {34 vars in 1048 bytes} [Wed Jul 29 09:18:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42 => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4497/8741] 199.19.213.48 () {38 vars in 953 bytes} [Wed Jul 29 09:18:07 2026] POST /v2.0/ports => generated 958 bytes in 470 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: 4498/8742] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:08 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4499/8743] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:08 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4500/8744] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:08 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4501/8745] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:08 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&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: 4245/8746] 199.19.213.48 () {38 vars in 1026 bytes} [Wed Jul 29 09:18:08 2026] PUT /v2.0/ports/82355bba-9fc2-4c1a-b6ca-1781528a95d3 => generated 1239 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 09:18:08.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f669c7ae-bb51-4933-9a12-b4b41e5ee923'] response: {'name': 'network-changed', 'server_uuid': '9fa782bd-c0b4-41f1-add2-2eb73dc10e07', 'tag': '82355bba-9fc2-4c1a-b6ca-1781528a95d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4502/8747] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:18:09 2026] GET /v2.0/ports?tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42&device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4246/8748] 199.19.213.48 () {34 vars in 1016 bytes} [Wed Jul 29 09:18:09 2026] GET /v2.0/networks?tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42&shared=False => generated 757 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4503/8749] 199.19.213.48 () {34 vars in 928 bytes} [Wed Jul 29 09:18:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4247/8750] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:09 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4504/8751] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:09 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4248/8752] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:09 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4505/8753] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:09 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&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: 4249/8754] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/ports?tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42&device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4506/8755] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=82355bba-9fc2-4c1a-b6ca-1781528a95d3 => 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: 4250/8756] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/subnets?id=b0f358c8-7665-49d3-ac45-0bfe6e7a6e01 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4507/8757] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/ports?network_id=09e82c47-f74a-406d-a372-1377a4e28f84&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: 4251/8758] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?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: 4508/8759] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4509/8760] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?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: 4252/8761] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4510/8762] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4253/8763] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:10 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4254/8764] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:11 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4255/8765] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:12 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4511/8766] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:11 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4256/8767] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:12 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4512/8768] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:13 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4513/8769] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:13 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4257/8770] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:13 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4514/8771] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:13 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4258/8772] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:14 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4515/8773] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:14 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&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: 4259/8774] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:14 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4516/8775] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:14 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4260/8776] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:15 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4517/8777] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:15 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4261/8778] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:15 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4518/8779] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:15 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4262/8780] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:16 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4519/8781] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:16 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4263/8782] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:16 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4520/8783] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:16 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4264/8784] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:16 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4521/8785] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:16 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&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: 4265/8786] 10.0.0.17 () {32 vars in 734 bytes} [Wed Jul 29 09:18:16 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4268/8789] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:17 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:18:17.947 7 INFO neutron.db.l3_db [None req-282c61d6-7f96-4f34-b53f-02f4b6a15981 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Floating IP 50dc0c2a-b698-463d-9dd2-541add039767 associated. External IP: 10.96.250.204, port: 82355bba-9fc2-4c1a-b6ca-1781528a95d3. [pid: 8|app: 0|req: 4269/8790] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:17 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4522/8791] 10.0.0.17 () {34 vars in 675 bytes} [Wed Jul 29 09:18:16 2026] POST /v2.0/floatingips => generated 856 bytes in 1389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4270/8792] 10.0.0.17 () {32 vars in 727 bytes} [Wed Jul 29 09:18:18 2026] GET /v2.0/floatingips/50dc0c2a-b698-463d-9dd2-541add039767 => generated 856 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:18:18.503 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6e87b11-f2e6-40f9-9215-6a1324e05904'] response: {'name': 'network-changed', 'server_uuid': '9fa782bd-c0b4-41f1-add2-2eb73dc10e07', 'tag': '82355bba-9fc2-4c1a-b6ca-1781528a95d3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4523/8793] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/ports?tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42&device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4524/8794] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/networks?id=09e82c47-f74a-406d-a372-1377a4e28f84 => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4271/8795] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4525/8796] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=82355bba-9fc2-4c1a-b6ca-1781528a95d3 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4272/8797] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4526/8798] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/subnets?id=b0f358c8-7665-49d3-ac45-0bfe6e7a6e01 => 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: 4273/8799] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/ports?network_id=09e82c47-f74a-406d-a372-1377a4e28f84&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: 4527/8800] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?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: 4274/8801] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?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: 4528/8802] 10.0.0.17 () {32 vars in 727 bytes} [Wed Jul 29 09:18:19 2026] GET /v2.0/floatingips/50dc0c2a-b698-463d-9dd2-541add039767 => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4275/8803] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:20 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4529/8804] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:20 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4276/8805] 10.0.0.17 () {32 vars in 727 bytes} [Wed Jul 29 09:18:20 2026] GET /v2.0/floatingips/50dc0c2a-b698-463d-9dd2-541add039767 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4530/8806] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:21 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4277/8807] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:21 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4531/8808] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:21 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4278/8809] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:21 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4532/8810] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:18:22 2026] GET /v2.0/ports?tenant_id=7bbeb94c4e644d5daf22776fc1556be2&device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4279/8811] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:18:22 2026] GET /v2.0/networks?id=c26804a4-6036-4ce5-b670-424bf524deef => generated 771 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4533/8812] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:18:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=7b19fa9f-419f-4781-b4b7-efddeaf21f6a => 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: 4280/8813] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:18:22 2026] GET /v2.0/subnets?id=e3a92072-aee2-4f4a-9dea-25630624e3e3 => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4534/8814] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:18:22 2026] GET /v2.0/ports?network_id=c26804a4-6036-4ce5-b670-424bf524deef&device_owner=network%3Adhcp => 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: 4281/8815] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:22 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4535/8816] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:18:22 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4282/8817] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:23 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4536/8818] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:18:23 2026] GET /v2.0/networks/c26804a4-6036-4ce5-b670-424bf524deef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4283/8819] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:24 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4537/8820] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:24 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4284/8821] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:25 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4538/8822] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:25 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4285/8823] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:26 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4539/8824] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:26 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4286/8825] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:26 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4540/8826] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:26 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4287/8827] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:27 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4541/8828] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:28 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4288/8829] 10.0.0.96 () {34 vars in 988 bytes} [Wed Jul 29 09:18:28 2026] GET /v2.0/ports?device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4542/8830] 10.0.0.96 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:28 2026] GET /v2.0/security-groups?id=af5ca4fc-a50c-4d7c-b0d5-6433a2013ff6&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4289/8831] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:29 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4290/8832] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:29 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4543/8833] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:18:29 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:18:29.420 8 INFO neutron_taas.services.taas.taas_plugin [req-cc0ef7c6-7ca2-4bf3-8e70-a22e4294d2a7 req-d611cbcd-a415-46e6-a71a-9a71bd8ecd01 cc5a63705c834ad0af13b3e44f32ab70 7bbeb94c4e644d5daf22776fc1556be2 - - default default] TaaS: Handle Delete Port: 7b19fa9f-419f-4781-b4b7-efddeaf21f6a 2026-07-29 09:18:29.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cc0ef7c6-7ca2-4bf3-8e70-a22e4294d2a7 req-d611cbcd-a415-46e6-a71a-9a71bd8ecd01 cc5a63705c834ad0af13b3e44f32ab70 7bbeb94c4e644d5daf22776fc1556be2 - - default default] Tap Mirror: Handle Delete Port: 7b19fa9f-419f-4781-b4b7-efddeaf21f6a [pid: 8|app: 0|req: 4291/8834] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:18:29 2026] DELETE /v2.0/ports/7b19fa9f-419f-4781-b4b7-efddeaf21f6a => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:18:29.687 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e2159f3-daa1-42f3-b88b-c01b9b8c6fdd'] response: {'server_uuid': 'd45c5a0d-cbaf-455d-ab36-14c10d1b2c19', 'name': 'network-vif-deleted', 'tag': '7b19fa9f-419f-4781-b4b7-efddeaf21f6a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4544/8835] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:30 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4292/8836] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:31 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4545/8837] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:32 2026] GET /v2.0/ports?device_id=d45c5a0d-cbaf-455d-ab36-14c10d1b2c19 => 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: 4294/8840] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:33 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4547/8841] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:33 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4295/8842] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:35 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4548/8843] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:35 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&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: 4296/8844] 199.19.213.48 () {34 vars in 992 bytes} [Wed Jul 29 09:18:36 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4549/8845] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:36 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => generated 973 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:18:36.426 8 INFO neutron_taas.services.taas.taas_plugin [req-7c85fea8-767c-47f0-a6fd-0102dce33866 req-08baf7e9-7cf4-46fd-a3aa-f98757ffddda cc5a63705c834ad0af13b3e44f32ab70 7bbeb94c4e644d5daf22776fc1556be2 - - default default] TaaS: Handle Delete Port: 1770bbf3-a5b4-4cd2-b93b-c803c272ad78 2026-07-29 09:18:36.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7c85fea8-767c-47f0-a6fd-0102dce33866 req-08baf7e9-7cf4-46fd-a3aa-f98757ffddda cc5a63705c834ad0af13b3e44f32ab70 7bbeb94c4e644d5daf22776fc1556be2 - - default default] Tap Mirror: Handle Delete Port: 1770bbf3-a5b4-4cd2-b93b-c803c272ad78 [pid: 7|app: 0|req: 4550/8846] 10.0.0.78 () {34 vars in 1038 bytes} [Wed Jul 29 09:18:36 2026] GET /v2.0/security-groups?id=303d984e-ef80-41fb-a509-8fa6ce6b0ddb&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4297/8847] 199.19.213.48 () {36 vars in 995 bytes} [Wed Jul 29 09:18:36 2026] DELETE /v2.0/ports/1770bbf3-a5b4-4cd2-b93b-c803c272ad78 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 09:18:36.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-36d5c799-cdab-4bd4-9148-e69873ffacf4'] response: {'server_uuid': '827dcf18-548b-47df-92d6-583cd842ba8d', 'name': 'network-vif-deleted', 'tag': '1770bbf3-a5b4-4cd2-b93b-c803c272ad78', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 4551/8848] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:37 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4298/8849] 10.0.0.17 () {32 vars in 824 bytes} [Wed Jul 29 09:18:37 2026] GET /v2.0/ports?project_id=1cc7d97e193a4fae8970f6ba4b6c0a42&network_id=09e82c47-f74a-406d-a372-1377a4e28f84 => generated 3695 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4552/8850] 10.0.0.17 () {32 vars in 740 bytes} [Wed Jul 29 09:18:38 2026] GET /v2.0/subnets?network_id=70fc94e5-f60d-4ba3-b548-c3a47446e604 => generated 667 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:18:38.492 8 INFO neutron.db.l3_db [None req-459607d9-adb2-432c-9a10-38ac75f3fd0b 40662e62144a4a1384c36a78b45a4137 1cc7d97e193a4fae8970f6ba4b6c0a42 - - default default] Floating IP 50dc0c2a-b698-463d-9dd2-541add039767 disassociated. External IP: 10.96.250.204, port: 82355bba-9fc2-4c1a-b6ca-1781528a95d3. [pid: 7|app: 0|req: 4553/8851] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:38 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4299/8852] 10.0.0.17 () {34 vars in 747 bytes} [Wed Jul 29 09:18:38 2026] PUT /v2.0/floatingips/50dc0c2a-b698-463d-9dd2-541add039767 => generated 554 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4554/8853] 10.0.0.17 () {32 vars in 727 bytes} [Wed Jul 29 09:18:38 2026] GET /v2.0/floatingips/50dc0c2a-b698-463d-9dd2-541add039767 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 09:18:38.878 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-307b2fc0-14ba-4443-a7d5-cf2eb1fb9d91'] response: {'name': 'network-changed', 'server_uuid': '9fa782bd-c0b4-41f1-add2-2eb73dc10e07', 'tag': '82355bba-9fc2-4c1a-b6ca-1781528a95d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 4300/8854] 199.19.213.48 () {34 vars in 1078 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/ports?tenant_id=1cc7d97e193a4fae8970f6ba4b6c0a42&device_id=9fa782bd-c0b4-41f1-add2-2eb73dc10e07 => 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: 4555/8855] 199.19.213.48 () {34 vars in 984 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/networks?id=09e82c47-f74a-406d-a372-1377a4e28f84 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4301/8856] 199.19.213.48 () {34 vars in 1058 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=82355bba-9fc2-4c1a-b6ca-1781528a95d3 => 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: 4556/8857] 199.19.213.48 () {34 vars in 982 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/subnets?id=b0f358c8-7665-49d3-ac45-0bfe6e7a6e01 => 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: 4302/8858] 199.19.213.48 () {34 vars in 1050 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/ports?network_id=09e82c47-f74a-406d-a372-1377a4e28f84&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: 4557/8859] 199.19.213.48 () {34 vars in 1010 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4303/8860] 199.19.213.48 () {34 vars in 1110 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/networks/09e82c47-f74a-406d-a372-1377a4e28f84?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: 4558/8861] 10.0.0.78 () {34 vars in 988 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/ports?device_id=827dcf18-548b-47df-92d6-583cd842ba8d => 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: 4304/8862] 10.0.0.17 () {32 vars in 727 bytes} [Wed Jul 29 09:18:39 2026] GET /v2.0/floatingips/50dc0c2a-b698-463d-9dd2-541add039767 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0)