+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Aug 11 08:58:18 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-6c77c4b64c-vczlb 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 0x7f94e4682668 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-08-11 08:58:22.111 7 INFO neutron.common.config [-] Logging enabled! 2026-08-11 08:58:22.111 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 08:58:22.280 8 INFO neutron.common.config [-] Logging enabled! 2026-08-11 08:58:22.280 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-08-11 08:58:23.185 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 08:58:23.318 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-11 08:58:24.734 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:58:24.737 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 08:58:24.741 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 08:58:24.742 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:58:24.742 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 08:58:24.742 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 08:58:24.742 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:58:24.750 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:58:24.750 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:58:24.750 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:58:24.772 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 08:58:24.773 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:58:24.773 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 08:58:24.800 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 08:58:24.801 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 08:58:24.801 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 08:58:24.801 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 08:58:24.858 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:58:24.860 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-11 08:58:24.865 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-11 08:58:24.866 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-11 08:58:24.866 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-11 08:58:24.866 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-11 08:58:24.867 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:58:24.875 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:58:24.875 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-11 08:58:24.875 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:58:24.898 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-11 08:58:24.899 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-11 08:58:24.899 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-11 08:58:24.929 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-11 08:58:24.930 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-11 08:58:24.930 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-11 08:58:24.930 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-11 08:58:25.086 7 INFO neutron.plugins.ml2.managers [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] Initializing driver for type 'vlan' 2026-08-11 08:58:25.212 8 INFO neutron.plugins.ml2.managers [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] Initializing driver for type 'vlan' 2026-08-11 08:58:25.363 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] VlanTypeDriver initialization complete 2026-08-11 08:58:25.363 7 INFO neutron.plugins.ml2.managers [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 08:58:25.363 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 08:58:25.377 7 INFO neutron.plugins.ml2.managers [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 08:58:25.377 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 08:58:25.377 7 INFO neutron.plugins.ml2.managers [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] Initializing extension driver 'port_security' 2026-08-11 08:58:25.377 7 INFO neutron.plugins.ml2.extensions.port_security [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 08:58:25.377 7 INFO neutron.plugins.ml2.managers [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] Initializing extension driver 'qos' 2026-08-11 08:58:25.378 7 INFO neutron.plugins.ml2.managers [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 08:58:25.378 7 INFO neutron.plugins.ml2.managers [None req-5efb3276-63a9-443f-a315-d70dd49ea28a - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 08:58:25.392 7 INFO neutron.quota [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded quota_driver: . 2026-08-11 08:58:25.392 7 INFO neutron.plugins.ml2.plugin [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 08:58:25.392 7 INFO neutron.plugins.ml2.managers [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 08:58:25.392 7 INFO neutron.plugins.ml2.managers [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 08:58:25.392 7 INFO neutron.plugins.ml2.managers [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 08:58:25.393 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: qos 2026-08-11 08:58:25.405 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: router 2026-08-11 08:58:25.450 7 INFO neutron.services.service_base [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 08:58:25.450 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: segments 2026-08-11 08:58:25.520 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] VlanTypeDriver initialization complete 2026-08-11 08:58:25.520 8 INFO neutron.plugins.ml2.managers [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] Initializing driver for type 'vxlan' 2026-08-11 08:58:25.520 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-11 08:58:25.532 8 INFO neutron.plugins.ml2.managers [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-11 08:58:25.532 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-11 08:58:25.532 8 INFO neutron.plugins.ml2.managers [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] Initializing extension driver 'port_security' 2026-08-11 08:58:25.532 8 INFO neutron.plugins.ml2.extensions.port_security [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-11 08:58:25.533 8 INFO neutron.plugins.ml2.managers [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] Initializing extension driver 'qos' 2026-08-11 08:58:25.533 8 INFO neutron.plugins.ml2.managers [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-11 08:58:25.533 8 INFO neutron.plugins.ml2.managers [None req-206a7fcc-5a7e-4325-9d71-8a276bce7ed6 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-11 08:58:25.546 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: trunk 2026-08-11 08:58:25.546 8 INFO neutron.quota [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded quota_driver: . 2026-08-11 08:58:25.547 8 INFO neutron.plugins.ml2.plugin [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Modular L2 Plugin initialization complete 2026-08-11 08:58:25.547 8 INFO neutron.plugins.ml2.managers [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-11 08:58:25.547 8 INFO neutron.plugins.ml2.managers [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-11 08:58:25.547 8 INFO neutron.plugins.ml2.managers [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-11 08:58:25.547 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: qos 2026-08-11 08:58:25.560 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: vpnaas 2026-08-11 08:58:25.560 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: router 2026-08-11 08:58:25.600 7 WARNING stevedore.named [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:58:25.605 8 INFO neutron.services.service_base [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-11 08:58:25.606 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: segments 2026-08-11 08:58:25.669 7 INFO neutron_vpnaas.services.vpn.plugin [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 08:58:25.669 7 INFO neutron.common.utils [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 08:58:25.669 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: taas 2026-08-11 08:58:25.693 7 WARNING stevedore.named [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:58:25.693 7 WARNING stevedore.named [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:58:25.700 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: trunk 2026-08-11 08:58:25.714 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: vpnaas 2026-08-11 08:58:25.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:58:25.717 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: tapmirror 2026-08-11 08:58:25.733 7 WARNING stevedore.named [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:58:25.734 7 WARNING stevedore.named [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:58:25.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:58:25.750 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: auto_allocate 2026-08-11 08:58:25.753 8 WARNING stevedore.named [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:58:25.757 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: tag 2026-08-11 08:58:25.767 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: timestamp 2026-08-11 08:58:25.770 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 08:58:25.774 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: flavors 2026-08-11 08:58:25.778 7 INFO neutron.manager [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loading Plugin: revisions 2026-08-11 08:58:25.782 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Initializing extension manager. 2026-08-11 08:58:25.783 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: address-group 2026-08-11 08:58:25.784 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: address-scope 2026-08-11 08:58:25.785 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 08:58:25.786 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: agent 2026-08-11 08:58:25.787 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 08:58:25.788 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 08:58:25.789 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 08:58:25.790 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: availability_zone 2026-08-11 08:58:25.792 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 08:58:25.792 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 08:58:25.793 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: default-subnetpools 2026-08-11 08:58:25.795 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 08:58:25.796 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: dns-integration 2026-08-11 08:58:25.797 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 08:58:25.798 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 08:58:25.799 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: dvr 2026-08-11 08:58:25.800 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 08:58:25.801 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 08:58:25.802 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:58:25.803 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 08:58:25.803 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: external-net 2026-08-11 08:58:25.804 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 08:58:25.805 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: extraroute 2026-08-11 08:58:25.805 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 08:58:25.806 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 08:58:25.807 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 08:58:25.807 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 08:58:25.808 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 08:58:25.808 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: fip-port-details 2026-08-11 08:58:25.809 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: flavors 2026-08-11 08:58:25.811 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 08:58:25.812 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: floatingip-pools 2026-08-11 08:58:25.812 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: ip_allocation 2026-08-11 08:58:25.813 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 08:58:25.813 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: l2_adjacency 2026-08-11 08:58:25.815 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: router 2026-08-11 08:58:25.818 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:58:25.819 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 08:58:25.820 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 08:58:25.820 8 INFO neutron_vpnaas.services.vpn.plugin [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-11 08:58:25.820 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 08:58:25.820 8 INFO neutron.common.utils [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-11 08:58:25.820 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: taas 2026-08-11 08:58:25.820 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: l3-ha 2026-08-11 08:58:25.821 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:58:25.821 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 08:58:25.822 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: l3-flavors 2026-08-11 08:58:25.823 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:58:25.824 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 08:58:25.826 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 08:58:25.827 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 08:58:25.828 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-11 08:58:25.829 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 08:58:25.830 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 08:58:25.830 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: multi-provider 2026-08-11 08:58:25.831 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: net-mtu 2026-08-11 08:58:25.832 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 08:58:25.832 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: network_availability_zone 2026-08-11 08:58:25.833 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: network_ha 2026-08-11 08:58:25.833 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: network-ip-availability 2026-08-11 08:58:25.834 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 08:58:25.835 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: pagination 2026-08-11 08:58:25.835 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-device-profile 2026-08-11 08:58:25.836 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 08:58:25.836 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 08:58:25.837 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 08:58:25.837 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-mac-override 2026-08-11 08:58:25.838 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 08:58:25.839 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 08:58:25.839 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 08:58:25.840 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-resource-request 2026-08-11 08:58:25.840 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 08:58:25.841 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 08:58:25.841 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: binding 2026-08-11 08:58:25.842 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: binding-extended 2026-08-11 08:58:25.842 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-security 2026-08-11 08:58:25.843 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: project-id 2026-08-11 08:58:25.843 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: provider 2026-08-11 08:58:25.844 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 08:58:25.846 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos 2026-08-11 08:58:25.847 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 08:58:25.848 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 08:58:25.848 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-default 2026-08-11 08:58:25.848 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-fip 2026-08-11 08:58:25.849 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 08:58:25.849 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 08:58:25.850 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 08:58:25.851 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 08:58:25.851 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 08:58:25.852 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-pps 2026-08-11 08:58:25.852 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 08:58:25.853 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 08:58:25.853 8 WARNING stevedore.named [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:58:25.853 8 WARNING stevedore.named [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:58:25.853 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 08:58:25.854 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: quota-check-limit 2026-08-11 08:58:25.855 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 08:58:25.857 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: quotas 2026-08-11 08:58:25.858 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: quota_details 2026-08-11 08:58:25.859 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: rbac-policies 2026-08-11 08:58:25.860 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: rbac-address-group 2026-08-11 08:58:25.860 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 08:58:25.861 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 08:58:25.861 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 08:58:25.862 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: revision-if-match 2026-08-11 08:58:25.862 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 08:58:25.863 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: router_availability_zone 2026-08-11 08:58:25.863 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 08:58:25.865 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 08:58:25.866 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 08:58:25.866 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 08:58:25.867 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 08:58:25.867 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 08:58:25.868 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 08:58:25.872 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: security-group 2026-08-11 08:58:25.873 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: segment 2026-08-11 08:58:25.874 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 08:58:25.874 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: service-type 2026-08-11 08:58:25.875 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: sorting 2026-08-11 08:58:25.875 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 08:58:25.876 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: standard-attr-description 2026-08-11 08:58:25.877 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: stateful-security-group 2026-08-11 08:58:25.877 7 WARNING neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 08:58:25.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:58:25.877 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: tapmirror 2026-08-11 08:58:25.878 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 08:58:25.878 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: subnet-external-network 2026-08-11 08:58:25.879 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: subnet_onboard 2026-08-11 08:58:25.879 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 08:58:25.880 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: subnet-service-types 2026-08-11 08:58:25.880 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: subnet_allocation 2026-08-11 08:58:25.882 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 08:58:25.883 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: tag-creation 2026-08-11 08:58:25.883 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 08:58:25.887 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 08:58:25.888 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 08:58:25.888 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: trunk 2026-08-11 08:58:25.889 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: trunk-details 2026-08-11 08:58:25.890 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 08:58:25.890 8 WARNING stevedore.named [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-11 08:58:25.890 8 WARNING stevedore.named [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-11 08:58:25.890 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 08:58:25.891 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 08:58:25.892 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 08:58:25.893 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 08:58:25.894 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 08:58:25.895 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: vpn-flavors 2026-08-11 08:58:25.896 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: vpnaas 2026-08-11 08:58:25.898 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: taas 2026-08-11 08:58:25.899 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: tap-mirror 2026-08-11 08:58:25.899 7 INFO neutron.api.extensions [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 08:58:25.903 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 08:58:25.903 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 08:58:25.904 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:25.904 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 08:58:25.907 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:58:25.907 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-11 08:58:25.907 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: auto_allocate 2026-08-11 08:58:25.907 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:58:25.912 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:58:25.912 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:58:25.913 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:58:25.914 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:25.914 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] subnetpool is already registered 2026-08-11 08:58:25.914 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:25.914 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] subnetpool is already registered 2026-08-11 08:58:25.915 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:58:25.915 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:25.916 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:25.916 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: tag 2026-08-11 08:58:25.916 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:58:25.916 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:58:25.917 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:58:25.917 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:25.917 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] ipsecpolicy is already registered 2026-08-11 08:58:25.918 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:25.918 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] ikepolicy is already registered 2026-08-11 08:58:25.922 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:58:25.922 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] router is already registered 2026-08-11 08:58:25.923 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:58:25.923 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] floatingip is already registered 2026-08-11 08:58:25.926 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: timestamp 2026-08-11 08:58:25.926 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:58:25.927 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] rbac_policy is already registered 2026-08-11 08:58:25.927 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:58:25.927 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] security_group is already registered 2026-08-11 08:58:25.928 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:58:25.928 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] security_group_rule is already registered 2026-08-11 08:58:25.928 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: network_ip_availability 2026-08-11 08:58:25.928 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:25.929 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] subnetpool is already registered 2026-08-11 08:58:25.929 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:25.929 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] subnetpool is already registered 2026-08-11 08:58:25.930 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:58:25.930 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] trunk is already registered 2026-08-11 08:58:25.930 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:25.930 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] ikepolicy is already registered 2026-08-11 08:58:25.931 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:25.931 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] ipsecpolicy is already registered 2026-08-11 08:58:25.931 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:58:25.931 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] endpoint_group is already registered 2026-08-11 08:58:25.932 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:58:25.932 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] vpnservice is already registered 2026-08-11 08:58:25.932 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:58:25.932 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] ipsec_site_connection is already registered 2026-08-11 08:58:25.932 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: flavors 2026-08-11 08:58:25.933 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:25.933 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] ipsecpolicy is already registered 2026-08-11 08:58:25.933 7 INFO neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:25.933 7 WARNING neutron.quota.resource_registry [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] ikepolicy is already registered 2026-08-11 08:58:25.936 8 INFO neutron.manager [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loading Plugin: revisions 2026-08-11 08:58:25.940 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Initializing extension manager. 2026-08-11 08:58:25.942 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: address-group 2026-08-11 08:58:25.943 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: address-scope 2026-08-11 08:58:25.944 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-11 08:58:25.945 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: agent 2026-08-11 08:58:25.945 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: agent-resources-synced 2026-08-11 08:58:25.946 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-11 08:58:25.947 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-11 08:58:25.948 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: availability_zone 2026-08-11 08:58:25.949 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: availability_zone_filter 2026-08-11 08:58:25.949 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-11 08:58:25.950 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: default-subnetpools 2026-08-11 08:58:25.951 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-11 08:58:25.953 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: dns-integration 2026-08-11 08:58:25.953 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: dns-domain-ports 2026-08-11 08:58:25.954 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-11 08:58:25.954 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: dvr 2026-08-11 08:58:25.955 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-11 08:58:25.955 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: empty-string-filtering 2026-08-11 08:58:25.957 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:58:25.958 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-11 08:58:25.958 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: external-net 2026-08-11 08:58:25.959 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-11 08:58:25.959 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: extraroute 2026-08-11 08:58:25.960 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: extraroute-atomic 2026-08-11 08:58:25.961 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-11 08:58:25.962 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-11 08:58:25.962 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-11 08:58:25.963 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-11 08:58:25.964 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: fip-port-details 2026-08-11 08:58:25.965 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: flavors 2026-08-11 08:58:25.966 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-11 08:58:25.967 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: floatingip-pools 2026-08-11 08:58:25.968 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: ip_allocation 2026-08-11 08:58:25.969 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-11 08:58:25.969 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: l2_adjacency 2026-08-11 08:58:25.970 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: router 2026-08-11 08:58:25.972 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-11 08:58:25.973 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-11 08:58:25.973 7 WARNING keystonemiddleware._common.config [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 08:58:25.973 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-11 08:58:25.974 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: ext-gw-mode 2026-08-11 08:58:25.974 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: l3-ha 2026-08-11 08:58:25.975 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:58:25.975 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-11 08:58:25.976 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: l3-flavors 2026-08-11 08:58:25.977 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-11 08:58:25.977 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-11 08:58:25.980 7 WARNING oslo_config.cfg [None req-2e895c5e-687b-4ec3-ab43-c670346d74f6 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-08-11 08:58:25.980 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-11 08:58:25.981 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-11 08:58:25.982 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension logging not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f94e4682668 pid: 7 (default app) 2026-08-11 08:58:25.983 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-11 08:58:25.984 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-11 08:58:25.984 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: multi-provider 2026-08-11 08:58:25.985 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: net-mtu 2026-08-11 08:58:25.986 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: net-mtu-writable 2026-08-11 08:58:25.986 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: network_availability_zone 2026-08-11 08:58:25.987 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: network_ha 2026-08-11 08:58:25.988 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: network-ip-availability 2026-08-11 08:58:25.989 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-11 08:58:25.989 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: pagination 2026-08-11 08:58:25.990 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-device-profile 2026-08-11 08:58:25.990 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-11 08:58:25.991 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-11 08:58:25.991 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-11 08:58:25.992 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-mac-override 2026-08-11 08:58:25.992 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-11 08:58:25.993 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-11 08:58:25.993 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-11 08:58:25.994 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-resource-request 2026-08-11 08:58:25.994 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-11 08:58:25.995 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-11 08:58:25.995 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: binding 2026-08-11 08:58:25.996 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: binding-extended 2026-08-11 08:58:25.997 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-security 2026-08-11 08:58:25.997 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: project-id 2026-08-11 08:58:25.998 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: provider 2026-08-11 08:58:25.998 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-11 08:58:26.001 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos 2026-08-11 08:58:26.002 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-11 08:58:26.002 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-11 08:58:26.003 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-default 2026-08-11 08:58:26.003 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-fip 2026-08-11 08:58:26.004 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-11 08:58:26.004 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-11 08:58:26.005 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-11 08:58:26.006 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-11 08:58:26.007 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-11 08:58:26.007 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-pps 2026-08-11 08:58:26.008 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-11 08:58:26.008 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-11 08:58:26.009 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: qos-rules-alias 2026-08-11 08:58:26.010 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: quota-check-limit 2026-08-11 08:58:26.010 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-11 08:58:26.013 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: quotas 2026-08-11 08:58:26.014 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: quota_details 2026-08-11 08:58:26.015 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: rbac-policies 2026-08-11 08:58:26.016 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: rbac-address-group 2026-08-11 08:58:26.016 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: rbac-address-scope 2026-08-11 08:58:26.017 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: rbac-security-groups 2026-08-11 08:58:26.017 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-11 08:58:26.018 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: revision-if-match 2026-08-11 08:58:26.018 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-11 08:58:26.019 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: router_availability_zone 2026-08-11 08:58:26.020 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-11 08:58:26.022 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-11 08:58:26.023 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-11 08:58:26.023 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-11 08:58:26.024 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-11 08:58:26.025 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-11 08:58:26.026 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-11 08:58:26.032 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: security-group 2026-08-11 08:58:26.033 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: segment 2026-08-11 08:58:26.034 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-11 08:58:26.035 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: service-type 2026-08-11 08:58:26.035 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: sorting 2026-08-11 08:58:26.036 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: standard-attr-segment 2026-08-11 08:58:26.037 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: standard-attr-description 2026-08-11 08:58:26.037 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: stateful-security-group 2026-08-11 08:58:26.038 8 WARNING neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-11 08:58:26.039 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-11 08:58:26.039 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: subnet-external-network 2026-08-11 08:58:26.040 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: subnet_onboard 2026-08-11 08:58:26.041 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-11 08:58:26.042 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: subnet-service-types 2026-08-11 08:58:26.043 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: subnet_allocation 2026-08-11 08:58:26.045 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-11 08:58:26.046 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: tag-creation 2026-08-11 08:58:26.047 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-11 08:58:26.051 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: standard-attr-tag 2026-08-11 08:58:26.052 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-11 08:58:26.052 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: trunk 2026-08-11 08:58:26.053 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: trunk-details 2026-08-11 08:58:26.053 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-11 08:58:26.054 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-11 08:58:26.055 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-11 08:58:26.055 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-11 08:58:26.057 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-11 08:58:26.058 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-11 08:58:26.059 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: vpn-flavors 2026-08-11 08:58:26.061 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: vpnaas 2026-08-11 08:58:26.062 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: taas 2026-08-11 08:58:26.063 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: tap-mirror 2026-08-11 08:58:26.064 8 INFO neutron.api.extensions [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-11 08:58:26.066 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-11 08:58:26.067 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-11 08:58:26.067 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:26.067 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-11 08:58:26.071 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:58:26.071 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:58:26.076 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:58:26.077 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:58:26.077 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:58:26.078 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:26.078 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] subnetpool is already registered 2026-08-11 08:58:26.079 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:26.079 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] subnetpool is already registered 2026-08-11 08:58:26.079 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:58:26.079 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:26.080 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:26.080 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:58:26.081 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:58:26.081 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:58:26.082 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:26.082 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] ipsecpolicy is already registered 2026-08-11 08:58:26.082 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:26.082 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] ikepolicy is already registered 2026-08-11 08:58:26.087 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-11 08:58:26.087 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] router is already registered 2026-08-11 08:58:26.088 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-11 08:58:26.089 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] floatingip is already registered 2026-08-11 08:58:26.092 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-11 08:58:26.092 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] rbac_policy is already registered 2026-08-11 08:58:26.093 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-11 08:58:26.093 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] security_group is already registered 2026-08-11 08:58:26.093 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-11 08:58:26.094 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] security_group_rule is already registered 2026-08-11 08:58:26.094 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:26.095 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] subnetpool is already registered 2026-08-11 08:58:26.095 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-11 08:58:26.095 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] subnetpool is already registered 2026-08-11 08:58:26.096 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-11 08:58:26.096 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] trunk is already registered 2026-08-11 08:58:26.096 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:26.096 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] ikepolicy is already registered 2026-08-11 08:58:26.097 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:26.097 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] ipsecpolicy is already registered 2026-08-11 08:58:26.097 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-11 08:58:26.097 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] endpoint_group is already registered 2026-08-11 08:58:26.098 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-11 08:58:26.098 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] vpnservice is already registered 2026-08-11 08:58:26.098 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-11 08:58:26.098 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] ipsec_site_connection is already registered 2026-08-11 08:58:26.099 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-11 08:58:26.099 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] ipsecpolicy is already registered 2026-08-11 08:58:26.099 8 INFO neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-11 08:58:26.099 8 WARNING neutron.quota.resource_registry [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] ikepolicy is already registered 2026-08-11 08:58:26.136 8 WARNING keystonemiddleware._common.config [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-11 08:58:26.142 8 WARNING oslo_config.cfg [None req-adcfcf6e-c99a-4c2f-acc5-d1a1e04e7ec0 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f94e4682668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 08:58:31.236 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3929e1d2-b6d5-4b58-b48f-50d97a33fee6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 08:58:30 2026] GET /v2.0/networks/public => generated 108 bytes in 811 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 08:58:31 2026] GET /v2.0/networks?name=public => generated 15 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:58:31.994 7 WARNING neutron.services.revisions.revision_plugin [None req-18c98ca5-d9e3-472b-9517-786c6092974f a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:58:32.012 7 INFO neutron.db.segments_db [None req-18c98ca5-d9e3-472b-9517-786c6092974f a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 3291acb6-9ebd-4362-a4ec-3e77ac567c12 of type flat for network ea41eaa2-41dd-4ac2-9996-411eff23477f 2026-08-11 08:58:32.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18c98ca5-d9e3-472b-9517-786c6092974f a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.229 () {48 vars in 968 bytes} [Tue Aug 11 08:58:31 2026] POST /v2.0/networks => generated 124 bytes in 453 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:58:38.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-382fc326-c7a2-481f-984f-3e766b0fd5ec a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 08:58:37 2026] GET /v2.0/networks/public => generated 108 bytes in 386 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 08:58:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:58:38.581 8 WARNING neutron.services.revisions.revision_plugin [None req-d331d043-46af-4dfd-b3f0-ad0b95e8416f a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:58:38.605 8 INFO neutron.db.segments_db [None req-d331d043-46af-4dfd-b3f0-ad0b95e8416f a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 9587eea1-852f-4ef8-8dd9-f70035b20936 of type flat for network b98c7995-783c-4d01-891d-272ddc1fca28 2026-08-11 08:58:38.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d331d043-46af-4dfd-b3f0-ad0b95e8416f a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.229 () {48 vars in 968 bytes} [Tue Aug 11 08:58:38 2026] POST /v2.0/networks => generated 124 bytes in 326 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:58:44.484 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75b8f18e-af53-4486-ad39-9a9998696f9a a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 08:58:44 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 08:58:44 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-08-11 08:58:44.559 7 WARNING neutron.services.revisions.revision_plugin [None req-c474eeb3-0afd-444b-b71e-98e5953000d9 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:58:44.573 7 INFO neutron.db.segments_db [None req-c474eeb3-0afd-444b-b71e-98e5953000d9 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment ca7078b2-84f6-4702-b667-40746d04bea7 of type flat for network 0b31aff4-0d50-4d5b-b4c1-791a039d8e73 2026-08-11 08:58:44.594 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c474eeb3-0afd-444b-b71e-98e5953000d9 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.229 () {48 vars in 968 bytes} [Tue Aug 11 08:58:44 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:58:50.441 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5605644b-f931-4505-8458-fc87a7f157bc a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 08:58:50 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 08:58:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:58:50.511 7 WARNING neutron.services.revisions.revision_plugin [None req-c17ad331-ae87-454f-b16e-fd1285f06784 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:58:50.531 7 INFO neutron.db.segments_db [None req-c17ad331-ae87-454f-b16e-fd1285f06784 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment b698fb39-3331-44f1-aac7-325b0bab77d0 of type flat for network f05d5d76-608f-4856-b741-d57b8cfb0601 2026-08-11 08:58:50.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c17ad331-ae87-454f-b16e-fd1285f06784 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.229 () {48 vars in 968 bytes} [Tue Aug 11 08:58:50 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:58:56.391 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36728db2-06b7-48f3-8401-6950443fde62 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 08:58:56 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 08:58:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 08:58:56.465 8 WARNING neutron.services.revisions.revision_plugin [None req-576e7c64-850f-4038-9b5b-8c044b6bfd72 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:58:56.485 8 INFO neutron.db.segments_db [None req-576e7c64-850f-4038-9b5b-8c044b6bfd72 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 2034dc7f-e972-47cb-8488-b280328aa71d of type flat for network 8228437e-fee7-42e7-8085-adc95423aed1 2026-08-11 08:58:56.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-576e7c64-850f-4038-9b5b-8c044b6bfd72 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.229 () {48 vars in 968 bytes} [Tue Aug 11 08:58:56 2026] POST /v2.0/networks => generated 124 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 08:59:02.446 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfa807be-497a-43b4-b82c-afc355e3dc96 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 08:59:02 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: 12/22] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 08:59:02 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-08-11 08:59:02.513 8 WARNING neutron.services.revisions.revision_plugin [None req-35ef83e8-7155-4496-9590-d7a2faf9cb54 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Could not find related network for resource to bump revision. 2026-08-11 08:59:02.530 8 INFO neutron.db.segments_db [None req-35ef83e8-7155-4496-9590-d7a2faf9cb54 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 574251e2-77e8-4b3c-a4c5-fa0f03f75b24 of type flat for network 717eaeca-fbe1-4983-8c1c-f24fd90531ad [pid: 8|app: 0|req: 11/23] 199.204.45.229 () {48 vars in 968 bytes} [Tue Aug 11 08:59:02 2026] POST /v2.0/networks => generated 706 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 08:59:03.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5eb169f6-87df-44f9-b272-391e90a233cd a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 08:59:03 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: 12/25] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 08:59:03 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 08:59:03.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73672e1b-d3db-4d01-9e90-adb2b6d4c28f a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.229 () {44 vars in 1035 bytes} [Tue Aug 11 08:59:03 2026] GET /v2.0/subnets/public-subnet?network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.204.45.229 () {44 vars in 1058 bytes} [Tue Aug 11 08:59:03 2026] GET /v2.0/subnets?name=public-subnet&network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.204.45.229 () {48 vars in 966 bytes} [Tue Aug 11 08:59:03 2026] POST /v2.0/subnets => generated 664 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:03:56.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-edf3f755-a630-4d24-a435-d30198c290c3 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/66] 199.204.45.229 () {44 vars in 938 bytes} [Tue Aug 11 09:03:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/67] 199.204.45.229 () {44 vars in 960 bytes} [Tue Aug 11 09:03:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:03:56.416 7 INFO neutron.db.segments_db [None req-e7fdbe50-cb68-43e4-a49b-4ddd19c07cd4 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 4edb6e69-5b6d-47ab-a2f8-14b2388f84e7 of type vxlan for network cf21895c-ebd7-4442-aaa8-2d7c593a6873 [pid: 7|app: 0|req: 35/68] 199.204.45.229 () {48 vars in 967 bytes} [Tue Aug 11 09:03:56 2026] POST /v2.0/networks => generated 688 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:03:57.437 8 INFO neutron.pecan_wsgi.hooks.translation [None req-547577ce-9763-40a8-b1a0-29d10df9f832 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/69] 199.204.45.229 () {44 vars in 938 bytes} [Tue Aug 11 09:03:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 199.204.45.229 () {44 vars in 960 bytes} [Tue Aug 11 09:03:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:03:57.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ee6a887-0f68-4fd5-96d8-36b5d39c4d04 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/71] 199.204.45.229 () {44 vars in 1037 bytes} [Tue Aug 11 09:03:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.229 () {44 vars in 1060 bytes} [Tue Aug 11 09:03:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 199.204.45.229 () {48 vars in 966 bytes} [Tue Aug 11 09:03:57 2026] POST /v2.0/subnets => generated 651 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:03:58.877 7 INFO neutron.api.v2.resource [None req-c9e553c7-53c0-4996-ad35-76ed3be27ee9 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/74] 199.204.45.229 () {44 vars in 972 bytes} [Tue Aug 11 09:03:58 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.229 () {44 vars in 994 bytes} [Tue Aug 11 09:03:58 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 199.204.45.229 () {48 vars in 981 bytes} [Tue Aug 11 09:03:58 2026] POST /v2.0/security-groups => generated 1616 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:00 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 1616 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:00 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:00 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:04:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:01 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 2230 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/82] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:01 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:01 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/84] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:04:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:02 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:02 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:02 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:04:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/91] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:03 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 3462 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:03 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:03 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 3462 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:04:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:04 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:04 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:04 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:04:04 2026] POST /v2.0/security-group-rules => generated 603 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.229 () {44 vars in 988 bytes} [Tue Aug 11 09:04:05 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 732 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:04:05.906 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bde1832-fed9-4305-8256-b3132056f5b5 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/100] 199.204.45.229 () {44 vars in 1077 bytes} [Tue Aug 11 09:04:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/101] 199.204.45.229 () {44 vars in 1100 bytes} [Tue Aug 11 09:04:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => 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: 52/102] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:05 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.229 () {48 vars in 962 bytes} [Tue Aug 11 09:04:06 2026] POST /v2.0/ports => generated 1100 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:04:13.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73f2dfb4-df15-42eb-add7-86f31937496a a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/104] 199.204.45.229 () {44 vars in 980 bytes} [Tue Aug 11 09:04:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 52/105] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.204.45.229 () {48 vars in 1032 bytes} [Tue Aug 11 09:04:13 2026] PUT /v2.0/ports/787b4c2e-23be-4751-b0b8-d48de88aec1e => generated 1249 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/107] 199.204.45.229 () {44 vars in 921 bytes} [Tue Aug 11 09:04:16 2026] GET /v2.0/ports => generated 3730 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:04:17.567 7 INFO neutron.api.v2.resource [None req-6abcb816-fa3f-40d2-b160-9d947223d113 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/110] 199.204.45.229 () {44 vars in 960 bytes} [Tue Aug 11 09:04:17 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/111] 199.204.45.229 () {44 vars in 982 bytes} [Tue Aug 11 09:04:17 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.229 () {48 vars in 981 bytes} [Tue Aug 11 09:04:17 2026] POST /v2.0/security-groups => generated 1610 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:18 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:18 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:18 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:04:18 2026] POST /v2.0/security-group-rules => generated 623 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:19 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 2246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:19 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:04:19 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:04:19 2026] POST /v2.0/security-group-rules => generated 627 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/131] 199.204.45.229 () {44 vars in 976 bytes} [Tue Aug 11 09:05:46 2026] GET /v2.0/quotas/006584493f0c457c9b13f8af45ba0a2b => 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: 67/132] 199.204.45.229 () {48 vars in 1028 bytes} [Tue Aug 11 09:05:46 2026] PUT /v2.0/quotas/006584493f0c457c9b13f8af45ba0a2b => generated 291 bytes in 33 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-08-11 09:08:18.556 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1282103f-f0c0-47fd-affb-2dabd50ed832 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/155] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:08:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 124 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: 77/156] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:08:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:08:20.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b03f505-f473-4e60-86af-79ed00af964e a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/157] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:08:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/158] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:08:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:14:38.039 8 INFO neutron.api.v2.resource [None req-2a6e6fff-a8e3-4e4d-81b4-154a9f2a5a26 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 104/209] 199.204.45.229 () {44 vars in 1075 bytes} [Tue Aug 11 09:14:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 139 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.229 () {44 vars in 1098 bytes} [Tue Aug 11 09:14:38 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 23 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.229 () {48 vars in 982 bytes} [Tue Aug 11 09:14:38 2026] POST /v2.0/security-groups => generated 1624 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:39 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 1624 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:14:39 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:39 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:14:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:40 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:14:40 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:40 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:14:40 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:41 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:14:41 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:41 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:14:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:42 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 3460 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/225] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:14:42 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/226] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:14:43 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/227] 199.204.45.229 () {48 vars in 992 bytes} [Tue Aug 11 09:14:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.204.45.229 () {30 vars in 740 bytes} [Tue Aug 11 09:17:03 2026] GET /v2.0/networks?tenant_id=140cc43d24e94f068e2893d2d40b45f1&shared=False => generated 15 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:17:03.827 7 INFO neutron.db.segments_db [None req-bf414a1f-aa76-4592-864e-5217a159fac1 1315e4bbd86b4bbc84ebd64312328453 140cc43d24e94f068e2893d2d40b45f1 - - 70fe41a9210f4679b3b4dad0f8cec76e 70fe41a9210f4679b3b4dad0f8cec76e] Added segment 45eedfaf-64f6-4fac-94d9-d0dd396702ad of type vxlan for network f9f2d191-e595-4d3f-b701-3b9ebfedb393 [pid: 7|app: 0|req: 125/249] 199.204.45.229 () {34 vars in 682 bytes} [Tue Aug 11 09:17:03 2026] POST /v2.0/networks => generated 699 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/250] 199.204.45.229 () {30 vars in 722 bytes} [Tue Aug 11 09:17:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 126/251] 199.204.45.229 () {30 vars in 633 bytes} [Tue Aug 11 09:17:03 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: 8|app: 0|req: 126/252] 199.204.45.229 () {34 vars in 677 bytes} [Tue Aug 11 09:17:03 2026] POST /v2.0/ports => generated 999 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/253] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:17:04 2026] GET /v2.0/networks/f9f2d191-e595-4d3f-b701-3b9ebfedb393 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/254] 199.204.45.229 () {30 vars in 722 bytes} [Tue Aug 11 09:17:06 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/255] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:17:06 2026] GET /v2.0/networks/f9f2d191-e595-4d3f-b701-3b9ebfedb393 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/258] 199.204.45.229 () {44 vars in 976 bytes} [Tue Aug 11 09:17:31 2026] GET /v2.0/quotas/140cc43d24e94f068e2893d2d40b45f1 => 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: 132/261] 199.204.45.229 () {48 vars in 1028 bytes} [Tue Aug 11 09:17:31 2026] PUT /v2.0/quotas/140cc43d24e94f068e2893d2d40b45f1 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:28.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85be551b-df51-4281-9074-92bc6a0c281d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/364] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 09:30:28 2026] GET /v2.0/networks/public => generated 108 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/365] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 09:30:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:30.183 7 INFO neutron.pecan_wsgi.hooks.translation [None req-12f523da-92f6-4e95-a992-994516ebbaf1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/366] 199.204.45.229 () {44 vars in 928 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/367] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:30:30.252 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2003b11-36b5-46d5-b4d9-ea9301cbc388 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/368] 199.204.45.229 () {44 vars in 1035 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/subnets/public-subnet?network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/369] 199.204.45.229 () {44 vars in 1058 bytes} [Tue Aug 11 09:30:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:03.733 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74062858-1145-455d-b322-586de4057cd8 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/376] 199.204.45.229 () {44 vars in 938 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.229 () {44 vars in 960 bytes} [Tue Aug 11 09:31:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:04.723 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c96a9235-5e78-4f57-bad8-17cd1ac99d75 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/378] 199.204.45.229 () {44 vars in 938 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 199.204.45.229 () {44 vars in 960 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:04.797 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc249cc3-41b5-4551-95fd-3246b741e688 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 189/380] 199.204.45.229 () {44 vars in 1037 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 199.204.45.229 () {44 vars in 1060 bytes} [Tue Aug 11 09:31:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:06.029 8 INFO neutron.api.v2.resource [None req-adb67099-7e82-435a-8d02-b8f12a45bab4 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/382] 199.204.45.229 () {44 vars in 972 bytes} [Tue Aug 11 09:31:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.229 () {44 vars in 994 bytes} [Tue Aug 11 09:31:06 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:31:07 2026] GET /v2.0/security-group-rules/36241913-b98c-4e89-ad8f-cb07b883ea41 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:31:08 2026] GET /v2.0/security-group-rules/f7895c6e-d630-4d01-9970-1010af4dc7ac => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/390] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:31:09 2026] GET /v2.0/security-group-rules/43ffd53f-5f70-434d-9f3a-a30e991a39bc => generated 603 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/393] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:31:10 2026] GET /v2.0/security-group-rules/92645dff-4039-4344-99ac-2a5fb9a8810f => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:11 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:11 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:31:11 2026] GET /v2.0/security-group-rules/10a1565d-cb76-4f8a-9186-aca0947d85a0 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 199.204.45.229 () {44 vars in 988 bytes} [Tue Aug 11 09:31:12 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 732 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:31:12.791 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ce35914-4b93-4f67-9579-80db944cdcda a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/400] 199.204.45.229 () {44 vars in 1077 bytes} [Tue Aug 11 09:31:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.204.45.229 () {44 vars in 1100 bytes} [Tue Aug 11 09:31:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 1254 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:12 2026] GET /v2.0/security-groups/f9f9a4be-1685-4809-a64f-4f1aea6845ae => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:31:21.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5087e46-d596-4008-8390-3de2418b3108 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 204/405] 199.204.45.229 () {44 vars in 980 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/406] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/407] 199.204.45.229 () {44 vars in 921 bytes} [Tue Aug 11 09:31:22 2026] GET /v2.0/ports => generated 4725 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:31:24.063 8 INFO neutron.api.v2.resource [None req-463bcedc-a6f8-4fcc-bc90-9daa60442a49 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 203/408] 199.204.45.229 () {44 vars in 960 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/409] 199.204.45.229 () {44 vars in 982 bytes} [Tue Aug 11 09:31:24 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 2886 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/411] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/412] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/security-group-rules/0555386f-0575-4e7f-a453-d78b37d574d8 => generated 623 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/413] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:25 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:31:26 2026] GET /v2.0/security-groups/d17779cc-9b74-4efc-b0c1-729de793391f => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:31:26 2026] GET /v2.0/security-group-rules/41370708-992f-410c-8273-d2ec06c33f37 => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.229 () {44 vars in 976 bytes} [Tue Aug 11 09:31:38 2026] GET /v2.0/quotas/006584493f0c457c9b13f8af45ba0a2b => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:32:36.731 8 INFO neutron.api.v2.resource [None req-9335e39d-d277-48c7-abbe-67a09d353292 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 213/427] 199.204.45.229 () {44 vars in 1075 bytes} [Tue Aug 11 09:32:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/428] 199.204.45.229 () {44 vars in 1098 bytes} [Tue Aug 11 09:32:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/429] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:32:37 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/430] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:32:37 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:32:37 2026] GET /v2.0/security-group-rules/787143af-fd5c-4320-a419-d9c6a714c4ae => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/432] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:32:38 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/433] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:32:38 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/434] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:32:39 2026] GET /v2.0/security-group-rules/51cf1d08-be60-41c1-94c1-f06f44ebfe7a => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/435] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:32:39 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/436] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:32:40 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:32:40 2026] GET /v2.0/security-group-rules/678f32f0-35bd-49ba-aa57-7e41d25f2e5e => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/438] 199.204.45.229 () {44 vars in 1089 bytes} [Tue Aug 11 09:32:41 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5?project_id=140cc43d24e94f068e2893d2d40b45f1 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 199.204.45.229 () {44 vars in 1002 bytes} [Tue Aug 11 09:32:41 2026] GET /v2.0/security-groups/3d5a0ab8-e2f6-48d9-9c34-9e014db690b5 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 199.204.45.229 () {44 vars in 1012 bytes} [Tue Aug 11 09:32:41 2026] GET /v2.0/security-group-rules/f31f39dd-9012-46ae-b1a4-061b19fcc788 => generated 602 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/443] 199.204.45.229 () {44 vars in 976 bytes} [Tue Aug 11 09:32:48 2026] GET /v2.0/quotas/140cc43d24e94f068e2893d2d40b45f1 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 199.204.45.229 () {44 vars in 950 bytes} [Tue Aug 11 09:33:41 2026] GET /v2.0/networks?name=public => 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: 229/457] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:34:26 2026] GET /v2.0/networks => generated 2168 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/458] 10.0.0.76 () {32 vars in 654 bytes} [Tue Aug 11 09:34:28 2026] GET /v2.0/floatingips => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/459] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:34:28 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/460] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:34:28 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:34:28 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:34:28 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:34:28 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/464] 10.0.0.76 () {32 vars in 654 bytes} [Tue Aug 11 09:34:28 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:34:40.502 8 INFO neutron.db.segments_db [None req-d09c7d7f-b070-4b23-9870-9f1e0e4c68ce a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment bff0746d-e2b9-4cf0-9cd4-737e0946a4c4 of type vxlan for network 78ed843b-d4e2-41eb-b7df-c74b6e91c0b5 2026-08-11 09:34:40.571 7 INFO neutron.db.segments_db [None req-297451f7-505d-4d2c-983f-5cceff8a1d72 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment f39fb5d1-7cb4-4b4f-886a-56cb39b9cfee of type vxlan for network d9406642-3ca3-4d4f-85d3-1f46db15bffb [pid: 8|app: 0|req: 234/467] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:34:40 2026] POST /v2.0/networks => generated 727 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/468] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:34:40 2026] POST /v2.0/networks => generated 729 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/469] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:40 2026] POST /v2.0/subnets => generated 694 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/470] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:40 2026] POST /v2.0/subnets => generated 695 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:40.900 8 INFO neutron.db.segments_db [None req-ad34de6f-72b4-4b81-84f1-31b4ae8d2c8b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 0b017b83-fac6-43e6-9fc6-5c719018647f of type vxlan for network 304d0b0c-59bf-4482-99cd-3f19e149a521 2026-08-11 09:34:40.954 7 INFO neutron.db.segments_db [None req-b9281f19-5ef5-421a-ba0d-91a8170c365b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment da176752-527d-4d7f-b8ee-be5c3190965d of type vxlan for network 4b6c2e3a-2e34-43d5-b234-452dfcb469f0 2026-08-11 09:34:41.193 8 INFO neutron.db.l3_hamode_db [None req-ad34de6f-72b4-4b81-84f1-31b4ae8d2c8b a368e61288154a158b02c442d8d43144 7c33f4f85b4f43498e64b2a546747b59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:34:41.235 7 INFO neutron.db.l3_hamode_db [None req-b9281f19-5ef5-421a-ba0d-91a8170c365b a368e61288154a158b02c442d8d43144 297a3cab11134377a4e505ef27fc314e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:34:42.312 7 INFO neutron.db.l3_hamode_db [None req-b9281f19-5ef5-421a-ba0d-91a8170c365b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:34:42.314 8 INFO neutron.db.l3_hamode_db [None req-ad34de6f-72b4-4b81-84f1-31b4ae8d2c8b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 236/471] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:40 2026] POST /v2.0/routers => generated 735 bytes in 2751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:40 2026] POST /v2.0/routers => generated 734 bytes in 2818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/473] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:34:43 2026] GET /v2.0/security-groups?tenant_id=d3c41e754c7a44c8a8856c41eb92813e&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: 237/474] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:34:43 2026] GET /v2.0/security-groups?tenant_id=3aca41f7d8ba4058b8871bdaf55c9b5f&name=default => generated 2921 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:34:43 2026] PUT /v2.0/routers/bc3afacb-b86b-4d17-b52d-e2d78a39cdee/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/476] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:34:43 2026] PUT /v2.0/routers/097e9d59-5d41-413e-bb84-480011b24b03/add_router_interface => generated 309 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/477] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:34:45 2026] DELETE /v2.0/security-groups/e8275b2c-048f-4d62-9886-4dc008fe06b7 => 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: 239/478] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:34:45 2026] DELETE /v2.0/security-groups/83df0fbc-a805-40df-b086-321e53b49a78 => 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: 240/479] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:34:45 2026] GET /v2.0/security-groups?tenant_id=0d1937d5fa154c9081297681ef4c46ed&name=default => generated 2924 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:34:45 2026] DELETE /v2.0/security-groups/8edc2916-a999-4875-ace9-25813b90210e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/481] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:34:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/482] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:34:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/483] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:34:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/484] 10.0.0.238 () {38 vars in 971 bytes} [Tue Aug 11 09:34:46 2026] POST /v2.0/security-groups => generated 1686 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/487] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:34:46 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/488] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:34:47 2026] GET /v2.0/security-groups/0062143d-2a55-465e-8691-1acf523137a2 => generated 1686 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/489] 10.0.0.238 () {38 vars in 981 bytes} [Tue Aug 11 09:34:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:47.513 8 INFO neutron.db.segments_db [None req-99d53786-e64c-41ed-aa49-b5a2580e5849 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 451ee561-764e-4060-b6e4-fb65c66493a6 of type vxlan for network 155f4784-c254-43fc-bae8-141a35e20f77 [pid: 8|app: 0|req: 245/490] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:34:47 2026] POST /v2.0/networks => generated 733 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 10.0.0.238 () {38 vars in 971 bytes} [Tue Aug 11 09:34:47 2026] POST /v2.0/security-groups => generated 1686 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:34:48 2026] GET /v2.0/security-groups/b61df250-50b8-4f03-99d9-f7beecfb8c5d => generated 1686 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.238 () {38 vars in 981 bytes} [Tue Aug 11 09:34:48 2026] POST /v2.0/security-group-rules => generated 614 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:34:48 2026] GET /v2.0/security-groups/b61df250-50b8-4f03-99d9-f7beecfb8c5d => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/495] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:48 2026] POST /v2.0/subnets => generated 699 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:49.020 8 INFO neutron.db.segments_db [None req-f193f899-d4b9-4c21-b5ce-d2c9f9c5c55d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 349fa9e4-d75e-4422-b128-7d98c379df7c of type vxlan for network 4679ffaa-12aa-4c1c-a52f-5b5985d4f404 [pid: 7|app: 0|req: 250/496] 10.0.0.238 () {38 vars in 981 bytes} [Tue Aug 11 09:34:48 2026] POST /v2.0/security-group-rules => generated 619 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/497] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/security-groups/b61df250-50b8-4f03-99d9-f7beecfb8c5d => generated 2941 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/498] 10.0.0.238 () {34 vars in 1001 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/security-group-rules/8a26e0c6-c93e-4a87-8252-10e679f6624b => generated 616 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/499] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/security-groups/b61df250-50b8-4f03-99d9-f7beecfb8c5d => generated 2941 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/500] 10.0.0.238 () {36 vars in 1023 bytes} [Tue Aug 11 09:34:49 2026] DELETE /v2.0/security-group-rules/8a26e0c6-c93e-4a87-8252-10e679f6624b => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/501] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/security-groups/b61df250-50b8-4f03-99d9-f7beecfb8c5d => generated 2311 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:34:49.567 8 INFO neutron.db.l3_hamode_db [None req-f193f899-d4b9-4c21-b5ce-d2c9f9c5c55d a368e61288154a158b02c442d8d43144 0bbf402529294d0abe5b1c34fc5d9cba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 256/502] 10.0.0.238 () {36 vars in 1013 bytes} [Tue Aug 11 09:34:49 2026] DELETE /v2.0/security-groups/b61df250-50b8-4f03-99d9-f7beecfb8c5d => 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: 257/503] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:34:49 2026] GET /v2.0/security-groups/0062143d-2a55-465e-8691-1acf523137a2 => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/504] 10.0.0.238 () {36 vars in 1013 bytes} [Tue Aug 11 09:34:49 2026] DELETE /v2.0/security-groups/0062143d-2a55-465e-8691-1acf523137a2 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:34:50.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3e30be1-24cf-4653-b40f-44e3ca4d91a2 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 79358927-7e2f-4b2b-9330-d5e92b85561b 2026-08-11 09:34:50.483 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3e30be1-24cf-4653-b40f-44e3ca4d91a2 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 79358927-7e2f-4b2b-9330-d5e92b85561b 2026-08-11 09:34:50.525 8 INFO neutron.db.l3_hamode_db [None req-f193f899-d4b9-4c21-b5ce-d2c9f9c5c55d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 259/505] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:34:49 2026] PUT /v2.0/routers/097e9d59-5d41-413e-bb84-480011b24b03/remove_router_interface => generated 309 bytes in 1411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/506] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:48 2026] POST /v2.0/routers => generated 739 bytes in 2488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:34:51.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-e175031b-cbfc-486f-aca2-2d3eb295dac6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: d989ee46-1cf7-4bb5-8416-d80494cf5ab2 2026-08-11 09:34:51.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e175031b-cbfc-486f-aca2-2d3eb295dac6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: d989ee46-1cf7-4bb5-8416-d80494cf5ab2 2026-08-11 09:34:51.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-e175031b-cbfc-486f-aca2-2d3eb295dac6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 1c04ae97-b7b6-4a86-ae4e-5caa3489c669 2026-08-11 09:34:51.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e175031b-cbfc-486f-aca2-2d3eb295dac6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 1c04ae97-b7b6-4a86-ae4e-5caa3489c669 2026-08-11 09:34:51.895 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-e175031b-cbfc-486f-aca2-2d3eb295dac6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - 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-08-11 09:34:52.364 7 INFO neutron.db.l3_hamode_db [None req-e175031b-cbfc-486f-aca2-2d3eb295dac6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 304d0b0c-59bf-4482-99cd-3f19e149a521 was deleted as no HA routers are present in tenant 7c33f4f85b4f43498e64b2a546747b59. [pid: 7|app: 0|req: 260/507] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:34:51 2026] DELETE /v2.0/routers/097e9d59-5d41-413e-bb84-480011b24b03 => generated 0 bytes in 1077 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/508] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:34:52 2026] DELETE /v2.0/subnets/d9e3b6ab-c2f0-40c5-92f8-57f78a0502f7 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:34:52.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-739cc7d1-e2fb-4a0d-8db5-fb3595256300 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 97760f43-1231-420a-82a6-aff3a6126a6c 2026-08-11 09:34:52.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-739cc7d1-e2fb-4a0d-8db5-fb3595256300 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 97760f43-1231-420a-82a6-aff3a6126a6c [pid: 8|app: 0|req: 248/509] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:34:51 2026] PUT /v2.0/routers/30bb4d1b-84f9-45b8-ae8a-8e4e7efa77cd/add_router_interface => generated 309 bytes in 1397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/510] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:34:52 2026] DELETE /v2.0/networks/78ed843b-d4e2-41eb-b7df-c74b6e91c0b5 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:34:52.992 7 INFO neutron.services.segments.plugin [-] Segment 0b017b83-fac6-43e6-9fc6-5c719018647f resource provider aggregate not found 2026-08-11 09:34:53.009 7 INFO neutron.services.segments.plugin [-] Segment 0b017b83-fac6-43e6-9fc6-5c719018647f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b017b83-fac6-43e6-9fc6-5c719018647f found for delete ", "request_id": "req-684c4d8d-45ae-4fec-a3d2-4549a7cf4efc"}]} 2026-08-11 09:34:53.013 7 INFO neutron.services.segments.plugin [-] Segment 0b017b83-fac6-43e6-9fc6-5c719018647f resource provider aggregate not found 2026-08-11 09:34:53.026 7 INFO neutron.services.segments.plugin [-] Segment 0b017b83-fac6-43e6-9fc6-5c719018647f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b017b83-fac6-43e6-9fc6-5c719018647f found for delete ", "request_id": "req-492637de-dffc-4a99-a89c-38e510e92dce"}]} [pid: 7|app: 0|req: 263/511] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/security-groups?tenant_id=7c33f4f85b4f43498e64b2a546747b59&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/512] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/security-groups?tenant_id=06b3f6dd5b2343f9ab1c5c23c04899a0&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/513] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:34:53 2026] DELETE /v2.0/security-groups/91a3020f-23f6-4dbf-ad3e-e692bb9bc7f1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/514] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:34:53 2026] DELETE /v2.0/security-groups/286230ae-2b74-4106-aae1-05710e1b1caa => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/515] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/security-groups?tenant_id=f973a03d7a66472785865f05eab069b1&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/516] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:34:53 2026] POST /v2.0/security-groups => generated 1661 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/517] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:34:53 2026] DELETE /v2.0/security-groups/7e6fe42b-f179-437e-96da-f1c47ec76bb3 => 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: 252/518] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:34:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/519] 10.0.0.238 () {34 vars in 1100 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1322869230&fields=id&tenant_id=297a3cab11134377a4e505ef27fc314e => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/520] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:34:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/521] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/networks?id=d9406642-3ca3-4d4f-85d3-1f46db15bffb => generated 680 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/522] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/quotas/297a3cab11134377a4e505ef27fc314e => 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: 256/523] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:34:53 2026] GET /v2.0/ports?tenant_id=297a3cab11134377a4e505ef27fc314e&fields=id => generated 103 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/524] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:34:53 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/525] 10.0.0.238 () {34 vars in 907 bytes} [Tue Aug 11 09:34:54 2026] GET /v2.0/extensions => generated 21537 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/526] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:34:54 2026] GET /v2.0/networks/d9406642-3ca3-4d4f-85d3-1f46db15bffb?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: 258/527] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:34:54 2026] GET /v2.0/networks/d9406642-3ca3-4d4f-85d3-1f46db15bffb?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: 270/528] 10.0.0.238 () {34 vars in 1100 bytes} [Tue Aug 11 09:34:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1328573969&fields=id&tenant_id=0bbf402529294d0abe5b1c34fc5d9cba => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:34:55.034 7 INFO neutron.services.segments.plugin [-] Segment bff0746d-e2b9-4cf0-9cd4-737e0946a4c4 resource provider aggregate not found 2026-08-11 09:34:55.040 7 INFO neutron.services.segments.plugin [-] Segment bff0746d-e2b9-4cf0-9cd4-737e0946a4c4 resource provider aggregate not found [pid: 8|app: 0|req: 259/529] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:34:54 2026] GET /v2.0/networks?id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 684 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:34:55.053 7 INFO neutron.services.segments.plugin [-] Segment bff0746d-e2b9-4cf0-9cd4-737e0946a4c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff0746d-e2b9-4cf0-9cd4-737e0946a4c4 found for delete ", "request_id": "req-585d959b-7713-494b-9898-5c0f02f246b6"}]} 2026-08-11 09:34:55.067 7 INFO neutron.services.segments.plugin [-] Segment bff0746d-e2b9-4cf0-9cd4-737e0946a4c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bff0746d-e2b9-4cf0-9cd4-737e0946a4c4 found for delete ", "request_id": "req-4a2bc1e8-2f7f-4c99-ae52-71a1ab53b5be"}]} [pid: 8|app: 0|req: 260/530] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/quotas/0bbf402529294d0abe5b1c34fc5d9cba => 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: 271/531] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/532] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&fields=id => generated 103 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:34:55.747 7 INFO neutron.db.segments_db [None req-885df957-4ce5-4407-a40d-cd540f33f1df a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 71fd24b2-bcb7-46ab-917b-bba5bf21201a of type vxlan for network fe8a995f-5d45-423a-9343-dfdc8d7dc16d [pid: 7|app: 0|req: 272/533] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:34:55 2026] POST /v2.0/networks => generated 725 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/534] 10.0.0.238 () {34 vars in 907 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/535] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 264/536] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:34:55 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 273/537] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:55 2026] POST /v2.0/subnets => generated 691 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/538] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:56 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:34:56.186 7 INFO neutron.db.segments_db [None req-01f06b26-23f7-4b09-a553-908e5b915ecf a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment f3ea2b37-946d-44ad-b497-2fb051d8a407 of type vxlan for network f449045b-8264-44b5-8bb4-0f3042bd9c1f [pid: 8|app: 0|req: 266/539] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:56 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:34:56.449 7 INFO neutron.db.l3_hamode_db [None req-01f06b26-23f7-4b09-a553-908e5b915ecf a368e61288154a158b02c442d8d43144 bc011464a9d544db83f85af4175df99f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 267/540] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:34:56 2026] GET /v2.0/security-groups?tenant_id=3f5f2781bbbc4548957bbc53fe1eebce&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/541] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:34:56 2026] DELETE /v2.0/security-groups/82dc9e2d-557a-4c13-8bcd-78f41ef50958 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:34:57.210 7 INFO neutron.db.l3_hamode_db [None req-01f06b26-23f7-4b09-a553-908e5b915ecf a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 269/542] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:57 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 270/543] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:57 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 274/544] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:34:56 2026] POST /v2.0/routers => generated 731 bytes in 2215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/545] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 276/546] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 277/547] 10.0.0.76 () {32 vars in 652 bytes} [Tue Aug 11 09:34:58 2026] GET /v2.0/extensions => generated 21537 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/548] 10.0.0.76 () {32 vars in 680 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/549] 10.0.0.76 () {32 vars in 680 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/550] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/551] 10.0.0.76 () {32 vars in 664 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/552] 10.0.0.76 () {32 vars in 698 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/553] 10.0.0.76 () {32 vars in 696 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/554] 10.0.0.76 () {32 vars in 700 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 285/555] 10.0.0.76 () {32 vars in 688 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/556] 10.0.0.76 () {32 vars in 702 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/557] 10.0.0.76 () {32 vars in 692 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/558] 10.0.0.76 () {32 vars in 694 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/559] 10.0.0.76 () {32 vars in 684 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/560] 10.0.0.76 () {32 vars in 686 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/561] 10.0.0.76 () {32 vars in 660 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/562] 10.0.0.76 () {32 vars in 698 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 293/563] 10.0.0.76 () {32 vars in 678 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/564] 10.0.0.76 () {32 vars in 682 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/565] 10.0.0.76 () {32 vars in 674 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/566] 10.0.0.76 () {32 vars in 688 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/567] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/568] 10.0.0.76 () {32 vars in 686 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/569] 10.0.0.76 () {32 vars in 668 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/570] 10.0.0.76 () {32 vars in 686 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/571] 10.0.0.76 () {32 vars in 680 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 302/572] 10.0.0.76 () {32 vars in 698 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/573] 10.0.0.76 () {32 vars in 678 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/574] 10.0.0.76 () {32 vars in 666 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/575] 10.0.0.76 () {32 vars in 676 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/576] 10.0.0.76 () {32 vars in 664 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/577] 10.0.0.76 () {32 vars in 674 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/578] 10.0.0.76 () {32 vars in 712 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/579] 10.0.0.76 () {32 vars in 690 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/580] 10.0.0.76 () {32 vars in 682 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/581] 10.0.0.76 () {32 vars in 668 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/582] 10.0.0.76 () {32 vars in 686 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/583] 10.0.0.76 () {32 vars in 704 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/584] 10.0.0.76 () {32 vars in 674 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/585] 10.0.0.76 () {32 vars in 700 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/586] 10.0.0.76 () {32 vars in 674 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 317/587] 10.0.0.76 () {32 vars in 692 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/588] 10.0.0.76 () {32 vars in 688 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/589] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 320/590] 10.0.0.76 () {32 vars in 708 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/591] 10.0.0.76 () {32 vars in 704 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/592] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/593] 10.0.0.76 () {32 vars in 696 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/594] 10.0.0.76 () {32 vars in 710 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/595] 10.0.0.76 () {32 vars in 668 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/596] 10.0.0.76 () {32 vars in 686 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/597] 10.0.0.76 () {32 vars in 680 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/598] 10.0.0.76 () {32 vars in 674 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/599] 10.0.0.76 () {32 vars in 670 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/600] 10.0.0.76 () {32 vars in 660 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/601] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 332/602] 10.0.0.76 () {32 vars in 698 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/603] 10.0.0.76 () {32 vars in 698 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/604] 10.0.0.76 () {32 vars in 676 bytes} [Tue Aug 11 09:34:59 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: 271/605] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:34:58 2026] PUT /v2.0/routers/8b92ac35-11e1-44fb-acb9-d90c434d0887/add_router_interface => generated 309 bytes in 1285 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/606] 10.0.0.76 () {32 vars in 668 bytes} [Tue Aug 11 09:34:59 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: 272/607] 10.0.0.76 () {32 vars in 682 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/608] 10.0.0.76 () {32 vars in 700 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/609] 10.0.0.76 () {32 vars in 684 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 337/610] 10.0.0.76 () {32 vars in 706 bytes} [Tue Aug 11 09:34:59 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: 274/611] 10.0.0.76 () {32 vars in 668 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/612] 10.0.0.76 () {32 vars in 696 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/613] 10.0.0.76 () {32 vars in 694 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/614] 10.0.0.76 () {32 vars in 684 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/615] 10.0.0.76 () {32 vars in 688 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 340/616] 10.0.0.76 () {32 vars in 704 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/617] 10.0.0.76 () {32 vars in 666 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/618] 10.0.0.76 () {32 vars in 680 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/619] 10.0.0.76 () {32 vars in 680 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/620] 10.0.0.76 () {32 vars in 690 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/rbac-address-group => 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: 279/621] 10.0.0.76 () {32 vars in 690 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/622] 10.0.0.76 () {32 vars in 694 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/623] 10.0.0.76 () {32 vars in 684 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/624] 10.0.0.76 () {32 vars in 688 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/625] 10.0.0.76 () {32 vars in 700 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/626] 10.0.0.76 () {32 vars in 702 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/627] 10.0.0.76 () {32 vars in 712 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 346/628] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/629] 10.0.0.76 () {32 vars in 714 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/630] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/631] 10.0.0.76 () {32 vars in 740 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/632] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/633] 10.0.0.76 () {32 vars in 682 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/634] 10.0.0.76 () {32 vars in 668 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/635] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:34:59 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: 7|app: 0|req: 350/636] 10.0.0.76 () {32 vars in 678 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/637] 10.0.0.76 () {32 vars in 668 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/638] 10.0.0.76 () {32 vars in 696 bytes} [Tue Aug 11 09:34:59 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/639] 10.0.0.76 () {32 vars in 704 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/640] 10.0.0.76 () {32 vars in 700 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/641] 10.0.0.76 () {32 vars in 700 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/642] 10.0.0.76 () {32 vars in 682 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/643] 10.0.0.76 () {32 vars in 704 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/644] 10.0.0.76 () {32 vars in 694 bytes} [Tue Aug 11 09:35:00 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: 294/645] 10.0.0.76 () {32 vars in 688 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/646] 10.0.0.76 () {32 vars in 696 bytes} [Tue Aug 11 09:35:00 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: 296/647] 10.0.0.76 () {32 vars in 678 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/648] 10.0.0.76 () {32 vars in 688 bytes} [Tue Aug 11 09:35:00 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: 7|app: 0|req: 352/649] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/networks?id=d9406642-3ca3-4d4f-85d3-1f46db15bffb => generated 680 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/650] 10.0.0.76 () {32 vars in 700 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/651] 10.0.0.76 () {32 vars in 664 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/652] 10.0.0.76 () {32 vars in 680 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/653] 199.204.45.229 () {34 vars in 911 bytes} [Tue Aug 11 09:35:00 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: 300/654] 10.0.0.76 () {32 vars in 676 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/655] 10.0.0.76 () {32 vars in 692 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/656] 10.0.0.76 () {32 vars in 676 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/657] 10.0.0.76 () {32 vars in 666 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/658] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/659] 10.0.0.76 () {32 vars in 674 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/660] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=297a3cab11134377a4e505ef27fc314e => generated 181 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/661] 10.0.0.76 () {32 vars in 686 bytes} [Tue Aug 11 09:35:00 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/662] 10.0.0.238 () {38 vars in 971 bytes} [Tue Aug 11 09:35:00 2026] POST /v2.0/security-groups => generated 1682 bytes in 1690 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/663] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:01 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 311/666] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:02 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 957 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/667] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:35:00 2026] POST /v2.0/ports => generated 954 bytes in 2122 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: 357/668] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:02 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 312/669] 10.0.0.238 () {38 vars in 971 bytes} [Tue Aug 11 09:35:02 2026] POST /v2.0/security-groups => generated 1681 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/670] 10.0.0.238 () {38 vars in 971 bytes} [Tue Aug 11 09:35:02 2026] POST /v2.0/security-groups => generated 1681 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/671] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:03 2026] GET /v2.0/networks?id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 684 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/672] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:35:02 2026] GET /v2.0/security-groups?tenant_id=88bb89ed24744495af4e69d59ea76da5&name=default => generated 2925 bytes in 1637 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/673] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:04 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 315/674] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:35:04 2026] GET /v2.0/security-groups?tenant_id=bc011464a9d544db83f85af4175df99f => generated 7909 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/675] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:35:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0bbf402529294d0abe5b1c34fc5d9cba => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/676] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:35:04 2026] DELETE /v2.0/security-groups/4c493c0c-b329-4b3e-a59a-9a054342aa59 => 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: 360/677] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:35:03 2026] PUT /v2.0/ports/12f6ca47-1d87-4c19-9aae-6a9dadefc13e => generated 1235 bytes in 1908 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: 318/678] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:05 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 361/679] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:05 2026] GET /v2.0/security-groups/ddde62c9-91f0-494d-bf31-03ee7ad27337 => generated 2922 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/680] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:05 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 363/681] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:05 2026] GET /v2.0/security-groups/ddde62c9-91f0-494d-bf31-03ee7ad27337 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/682] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:05 2026] GET /v2.0/security-groups/cfcf6317-5e0d-4af2-8949-56b9b7c6c0dd => generated 1682 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/683] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:05 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:05.900 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-36df005b-bfa3-45d4-b8b8-8978fa0b0707'] response: {'name': 'network-changed', 'server_uuid': 'e2fcdcac-c867-494d-ba42-53a769312e91', 'tag': '12f6ca47-1d87-4c19-9aae-6a9dadefc13e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 366/684] 10.0.0.238 () {36 vars in 1013 bytes} [Tue Aug 11 09:35:05 2026] DELETE /v2.0/security-groups/cfcf6317-5e0d-4af2-8949-56b9b7c6c0dd => generated 0 bytes in 622 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:06.128 7 INFO neutron.api.v2.resource [req-7896e5a4-656b-4ece-8f19-c94600716151 req-15c7e6f6-9750-47c6-b9ee-7144c80b183c 348af74bb66c4791a3e2d7feb15cb9b0 bc011464a9d544db83f85af4175df99f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 367/685] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:06 2026] GET /v2.0/security-groups/cfcf6317-5e0d-4af2-8949-56b9b7c6c0dd => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/686] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:06 2026] GET /v2.0/security-groups/8f3e5a6a-7153-4e3d-ae30-a4c12e73ff59 => generated 1681 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/687] 10.0.0.238 () {36 vars in 1013 bytes} [Tue Aug 11 09:35:06 2026] DELETE /v2.0/security-groups/8f3e5a6a-7153-4e3d-ae30-a4c12e73ff59 => generated 0 bytes in 762 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/688] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:06 2026] GET /v2.0/ports?tenant_id=297a3cab11134377a4e505ef27fc314e&device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 1238 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/689] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 372/690] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 957 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/691] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/networks?tenant_id=297a3cab11134377a4e505ef27fc314e&shared=False => generated 776 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/692] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:35:05 2026] POST /v2.0/ports => generated 954 bytes in 2007 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: 374/693] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 375/694] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/695] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&fields=id&fields=name => generated 114 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:07.407 8 INFO neutron.api.v2.resource [req-629133f5-b707-45cc-babb-9182458dd74d req-fd9b441a-6c59-45c7-9609-a61127d76d28 348af74bb66c4791a3e2d7feb15cb9b0 bc011464a9d544db83f85af4175df99f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 321/696] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups/8f3e5a6a-7153-4e3d-ae30-a4c12e73ff59 => 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: 322/697] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups/85ac6a66-c773-441f-bd56-fcf81488ba61 => generated 1681 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/698] 10.0.0.238 () {36 vars in 1013 bytes} [Tue Aug 11 09:35:07 2026] DELETE /v2.0/security-groups/85ac6a66-c773-441f-bd56-fcf81488ba61 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:07.730 8 INFO neutron.api.v2.resource [req-f0a73606-3be8-41fb-b79a-cae4fa5169b5 req-ed2d4b0a-1c8a-4a1d-8769-2d933aa4bd88 348af74bb66c4791a3e2d7feb15cb9b0 bc011464a9d544db83f85af4175df99f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 324/699] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups/85ac6a66-c773-441f-bd56-fcf81488ba61 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/700] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups?tenant_id=bc011464a9d544db83f85af4175df99f => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/701] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups/ddde62c9-91f0-494d-bf31-03ee7ad27337 => generated 2922 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/702] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups/ddde62c9-91f0-494d-bf31-03ee7ad27337 => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:07.968 8 INFO neutron.api.v2.resource [req-91ea55e0-40c4-43e2-a77a-da49a4d5de82 req-8ddb400f-b042-4e74-9047-c61552d73c24 348af74bb66c4791a3e2d7feb15cb9b0 bc011464a9d544db83f85af4175df99f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 328/703] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups/85ac6a66-c773-441f-bd56-fcf81488ba61 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:35:08.007 8 INFO neutron.api.v2.resource [req-a80814e8-4a60-49a0-9a77-424700d05a1c req-0b8dca3d-241c-41f7-b7ed-34de143c818c 348af74bb66c4791a3e2d7feb15cb9b0 bc011464a9d544db83f85af4175df99f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 329/704] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:07 2026] GET /v2.0/security-groups/8f3e5a6a-7153-4e3d-ae30-a4c12e73ff59 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:35:08.037 8 INFO neutron.api.v2.resource [req-2c0b5c5c-4b3a-4b6b-ab66-652d4ea27a8b req-7204dc66-2f34-4b27-9802-525c8183eb7d 348af74bb66c4791a3e2d7feb15cb9b0 bc011464a9d544db83f85af4175df99f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 330/705] 10.0.0.238 () {34 vars in 991 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/security-groups/cfcf6317-5e0d-4af2-8949-56b9b7c6c0dd => 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: 376/706] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:35:07 2026] PUT /v2.0/ports/f2809c33-688d-42b7-8f56-69d31e67f304 => generated 1235 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:08.259 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-56724ef1-ae3f-45ad-b304-9a0e1352cd9f'] response: {'name': 'network-changed', 'server_uuid': 'c5d918f2-a397-4758-9c79-c0b31c6b203b', 'tag': 'f2809c33-688d-42b7-8f56-69d31e67f304', '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: 377/707] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 378/708] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/ports?tenant_id=297a3cab11134377a4e505ef27fc314e&device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/709] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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-08-11 09:35:08.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-ddeabfb1-3576-4b19-9b1a-3c435f4701ff a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 90868f2a-06f2-4565-a44e-3dc63e974e99 [pid: 7|app: 0|req: 380/710] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:08.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddeabfb1-3576-4b19-9b1a-3c435f4701ff a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 90868f2a-06f2-4565-a44e-3dc63e974e99 [pid: 7|app: 0|req: 381/711] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=12f6ca47-1d87-4c19-9aae-6a9dadefc13e => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/712] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/713] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/subnets?id=3899ca7f-efbd-4418-91e9-d4ec0deb18fa => generated 698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/714] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:08 2026] GET /v2.0/ports?network_id=d9406642-3ca3-4d4f-85d3-1f46db15bffb&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:09.331 7 INFO neutron.db.segments_db [None req-2f7cc7e7-bfd4-4cfd-a201-b2b4194697bb 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] Added segment 3794598a-820f-4d94-8eed-8b3458e66722 of type vxlan for network 36f8fa88-1cf4-4d11-b7f6-ac7be979b046 [pid: 8|app: 0|req: 331/715] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:35:08 2026] PUT /v2.0/routers/8b92ac35-11e1-44fb-acb9-d90c434d0887/remove_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: 332/716] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:09 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 333/717] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:09 2026] GET /v2.0/networks/d9406642-3ca3-4d4f-85d3-1f46db15bffb?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:11.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f43d0b8-7f71-4971-b768-784061442094 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 649b959b-950a-409f-9209-224b5cec6ede 2026-08-11 09:35:11.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f43d0b8-7f71-4971-b768-784061442094 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 649b959b-950a-409f-9209-224b5cec6ede [pid: 7|app: 0|req: 385/718] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:08 2026] POST /v2.0/networks => generated 630 bytes in 3321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/719] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/networks?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&shared=False => 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: 387/720] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 388/721] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/networks/d9406642-3ca3-4d4f-85d3-1f46db15bffb?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: 389/722] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:12 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:12.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f43d0b8-7f71-4971-b768-784061442094 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 62c4729b-b599-48fb-9a5a-6df4169090ce 2026-08-11 09:35:12.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f43d0b8-7f71-4971-b768-784061442094 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 62c4729b-b599-48fb-9a5a-6df4169090ce 2026-08-11 09:35:12.600 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-6f43d0b8-7f71-4971-b768-784061442094 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - 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-08-11 09:35:15.297 8 INFO neutron.services.segments.plugin [-] Segment f3ea2b37-946d-44ad-b497-2fb051d8a407 resource provider aggregate not found 2026-08-11 09:35:15.318 8 INFO neutron.services.segments.plugin [-] Segment f3ea2b37-946d-44ad-b497-2fb051d8a407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3ea2b37-946d-44ad-b497-2fb051d8a407 found for delete ", "request_id": "req-39d59b22-a887-476d-872a-18a3d25d359c"}]} 2026-08-11 09:35:15.346 8 INFO neutron.services.segments.plugin [-] Segment f3ea2b37-946d-44ad-b497-2fb051d8a407 resource provider aggregate not found 2026-08-11 09:35:15.365 8 INFO neutron.services.segments.plugin [-] Segment f3ea2b37-946d-44ad-b497-2fb051d8a407 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3ea2b37-946d-44ad-b497-2fb051d8a407 found for delete ", "request_id": "req-44870c4a-5627-4922-bfb2-3455e9e15344"}]} 2026-08-11 09:35:15.727 8 INFO neutron.db.l3_hamode_db [None req-6f43d0b8-7f71-4971-b768-784061442094 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network f449045b-8264-44b5-8bb4-0f3042bd9c1f was deleted as no HA routers are present in tenant bc011464a9d544db83f85af4175df99f. [pid: 8|app: 0|req: 334/723] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:09 2026] DELETE /v2.0/routers/8b92ac35-11e1-44fb-acb9-d90c434d0887 => generated 0 bytes in 6139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/724] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:35:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/725] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:15 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 337/726] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:15 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 390/727] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:12 2026] POST /v2.0/ports => generated 778 bytes in 3961 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-08-11 09:35:16.677 7 INFO neutron.db.segments_db [None req-4e70c069-46cd-4850-a3ae-fe991e09c910 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] Added segment cdbc386b-e26a-4387-9484-4a4587e54089 of type vxlan for network a1120528-8523-40b8-8200-82b0a71e0cc3 [pid: 8|app: 0|req: 338/728] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:15 2026] DELETE /v2.0/subnets/96e937da-55b6-470f-822c-d58a86025d12 => generated 0 bytes in 1277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/729] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/730] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/733] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:17.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f4ada30-999c-4256-bc98-d561c6815ec1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 31da0c30-6b10-4ba0-b231-c8faa6b41ed3 2026-08-11 09:35:17.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f4ada30-999c-4256-bc98-d561c6815ec1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 31da0c30-6b10-4ba0-b231-c8faa6b41ed3 [pid: 7|app: 0|req: 391/734] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:16 2026] POST /v2.0/networks => generated 617 bytes in 1284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/735] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => 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: 393/736] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 394/737] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:17 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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-08-11 09:35:17.957 8 INFO neutron.services.segments.plugin [-] Segment 71fd24b2-bcb7-46ab-917b-bba5bf21201a resource provider aggregate not found 2026-08-11 09:35:17.974 8 INFO neutron.services.segments.plugin [-] Segment 71fd24b2-bcb7-46ab-917b-bba5bf21201a resource provider aggregate not found 2026-08-11 09:35:17.982 8 INFO neutron.services.segments.plugin [-] Segment 71fd24b2-bcb7-46ab-917b-bba5bf21201a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fd24b2-bcb7-46ab-917b-bba5bf21201a found for delete ", "request_id": "req-40454e83-8466-4f98-b639-1e24fe220644"}]} 2026-08-11 09:35:18.008 8 INFO neutron.services.segments.plugin [-] Segment 71fd24b2-bcb7-46ab-917b-bba5bf21201a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71fd24b2-bcb7-46ab-917b-bba5bf21201a found for delete ", "request_id": "req-895bb801-e82e-444f-b16c-0bda63d4b725"}]} [pid: 8|app: 0|req: 344/738] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:17 2026] DELETE /v2.0/networks/fe8a995f-5d45-423a-9343-dfdc8d7dc16d => generated 0 bytes in 624 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/739] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/subnets?id=3ed09c1b-edb1-4165-b20a-1fca948e7280 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/740] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/ports?network_id=155f4784-c254-43fc-bae8-141a35e20f77&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: 7|app: 0|req: 395/741] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:17 2026] POST /v2.0/subnets => generated 646 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/742] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/743] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/744] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/security-groups?tenant_id=bc011464a9d544db83f85af4175df99f&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: 350/745] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:35:18 2026] DELETE /v2.0/security-groups/ddde62c9-91f0-494d-bf31-03ee7ad27337 => 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: 396/746] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:18 2026] POST /v2.0/ports => generated 962 bytes in 359 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: 397/747] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 398/748] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 399/749] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 400/750] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:18 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:19.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-44d91f95-92bd-47aa-8902-cb7b40cffbe7 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] TaaS: Handle Delete Port: 070d07d7-8023-4a90-b5de-858445d0ae94 2026-08-11 09:35:19.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d91f95-92bd-47aa-8902-cb7b40cffbe7 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] Tap Mirror: Handle Delete Port: 070d07d7-8023-4a90-b5de-858445d0ae94 [pid: 8|app: 0|req: 351/751] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:18 2026] DELETE /v2.0/ports/070d07d7-8023-4a90-b5de-858445d0ae94 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:19.380 7 INFO neutron.pecan_wsgi.hooks.translation [None req-665b6086-b8f9-4421-bddf-55a3ef8399ee 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/752] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:19 2026] DELETE /v2.0/ports/070d07d7-8023-4a90-b5de-858445d0ae94 => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:35:19.416 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9326d6b-0c3e-4ee3-a8f4-0fef9640c145 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 352/753] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:19 2026] GET /v2.0/ports/070d07d7-8023-4a90-b5de-858445d0ae94 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/754] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:19 2026] DELETE /v2.0/subnets/cd697ef5-4a76-4d5a-a387-8f23d268014f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/755] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:19 2026] DELETE /v2.0/networks/a1120528-8523-40b8-8200-82b0a71e0cc3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:19.824 7 INFO neutron.db.segments_db [None req-3e84b438-4c55-4adc-8712-321762e8fc76 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] Added segment f44d376c-c862-4ada-815a-19cd75da49d0 of type vxlan for network c05ce91d-3ff9-475f-9055-940090f9a186 [pid: 8|app: 0|req: 354/756] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:19 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:20.005 8 INFO neutron.services.segments.plugin [-] Segment cdbc386b-e26a-4387-9484-4a4587e54089 resource provider aggregate not found [pid: 8|app: 0|req: 355/757] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:19 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:20.029 8 INFO neutron.services.segments.plugin [-] Segment cdbc386b-e26a-4387-9484-4a4587e54089 resource provider aggregate not found 2026-08-11 09:35:20.034 8 INFO neutron.services.segments.plugin [-] Segment cdbc386b-e26a-4387-9484-4a4587e54089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbc386b-e26a-4387-9484-4a4587e54089 found for delete ", "request_id": "req-7156e3bb-094e-4ef9-9c54-12c86efb9a42"}]} 2026-08-11 09:35:20.058 8 INFO neutron.services.segments.plugin [-] Segment cdbc386b-e26a-4387-9484-4a4587e54089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbc386b-e26a-4387-9484-4a4587e54089 found for delete ", "request_id": "req-54a1beec-e065-4aef-8b4d-89a478616c44"}]} [pid: 7|app: 0|req: 403/758] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:19 2026] POST /v2.0/networks => generated 616 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/759] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:20 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/760] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:20 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 357/761] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:20 2026] POST /v2.0/subnets => generated 646 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/762] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:20 2026] POST /v2.0/ports => generated 928 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:20.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-c107c43c-fdd5-4d7e-844e-14e0a6008639 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] TaaS: Handle Delete Port: 546643f4-c38a-4843-bc65-2e7e4b3ed61d 2026-08-11 09:35:20.934 8 INFO neutron.db.segments_db [None req-057b8d26-da7a-47c8-afc4-c71071fea0eb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment a4cb7535-8a0a-439c-a217-fc78d0364dc0 of type vxlan for network 7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94 2026-08-11 09:35:20.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c107c43c-fdd5-4d7e-844e-14e0a6008639 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] Tap Mirror: Handle Delete Port: 546643f4-c38a-4843-bc65-2e7e4b3ed61d [pid: 8|app: 0|req: 358/763] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:35:20 2026] POST /v2.0/networks => generated 724 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/764] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:21 2026] POST /v2.0/subnets => generated 690 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/765] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 361/766] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/767] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:20 2026] DELETE /v2.0/ports/546643f4-c38a-4843-bc65-2e7e4b3ed61d => generated 0 bytes in 675 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:21.470 8 INFO neutron.db.segments_db [None req-5b05f40c-9cdd-4c03-a355-abf151830a13 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment ee3eee0d-c078-45b9-aec1-6d65bf548c59 of type vxlan for network 6d5f9dd5-724b-4804-aea1-90c0e857e485 [pid: 7|app: 0|req: 407/768] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 408/769] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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-08-11 09:35:21.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc8b7bc3-3ca3-4740-bd92-963c9c02b9ba 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/770] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/ports/546643f4-c38a-4843-bc65-2e7e4b3ed61d => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/771] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:21 2026] DELETE /v2.0/subnets/5ca9dbf1-d3d5-40c0-a1f8-c93f6970af7d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/772] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:21 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:21.904 7 INFO neutron.services.segments.plugin [-] Segment f44d376c-c862-4ada-815a-19cd75da49d0 resource provider aggregate not found 2026-08-11 09:35:21.906 7 INFO neutron.services.segments.plugin [-] Segment f44d376c-c862-4ada-815a-19cd75da49d0 resource provider aggregate not found 2026-08-11 09:35:21.926 7 INFO neutron.services.segments.plugin [-] Segment f44d376c-c862-4ada-815a-19cd75da49d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44d376c-c862-4ada-815a-19cd75da49d0 found for delete ", "request_id": "req-2c874ca0-db3c-45d1-9b4f-8f7fb271cb62"}]} 2026-08-11 09:35:21.926 7 INFO neutron.services.segments.plugin [-] Segment f44d376c-c862-4ada-815a-19cd75da49d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f44d376c-c862-4ada-815a-19cd75da49d0 found for delete ", "request_id": "req-6a77701b-0517-49db-af08-848a29779572"}]} [pid: 7|app: 0|req: 412/773] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:21 2026] DELETE /v2.0/networks/c05ce91d-3ff9-475f-9055-940090f9a186 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:22.028 8 INFO neutron.db.l3_hamode_db [None req-5b05f40c-9cdd-4c03-a355-abf151830a13 a368e61288154a158b02c442d8d43144 95c32d8626dd4d9abb573984ae2e4d80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:35:22.471 7 INFO neutron.db.l3_db [None req-69d12c4a-d907-4c99-9997-ebb3c7c33742 407dcab2793c4dd28df45eea3cc84ebf 297a3cab11134377a4e505ef27fc314e - - default default] Floating IP a9f46515-672d-405a-8930-af8579061692 associated. External IP: 10.96.250.205, port: 12f6ca47-1d87-4c19-9aae-6a9dadefc13e. [pid: 7|app: 0|req: 413/774] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:35:21 2026] PUT /v2.0/floatingips/a9f46515-672d-405a-8930-af8579061692 => generated 855 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:22.979 8 INFO neutron.db.l3_hamode_db [None req-5b05f40c-9cdd-4c03-a355-abf151830a13 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 414/775] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:22 2026] POST /v2.0/ports => generated 779 bytes in 362 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: 415/776] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 416/777] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 417/778] 10.0.0.76 () {34 vars in 736 bytes} [Tue Aug 11 09:35:23 2026] PUT /v2.0/ports/dc718817-2aee-4c45-96ff-ea0dacc77a85 => generated 752 bytes in 226 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: 418/779] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 419/780] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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-08-11 09:35:23.551 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-427135ec-8784-43fc-85d2-03709cb9bd20'] response: {'name': 'network-changed', 'server_uuid': 'e2fcdcac-c867-494d-ba42-53a769312e91', 'tag': '12f6ca47-1d87-4c19-9aae-6a9dadefc13e', 'status': 'completed', 'code': 200} 2026-08-11 09:35:23.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a16cbe1-fb95-4930-8cce-53497f0adb17 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] TaaS: Handle Delete Port: dc718817-2aee-4c45-96ff-ea0dacc77a85 2026-08-11 09:35:23.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a16cbe1-fb95-4930-8cce-53497f0adb17 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] Tap Mirror: Handle Delete Port: dc718817-2aee-4c45-96ff-ea0dacc77a85 [pid: 7|app: 0|req: 420/781] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:23 2026] DELETE /v2.0/ports/dc718817-2aee-4c45-96ff-ea0dacc77a85 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/782] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/ports => generated 781 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:23.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e42e618e-0710-4eab-9022-0c925a6e69f6 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 422/783] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/ports/dc718817-2aee-4c45-96ff-ea0dacc77a85 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/784] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/ports => generated 781 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/785] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:21 2026] POST /v2.0/routers => generated 730 bytes in 2640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/786] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:23 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/787] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/ports?tenant_id=297a3cab11134377a4e505ef27fc314e&device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/788] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/ports/41528236-2a93-4ee0-adbf-3b00b7e06930 => generated 778 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/789] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 365/790] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/networks?id=d9406642-3ca3-4d4f-85d3-1f46db15bffb => generated 776 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:24.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2691f210-a17e-4228-89ac-4aa2702b68e0 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 366/791] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:24 2026] DELETE /v2.0/ports/546643f4-c38a-4843-bc65-2e7e4b3ed61d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/792] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=12f6ca47-1d87-4c19-9aae-6a9dadefc13e => generated 858 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:24.347 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5463b070-b030-4d4a-8123-e17e6ef0122d 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 368/793] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:24 2026] DELETE /v2.0/subnets/5ca9dbf1-d3d5-40c0-a1f8-c93f6970af7d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/794] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/subnets?id=3899ca7f-efbd-4418-91e9-d4ec0deb18fa => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:24.406 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dbdd31b8-10d8-4eab-84c7-ea85a228c62a 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 370/795] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:24 2026] DELETE /v2.0/subnets/cd697ef5-4a76-4d5a-a387-8f23d268014f => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/796] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/ports?network_id=d9406642-3ca3-4d4f-85d3-1f46db15bffb&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:24.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-38fe6824-7f02-41cf-8408-80b2d67db154 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] TaaS: Handle Delete Port: 41528236-2a93-4ee0-adbf-3b00b7e06930 2026-08-11 09:35:24.552 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38fe6824-7f02-41cf-8408-80b2d67db154 13b54f0d457543dc93fca0b77643ad1d 397aa168f8394fc284d2ae4fd911c174 - - default default] Tap Mirror: Handle Delete Port: 41528236-2a93-4ee0-adbf-3b00b7e06930 [pid: 8|app: 0|req: 372/797] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:24 2026] DELETE /v2.0/ports/41528236-2a93-4ee0-adbf-3b00b7e06930 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/798] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/networks/d9406642-3ca3-4d4f-85d3-1f46db15bffb?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/799] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:24 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 971 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:25.115 8 INFO neutron.services.segments.plugin [-] Segment 3794598a-820f-4d94-8eed-8b3458e66722 resource provider aggregate not found 2026-08-11 09:35:25.116 8 INFO neutron.services.segments.plugin [-] Segment 3794598a-820f-4d94-8eed-8b3458e66722 resource provider aggregate not found 2026-08-11 09:35:25.133 8 INFO neutron.services.segments.plugin [-] Segment 3794598a-820f-4d94-8eed-8b3458e66722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3794598a-820f-4d94-8eed-8b3458e66722 found for delete ", "request_id": "req-00f130eb-2a44-416d-b01b-dd87ff46c981"}]} 2026-08-11 09:35:25.137 8 INFO neutron.services.segments.plugin [-] Segment 3794598a-820f-4d94-8eed-8b3458e66722 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3794598a-820f-4d94-8eed-8b3458e66722 found for delete ", "request_id": "req-861a52e7-ad98-46b2-8bca-86651e61d0ee"}]} [pid: 8|app: 0|req: 375/800] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:24 2026] DELETE /v2.0/networks/36f8fa88-1cf4-4d11-b7f6-ac7be979b046 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/801] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/networks/d9406642-3ca3-4d4f-85d3-1f46db15bffb?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: 377/802] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 378/803] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 379/804] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 380/805] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 426/806] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:35:24 2026] PUT /v2.0/routers/4850ca4f-400d-4bc8-876d-8233040d6ddb/add_router_interface => generated 309 bytes in 1597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/807] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:35:25 2026] GET /v2.0/security-groups?tenant_id=397aa168f8394fc284d2ae4fd911c174&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:25.958 8 INFO neutron.db.l3_db [None req-a53ca171-5d46-475c-a5fe-92a8b75ecec5 78ec7c342ed140448c904aa812e9940a 0bbf402529294d0abe5b1c34fc5d9cba - - default default] Floating IP 350c91af-6de3-4c62-9a49-a2de4a117adf associated. External IP: 10.96.250.209, port: f2809c33-688d-42b7-8f56-69d31e67f304. [pid: 7|app: 0|req: 428/808] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:35:25 2026] DELETE /v2.0/security-groups/508e372c-df52-4ac7-84f7-49ce75eec3c2 => 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: 381/809] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:35:25 2026] PUT /v2.0/floatingips/350c91af-6de3-4c62-9a49-a2de4a117adf => generated 855 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/810] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:26 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 430/811] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:26 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 382/812] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:35:26 2026] POST /v2.0/security-groups => generated 1659 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/813] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:26 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 432/814] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:26 2026] GET /v2.0/security-groups?id=0dd522be-7e11-4069-bd1e-6400d184b283&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: 433/815] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:35:26 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/816] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:35:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:26.746 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b35f4622-03e7-4a78-9830-ff3ef30a5c3e'] response: {'name': 'network-changed', 'server_uuid': 'c5d918f2-a397-4758-9c79-c0b31c6b203b', 'tag': 'f2809c33-688d-42b7-8f56-69d31e67f304', 'status': 'completed', 'code': 200} 2026-08-11 09:35:26.758 7 INFO neutron_taas.services.taas.taas_plugin [req-60f80c23-57be-4a05-81a5-ff194499f1e1 req-d1eacc88-55d2-489b-a92e-f6bc9f41a001 407dcab2793c4dd28df45eea3cc84ebf 297a3cab11134377a4e505ef27fc314e - - default default] TaaS: Handle Delete Port: 12f6ca47-1d87-4c19-9aae-6a9dadefc13e 2026-08-11 09:35:26.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-60f80c23-57be-4a05-81a5-ff194499f1e1 req-d1eacc88-55d2-489b-a92e-f6bc9f41a001 407dcab2793c4dd28df45eea3cc84ebf 297a3cab11134377a4e505ef27fc314e - - default default] Tap Mirror: Handle Delete Port: 12f6ca47-1d87-4c19-9aae-6a9dadefc13e [pid: 8|app: 0|req: 384/817] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:35:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:26.933 7 INFO neutron.db.l3_db [req-60f80c23-57be-4a05-81a5-ff194499f1e1 req-d1eacc88-55d2-489b-a92e-f6bc9f41a001 407dcab2793c4dd28df45eea3cc84ebf 297a3cab11134377a4e505ef27fc314e - - default default] Floating IP a9f46515-672d-405a-8930-af8579061692 disassociated. External IP: 10.96.250.205, port: 12f6ca47-1d87-4c19-9aae-6a9dadefc13e. [pid: 7|app: 0|req: 434/818] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:35:26 2026] DELETE /v2.0/ports/12f6ca47-1d87-4c19-9aae-6a9dadefc13e => generated 0 bytes in 680 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:27.375 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee7866cd-8012-4d40-a200-793bd8ca7441'] response: {'server_uuid': 'e2fcdcac-c867-494d-ba42-53a769312e91', 'name': 'network-vif-deleted', 'tag': '12f6ca47-1d87-4c19-9aae-6a9dadefc13e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 435/819] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 436/820] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/networks?id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/821] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:35:26 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/822] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/823] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/subnets?id=3ed09c1b-edb1-4165-b20a-1fca948e7280 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/824] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/ports?network_id=155f4784-c254-43fc-bae8-141a35e20f77&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: 387/825] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 388/826] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 439/827] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 389/828] 10.0.0.238 () {34 vars in 1098 bytes} [Tue Aug 11 09:35:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--896804657&fields=id&tenant_id=95c32d8626dd4d9abb573984ae2e4d80 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/829] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/networks?id=7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94 => generated 675 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/830] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/quotas/95c32d8626dd4d9abb573984ae2e4d80 => 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: 392/831] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/ports?tenant_id=95c32d8626dd4d9abb573984ae2e4d80&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/832] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/833] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?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) 2026-08-11 09:35:28.434 7 INFO neutron.db.segments_db [None req-b8a28ede-3ef9-4e13-ab97-f35dccc56eb8 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] Added segment 32f2db59-a86c-4422-8528-6ac3ed382428 of type vxlan for network f9f5f35a-caa7-4b5c-9a7d-9219fd944a1c [pid: 7|app: 0|req: 440/834] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:28 2026] POST /v2.0/networks => generated 624 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/835] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 396/836] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:28 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 441/837] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:28 2026] POST /v2.0/ports => generated 775 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:28.993 8 INFO neutron.db.segments_db [None req-e1c13f6d-cf74-4c9f-9fae-af5fe63c1dd2 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] Added segment cbc1971b-d300-472e-86d9-022f90460014 of type vxlan for network bb9bc7a8-5cc6-4785-9eed-8c787d94f027 [pid: 8|app: 0|req: 397/838] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:28 2026] POST /v2.0/networks => generated 612 bytes in 204 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: 442/839] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:29 2026] POST /v2.0/subnets => generated 626 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/840] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:29 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 398/841] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:29 2026] POST /v2.0/ports => generated 954 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 399/842] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:29 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:30.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7fd9d07-6849-409e-9494-2f85b2836af2 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] TaaS: Handle Delete Port: 831fd64f-1eef-4749-a27e-d814fa0c1eaa 2026-08-11 09:35:30.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7fd9d07-6849-409e-9494-2f85b2836af2 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] Tap Mirror: Handle Delete Port: 831fd64f-1eef-4749-a27e-d814fa0c1eaa [pid: 7|app: 0|req: 444/843] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:29 2026] DELETE /v2.0/ports/831fd64f-1eef-4749-a27e-d814fa0c1eaa => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:30.231 8 INFO neutron.pecan_wsgi.hooks.translation [None req-accd34c2-b9df-4725-97e9-ac0aaa31001e e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 400/844] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:30 2026] DELETE /v2.0/ports/831fd64f-1eef-4749-a27e-d814fa0c1eaa => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:35:30.274 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff6f08d4-73a0-45e7-a1b0-ce91cf7bb045 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 445/845] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:30 2026] GET /v2.0/ports/831fd64f-1eef-4749-a27e-d814fa0c1eaa => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/846] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:30 2026] DELETE /v2.0/subnets/1ef21a2d-96d2-4033-ba50-21b2fbc3d6dd => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:30.576 7 INFO neutron.services.segments.plugin [-] Segment cbc1971b-d300-472e-86d9-022f90460014 resource provider aggregate not found 2026-08-11 09:35:30.588 7 INFO neutron.services.segments.plugin [-] Segment cbc1971b-d300-472e-86d9-022f90460014 resource provider aggregate not found 2026-08-11 09:35:30.599 7 INFO neutron.services.segments.plugin [-] Segment cbc1971b-d300-472e-86d9-022f90460014 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbc1971b-d300-472e-86d9-022f90460014 found for delete ", "request_id": "req-10abe17f-d0e0-43ea-80ad-ec7e803495a2"}]} 2026-08-11 09:35:30.610 7 INFO neutron.services.segments.plugin [-] Segment cbc1971b-d300-472e-86d9-022f90460014 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbc1971b-d300-472e-86d9-022f90460014 found for delete ", "request_id": "req-221f623b-fca4-4596-99be-c1ee9b4e2971"}]} [pid: 7|app: 0|req: 446/847] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:30 2026] DELETE /v2.0/networks/bb9bc7a8-5cc6-4785-9eed-8c787d94f027 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:30.721 8 INFO neutron.db.segments_db [None req-90d7f07a-9d15-462e-85ff-1004ed329b1d e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] Added segment ec8b55e9-da4c-4f46-93df-457a3933634b of type vxlan for network 54e44776-78fc-4163-89a3-ddd8b8140372 [pid: 7|app: 0|req: 447/848] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:30 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 402/849] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:30 2026] POST /v2.0/networks => generated 612 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/850] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:30 2026] GET /v2.0/ports?device_id=e2fcdcac-c867-494d-ba42-53a769312e91 => 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: 448/851] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:30 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/852] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:31 2026] POST /v2.0/ports => generated 912 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/853] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:31 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:31.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b36a0ae-351b-4284-9b7b-a7e7946aca50 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] TaaS: Handle Delete Port: 244eb05f-5661-4266-90d0-2f94a4ea9ef1 2026-08-11 09:35:31.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b36a0ae-351b-4284-9b7b-a7e7946aca50 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] Tap Mirror: Handle Delete Port: 244eb05f-5661-4266-90d0-2f94a4ea9ef1 [pid: 7|app: 0|req: 449/856] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:31 2026] DELETE /v2.0/ports/244eb05f-5661-4266-90d0-2f94a4ea9ef1 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:32.184 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93068fde-dfa4-4ce0-b9cc-d558bb239557 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 450/857] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/ports/244eb05f-5661-4266-90d0-2f94a4ea9ef1 => 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: 408/858] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:35:32 2026] DELETE /v2.0/security-groups/0dd522be-7e11-4069-bd1e-6400d184b283 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:32.220 8 INFO neutron.api.v2.resource [None req-4e90f3e5-af22-40e0-911f-c771cab1841a 407dcab2793c4dd28df45eea3cc84ebf 297a3cab11134377a4e505ef27fc314e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 409/859] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:35:32 2026] GET /v2.0/security-groups/0dd522be-7e11-4069-bd1e-6400d184b283 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:35:32.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-733165f3-ec73-4da1-a178-7f6acfa1667c 407dcab2793c4dd28df45eea3cc84ebf 297a3cab11134377a4e505ef27fc314e - - default default] TaaS: Handle Delete Port: a5e76dbb-e471-41eb-a7fa-67002b18a66a 2026-08-11 09:35:32.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-733165f3-ec73-4da1-a178-7f6acfa1667c 407dcab2793c4dd28df45eea3cc84ebf 297a3cab11134377a4e505ef27fc314e - - default default] Tap Mirror: Handle Delete Port: a5e76dbb-e471-41eb-a7fa-67002b18a66a [pid: 7|app: 0|req: 451/860] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:32 2026] DELETE /v2.0/subnets/09fe8d3c-6dc2-4268-99bb-9aa22bc8d648 => 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: 452/861] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:32 2026] DELETE /v2.0/networks/54e44776-78fc-4163-89a3-ddd8b8140372 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/862] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:35:32 2026] DELETE /v2.0/floatingips/a9f46515-672d-405a-8930-af8579061692 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:32.626 7 INFO neutron.services.segments.plugin [-] Segment ec8b55e9-da4c-4f46-93df-457a3933634b resource provider aggregate not found 2026-08-11 09:35:32.633 7 INFO neutron.services.segments.plugin [-] Segment ec8b55e9-da4c-4f46-93df-457a3933634b resource provider aggregate not found 2026-08-11 09:35:32.649 7 INFO neutron.services.segments.plugin [-] Segment ec8b55e9-da4c-4f46-93df-457a3933634b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec8b55e9-da4c-4f46-93df-457a3933634b found for delete ", "request_id": "req-2be2840d-98f4-4408-aef9-3d83b79d5c8d"}]} 2026-08-11 09:35:32.650 7 INFO neutron.services.segments.plugin [-] Segment ec8b55e9-da4c-4f46-93df-457a3933634b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec8b55e9-da4c-4f46-93df-457a3933634b found for delete ", "request_id": "req-7f05c076-c029-467c-a203-e4383aae4b2b"}]} [pid: 7|app: 0|req: 453/863] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:32 2026] POST /v2.0/ports => generated 774 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:35:32.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea1a7972-0746-43f3-894c-6935c9f83a86 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 1332d72b-316e-4382-b6b2-1314eb5724f2 2026-08-11 09:35:32.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea1a7972-0746-43f3-894c-6935c9f83a86 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 1332d72b-316e-4382-b6b2-1314eb5724f2 [pid: 7|app: 0|req: 454/864] 10.0.0.76 () {34 vars in 736 bytes} [Tue Aug 11 09:35:32 2026] PUT /v2.0/ports/25a97568-31e1-4abc-9085-7690e36a73f9 => generated 752 bytes in 218 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: 455/865] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:33 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:33.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ed05c90-6ab3-4488-ae73-9bd9d3a5cab0 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] TaaS: Handle Delete Port: 25a97568-31e1-4abc-9085-7690e36a73f9 2026-08-11 09:35:33.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ed05c90-6ab3-4488-ae73-9bd9d3a5cab0 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] Tap Mirror: Handle Delete Port: 25a97568-31e1-4abc-9085-7690e36a73f9 [pid: 7|app: 0|req: 456/866] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:33 2026] DELETE /v2.0/ports/25a97568-31e1-4abc-9085-7690e36a73f9 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/867] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:33 2026] GET /v2.0/networks?id=7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94 => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/868] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:35:33 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: 7|app: 0|req: 459/869] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:35:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=95c32d8626dd4d9abb573984ae2e4d80 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:33.460 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f178498a-53fa-4696-bf6e-6bf291379329 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 460/870] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:33 2026] GET /v2.0/ports/25a97568-31e1-4abc-9085-7690e36a73f9 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/871] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:35:32 2026] PUT /v2.0/routers/bc3afacb-b86b-4d17-b52d-e2d78a39cdee/remove_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/872] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:35:33 2026] GET /v2.0/ports => generated 778 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/873] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:35:33 2026] POST /v2.0/ports => generated 958 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 462/874] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:33 2026] GET /v2.0/ports/6cb28cd9-60e6-4238-bee0-bae326348800 => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:33.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-9580ce15-f4b1-426c-997f-cda5e3721d5d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 555cb3a1-850e-4bde-acc8-15d9964183bc 2026-08-11 09:35:33.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9580ce15-f4b1-426c-997f-cda5e3721d5d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 555cb3a1-850e-4bde-acc8-15d9964183bc 2026-08-11 09:35:34.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-9580ce15-f4b1-426c-997f-cda5e3721d5d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 45043796-2ed0-4830-b4a8-535ebfe53e21 2026-08-11 09:35:34.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9580ce15-f4b1-426c-997f-cda5e3721d5d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 45043796-2ed0-4830-b4a8-535ebfe53e21 [pid: 7|app: 0|req: 463/875] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:35:33 2026] PUT /v2.0/ports/383c27e9-1916-4789-894b-5b546d85dd81 => generated 1239 bytes in 474 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-08-11 09:35:34.366 7 INFO neutron.pecan_wsgi.hooks.translation [None req-604a72d5-fdc0-4dbc-8c27-362fbb0a436c e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 464/876] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/ports/244eb05f-5661-4266-90d0-2f94a4ea9ef1 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:35:34.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62b12dc3-835b-4741-9dea-0d66b4f33d73'] response: {'name': 'network-changed', 'server_uuid': 'e47e7cb5-adc2-4961-9c97-d06694b62583', 'tag': '383c27e9-1916-4789-894b-5b546d85dd81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 465/877] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:34 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:34.424 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cba6bbb-8e64-4f44-b085-e3c7221a22a3 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 466/878] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/subnets/09fe8d3c-6dc2-4268-99bb-9aa22bc8d648 => 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: 467/879] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:34 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:34.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f72babd4-d647-4133-9677-0224cb585dcf e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 468/880] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/subnets/1ef21a2d-96d2-4033-ba50-21b2fbc3d6dd => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:35:34.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-722b82c6-dd31-40c0-8565-157088a4b966 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] TaaS: Handle Delete Port: 6cb28cd9-60e6-4238-bee0-bae326348800 2026-08-11 09:35:34.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-722b82c6-dd31-40c0-8565-157088a4b966 e680fc97abc044669cec7c8b66b7e30b 42e821f8d1114fafb5360abe3ac7d903 - - default default] Tap Mirror: Handle Delete Port: 6cb28cd9-60e6-4238-bee0-bae326348800 [pid: 7|app: 0|req: 469/881] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/ports/6cb28cd9-60e6-4238-bee0-bae326348800 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:34.690 8 INFO neutron.services.segments.plugin [-] Segment da176752-527d-4d7f-b8ee-be5c3190965d resource provider aggregate not found 2026-08-11 09:35:34.696 8 INFO neutron.services.segments.plugin [-] Segment da176752-527d-4d7f-b8ee-be5c3190965d resource provider aggregate not found 2026-08-11 09:35:34.713 8 INFO neutron.services.segments.plugin [-] Segment da176752-527d-4d7f-b8ee-be5c3190965d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da176752-527d-4d7f-b8ee-be5c3190965d found for delete ", "request_id": "req-15eafd94-213c-4fe9-83e4-d5f2302eec3b"}]} 2026-08-11 09:35:34.718 8 INFO neutron.services.segments.plugin [-] Segment da176752-527d-4d7f-b8ee-be5c3190965d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da176752-527d-4d7f-b8ee-be5c3190965d found for delete ", "request_id": "req-20beff13-673d-49bc-ad49-409fc4da2e3b"}]} 2026-08-11 09:35:34.727 8 INFO neutron.db.l3_hamode_db [None req-9580ce15-f4b1-426c-997f-cda5e3721d5d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 4b6c2e3a-2e34-43d5-b234-452dfcb469f0 was deleted as no HA routers are present in tenant 297a3cab11134377a4e505ef27fc314e. [pid: 8|app: 0|req: 413/882] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:33 2026] DELETE /v2.0/routers/bc3afacb-b86b-4d17-b52d-e2d78a39cdee => generated 0 bytes in 981 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:35:34.812 7 INFO neutron.services.segments.plugin [-] Segment 32f2db59-a86c-4422-8528-6ac3ed382428 resource provider aggregate not found 2026-08-11 09:35:34.815 7 INFO neutron.services.segments.plugin [-] Segment 32f2db59-a86c-4422-8528-6ac3ed382428 resource provider aggregate not found 2026-08-11 09:35:34.835 7 INFO neutron.services.segments.plugin [-] Segment 32f2db59-a86c-4422-8528-6ac3ed382428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32f2db59-a86c-4422-8528-6ac3ed382428 found for delete ", "request_id": "req-3f116146-e6f9-4693-86ac-3aa632074c7d"}]} 2026-08-11 09:35:34.836 7 INFO neutron.services.segments.plugin [-] Segment 32f2db59-a86c-4422-8528-6ac3ed382428 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32f2db59-a86c-4422-8528-6ac3ed382428 found for delete ", "request_id": "req-83dd9626-720e-4c57-bc94-f7fd341cbbf5"}]} [pid: 7|app: 0|req: 470/883] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/networks/f9f5f35a-caa7-4b5c-9a7d-9219fd944a1c => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/884] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/subnets/3899ca7f-efbd-4418-91e9-d4ec0deb18fa => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/885] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:34 2026] GET /v2.0/ports?tenant_id=95c32d8626dd4d9abb573984ae2e4d80&device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:34.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a4be91e-a529-4175-9cf2-e2925cf1fffa a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: e55b4f2d-1fa1-4c94-b8e5-2ae127f090cb 2026-08-11 09:35:34.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a4be91e-a529-4175-9cf2-e2925cf1fffa a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: e55b4f2d-1fa1-4c94-b8e5-2ae127f090cb [pid: 8|app: 0|req: 416/886] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:35:34 2026] GET /v2.0/networks?tenant_id=95c32d8626dd4d9abb573984ae2e4d80&shared=False => 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: 417/887] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:35:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/888] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:34 2026] DELETE /v2.0/networks/d9406642-3ca3-4d4f-85d3-1f46db15bffb => 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: 418/889] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:35:35 2026] GET /v2.0/security-groups?tenant_id=42e821f8d1114fafb5360abe3ac7d903&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/890] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:35 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 472/891] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:35:35 2026] DELETE /v2.0/security-groups/92410a3f-ec78-4c46-8338-1c0ee613e9d4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/892] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:35:35 2026] GET /v2.0/security-groups?tenant_id=297a3cab11134377a4e505ef27fc314e&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/893] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:35 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 421/894] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:35:35 2026] DELETE /v2.0/security-groups/87c2a847-88ad-40e1-a277-48fae22c6879 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/895] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/ports?tenant_id=95c32d8626dd4d9abb573984ae2e4d80&device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 422/896] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=383c27e9-1916-4789-894b-5b546d85dd81 => 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: 475/897] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/subnets?id=ba1f6bad-05b1-4269-87ca-bc2c165e71c8 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/898] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/ports?network_id=7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94&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: 476/899] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/900] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?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: 477/901] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/902] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:36 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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-08-11 09:35:36.857 7 INFO neutron.services.segments.plugin [-] Segment f39fb5d1-7cb4-4b4f-886a-56cb39b9cfee resource provider aggregate not found 2026-08-11 09:35:36.861 7 INFO neutron.services.segments.plugin [-] Segment f39fb5d1-7cb4-4b4f-886a-56cb39b9cfee resource provider aggregate not found 2026-08-11 09:35:36.876 7 INFO neutron.services.segments.plugin [-] Segment f39fb5d1-7cb4-4b4f-886a-56cb39b9cfee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f39fb5d1-7cb4-4b4f-886a-56cb39b9cfee found for delete ", "request_id": "req-d579fed8-00eb-4fad-aceb-94f550eeb723"}]} 2026-08-11 09:35:36.880 7 INFO neutron.services.segments.plugin [-] Segment f39fb5d1-7cb4-4b4f-886a-56cb39b9cfee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f39fb5d1-7cb4-4b4f-886a-56cb39b9cfee found for delete ", "request_id": "req-40143f83-611d-4e84-9f03-5d82c697879c"}]} [pid: 7|app: 0|req: 478/903] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:35:37 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 1240 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/904] 10.0.0.161 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:37 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 479/905] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:37 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 427/906] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:37 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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-08-11 09:35:38.344 7 INFO neutron.db.segments_db [None req-9de1a6df-6e6f-4669-a4ff-d413710175eb 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment 4cd38fa6-487d-46e8-a60e-3c7003ad9863 of type vxlan for network 8715e50a-0ce8-4777-916d-a68c941db603 2026-08-11 09:35:38.413 8 INFO neutron.db.segments_db [None req-6d151e37-b4aa-4ac7-a538-d86ff1816ed0 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment fda86759-2cc0-41e1-b1f1-7afd847c0bbd of type vxlan for network 22df4cec-042c-43b3-9720-a5a2f28b5218 [pid: 7|app: 0|req: 480/907] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:38 2026] POST /v2.0/networks => generated 611 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:38.492 7 INFO neutron.db.segments_db [None req-4b2f7e06-f44d-47fb-9f04-1b2cfd41796e 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment 2c424fd4-cf78-4adc-97ec-6143b32571ed of type vxlan for network ff86ecc1-3409-44ee-a050-3d0150b5387e [pid: 8|app: 0|req: 428/908] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:35:38 2026] POST /v2.0/networks => generated 718 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/909] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:38 2026] POST /v2.0/networks => generated 610 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/910] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:38 2026] POST /v2.0/subnets => generated 684 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:38.756 8 INFO neutron.db.segments_db [None req-3205c383-9b7e-47f8-aa5c-52e563b377fc a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 26e04da3-bf06-4d61-9c6b-fc7ca117595b of type vxlan for network e537b372-c7c5-4764-adbe-1179d3da9354 [pid: 7|app: 0|req: 482/911] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:38 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:38.968 8 INFO neutron.db.l3_hamode_db [None req-3205c383-9b7e-47f8-aa5c-52e563b377fc a368e61288154a158b02c442d8d43144 1eece73f7e924ca3a384b635633aa745 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 483/912] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:38 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/913] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:39 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:39.201 7 INFO neutron.db.segments_db [None req-c0342c36-3fb3-41f2-a309-fbaf6e009b39 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment 09e68436-dcc7-496f-839d-b07a1ed8a552 of type vxlan for network a6f9ceda-e1b9-459e-81b5-6136b40394bd 2026-08-11 09:35:39.514 7 INFO neutron.db.l3_hamode_db [None req-c0342c36-3fb3-41f2-a309-fbaf6e009b39 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:35:39.676 7 INFO neutron.db.l3_hamode_db [None req-c0342c36-3fb3-41f2-a309-fbaf6e009b39 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:35:39.802 8 INFO neutron.db.l3_hamode_db [None req-3205c383-9b7e-47f8-aa5c-52e563b377fc a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 485/914] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:39 2026] POST /v2.0/routers => generated 507 bytes in 1201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/915] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:40 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 430/916] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:38 2026] POST /v2.0/routers => generated 724 bytes in 2301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/917] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:35:40 2026] PUT /v2.0/routers/35a18423-f81b-4c18-9267-1b61283ea425/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: 488/918] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:41 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 489/919] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:41 2026] GET /v2.0/ports/6b956b42-967a-4b8b-a391-8f11a070511c => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/920] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:41 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/921] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:35:41 2026] PUT /v2.0/routers/6d729ed7-bad4-46ed-9e54-46593b5fca17/add_router_interface => generated 309 bytes in 1494 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/922] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:42 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:43.058 8 INFO neutron.db.l3_db [None req-183e095f-6382-4371-a925-bd7ebb05414e 800f2291cf4a41539647d214387d2f0f 95c32d8626dd4d9abb573984ae2e4d80 - - default default] Floating IP 4ff32cf5-3b53-4529-b20f-5b9537466ac8 associated. External IP: 10.96.250.208, port: 383c27e9-1916-4789-894b-5b546d85dd81. [pid: 8|app: 0|req: 433/923] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:35:42 2026] PUT /v2.0/floatingips/4ff32cf5-3b53-4529-b20f-5b9537466ac8 => generated 856 bytes in 865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:43.546 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e9000b2-948c-40c3-9615-f024a5066233'] response: {'name': 'network-changed', 'server_uuid': 'e47e7cb5-adc2-4961-9c97-d06694b62583', 'tag': '383c27e9-1916-4789-894b-5b546d85dd81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 491/924] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:35:41 2026] PUT /v2.0/routers/35a18423-f81b-4c18-9267-1b61283ea425/add_router_interface => generated 309 bytes in 1772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/925] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:43 2026] GET /v2.0/ports/56dee1e3-6a2a-4e93-9119-38566dcabfc2 => generated 955 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:44.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c141dc1-aa66-424b-a884-b5d8e8c71e4c 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 56dee1e3-6a2a-4e93-9119-38566dcabfc2 2026-08-11 09:35:44.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c141dc1-aa66-424b-a884-b5d8e8c71e4c 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 56dee1e3-6a2a-4e93-9119-38566dcabfc2 [pid: 8|app: 0|req: 434/926] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:35:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/927] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:35:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/928] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:44 2026] GET /v2.0/ports?tenant_id=95c32d8626dd4d9abb573984ae2e4d80&device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 437/929] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:35:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/930] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:35:43 2026] PUT /v2.0/routers/35a18423-f81b-4c18-9267-1b61283ea425/remove_router_interface => generated 309 bytes in 1031 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/931] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:44 2026] GET /v2.0/networks?id=7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94 => generated 771 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:45.081 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e1ee227-ac21-4cda-8826-709888203d4c 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 6b956b42-967a-4b8b-a391-8f11a070511c 2026-08-11 09:35:45.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e1ee227-ac21-4cda-8826-709888203d4c 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 6b956b42-967a-4b8b-a391-8f11a070511c [pid: 7|app: 0|req: 494/932] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:35:44 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/933] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=383c27e9-1916-4789-894b-5b546d85dd81 => 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: 496/934] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/subnets?id=ba1f6bad-05b1-4269-87ca-bc2c165e71c8 => generated 693 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/935] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/ports?network_id=7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94&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: 498/936] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?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: 439/937] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:35:44 2026] PUT /v2.0/routers/35a18423-f81b-4c18-9267-1b61283ea425/remove_router_interface => generated 309 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/938] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?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: 440/939] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/ports?device_id=35a18423-f81b-4c18-9267-1b61283ea425 => 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: 441/940] 10.0.0.238 () {34 vars in 1100 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1795976050&fields=id&tenant_id=1eece73f7e924ca3a384b635633aa745 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:45.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-f837f9ed-ee24-4951-ac1c-dc27811ffa72 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 882f4817-a5e8-43d1-be11-f034975558cc 2026-08-11 09:35:45.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f837f9ed-ee24-4951-ac1c-dc27811ffa72 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 882f4817-a5e8-43d1-be11-f034975558cc [pid: 8|app: 0|req: 442/941] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/networks?id=22df4cec-042c-43b3-9720-a5a2f28b5218 => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/942] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/quotas/1eece73f7e924ca3a384b635633aa745 => 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: 444/943] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:35:45 2026] GET /v2.0/ports?tenant_id=1eece73f7e924ca3a384b635633aa745&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: 445/944] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:35:46 2026] GET /v2.0/networks/22df4cec-042c-43b3-9720-a5a2f28b5218?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: 446/945] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:35:46 2026] GET /v2.0/networks/22df4cec-042c-43b3-9720-a5a2f28b5218?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-08-11 09:35:46.209 7 INFO neutron.services.segments.plugin [-] Segment 09e68436-dcc7-496f-839d-b07a1ed8a552 resource provider aggregate not found 2026-08-11 09:35:46.220 7 INFO neutron.services.segments.plugin [-] Segment 09e68436-dcc7-496f-839d-b07a1ed8a552 resource provider aggregate not found 2026-08-11 09:35:46.231 7 INFO neutron.services.segments.plugin [-] Segment 09e68436-dcc7-496f-839d-b07a1ed8a552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e68436-dcc7-496f-839d-b07a1ed8a552 found for delete ", "request_id": "req-26f8ae08-366f-40f1-b88d-c5baa18b0b65"}]} 2026-08-11 09:35:46.240 7 INFO neutron.services.segments.plugin [-] Segment 09e68436-dcc7-496f-839d-b07a1ed8a552 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09e68436-dcc7-496f-839d-b07a1ed8a552 found for delete ", "request_id": "req-c9eb6060-5fae-4021-9aed-f064afabaf12"}]} 2026-08-11 09:35:46.245 7 INFO neutron.db.l3_hamode_db [None req-f837f9ed-ee24-4951-ac1c-dc27811ffa72 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] HA network a6f9ceda-e1b9-459e-81b5-6136b40394bd was deleted as no HA routers are present in tenant 09d93b3abe4e4541a4cd041fbc183dba. [pid: 7|app: 0|req: 500/946] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:45 2026] DELETE /v2.0/routers/35a18423-f81b-4c18-9267-1b61283ea425 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/947] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:46 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 447/948] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:46 2026] DELETE /v2.0/subnets/9567a800-48be-4ea1-8a57-b6c734695c8b => 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: 502/949] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:46 2026] DELETE /v2.0/subnets/a5bbd3af-ce13-42e5-9000-1353dcbd81c9 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:46.721 8 INFO neutron.services.segments.plugin [-] Segment 2c424fd4-cf78-4adc-97ec-6143b32571ed resource provider aggregate not found 2026-08-11 09:35:46.725 8 INFO neutron.services.segments.plugin [-] Segment 2c424fd4-cf78-4adc-97ec-6143b32571ed resource provider aggregate not found 2026-08-11 09:35:46.743 8 INFO neutron.services.segments.plugin [-] Segment 2c424fd4-cf78-4adc-97ec-6143b32571ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c424fd4-cf78-4adc-97ec-6143b32571ed found for delete ", "request_id": "req-633e2068-a313-4fdd-8a28-38e60af41f4d"}]} 2026-08-11 09:35:46.744 8 INFO neutron.services.segments.plugin [-] Segment 2c424fd4-cf78-4adc-97ec-6143b32571ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c424fd4-cf78-4adc-97ec-6143b32571ed found for delete ", "request_id": "req-a1e8282c-641a-4ef9-a2a7-ba4e71184de7"}]} [pid: 8|app: 0|req: 448/950] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:46 2026] DELETE /v2.0/networks/ff86ecc1-3409-44ee-a050-3d0150b5387e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/951] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:46 2026] DELETE /v2.0/networks/8715e50a-0ce8-4777-916d-a68c941db603 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:35:46.997 8 INFO neutron.db.segments_db [None req-b80e5657-2645-4196-9afc-d1d1ff26317d 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment 12309d69-a7e7-4876-ad65-76325d161093 of type vxlan for network af0ddaae-f8d3-4081-b7b4-4e3d78d013a0 [pid: 8|app: 0|req: 449/954] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:46 2026] POST /v2.0/networks => generated 611 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/955] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:47 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:35:47.393 8 INFO neutron.db.segments_db [None req-cc4503a7-3ee8-4b28-9634-5593e384e663 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment e0d9e918-ed02-4c2c-be27-3c66d56e1484 of type vxlan for network b374b937-d87f-49cc-9fdf-7fc3afd1b041 [pid: 7|app: 0|req: 507/956] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:47 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:47.700 8 INFO neutron.db.l3_hamode_db [None req-cc4503a7-3ee8-4b28-9634-5593e384e663 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 508/957] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:47 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:47.821 8 INFO neutron.db.l3_hamode_db [None req-cc4503a7-3ee8-4b28-9634-5593e384e663 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 509/958] 10.0.0.238 () {34 vars in 971 bytes} [Tue Aug 11 09:35:47 2026] GET /v2.0/ports/f2809c33-688d-42b7-8f56-69d31e67f304 => generated 968 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:48.251 7 INFO neutron.services.segments.plugin [-] Segment 4cd38fa6-487d-46e8-a60e-3c7003ad9863 resource provider aggregate not found 2026-08-11 09:35:48.258 7 INFO neutron.services.segments.plugin [-] Segment 4cd38fa6-487d-46e8-a60e-3c7003ad9863 resource provider aggregate not found 2026-08-11 09:35:48.271 7 INFO neutron.services.segments.plugin [-] Segment 4cd38fa6-487d-46e8-a60e-3c7003ad9863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd38fa6-487d-46e8-a60e-3c7003ad9863 found for delete ", "request_id": "req-91ce0b2d-2dad-4e81-bd86-a040cc9d1584"}]} 2026-08-11 09:35:48.276 7 INFO neutron.services.segments.plugin [-] Segment 4cd38fa6-487d-46e8-a60e-3c7003ad9863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd38fa6-487d-46e8-a60e-3c7003ad9863 found for delete ", "request_id": "req-161b2a35-6635-4f5f-874f-06fa2b5bc0b3"}]} [pid: 8|app: 0|req: 450/959] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:47 2026] POST /v2.0/routers => generated 506 bytes in 1127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/960] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:48 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 452/961] 199.204.45.229 () {34 vars in 1000 bytes} [Tue Aug 11 09:35:48 2026] GET /v2.0/subnets?network_id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/962] 199.204.45.229 () {34 vars in 1146 bytes} [Tue Aug 11 09:35:48 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b&device_owner=compute%3Anova&network_id=155f4784-c254-43fc-bae8-141a35e20f77 => 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: 510/963] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:35:48 2026] POST /v2.0/ports => generated 947 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 454/964] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:35:48 2026] PUT /v2.0/ports/f2809c33-688d-42b7-8f56-69d31e67f304 => generated 1149 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:49.332 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49dda556-b380-4999-a1dc-46e16bc5386c'] response: {'name': 'network-changed', 'server_uuid': 'c5d918f2-a397-4758-9c79-c0b31c6b203b', 'tag': 'f2809c33-688d-42b7-8f56-69d31e67f304', '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: 455/965] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:49 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 456/966] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:49 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/967] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:49 2026] GET /v2.0/networks?id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 780 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/968] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:35:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => 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: 459/969] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => 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: 460/970] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:49 2026] GET /v2.0/subnets?id=3ed09c1b-edb1-4165-b20a-1fca948e7280 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/971] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:50 2026] GET /v2.0/ports?network_id=155f4784-c254-43fc-bae8-141a35e20f77&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: 511/972] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:35:48 2026] PUT /v2.0/routers/7c74909e-dfc9-4cc2-b618-5dc2e2547aa3/add_router_interface => generated 309 bytes in 1255 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: 462/973] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:50 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 512/974] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:50 2026] GET /v2.0/ports/776e558a-2319-4001-9323-ec2e31428421 => generated 1021 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/975] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:50 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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-08-11 09:35:50.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e29ee72-31f1-44db-b909-3d1fcf978a88 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 776e558a-2319-4001-9323-ec2e31428421 2026-08-11 09:35:50.562 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e29ee72-31f1-44db-b909-3d1fcf978a88 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 776e558a-2319-4001-9323-ec2e31428421 [pid: 8|app: 0|req: 464/976] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:50 2026] GET /v2.0/networks?id=22df4cec-042c-43b3-9720-a5a2f28b5218 => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/977] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:35:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1eece73f7e924ca3a384b635633aa745 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/978] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:35:50 2026] PUT /v2.0/routers/7c74909e-dfc9-4cc2-b618-5dc2e2547aa3/remove_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 514/979] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 957 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:51.381 7 INFO neutron.api.v2.resource [None req-6a35ac5e-22a9-4547-a57c-3b92776c04b1 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 515/980] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:35:51 2026] PUT /v2.0/routers/7c74909e-dfc9-4cc2-b618-5dc2e2547aa3/remove_router_interface => generated 197 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/981] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/982] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/983] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 1152 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/984] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/ports?device_id=7c74909e-dfc9-4cc2-b618-5dc2e2547aa3 => 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: 520/985] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/networks?id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/986] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:35:50 2026] POST /v2.0/ports => generated 954 bytes in 879 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: 521/987] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 7|app: 0|req: 522/988] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:35:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:51.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c51b882-22ee-4c86-80c6-0b0b445fccb6 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: cb0a1e9f-6a35-4196-a38d-4bc0758d2269 2026-08-11 09:35:51.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c51b882-22ee-4c86-80c6-0b0b445fccb6 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: cb0a1e9f-6a35-4196-a38d-4bc0758d2269 2026-08-11 09:35:53.428 8 INFO neutron.services.segments.plugin [-] Segment e0d9e918-ed02-4c2c-be27-3c66d56e1484 resource provider aggregate not found 2026-08-11 09:35:53.434 8 INFO neutron.services.segments.plugin [-] Segment e0d9e918-ed02-4c2c-be27-3c66d56e1484 resource provider aggregate not found 2026-08-11 09:35:53.450 8 INFO neutron.services.segments.plugin [-] Segment e0d9e918-ed02-4c2c-be27-3c66d56e1484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d9e918-ed02-4c2c-be27-3c66d56e1484 found for delete ", "request_id": "req-898446d7-777e-4eed-a5cb-f7c2d55fe457"}]} 2026-08-11 09:35:53.453 8 INFO neutron.services.segments.plugin [-] Segment e0d9e918-ed02-4c2c-be27-3c66d56e1484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d9e918-ed02-4c2c-be27-3c66d56e1484 found for delete ", "request_id": "req-b29370f5-9bee-4736-8411-89967776815c"}]} 2026-08-11 09:35:53.629 8 INFO neutron.db.l3_hamode_db [None req-2c51b882-22ee-4c86-80c6-0b0b445fccb6 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] HA network b374b937-d87f-49cc-9fdf-7fc3afd1b041 was deleted as no HA routers are present in tenant 09d93b3abe4e4541a4cd041fbc183dba. [pid: 7|app: 0|req: 523/989] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:35:51 2026] PUT /v2.0/ports/e564a416-ac23-40c3-a6c1-a56c1444d604 => generated 1235 bytes in 1966 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: 467/990] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:51 2026] DELETE /v2.0/routers/7c74909e-dfc9-4cc2-b618-5dc2e2547aa3 => generated 0 bytes in 2051 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/991] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 524/992] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:53.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54bc2be4-a14a-46e0-a56b-6c009f7581ed'] response: {'name': 'network-changed', 'server_uuid': '24ab20f2-3897-4b8a-ba41-53fd1fa56219', 'tag': 'e564a416-ac23-40c3-a6c1-a56c1444d604', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 469/993] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 470/994] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 471/995] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/subnets?id=3ed09c1b-edb1-4165-b20a-1fca948e7280 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/996] 10.0.0.161 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/997] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/ports?network_id=155f4784-c254-43fc-bae8-141a35e20f77&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: 474/998] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 525/999] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:35:53 2026] DELETE /v2.0/subnets/16835f13-34c5-43ce-8b0f-bfb89604771e => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1000] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:53 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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-08-11 09:35:54.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e0080a7-9a4c-403c-8301-6a5df68cda9f 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 8ce085f6-be8b-43f5-8064-49befb1d3a5c 2026-08-11 09:35:54.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e0080a7-9a4c-403c-8301-6a5df68cda9f 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 8ce085f6-be8b-43f5-8064-49befb1d3a5c [pid: 8|app: 0|req: 476/1001] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:54 2026] GET /v2.0/ports?tenant_id=1eece73f7e924ca3a384b635633aa745&device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1002] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:35:54 2026] GET /v2.0/networks?tenant_id=1eece73f7e924ca3a384b635633aa745&shared=False => generated 765 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:54.340 7 INFO neutron.services.segments.plugin [-] Segment 12309d69-a7e7-4876-ad65-76325d161093 resource provider aggregate not found 2026-08-11 09:35:54.342 7 INFO neutron.services.segments.plugin [-] Segment 12309d69-a7e7-4876-ad65-76325d161093 resource provider aggregate not found 2026-08-11 09:35:54.361 7 INFO neutron.services.segments.plugin [-] Segment 12309d69-a7e7-4876-ad65-76325d161093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12309d69-a7e7-4876-ad65-76325d161093 found for delete ", "request_id": "req-01c9b0e1-373c-40b9-b3cf-310da02de74a"}]} 2026-08-11 09:35:54.362 7 INFO neutron.services.segments.plugin [-] Segment 12309d69-a7e7-4876-ad65-76325d161093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12309d69-a7e7-4876-ad65-76325d161093 found for delete ", "request_id": "req-02ebf341-2e63-496c-ac39-c2b296aee047"}]} [pid: 8|app: 0|req: 478/1003] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:35:54 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: 479/1004] 199.204.45.229 () {34 vars in 1120 bytes} [Tue Aug 11 09:35:54 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1005] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:35:53 2026] DELETE /v2.0/networks/af0ddaae-f8d3-4081-b7b4-4e3d78d013a0 => generated 0 bytes in 991 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1006] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:54 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 480/1007] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:35:54 2026] PUT /v2.0/ports/f2809c33-688d-42b7-8f56-69d31e67f304 => generated 968 bytes in 702 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-08-11 09:35:55.317 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3207919e-5313-466c-b349-a031a266a26b'] response: {'name': 'network-changed', 'server_uuid': 'c5d918f2-a397-4758-9c79-c0b31c6b203b', 'tag': 'f2809c33-688d-42b7-8f56-69d31e67f304', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 481/1008] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 482/1009] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/ports?tenant_id=1eece73f7e924ca3a384b635633aa745&device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1010] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e564a416-ac23-40c3-a6c1-a56c1444d604 => 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: 484/1011] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/subnets?id=58406384-5a12-4d3a-8dc6-e24cb551fbe5 => generated 687 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1012] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/ports?network_id=22df4cec-042c-43b3-9720-a5a2f28b5218&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: 486/1013] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/networks/22df4cec-042c-43b3-9720-a5a2f28b5218?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: 487/1014] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/networks/22df4cec-042c-43b3-9720-a5a2f28b5218?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:35:55.716 7 INFO neutron.db.segments_db [None req-c4072f1f-e5cf-4687-b317-48a75fef6ce0 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment 3814aa0d-366e-433f-a57c-38dccb8e8265 of type vxlan for network 94e8c2e9-01da-466c-b1d4-6732248314c4 [pid: 8|app: 0|req: 488/1015] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 489/1016] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/networks?id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 780 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1017] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => generated 860 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1018] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:55 2026] GET /v2.0/subnets?id=3ed09c1b-edb1-4165-b20a-1fca948e7280 => 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: 492/1019] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:56 2026] GET /v2.0/ports?network_id=155f4784-c254-43fc-bae8-141a35e20f77&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: 493/1020] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:56 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 494/1021] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:56 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 528/1022] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:35:54 2026] POST /v2.0/networks => generated 610 bytes in 1326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1023] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:56 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 530/1024] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:56 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 495/1025] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:56 2026] POST /v2.0/subnets => generated 626 bytes in 1250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1026] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:57.626 7 INFO neutron.db.segments_db [None req-e78cf488-d94b-4fcb-82b7-abf86aaabcb0 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment 0a1b2290-be0e-4e22-899c-b77cb0e52151 of type vxlan for network 0c5eb912-02f7-471d-af09-57f07b1b399f [pid: 8|app: 0|req: 497/1027] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 498/1028] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&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: 499/1029] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 500/1030] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 501/1031] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/networks?id=155f4784-c254-43fc-bae8-141a35e20f77 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1032] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f2809c33-688d-42b7-8f56-69d31e67f304 => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:35:57.904 7 INFO neutron.db.l3_hamode_db [None req-e78cf488-d94b-4fcb-82b7-abf86aaabcb0 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 503/1033] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/subnets?id=3ed09c1b-edb1-4165-b20a-1fca948e7280 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1034] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/ports?network_id=155f4784-c254-43fc-bae8-141a35e20f77&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:35:58.038 7 INFO neutron.db.l3_hamode_db [None req-e78cf488-d94b-4fcb-82b7-abf86aaabcb0 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 505/1035] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:35:57 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 506/1036] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:35:58 2026] GET /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77?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: 531/1037] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:35:57 2026] POST /v2.0/routers => generated 506 bytes in 1021 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1038] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:58 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 533/1039] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:35:58 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 971 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1040] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:58 2026] GET /v2.0/security-groups?id=7d9c949f-c6c8-4558-b1b2-b31bbfc5286f&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1041] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:35:58 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1042] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:35:58 2026] PUT /v2.0/routers/2d456f4b-ea13-415b-9260-0596321e4dff/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1043] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:35:59 2026] GET /v2.0/ports/5bf53211-bb82-43da-aca1-3f03ba886c03 => generated 955 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1044] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:35:59 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:00.112 7 INFO neutron_taas.services.taas.taas_plugin [req-8263d616-7c8d-4517-a75d-ffa7d2408867 req-48a122f9-fe2e-4a80-8838-2f5cd7ba415c 78ec7c342ed140448c904aa812e9940a 0bbf402529294d0abe5b1c34fc5d9cba - - default default] TaaS: Handle Delete Port: f2809c33-688d-42b7-8f56-69d31e67f304 2026-08-11 09:36:00.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8263d616-7c8d-4517-a75d-ffa7d2408867 req-48a122f9-fe2e-4a80-8838-2f5cd7ba415c 78ec7c342ed140448c904aa812e9940a 0bbf402529294d0abe5b1c34fc5d9cba - - default default] Tap Mirror: Handle Delete Port: f2809c33-688d-42b7-8f56-69d31e67f304 2026-08-11 09:36:00.236 7 INFO neutron.db.l3_db [req-8263d616-7c8d-4517-a75d-ffa7d2408867 req-48a122f9-fe2e-4a80-8838-2f5cd7ba415c 78ec7c342ed140448c904aa812e9940a 0bbf402529294d0abe5b1c34fc5d9cba - - default default] Floating IP 350c91af-6de3-4c62-9a49-a2de4a117adf disassociated. External IP: 10.96.250.209, port: f2809c33-688d-42b7-8f56-69d31e67f304. 2026-08-11 09:36:00.336 8 INFO neutron_taas.services.taas.taas_plugin [None req-62c13cf7-ab25-4a69-a443-09b476bf5426 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 5bf53211-bb82-43da-aca1-3f03ba886c03 2026-08-11 09:36:00.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62c13cf7-ab25-4a69-a443-09b476bf5426 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 5bf53211-bb82-43da-aca1-3f03ba886c03 [pid: 7|app: 0|req: 538/1045] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:36:00 2026] DELETE /v2.0/ports/f2809c33-688d-42b7-8f56-69d31e67f304 => generated 0 bytes in 630 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1046] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:00 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => 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: 540/1047] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:00 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:00.769 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d64f5f4c-f6c8-425b-a39e-d256b9e7f49f'] response: {'server_uuid': 'c5d918f2-a397-4758-9c79-c0b31c6b203b', 'name': 'network-vif-deleted', 'tag': 'f2809c33-688d-42b7-8f56-69d31e67f304', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 541/1048] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:00 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 508/1049] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:35:59 2026] PUT /v2.0/routers/2d456f4b-ea13-415b-9260-0596321e4dff/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1050] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:36:00 2026] GET /v2.0/ports?device_id=2d456f4b-ea13-415b-9260-0596321e4dff => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:01.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3c60002-4f37-4f53-be41-5fdefa7621d9 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 78313af4-def2-4744-a4df-d3b0da96150b 2026-08-11 09:36:01.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3c60002-4f37-4f53-be41-5fdefa7621d9 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 78313af4-def2-4744-a4df-d3b0da96150b 2026-08-11 09:36:01.533 8 INFO neutron.services.segments.plugin [-] Segment 0a1b2290-be0e-4e22-899c-b77cb0e52151 resource provider aggregate not found 2026-08-11 09:36:01.534 8 INFO neutron.services.segments.plugin [-] Segment 0a1b2290-be0e-4e22-899c-b77cb0e52151 resource provider aggregate not found 2026-08-11 09:36:01.557 8 INFO neutron.services.segments.plugin [-] Segment 0a1b2290-be0e-4e22-899c-b77cb0e52151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a1b2290-be0e-4e22-899c-b77cb0e52151 found for delete ", "request_id": "req-6be39406-f42b-48c5-839f-18ccd2c92421"}]} 2026-08-11 09:36:01.565 8 INFO neutron.services.segments.plugin [-] Segment 0a1b2290-be0e-4e22-899c-b77cb0e52151 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a1b2290-be0e-4e22-899c-b77cb0e52151 found for delete ", "request_id": "req-7e5af549-f240-400d-8c47-83453853afe1"}]} 2026-08-11 09:36:01.571 8 INFO neutron.db.l3_hamode_db [None req-f3c60002-4f37-4f53-be41-5fdefa7621d9 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] HA network 0c5eb912-02f7-471d-af09-57f07b1b399f was deleted as no HA routers are present in tenant 09d93b3abe4e4541a4cd041fbc183dba. [pid: 8|app: 0|req: 509/1051] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:00 2026] DELETE /v2.0/routers/2d456f4b-ea13-415b-9260-0596321e4dff => generated 0 bytes in 688 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1052] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:01 2026] DELETE /v2.0/subnets/34f8a75a-d03c-44c5-b985-9d467aab1b88 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1053] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:01 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:01.952 8 INFO neutron_taas.services.taas.taas_plugin [None req-f16ba938-8a40-42ce-9067-fd8e181cf98b 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 2644ea5d-eacb-4af1-a05d-23bd7e614960 2026-08-11 09:36:01.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f16ba938-8a40-42ce-9067-fd8e181cf98b 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 2644ea5d-eacb-4af1-a05d-23bd7e614960 [pid: 7|app: 0|req: 545/1054] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:01 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 548/1057] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:02 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 549/1058] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:02 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 510/1059] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:01 2026] DELETE /v2.0/networks/94e8c2e9-01da-466c-b1d4-6732248314c4 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:02.296 8 INFO neutron.db.segments_db [None req-7c015f94-cd3f-4792-acac-ad22c0d3dd08 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Added segment 92a15714-43e7-43f1-a7d8-c174907f3e35 of type vxlan for network f5a9779f-b5f8-4352-8073-e2469e2c1bbc 2026-08-11 09:36:02.600 7 INFO neutron.db.l3_db [None req-3874d4ab-d4be-4870-90dc-7b67d1fcefee e1436338e1264d1dabdf7c4b3891a6df 1eece73f7e924ca3a384b635633aa745 - - default default] Floating IP b580cb01-3069-4c35-a4ef-fcf724d33d7b associated. External IP: 10.96.250.210, port: e564a416-ac23-40c3-a6c1-a56c1444d604. 2026-08-11 09:36:02.604 8 INFO neutron.db.l3_hamode_db [None req-7c015f94-cd3f-4792-acac-ad22c0d3dd08 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 550/1060] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:36:02 2026] PUT /v2.0/floatingips/b580cb01-3069-4c35-a4ef-fcf724d33d7b => generated 855 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1061] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:02 2026] GET /v2.0/ports?device_id=c5d918f2-a397-4758-9c79-c0b31c6b203b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:03.058 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a336cf72-1ce1-4268-88dc-94e59dedfc5a'] response: {'name': 'network-changed', 'server_uuid': '24ab20f2-3897-4b8a-ba41-53fd1fa56219', 'tag': 'e564a416-ac23-40c3-a6c1-a56c1444d604', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 552/1062] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 553/1063] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 554/1064] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => 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: 555/1065] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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-08-11 09:36:03.583 8 INFO neutron.services.segments.plugin [-] Segment 3814aa0d-366e-433f-a57c-38dccb8e8265 resource provider aggregate not found 2026-08-11 09:36:03.591 8 INFO neutron.services.segments.plugin [-] Segment 3814aa0d-366e-433f-a57c-38dccb8e8265 resource provider aggregate not found [pid: 7|app: 0|req: 556/1066] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/ports?tenant_id=1eece73f7e924ca3a384b635633aa745&device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:03.623 8 INFO neutron.services.segments.plugin [-] Segment 3814aa0d-366e-433f-a57c-38dccb8e8265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3814aa0d-366e-433f-a57c-38dccb8e8265 found for delete ", "request_id": "req-49a13cb0-ecfd-434a-bb4b-e25386804cb9"}]} 2026-08-11 09:36:03.630 8 INFO neutron.services.segments.plugin [-] Segment 3814aa0d-366e-433f-a57c-38dccb8e8265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3814aa0d-366e-433f-a57c-38dccb8e8265 found for delete ", "request_id": "req-d990cca9-b98a-400b-88e9-d31ba64e0ba1"}]} 2026-08-11 09:36:03.631 8 INFO neutron.db.l3_hamode_db [None req-7c015f94-cd3f-4792-acac-ad22c0d3dd08 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 557/1067] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/networks?id=22df4cec-042c-43b3-9720-a5a2f28b5218 => generated 765 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1068] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e564a416-ac23-40c3-a6c1-a56c1444d604 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1069] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/subnets?id=58406384-5a12-4d3a-8dc6-e24cb551fbe5 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1070] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/ports?network_id=22df4cec-042c-43b3-9720-a5a2f28b5218&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: 561/1071] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/networks/22df4cec-042c-43b3-9720-a5a2f28b5218?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: 562/1072] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:03 2026] GET /v2.0/networks/22df4cec-042c-43b3-9720-a5a2f28b5218?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: 563/1073] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:04 2026] DELETE /v2.0/security-groups/7d9c949f-c6c8-4558-b1b2-b31bbfc5286f => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:04.258 7 INFO neutron.api.v2.resource [None req-b49fad2d-f208-4c23-95c8-88a2f6178e19 78ec7c342ed140448c904aa812e9940a 0bbf402529294d0abe5b1c34fc5d9cba - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 564/1074] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:36:04 2026] GET /v2.0/security-groups/7d9c949f-c6c8-4558-b1b2-b31bbfc5286f => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:04.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3d99a7c-4539-4f3f-a370-2ff6f324b711 78ec7c342ed140448c904aa812e9940a 0bbf402529294d0abe5b1c34fc5d9cba - - default default] TaaS: Handle Delete Port: e0feffc3-7007-4b35-8e7b-efaec40ee32d 2026-08-11 09:36:04.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3d99a7c-4539-4f3f-a370-2ff6f324b711 78ec7c342ed140448c904aa812e9940a 0bbf402529294d0abe5b1c34fc5d9cba - - default default] Tap Mirror: Handle Delete Port: e0feffc3-7007-4b35-8e7b-efaec40ee32d [pid: 8|app: 0|req: 511/1075] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:02 2026] POST /v2.0/routers => generated 687 bytes in 2342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1076] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:36:04 2026] DELETE /v2.0/floatingips/350c91af-6de3-4c62-9a49-a2de4a117adf => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1077] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:36:04 2026] GET /v2.0/routers/a502067d-bdad-444b-8604-1eff43f65b0d => generated 693 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1078] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:04 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1079] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:04 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 567/1080] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:36:04 2026] GET /v2.0/routers => generated 696 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1081] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:04 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:05.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-68701e5c-1074-44ea-bb65-feb351499972 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: e027d08b-24c6-441d-ae04-07e5b4267569 2026-08-11 09:36:05.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68701e5c-1074-44ea-bb65-feb351499972 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: e027d08b-24c6-441d-ae04-07e5b4267569 [pid: 8|app: 0|req: 515/1082] 10.0.0.76 () {34 vars in 740 bytes} [Tue Aug 11 09:36:04 2026] PUT /v2.0/routers/a502067d-bdad-444b-8604-1eff43f65b0d => generated 700 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1083] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:05 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 517/1084] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:05 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 518/1085] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:36:05 2026] GET /v2.0/routers/a502067d-bdad-444b-8604-1eff43f65b0d => generated 700 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1086] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:36:04 2026] PUT /v2.0/routers/30bb4d1b-84f9-45b8-ae8a-8e4e7efa77cd/remove_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1087] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:05 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1088] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:36:05 2026] GET /v2.0/ports?device_id=a502067d-bdad-444b-8604-1eff43f65b0d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:05.969 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ea4ee1c-ca9e-4f2f-8f5c-c3f2e82412fa 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 01d26322-b8f5-46e1-ae14-815e3d2ba03e 2026-08-11 09:36:05.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ea4ee1c-ca9e-4f2f-8f5c-c3f2e82412fa 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 01d26322-b8f5-46e1-ae14-815e3d2ba03e 2026-08-11 09:36:05.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b95c0ca-dba5-4afa-bc04-f0276e7d669d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: d936cd91-7151-4b1d-91a1-fa5cb42ef2e5 2026-08-11 09:36:05.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b95c0ca-dba5-4afa-bc04-f0276e7d669d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: d936cd91-7151-4b1d-91a1-fa5cb42ef2e5 2026-08-11 09:36:06.213 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ea4ee1c-ca9e-4f2f-8f5c-c3f2e82412fa 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] TaaS: Handle Delete Port: 00d9889c-8707-4fc1-ba11-90b540b22a34 2026-08-11 09:36:06.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ea4ee1c-ca9e-4f2f-8f5c-c3f2e82412fa 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] Tap Mirror: Handle Delete Port: 00d9889c-8707-4fc1-ba11-90b540b22a34 2026-08-11 09:36:06.244 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b95c0ca-dba5-4afa-bc04-f0276e7d669d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: e66024a1-e105-40e9-ac75-d50c5bcfb9dc 2026-08-11 09:36:06.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b95c0ca-dba5-4afa-bc04-f0276e7d669d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: e66024a1-e105-40e9-ac75-d50c5bcfb9dc 2026-08-11 09:36:06.578 7 INFO neutron.services.segments.plugin [-] Segment 92a15714-43e7-43f1-a7d8-c174907f3e35 resource provider aggregate not found 2026-08-11 09:36:06.587 7 INFO neutron.services.segments.plugin [-] Segment 92a15714-43e7-43f1-a7d8-c174907f3e35 resource provider aggregate not found 2026-08-11 09:36:06.604 7 INFO neutron.services.segments.plugin [-] Segment 92a15714-43e7-43f1-a7d8-c174907f3e35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a15714-43e7-43f1-a7d8-c174907f3e35 found for delete ", "request_id": "req-7720643d-0ae5-4ee0-ac30-e3b4c0aa57a3"}]} 2026-08-11 09:36:06.608 7 INFO neutron.services.segments.plugin [-] Segment 92a15714-43e7-43f1-a7d8-c174907f3e35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92a15714-43e7-43f1-a7d8-c174907f3e35 found for delete ", "request_id": "req-3d3bcfff-4758-4340-bd04-4b44cb1bb395"}]} 2026-08-11 09:36:06.618 7 INFO neutron.db.l3_hamode_db [None req-7ea4ee1c-ca9e-4f2f-8f5c-c3f2e82412fa 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] HA network f5a9779f-b5f8-4352-8073-e2469e2c1bbc was deleted as no HA routers are present in tenant 09d93b3abe4e4541a4cd041fbc183dba. [pid: 7|app: 0|req: 570/1089] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:05 2026] DELETE /v2.0/routers/a502067d-bdad-444b-8604-1eff43f65b0d => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:06.646 8 INFO neutron.services.segments.plugin [-] Segment 349fa9e4-d75e-4422-b128-7d98c379df7c resource provider aggregate not found 2026-08-11 09:36:06.654 8 INFO neutron.services.segments.plugin [-] Segment 349fa9e4-d75e-4422-b128-7d98c379df7c resource provider aggregate not found [pid: 7|app: 0|req: 571/1090] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:06.668 8 INFO neutron.services.segments.plugin [-] Segment 349fa9e4-d75e-4422-b128-7d98c379df7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 349fa9e4-d75e-4422-b128-7d98c379df7c found for delete ", "request_id": "req-e5ba6f9c-39ac-4bf7-b56b-c546131bfee8"}]} 2026-08-11 09:36:06.671 8 INFO neutron.db.l3_hamode_db [None req-6b95c0ca-dba5-4afa-bc04-f0276e7d669d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 4679ffaa-12aa-4c1c-a52f-5b5985d4f404 was deleted as no HA routers are present in tenant 0bbf402529294d0abe5b1c34fc5d9cba. 2026-08-11 09:36:06.676 8 INFO neutron.services.segments.plugin [-] Segment 349fa9e4-d75e-4422-b128-7d98c379df7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 349fa9e4-d75e-4422-b128-7d98c379df7c found for delete ", "request_id": "req-1e0ed590-f33b-41d4-b034-6daee2f344e1"}]} [pid: 8|app: 0|req: 520/1091] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:05 2026] DELETE /v2.0/routers/30bb4d1b-84f9-45b8-ae8a-8e4e7efa77cd => generated 0 bytes in 922 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1092] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/ports?device_id=a502067d-bdad-444b-8604-1eff43f65b0d => 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: 572/1093] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:06.805 8 INFO neutron_taas.services.taas.taas_plugin [req-c8720331-b845-4973-b48e-8debcc05fe1c req-c318e67d-287f-48b3-9b32-ef0a8e20bb39 e1436338e1264d1dabdf7c4b3891a6df 1eece73f7e924ca3a384b635633aa745 - - default default] TaaS: Handle Delete Port: e564a416-ac23-40c3-a6c1-a56c1444d604 2026-08-11 09:36:06.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8720331-b845-4973-b48e-8debcc05fe1c req-c318e67d-287f-48b3-9b32-ef0a8e20bb39 e1436338e1264d1dabdf7c4b3891a6df 1eece73f7e924ca3a384b635633aa745 - - default default] Tap Mirror: Handle Delete Port: e564a416-ac23-40c3-a6c1-a56c1444d604 [pid: 7|app: 0|req: 573/1094] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:06 2026] DELETE /v2.0/subnets/3ed09c1b-edb1-4165-b20a-1fca948e7280 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1095] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:06.961 7 INFO neutron.api.v2.resource [None req-ae08c781-8d0d-459a-8c64-45a96513d2b5 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1096] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:06 2026] DELETE /v2.0/routers/a502067d-bdad-444b-8604-1eff43f65b0d => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:06.978 8 INFO neutron.db.l3_db [req-c8720331-b845-4973-b48e-8debcc05fe1c req-c318e67d-287f-48b3-9b32-ef0a8e20bb39 e1436338e1264d1dabdf7c4b3891a6df 1eece73f7e924ca3a384b635633aa745 - - default default] Floating IP b580cb01-3069-4c35-a4ef-fcf724d33d7b disassociated. External IP: 10.96.250.210, port: e564a416-ac23-40c3-a6c1-a56c1444d604. [pid: 7|app: 0|req: 576/1097] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:06 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:07.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-c97fd1ad-9349-4722-8368-80b87e9cc9bf a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 0ab5a071-bbd0-4c11-a547-9cc47d71e31d 2026-08-11 09:36:07.090 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c97fd1ad-9349-4722-8368-80b87e9cc9bf a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 0ab5a071-bbd0-4c11-a547-9cc47d71e31d [pid: 7|app: 0|req: 577/1098] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:06 2026] DELETE /v2.0/networks/155f4784-c254-43fc-bae8-141a35e20f77 => 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: 578/1099] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/security-groups?id=c8c35efc-95da-41c3-8cfa-370aec037139&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: 579/1100] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/ports?device_id=2d456f4b-ea13-415b-9260-0596321e4dff => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:07.372 7 INFO neutron.api.v2.resource [None req-7019502e-e04a-4caf-adf7-6933f9953d05 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1101] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/routers/2d456f4b-ea13-415b-9260-0596321e4dff => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:07.392 7 INFO neutron.pecan_wsgi.hooks.translation [None req-525cf987-267f-4341-9af6-246a26dde1a5 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/1102] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:36:06 2026] DELETE /v2.0/ports/e564a416-ac23-40c3-a6c1-a56c1444d604 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1103] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/subnets/34f8a75a-d03c-44c5-b985-9d467aab1b88 => 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: 523/1104] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/ports?device_id=7c74909e-dfc9-4cc2-b618-5dc2e2547aa3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:07.426 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-82be9080-aaf5-4dd6-8f69-5569cd0218c0'] response: {'server_uuid': '24ab20f2-3897-4b8a-ba41-53fd1fa56219', 'name': 'network-vif-deleted', 'tag': 'e564a416-ac23-40c3-a6c1-a56c1444d604', 'status': 'completed', 'code': 200} 2026-08-11 09:36:07.444 8 INFO neutron.api.v2.resource [None req-5076112b-08eb-422c-ac5c-8e5d80e89cd6 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1105] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/routers/7c74909e-dfc9-4cc2-b618-5dc2e2547aa3 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1106] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/security-groups?tenant_id=0bbf402529294d0abe5b1c34fc5d9cba&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:07.462 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ffc1fb0-31c9-4b17-aa17-c4741b464126 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 583/1107] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/subnets/16835f13-34c5-43ce-8b0f-bfb89604771e => 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: 584/1108] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/ports?device_id=35a18423-f81b-4c18-9267-1b61283ea425 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:07.518 7 INFO neutron.api.v2.resource [None req-6df89ec3-ad3a-43c5-acfd-f58cbc55b326 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1109] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/routers/35a18423-f81b-4c18-9267-1b61283ea425 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:07.536 7 INFO neutron.pecan_wsgi.hooks.translation [None req-67a8054e-f668-461f-a640-ef4767d79724 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 586/1110] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/subnets/9567a800-48be-4ea1-8a57-b6c734695c8b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1111] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/security-groups/b2f3f886-6129-425a-a2b5-da1a233c62c7 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:07.553 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9bf0db6-9853-4e21-b051-55a855e12109 95d2e87a5fed4a83921642609270b216 09d93b3abe4e4541a4cd041fbc183dba - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1112] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:07 2026] DELETE /v2.0/subnets/a5bbd3af-ce13-42e5-9000-1353dcbd81c9 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1113] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/ports?tenant_id=95c32d8626dd4d9abb573984ae2e4d80&device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 588/1114] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/networks?id=7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94 => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1115] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=383c27e9-1916-4789-894b-5b546d85dd81 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1116] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/subnets?id=ba1f6bad-05b1-4269-87ca-bc2c165e71c8 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1117] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/ports?network_id=7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94&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: 590/1118] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?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: 529/1119] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:07 2026] GET /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94?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: 591/1120] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:08 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 530/1121] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:08 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 592/1122] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:08 2026] GET /v2.0/security-groups?tenant_id=09d93b3abe4e4541a4cd041fbc183dba&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1123] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:08 2026] DELETE /v2.0/security-groups/bf436479-34de-47a9-a604-4ab4fe6e82c3 => 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: 593/1124] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:08 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:08.624 7 INFO neutron.services.segments.plugin [-] Segment 451ee561-764e-4060-b6e4-fb65c66493a6 resource provider aggregate not found 2026-08-11 09:36:08.631 7 INFO neutron.services.segments.plugin [-] Segment 451ee561-764e-4060-b6e4-fb65c66493a6 resource provider aggregate not found 2026-08-11 09:36:08.638 7 INFO neutron.services.segments.plugin [-] Segment 451ee561-764e-4060-b6e4-fb65c66493a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 451ee561-764e-4060-b6e4-fb65c66493a6 found for delete ", "request_id": "req-a8a361ff-0855-44cd-9f60-8929dd9abf35"}]} 2026-08-11 09:36:08.645 7 INFO neutron.services.segments.plugin [-] Segment 451ee561-764e-4060-b6e4-fb65c66493a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 451ee561-764e-4060-b6e4-fb65c66493a6 found for delete ", "request_id": "req-6c97dab8-46dd-4bd9-9196-9a7ef724c021"}]} [pid: 8|app: 0|req: 532/1125] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:09 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 594/1126] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:09 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 595/1127] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:09 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:09.776 8 INFO neutron.db.segments_db [None req-f52fbe9c-e473-4c8a-830a-2fce5c6a05ce a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 50d41df7-0550-41e5-80d3-0d914568e720 of type vxlan for network c8e10000-083d-4a50-b092-4172c9f01c32 [pid: 8|app: 0|req: 533/1128] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:36:09 2026] POST /v2.0/networks => generated 724 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1129] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:09 2026] POST /v2.0/subnets => generated 690 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:10.154 8 INFO neutron.db.segments_db [None req-9863dfef-c909-49e2-85ea-755468b3ea13 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment e5cbb310-746e-4395-9417-a051b272a984 of type vxlan for network 6cb903d9-f97a-4d7a-958d-deb69e076854 [pid: 7|app: 0|req: 597/1130] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:10 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:10.445 8 INFO neutron.db.l3_hamode_db [None req-9863dfef-c909-49e2-85ea-755468b3ea13 a368e61288154a158b02c442d8d43144 f26ababba046454da1f1e79236bd8da6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 598/1131] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:10 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 599/1132] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:10 2026] GET /v2.0/ports?device_id=24ab20f2-3897-4b8a-ba41-53fd1fa56219 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:11.394 8 INFO neutron.db.l3_hamode_db [None req-9863dfef-c909-49e2-85ea-755468b3ea13 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 600/1133] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:11 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1134] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:11 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1135] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:11 2026] DELETE /v2.0/security-groups/c8c35efc-95da-41c3-8cfa-370aec037139 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:11.835 7 INFO neutron.api.v2.resource [None req-3355f19d-a032-4943-b451-c5bcb85659ff e1436338e1264d1dabdf7c4b3891a6df 1eece73f7e924ca3a384b635633aa745 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1136] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:36:11 2026] GET /v2.0/security-groups/c8c35efc-95da-41c3-8cfa-370aec037139 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:11.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dc58c63-494b-48c7-ad7b-58893084c810 e1436338e1264d1dabdf7c4b3891a6df 1eece73f7e924ca3a384b635633aa745 - - default default] TaaS: Handle Delete Port: 99e85a65-1d4e-463c-8f29-fdf310cf3bfb 2026-08-11 09:36:11.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dc58c63-494b-48c7-ad7b-58893084c810 e1436338e1264d1dabdf7c4b3891a6df 1eece73f7e924ca3a384b635633aa745 - - default default] Tap Mirror: Handle Delete Port: 99e85a65-1d4e-463c-8f29-fdf310cf3bfb [pid: 7|app: 0|req: 604/1137] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:36:11 2026] DELETE /v2.0/floatingips/b580cb01-3069-4c35-a4ef-fcf724d33d7b => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1138] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:10 2026] POST /v2.0/routers => generated 730 bytes in 2374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:12.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b64d7ee-c2da-4178-8325-7964af2b1b5b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 51b00e8f-ae6f-4f6e-a91f-762faf0fd6a7 2026-08-11 09:36:12.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b64d7ee-c2da-4178-8325-7964af2b1b5b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 51b00e8f-ae6f-4f6e-a91f-762faf0fd6a7 [pid: 7|app: 0|req: 605/1139] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:36:12 2026] PUT /v2.0/routers/6d729ed7-bad4-46ed-9e54-46593b5fca17/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1140] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:13 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:13.530 7 INFO neutron_taas.services.taas.taas_plugin [None req-85fc63be-8517-4f9f-8af0-61b0612206a1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 774193be-ebbc-4433-baa0-1a9773d4e975 2026-08-11 09:36:13.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fc63be-8517-4f9f-8af0-61b0612206a1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 774193be-ebbc-4433-baa0-1a9773d4e975 [pid: 8|app: 0|req: 535/1141] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:36:12 2026] PUT /v2.0/routers/7f45dece-0465-4e88-a607-3208405c4937/add_router_interface => generated 309 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1142] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:13 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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-08-11 09:36:13.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-85fc63be-8517-4f9f-8af0-61b0612206a1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: c519b652-1b4f-46de-b770-ba2c42acccc7 2026-08-11 09:36:13.857 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fc63be-8517-4f9f-8af0-61b0612206a1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: c519b652-1b4f-46de-b770-ba2c42acccc7 2026-08-11 09:36:14.224 7 INFO neutron.services.segments.plugin [-] Segment 26e04da3-bf06-4d61-9c6b-fc7ca117595b resource provider aggregate not found 2026-08-11 09:36:14.233 7 INFO neutron.services.segments.plugin [-] Segment 26e04da3-bf06-4d61-9c6b-fc7ca117595b resource provider aggregate not found 2026-08-11 09:36:14.249 7 INFO neutron.services.segments.plugin [-] Segment 26e04da3-bf06-4d61-9c6b-fc7ca117595b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26e04da3-bf06-4d61-9c6b-fc7ca117595b found for delete ", "request_id": "req-06a95196-4a4a-4720-8ce1-8d63fa112f63"}]} 2026-08-11 09:36:14.254 7 INFO neutron.services.segments.plugin [-] Segment 26e04da3-bf06-4d61-9c6b-fc7ca117595b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26e04da3-bf06-4d61-9c6b-fc7ca117595b found for delete ", "request_id": "req-bfd4ef82-7e20-4124-8c7c-30868ae112fb"}]} 2026-08-11 09:36:14.263 7 INFO neutron.db.l3_hamode_db [None req-85fc63be-8517-4f9f-8af0-61b0612206a1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network e537b372-c7c5-4764-adbe-1179d3da9354 was deleted as no HA routers are present in tenant 1eece73f7e924ca3a384b635633aa745. [pid: 7|app: 0|req: 607/1143] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:13 2026] DELETE /v2.0/routers/6d729ed7-bad4-46ed-9e54-46593b5fca17 => generated 0 bytes in 1014 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1144] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:13 2026] GET /v2.0/security-groups?tenant_id=7903b993730d4ea486e8f188865f60af&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1145] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:14 2026] DELETE /v2.0/security-groups/480bc75b-04a7-46fe-bc07-a2949282b20a => 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: 608/1146] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:14 2026] DELETE /v2.0/subnets/58406384-5a12-4d3a-8dc6-e24cb551fbe5 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:14.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef387588-d484-4ed9-90e7-c11b1ccfbd78 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 87867894-4cc5-4ff0-baae-6cc7f782dd97 2026-08-11 09:36:14.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef387588-d484-4ed9-90e7-c11b1ccfbd78 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 87867894-4cc5-4ff0-baae-6cc7f782dd97 [pid: 7|app: 0|req: 609/1147] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:36:14 2026] POST /v2.0/security-groups => generated 1659 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1148] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:14 2026] GET /v2.0/security-groups?tenant_id=778e199fbc6d4df59306f8aa2f10cdaa&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:14.801 8 INFO neutron.services.segments.plugin [-] Segment fda86759-2cc0-41e1-b1f1-7afd847c0bbd resource provider aggregate not found 2026-08-11 09:36:14.806 8 INFO neutron.services.segments.plugin [-] Segment fda86759-2cc0-41e1-b1f1-7afd847c0bbd resource provider aggregate not found 2026-08-11 09:36:14.828 8 INFO neutron.services.segments.plugin [-] Segment fda86759-2cc0-41e1-b1f1-7afd847c0bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fda86759-2cc0-41e1-b1f1-7afd847c0bbd found for delete ", "request_id": "req-8a864aa0-dd47-4966-9d32-c827e6f970e5"}]} 2026-08-11 09:36:14.831 8 INFO neutron.services.segments.plugin [-] Segment fda86759-2cc0-41e1-b1f1-7afd847c0bbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fda86759-2cc0-41e1-b1f1-7afd847c0bbd found for delete ", "request_id": "req-25835d13-ca45-4f4b-b1cc-f8270ed8b33c"}]} [pid: 8|app: 0|req: 539/1149] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:14 2026] DELETE /v2.0/networks/22df4cec-042c-43b3-9720-a5a2f28b5218 => 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: 611/1150] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:36:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1151] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:14 2026] DELETE /v2.0/security-groups/feb9befa-b425-485c-98fe-80fb554b3ddb => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1152] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:36:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1153] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:14 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1154] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:15 2026] GET /v2.0/security-groups?tenant_id=1eece73f7e924ca3a384b635633aa745&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: 543/1155] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:15 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 544/1156] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:15 2026] DELETE /v2.0/security-groups/39d96c26-d123-4c1a-a0c9-3ce7a385e6c6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1157] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:36:14 2026] POST /v2.0/floatingips => generated 552 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1158] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 614/1159] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 546/1160] 10.0.0.238 () {34 vars in 1098 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/security-groups?name=tempest-securitygroup--248162788&fields=id&tenant_id=f26ababba046454da1f1e79236bd8da6 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1161] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/networks?id=c8e10000-083d-4a50-b092-4172c9f01c32 => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1162] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/quotas/f26ababba046454da1f1e79236bd8da6 => 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: 616/1163] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/ports?tenant_id=f26ababba046454da1f1e79236bd8da6&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: 548/1164] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/networks/c8e10000-083d-4a50-b092-4172c9f01c32?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1165] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:36:16 2026] GET /v2.0/networks/c8e10000-083d-4a50-b092-4172c9f01c32?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: 619/1168] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:17 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 550/1169] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:17 2026] GET /v2.0/security-groups?tenant_id=df42d9a0c9c34f018158340fa5062cf3&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1170] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:17 2026] DELETE /v2.0/security-groups/1fe2fbff-06aa-4d5f-8676-8a3290b3f0fd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1171] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:18 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 621/1172] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 552/1173] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:19 2026] GET /v2.0/security-groups?tenant_id=0427812d650242e18db93d110538fff9&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1174] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:20 2026] DELETE /v2.0/security-groups/088db5fe-6ab7-4cf4-b4a3-df81d9d44054 => 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: 623/1175] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:20 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 553/1176] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:20 2026] GET /v2.0/security-groups?tenant_id=ed06764dd732454b929218153d63f192&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1177] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:20 2026] DELETE /v2.0/security-groups/d5e50bc2-ab54-41d2-87a2-1aebb9a65c0f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1178] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/networks?id=c8e10000-083d-4a50-b092-4172c9f01c32 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1179] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f26ababba046454da1f1e79236bd8da6 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1180] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:21 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 555/1181] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:36:21 2026] POST /v2.0/ports => generated 958 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1182] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:36:21 2026] PUT /v2.0/ports/6bf1e656-c7a6-495c-85e0-25de0cdf24e1 => generated 1239 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:22.441 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-71c63cbf-7191-4dc3-bd21-1d5c81d51e18'] response: {'name': 'network-changed', 'server_uuid': '72691e11-5dd3-4d2f-82f7-5babcdb8b9b8', 'tag': '6bf1e656-c7a6-495c-85e0-25de0cdf24e1', '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: 556/1183] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:22 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => generated 973 bytes in 29 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: 628/1184] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:22 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1185] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:22 2026] GET /v2.0/ports?tenant_id=f26ababba046454da1f1e79236bd8da6&device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 629/1186] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:36:22 2026] GET /v2.0/networks?tenant_id=f26ababba046454da1f1e79236bd8da6&shared=False => generated 771 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1187] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:36:23 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: 630/1188] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:23 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 559/1189] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:23 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 631/1190] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:24 2026] GET /v2.0/ports?tenant_id=f26ababba046454da1f1e79236bd8da6&device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 560/1191] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:36:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=6bf1e656-c7a6-495c-85e0-25de0cdf24e1 => 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: 632/1192] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:36:24 2026] GET /v2.0/subnets?id=87748104-7246-4741-9521-087b85de4116 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1193] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:24 2026] GET /v2.0/ports?network_id=c8e10000-083d-4a50-b092-4172c9f01c32&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: 633/1194] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:24 2026] GET /v2.0/networks/c8e10000-083d-4a50-b092-4172c9f01c32?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: 562/1195] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:24 2026] GET /v2.0/networks/c8e10000-083d-4a50-b092-4172c9f01c32?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: 634/1196] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:24 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1197] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:25 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 635/1198] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 636/1199] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 564/1200] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/security-groups?tenant_id=2a637f8a363543cdb522e1fff2853f6b&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1201] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:26 2026] DELETE /v2.0/security-groups/38ec98ff-d201-4b2f-99d9-05478514dac8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1202] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:26 2026] GET /v2.0/security-groups?tenant_id=94f9db9a0cdf4bafaf7e80cc4c3e3701&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1203] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:26 2026] DELETE /v2.0/security-groups/350c61e6-366a-4acb-9fd9-1cdfe70721a4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1204] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 639/1205] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 567/1206] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 640/1207] 10.0.0.161 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:27 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 568/1208] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:28 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 641/1209] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:28 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 569/1210] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:29 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 642/1211] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:29 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 570/1212] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:29 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:30.331 7 INFO neutron.db.l3_db [None req-279f768a-bec6-4de2-ac4c-a27a62be0180 c6b52de560804c98ba4c011716dba8a8 f26ababba046454da1f1e79236bd8da6 - - default default] Floating IP a27730a5-9b01-4f18-ac01-22b172a422d2 associated. External IP: 10.96.250.211, port: 6bf1e656-c7a6-495c-85e0-25de0cdf24e1. [pid: 7|app: 0|req: 643/1213] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:36:29 2026] PUT /v2.0/floatingips/a27730a5-9b01-4f18-ac01-22b172a422d2 => generated 856 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:30.720 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-14bf9239-7465-4a4c-b671-9cc2ac195315'] response: {'name': 'network-changed', 'server_uuid': '72691e11-5dd3-4d2f-82f7-5babcdb8b9b8', 'tag': '6bf1e656-c7a6-495c-85e0-25de0cdf24e1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 571/1214] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:30 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1215] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:30 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 572/1216] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 645/1217] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/ports?tenant_id=f26ababba046454da1f1e79236bd8da6&device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 573/1218] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 646/1219] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/networks?id=c8e10000-083d-4a50-b092-4172c9f01c32 => 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: 574/1220] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=6bf1e656-c7a6-495c-85e0-25de0cdf24e1 => 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: 647/1221] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/subnets?id=87748104-7246-4741-9521-087b85de4116 => 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: 575/1222] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/ports?network_id=c8e10000-083d-4a50-b092-4172c9f01c32&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: 576/1223] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/networks/c8e10000-083d-4a50-b092-4172c9f01c32?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: 577/1224] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/networks/c8e10000-083d-4a50-b092-4172c9f01c32?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: 648/1225] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:31 2026] GET /v2.0/security-groups?tenant_id=2c9c36788293491fbb90215142cdd9b1&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1226] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:31 2026] DELETE /v2.0/security-groups/f24bb2d8-a089-4da2-81bb-5204dfe2fe95 => 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: 650/1229] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:32 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 580/1230] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:32 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 651/1231] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:33 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 652/1232] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:33 2026] GET /v2.0/security-groups?id=57be2043-1538-4031-b324-a136fc745e09&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: 8|app: 0|req: 581/1233] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:36:33 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => generated 975 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:33.908 7 INFO neutron_taas.services.taas.taas_plugin [req-4f862a94-6876-44d3-8db0-51537f0ee488 req-59b1aa2a-ce07-460f-bf7c-9b291748330b c6b52de560804c98ba4c011716dba8a8 f26ababba046454da1f1e79236bd8da6 - - default default] TaaS: Handle Delete Port: 6bf1e656-c7a6-495c-85e0-25de0cdf24e1 2026-08-11 09:36:33.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4f862a94-6876-44d3-8db0-51537f0ee488 req-59b1aa2a-ce07-460f-bf7c-9b291748330b c6b52de560804c98ba4c011716dba8a8 f26ababba046454da1f1e79236bd8da6 - - default default] Tap Mirror: Handle Delete Port: 6bf1e656-c7a6-495c-85e0-25de0cdf24e1 2026-08-11 09:36:34.043 7 INFO neutron.db.l3_db [req-4f862a94-6876-44d3-8db0-51537f0ee488 req-59b1aa2a-ce07-460f-bf7c-9b291748330b c6b52de560804c98ba4c011716dba8a8 f26ababba046454da1f1e79236bd8da6 - - default default] Floating IP a27730a5-9b01-4f18-ac01-22b172a422d2 disassociated. External IP: 10.96.250.211, port: 6bf1e656-c7a6-495c-85e0-25de0cdf24e1. [pid: 7|app: 0|req: 653/1234] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:36:33 2026] DELETE /v2.0/ports/6bf1e656-c7a6-495c-85e0-25de0cdf24e1 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1235] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/security-groups?tenant_id=e9c2cbb82e374062805c97c88043495e&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:34.471 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-423737e8-e36e-4de7-a918-0354c5c2e93b'] response: {'server_uuid': '72691e11-5dd3-4d2f-82f7-5babcdb8b9b8', 'name': 'network-vif-deleted', 'tag': '6bf1e656-c7a6-495c-85e0-25de0cdf24e1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 654/1236] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:34 2026] DELETE /v2.0/security-groups/e3351e5a-4bfd-4363-8712-994c74716132 => 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: 655/1237] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 583/1238] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:34 2026] GET /v2.0/security-groups?tenant_id=fa9c42dd6a28485d84526a41c85858f3&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1239] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:34 2026] DELETE /v2.0/security-groups/6b5455ef-e620-4fda-8af8-9259b485fecf => 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: 584/1240] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:35 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => 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: 585/1241] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:36 2026] GET /v2.0/ports?device_id=72691e11-5dd3-4d2f-82f7-5babcdb8b9b8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:37.068 7 INFO neutron.db.segments_db [None req-29ed216f-5902-4a88-a615-80e94a40e5ee bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Added segment 98bf986e-2132-4a01-ad25-c4177ac884aa of type vxlan for network 7a91042c-ae73-4b88-87d7-d98e07a17ad6 2026-08-11 09:36:37.124 7 INFO neutron.db.segments_db [None req-29ed216f-5902-4a88-a615-80e94a40e5ee bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Added segment 07b5a1eb-3725-4b91-a180-5e0283f0abf5 of type vxlan for network 7e4c91d3-335c-45c8-8ea9-89cf2a42b4f9 [pid: 7|app: 0|req: 657/1242] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:36 2026] POST /v2.0/networks => generated 1208 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1243] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/networks => generated 1845 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:37.445 7 INFO neutron.services.segments.plugin [-] Segment 98bf986e-2132-4a01-ad25-c4177ac884aa resource provider aggregate not found 2026-08-11 09:36:37.451 7 INFO neutron.services.segments.plugin [-] Segment 98bf986e-2132-4a01-ad25-c4177ac884aa resource provider aggregate not found 2026-08-11 09:36:37.468 7 INFO neutron.services.segments.plugin [-] Segment 98bf986e-2132-4a01-ad25-c4177ac884aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bf986e-2132-4a01-ad25-c4177ac884aa found for delete ", "request_id": "req-d71de511-203a-4bc7-bf8d-d91c36e128a4"}]} 2026-08-11 09:36:37.471 7 INFO neutron.services.segments.plugin [-] Segment 98bf986e-2132-4a01-ad25-c4177ac884aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98bf986e-2132-4a01-ad25-c4177ac884aa found for delete ", "request_id": "req-8cb11c20-0758-4e2c-958c-c429f56182ad"}]} [pid: 7|app: 0|req: 658/1244] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:37 2026] DELETE /v2.0/networks/7a91042c-ae73-4b88-87d7-d98e07a17ad6 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:37.587 8 INFO neutron.services.segments.plugin [-] Segment 07b5a1eb-3725-4b91-a180-5e0283f0abf5 resource provider aggregate not found 2026-08-11 09:36:37.588 8 INFO neutron.services.segments.plugin [-] Segment 07b5a1eb-3725-4b91-a180-5e0283f0abf5 resource provider aggregate not found 2026-08-11 09:36:37.619 8 INFO neutron.services.segments.plugin [-] Segment 07b5a1eb-3725-4b91-a180-5e0283f0abf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07b5a1eb-3725-4b91-a180-5e0283f0abf5 found for delete ", "request_id": "req-5fdff456-6aff-47f9-a1c9-b3adae63857f"}]} 2026-08-11 09:36:37.619 8 INFO neutron.services.segments.plugin [-] Segment 07b5a1eb-3725-4b91-a180-5e0283f0abf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07b5a1eb-3725-4b91-a180-5e0283f0abf5 found for delete ", "request_id": "req-b08c487b-6d05-4f54-9bba-7fa3bee4c6fd"}]} [pid: 8|app: 0|req: 587/1245] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:37 2026] DELETE /v2.0/networks/7e4c91d3-335c-45c8-8ea9-89cf2a42b4f9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1246] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:37.755 8 INFO neutron.db.segments_db [None req-ce9bd362-0af0-43f5-93ab-0d3960aa35da bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Added segment 0903d6e0-5bc3-45dc-b6b0-cd5174e99185 of type vxlan for network 1f5752bf-a435-4d30-a8cc-85d20d863ad8 [pid: 7|app: 0|req: 660/1247] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 588/1248] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:37 2026] POST /v2.0/networks => generated 634 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1249] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:37 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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-08-11 09:36:37.896 8 INFO neutron.db.segments_db [None req-54bc559b-72e4-44af-bea2-866172faacd5 bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Added segment 43c2d1d2-9d66-4fd9-9ae5-7104adefa0cf of type vxlan for network 39368c08-bed5-4e13-ba03-86011a3a88a8 [pid: 8|app: 0|req: 589/1250] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:37 2026] POST /v2.0/networks => generated 634 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1251] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 591/1252] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:38 2026] DELETE /v2.0/security-groups/57be2043-1538-4031-b324-a136fc745e09 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1253] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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-08-11 09:36:38.240 8 INFO neutron.api.v2.resource [None req-8f5cfc97-018e-4d78-9de9-ef054c9c1704 c6b52de560804c98ba4c011716dba8a8 f26ababba046454da1f1e79236bd8da6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 593/1254] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/security-groups/57be2043-1538-4031-b324-a136fc745e09 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:38.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-b80691de-8956-4662-912c-c5a11e742c41 c6b52de560804c98ba4c011716dba8a8 f26ababba046454da1f1e79236bd8da6 - - default default] TaaS: Handle Delete Port: 085a24cd-2f8c-4102-bdd0-1641e9f42926 2026-08-11 09:36:38.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b80691de-8956-4662-912c-c5a11e742c41 c6b52de560804c98ba4c011716dba8a8 f26ababba046454da1f1e79236bd8da6 - - default default] Tap Mirror: Handle Delete Port: 085a24cd-2f8c-4102-bdd0-1641e9f42926 [pid: 8|app: 0|req: 594/1255] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:36:38 2026] DELETE /v2.0/floatingips/a27730a5-9b01-4f18-ac01-22b172a422d2 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1256] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:36:37 2026] POST /v2.0/ports => generated 1506 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 663/1257] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:36:38 2026] GET /v2.0/ports => generated 1506 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:38.795 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dc2362f-303b-4e0f-937d-9d3446c5c891 bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] TaaS: Handle Delete Port: 04527713-d459-4379-b8ec-60256301bc51 2026-08-11 09:36:38.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dc2362f-303b-4e0f-937d-9d3446c5c891 bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Tap Mirror: Handle Delete Port: 04527713-d459-4379-b8ec-60256301bc51 2026-08-11 09:36:38.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-f25adfee-7f6f-45a4-9141-5d112430ab8e a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 105e0722-3f60-4442-84e4-fd257ca52d04 2026-08-11 09:36:38.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f25adfee-7f6f-45a4-9141-5d112430ab8e a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 105e0722-3f60-4442-84e4-fd257ca52d04 [pid: 7|app: 0|req: 664/1258] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:36:38 2026] DELETE /v2.0/ports/04527713-d459-4379-b8ec-60256301bc51 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:39.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e19cc54-afa2-44f3-9da5-a0de512b1fab bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] TaaS: Handle Delete Port: e365eee9-715b-436d-99ff-d380a8615f55 2026-08-11 09:36:39.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e19cc54-afa2-44f3-9da5-a0de512b1fab bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Tap Mirror: Handle Delete Port: e365eee9-715b-436d-99ff-d380a8615f55 [pid: 7|app: 0|req: 665/1259] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:36:38 2026] DELETE /v2.0/ports/e365eee9-715b-436d-99ff-d380a8615f55 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1260] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:36:39 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:39.212 7 INFO neutron.db.segments_db [None req-76e950df-c9f3-4cf3-af15-9747c809de62 bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Added segment d63f9d24-acef-4e23-b6ca-908a824d3e5e of type vxlan for network 5cb84567-0e77-4e3e-ba83-cdcc4cc50c04 [pid: 7|app: 0|req: 667/1261] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:39 2026] POST /v2.0/networks => generated 635 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1262] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:39 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:39.424 7 INFO neutron.db.segments_db [None req-0930c5c4-8591-4062-91b4-e726cf8a9717 bcf625f2177c48a0baa96541f4c70239 3585fb4219fd495a95319f8ea03bf475 - - default default] Added segment e760ce2b-aaf0-4d22-bb8d-0ff09dd0621b of type vxlan for network cbe8f3ee-eac8-4720-acd4-ba09c801b61a [pid: 8|app: 0|req: 595/1263] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:36:38 2026] PUT /v2.0/routers/7f45dece-0465-4e88-a607-3208405c4937/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1264] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:39 2026] POST /v2.0/networks => generated 635 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1265] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:39 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:39.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6aaf6e7-f310-42bf-81bc-6fd0af4218fe a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 5f1a6cd5-07a2-4970-91c8-9051b15bed72 2026-08-11 09:36:39.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6aaf6e7-f310-42bf-81bc-6fd0af4218fe a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 5f1a6cd5-07a2-4970-91c8-9051b15bed72 2026-08-11 09:36:40.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6aaf6e7-f310-42bf-81bc-6fd0af4218fe a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: a307482a-706a-4a1f-937b-c54f0212b7ee 2026-08-11 09:36:40.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6aaf6e7-f310-42bf-81bc-6fd0af4218fe a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: a307482a-706a-4a1f-937b-c54f0212b7ee 2026-08-11 09:36:40.525 7 INFO neutron.services.segments.plugin [-] Segment e5cbb310-746e-4395-9417-a051b272a984 resource provider aggregate not found 2026-08-11 09:36:40.530 7 INFO neutron.services.segments.plugin [-] Segment e5cbb310-746e-4395-9417-a051b272a984 resource provider aggregate not found 2026-08-11 09:36:40.551 7 INFO neutron.services.segments.plugin [-] Segment e5cbb310-746e-4395-9417-a051b272a984 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5cbb310-746e-4395-9417-a051b272a984 found for delete ", "request_id": "req-57779013-3114-4106-8d9a-e04ad9b9891e"}]} 2026-08-11 09:36:40.555 7 INFO neutron.services.segments.plugin [-] Segment e5cbb310-746e-4395-9417-a051b272a984 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5cbb310-746e-4395-9417-a051b272a984 found for delete ", "request_id": "req-efd73e11-a510-481f-9010-cd11de0d1328"}]} 2026-08-11 09:36:40.566 7 INFO neutron.db.l3_hamode_db [None req-e6aaf6e7-f310-42bf-81bc-6fd0af4218fe a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 6cb903d9-f97a-4d7a-958d-deb69e076854 was deleted as no HA routers are present in tenant f26ababba046454da1f1e79236bd8da6. [pid: 7|app: 0|req: 670/1266] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:39 2026] DELETE /v2.0/routers/7f45dece-0465-4e88-a607-3208405c4937 => generated 0 bytes in 1038 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1267] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:36:40 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => 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: 597/1268] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:40 2026] POST /v2.0/subnets => generated 1324 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1269] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:40 2026] DELETE /v2.0/subnets/87748104-7246-4741-9521-087b85de4116 => 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: 673/1270] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:40 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:40.828 8 INFO neutron_taas.services.taas.taas_plugin [req-a330d09a-fe6a-4e8f-8c27-2e34fe9a9cc0 req-a4e07f60-890d-4351-93d9-12d89a9ad12d 800f2291cf4a41539647d214387d2f0f 95c32d8626dd4d9abb573984ae2e4d80 - - default default] TaaS: Handle Delete Port: 383c27e9-1916-4789-894b-5b546d85dd81 2026-08-11 09:36:40.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a330d09a-fe6a-4e8f-8c27-2e34fe9a9cc0 req-a4e07f60-890d-4351-93d9-12d89a9ad12d 800f2291cf4a41539647d214387d2f0f 95c32d8626dd4d9abb573984ae2e4d80 - - default default] Tap Mirror: Handle Delete Port: 383c27e9-1916-4789-894b-5b546d85dd81 [pid: 7|app: 0|req: 674/1271] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:36:40 2026] GET /v2.0/subnets => generated 1960 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:40.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-43da414d-4ebc-4421-9cd7-50def6b4ed96 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: ba1561ad-3767-4bd0-ac41-11bf4e715129 2026-08-11 09:36:40.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43da414d-4ebc-4421-9cd7-50def6b4ed96 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: ba1561ad-3767-4bd0-ac41-11bf4e715129 2026-08-11 09:36:41.006 8 INFO neutron.db.l3_db [req-a330d09a-fe6a-4e8f-8c27-2e34fe9a9cc0 req-a4e07f60-890d-4351-93d9-12d89a9ad12d 800f2291cf4a41539647d214387d2f0f 95c32d8626dd4d9abb573984ae2e4d80 - - default default] Floating IP 4ff32cf5-3b53-4529-b20f-5b9537466ac8 disassociated. External IP: 10.96.250.208, port: 383c27e9-1916-4789-894b-5b546d85dd81. [pid: 7|app: 0|req: 675/1272] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:40 2026] DELETE /v2.0/networks/c8e10000-083d-4a50-b092-4172c9f01c32 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1273] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:41 2026] GET /v2.0/security-groups?id=d60a7456-d739-47d5-b59e-206210886abf&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: 677/1274] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:41 2026] DELETE /v2.0/subnets/cefdab44-32e3-4ab5-82ad-7c51f266c1de => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1275] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:41 2026] GET /v2.0/security-groups?tenant_id=f26ababba046454da1f1e79236bd8da6&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: 598/1276] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:36:40 2026] DELETE /v2.0/ports/383c27e9-1916-4789-894b-5b546d85dd81 => generated 0 bytes in 753 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:41.523 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dea5886-8568-4abd-ae6f-99c9706e9b3c'] response: {'server_uuid': 'e47e7cb5-adc2-4961-9c97-d06694b62583', 'name': 'network-vif-deleted', 'tag': '383c27e9-1916-4789-894b-5b546d85dd81', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 679/1277] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:41 2026] DELETE /v2.0/subnets/9b83a5f5-64d9-4260-a058-f366bed81f04 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1278] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:36:41 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1279] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:41 2026] DELETE /v2.0/security-groups/1dea01db-140f-4c90-a84f-02dc561906f5 => 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: 681/1280] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:41 2026] DELETE /v2.0/networks/cbe8f3ee-eac8-4720-acd4-ba09c801b61a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:41.933 8 INFO neutron.services.segments.plugin [-] Segment d63f9d24-acef-4e23-b6ca-908a824d3e5e resource provider aggregate not found 2026-08-11 09:36:41.940 8 INFO neutron.services.segments.plugin [-] Segment d63f9d24-acef-4e23-b6ca-908a824d3e5e resource provider aggregate not found 2026-08-11 09:36:41.957 8 INFO neutron.services.segments.plugin [-] Segment d63f9d24-acef-4e23-b6ca-908a824d3e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63f9d24-acef-4e23-b6ca-908a824d3e5e found for delete ", "request_id": "req-b97f7e08-f40e-4cac-ad1b-85fc14157ab8"}]} 2026-08-11 09:36:41.959 8 INFO neutron.services.segments.plugin [-] Segment d63f9d24-acef-4e23-b6ca-908a824d3e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d63f9d24-acef-4e23-b6ca-908a824d3e5e found for delete ", "request_id": "req-eac66ca3-ce95-48ee-bbfe-b88efa15702e"}]} [pid: 8|app: 0|req: 600/1281] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:41 2026] DELETE /v2.0/networks/5cb84567-0e77-4e3e-ba83-cdcc4cc50c04 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1282] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:42 2026] DELETE /v2.0/networks/39368c08-bed5-4e13-ba03-86011a3a88a8 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1283] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:42 2026] DELETE /v2.0/networks/1f5752bf-a435-4d30-a8cc-85d20d863ad8 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1284] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:42 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:42.571 7 INFO neutron.services.segments.plugin [-] Segment 50d41df7-0550-41e5-80d3-0d914568e720 resource provider aggregate not found 2026-08-11 09:36:42.577 7 INFO neutron.services.segments.plugin [-] Segment 50d41df7-0550-41e5-80d3-0d914568e720 resource provider aggregate not found 2026-08-11 09:36:42.594 7 INFO neutron.services.segments.plugin [-] Segment 50d41df7-0550-41e5-80d3-0d914568e720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d41df7-0550-41e5-80d3-0d914568e720 found for delete ", "request_id": "req-b97b809e-e47d-49a6-a489-235b9a2862b0"}]} 2026-08-11 09:36:42.602 7 INFO neutron.services.segments.plugin [-] Segment 50d41df7-0550-41e5-80d3-0d914568e720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d41df7-0550-41e5-80d3-0d914568e720 found for delete ", "request_id": "req-27c12fc3-759f-4886-a3a6-2f86b9570ffa"}]} 2026-08-11 09:36:42.624 7 INFO neutron.services.segments.plugin [-] Segment e760ce2b-aaf0-4d22-bb8d-0ff09dd0621b resource provider aggregate not found 2026-08-11 09:36:42.626 7 INFO neutron.services.segments.plugin [-] Segment e760ce2b-aaf0-4d22-bb8d-0ff09dd0621b resource provider aggregate not found 2026-08-11 09:36:42.643 7 INFO neutron.services.segments.plugin [-] Segment e760ce2b-aaf0-4d22-bb8d-0ff09dd0621b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e760ce2b-aaf0-4d22-bb8d-0ff09dd0621b found for delete ", "request_id": "req-4d71b2fe-102c-44de-8651-e5c99b42f754"}]} 2026-08-11 09:36:42.658 7 INFO neutron.services.segments.plugin [-] Segment e760ce2b-aaf0-4d22-bb8d-0ff09dd0621b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e760ce2b-aaf0-4d22-bb8d-0ff09dd0621b found for delete ", "request_id": "req-e5a347ee-436f-4e4a-82f0-5054121f33d8"}]} 2026-08-11 09:36:42.668 7 INFO neutron.services.segments.plugin [-] Segment 43c2d1d2-9d66-4fd9-9ae5-7104adefa0cf resource provider aggregate not found 2026-08-11 09:36:42.677 7 INFO neutron.services.segments.plugin [-] Segment 43c2d1d2-9d66-4fd9-9ae5-7104adefa0cf resource provider aggregate not found 2026-08-11 09:36:42.687 7 INFO neutron.services.segments.plugin [-] Segment 43c2d1d2-9d66-4fd9-9ae5-7104adefa0cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c2d1d2-9d66-4fd9-9ae5-7104adefa0cf found for delete ", "request_id": "req-75142fed-babc-4e8c-a10a-5e083f5d26d4"}]} 2026-08-11 09:36:42.694 7 INFO neutron.services.segments.plugin [-] Segment 43c2d1d2-9d66-4fd9-9ae5-7104adefa0cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c2d1d2-9d66-4fd9-9ae5-7104adefa0cf found for delete ", "request_id": "req-f9f577cb-7de4-435c-8055-eacec2ede0b1"}]} [pid: 8|app: 0|req: 602/1285] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:42 2026] GET /v2.0/security-groups?tenant_id=3585fb4219fd495a95319f8ea03bf475&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1286] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:43 2026] DELETE /v2.0/security-groups/ea74d122-ff6c-42ca-aaa1-1684daddd825 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1287] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:42 2026] GET /v2.0/security-groups?tenant_id=c168e97be5dc46f9b7d7bff817591950&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1288] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:43 2026] DELETE /v2.0/security-groups/d496b5e2-1dbf-4913-9633-1f0cc7418a1a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1289] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:43 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:43.915 8 INFO neutron.db.segments_db [None req-71002fcf-cfa6-42eb-9c12-cf74692ff5ae a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment e8995c12-cfc2-4a2a-b571-303e78f8a774 of type vxlan for network 91798e4b-aa69-4a93-adca-0b5ffaada96e 2026-08-11 09:36:43.982 8 INFO neutron.services.segments.plugin [-] Segment 0903d6e0-5bc3-45dc-b6b0-cd5174e99185 resource provider aggregate not found 2026-08-11 09:36:43.987 8 INFO neutron.services.segments.plugin [-] Segment 0903d6e0-5bc3-45dc-b6b0-cd5174e99185 resource provider aggregate not found 2026-08-11 09:36:44.004 8 INFO neutron.services.segments.plugin [-] Segment 0903d6e0-5bc3-45dc-b6b0-cd5174e99185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0903d6e0-5bc3-45dc-b6b0-cd5174e99185 found for delete ", "request_id": "req-9bb2869e-c936-440e-a5c8-36c464eb7fd8"}]} 2026-08-11 09:36:44.008 8 INFO neutron.services.segments.plugin [-] Segment 0903d6e0-5bc3-45dc-b6b0-cd5174e99185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0903d6e0-5bc3-45dc-b6b0-cd5174e99185 found for delete ", "request_id": "req-403a2617-d628-481b-9c55-0058c0860946"}]} [pid: 8|app: 0|req: 605/1290] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:36:43 2026] POST /v2.0/networks => generated 727 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1291] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:44 2026] POST /v2.0/subnets => generated 693 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:44.337 8 INFO neutron.db.segments_db [None req-cf1d3ff9-58b6-4780-aaa2-efdf4ba46007 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 0c87fdc4-2357-4b54-8b82-b3fa89e2f381 of type vxlan for network 650d93b8-821e-4939-ad10-0981853b20ca [pid: 7|app: 0|req: 687/1292] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:44 2026] GET /v2.0/ports?device_id=e47e7cb5-adc2-4961-9c97-d06694b62583 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:44.715 8 INFO neutron.db.l3_hamode_db [None req-cf1d3ff9-58b6-4780-aaa2-efdf4ba46007 a368e61288154a158b02c442d8d43144 eca04dca112b454e809138e26f4e3780 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:36:45.303 7 INFO neutron.db.segments_db [None req-0dfd816a-3fe7-4d89-925a-013e338d3d20 cc8ec13c41c3441b83735552da624613 e4dc63a7947a4bd8b2eef0ff062dae3c - - default default] Added segment c80d0572-f87f-4617-af06-b8c8271c325d of type vxlan for network 3b7107d8-1862-4b02-90a5-f6f8063f0fdd [pid: 7|app: 0|req: 688/1293] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:44 2026] POST /v2.0/networks => generated 628 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:45.613 8 INFO neutron.db.l3_hamode_db [None req-cf1d3ff9-58b6-4780-aaa2-efdf4ba46007 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 689/1294] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:45 2026] DELETE /v2.0/security-groups/d60a7456-d739-47d5-b59e-206210886abf => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:45.914 7 INFO neutron.api.v2.resource [None req-9a580b13-9991-4869-9adb-a51f4b00523c 800f2291cf4a41539647d214387d2f0f 95c32d8626dd4d9abb573984ae2e4d80 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 690/1295] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:36:45 2026] GET /v2.0/security-groups/d60a7456-d739-47d5-b59e-206210886abf => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1296] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:45 2026] POST /v2.0/subnets => generated 673 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:46.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-88c1cdad-1422-4772-890b-a41232d2c365 800f2291cf4a41539647d214387d2f0f 95c32d8626dd4d9abb573984ae2e4d80 - - default default] TaaS: Handle Delete Port: 22ca3090-7878-4224-9af7-54bcefdac328 2026-08-11 09:36:46.333 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88c1cdad-1422-4772-890b-a41232d2c365 800f2291cf4a41539647d214387d2f0f 95c32d8626dd4d9abb573984ae2e4d80 - - default default] Tap Mirror: Handle Delete Port: 22ca3090-7878-4224-9af7-54bcefdac328 [pid: 7|app: 0|req: 692/1297] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:36:46 2026] DELETE /v2.0/floatingips/4ff32cf5-3b53-4529-b20f-5b9537466ac8 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1298] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:44 2026] POST /v2.0/routers => generated 733 bytes in 2248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:46.584 7 INFO neutron.db.segments_db [None req-e7ecf72c-f1a4-4523-b467-42b1d451669d cc8ec13c41c3441b83735552da624613 e4dc63a7947a4bd8b2eef0ff062dae3c - - default default] Added segment 1c483255-05dd-48ce-8f60-a3395b129ba0 of type vxlan for network 98db2e04-5b09-418e-9604-cc0de9588ba5 [pid: 7|app: 0|req: 693/1299] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:46 2026] POST /v2.0/networks => generated 629 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:46.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff8b5022-9468-4f6c-8719-c0a72940cd51 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 2f64c612-0955-4e45-9640-a984d1cd9fb4 2026-08-11 09:36:46.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff8b5022-9468-4f6c-8719-c0a72940cd51 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 2f64c612-0955-4e45-9640-a984d1cd9fb4 [pid: 8|app: 0|req: 607/1300] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:36:46 2026] PUT /v2.0/routers/4850ca4f-400d-4bc8-876d-8233040d6ddb/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1301] 10.0.0.76 () {34 vars in 742 bytes} [Tue Aug 11 09:36:47 2026] PUT /v2.0/networks/98db2e04-5b09-418e-9604-cc0de9588ba5 => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1304] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:36:46 2026] PUT /v2.0/routers/a5a60afa-9ed3-4f34-8d85-4a5f861a20a2/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:47.806 8 INFO neutron_taas.services.taas.taas_plugin [None req-331d3ba2-ef42-4779-bb6a-f3291ca59abb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 38ab1860-756a-49d9-b13b-1b2e26257202 2026-08-11 09:36:47.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-331d3ba2-ef42-4779-bb6a-f3291ca59abb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 38ab1860-756a-49d9-b13b-1b2e26257202 [pid: 7|app: 0|req: 695/1305] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:47 2026] POST /v2.0/subnets => generated 646 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:48.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-331d3ba2-ef42-4779-bb6a-f3291ca59abb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 9707336b-8a3a-4ba7-8f04-7270809f364a 2026-08-11 09:36:48.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-331d3ba2-ef42-4779-bb6a-f3291ca59abb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 9707336b-8a3a-4ba7-8f04-7270809f364a 2026-08-11 09:36:48.395 7 INFO neutron.db.segments_db [None req-c64ef784-6aa6-4ec9-b9ea-2e89552b22a4 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] Added segment a6a2dc79-0afc-48a1-92f7-21c8e383eafd of type vxlan for network a7a8cd4d-3c7c-4a0f-8a3d-27613188804d [pid: 7|app: 0|req: 696/1306] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:48 2026] POST /v2.0/networks => generated 708 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:48.480 8 INFO neutron.services.segments.plugin [-] Segment ee3eee0d-c078-45b9-aec1-6d65bf548c59 resource provider aggregate not found 2026-08-11 09:36:48.488 8 INFO neutron.services.segments.plugin [-] Segment ee3eee0d-c078-45b9-aec1-6d65bf548c59 resource provider aggregate not found 2026-08-11 09:36:48.511 8 INFO neutron.services.segments.plugin [-] Segment ee3eee0d-c078-45b9-aec1-6d65bf548c59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3eee0d-c078-45b9-aec1-6d65bf548c59 found for delete ", "request_id": "req-58a5cfad-8243-451c-bb57-216e59f3a234"}]} 2026-08-11 09:36:48.520 8 INFO neutron.db.l3_hamode_db [None req-331d3ba2-ef42-4779-bb6a-f3291ca59abb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 6d5f9dd5-724b-4804-aea1-90c0e857e485 was deleted as no HA routers are present in tenant 95c32d8626dd4d9abb573984ae2e4d80. 2026-08-11 09:36:48.524 8 INFO neutron.services.segments.plugin [-] Segment ee3eee0d-c078-45b9-aec1-6d65bf548c59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3eee0d-c078-45b9-aec1-6d65bf548c59 found for delete ", "request_id": "req-35972cc2-814c-4744-9404-15bf43aa4d93"}]} [pid: 8|app: 0|req: 611/1307] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:47 2026] DELETE /v2.0/routers/4850ca4f-400d-4bc8-876d-8233040d6ddb => generated 0 bytes in 932 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1308] 10.0.0.76 () {34 vars in 740 bytes} [Tue Aug 11 09:36:48 2026] PUT /v2.0/subnets/7a321ec2-1cca-4f2a-9305-0774ef8ace95 => generated 656 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1309] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:48 2026] POST /v2.0/subnets => generated 644 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1310] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:48 2026] DELETE /v2.0/subnets/ba1f6bad-05b1-4269-87ca-bc2c165e71c8 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1311] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:36:48 2026] GET /v2.0/networks?id=91798e4b-aa69-4a93-adca-0b5ffaada96e => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:48.871 7 WARNING neutron.api.v2.base [None req-e607e61e-7626-417e-bc23-07fc9b2c9018 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-08-11 09:36:48.872 7 INFO neutron.api.v2.resource [None req-e607e61e-7626-417e-bc23-07fc9b2c9018 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 700/1312] 10.0.0.76 () {34 vars in 680 bytes} [Tue Aug 11 09:36:48 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1313] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:48 2026] DELETE /v2.0/networks/98db2e04-5b09-418e-9604-cc0de9588ba5 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:48.975 7 INFO neutron_taas.services.taas.taas_plugin [None req-11c9e604-c02f-4a57-94d4-29e139d8bbc6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 6f9ba44c-4da5-475b-9c8b-307f5dbc6ee0 2026-08-11 09:36:48.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11c9e604-c02f-4a57-94d4-29e139d8bbc6 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 6f9ba44c-4da5-475b-9c8b-307f5dbc6ee0 [pid: 8|app: 0|req: 614/1314] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:36:48 2026] GET /v2.0/quotas/eca04dca112b454e809138e26f4e3780 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:49.162 7 INFO neutron.services.segments.plugin [-] Segment a4cb7535-8a0a-439c-a217-fc78d0364dc0 resource provider aggregate not found 2026-08-11 09:36:49.167 7 INFO neutron.services.segments.plugin [-] Segment a4cb7535-8a0a-439c-a217-fc78d0364dc0 resource provider aggregate not found [pid: 8|app: 0|req: 615/1315] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:48 2026] DELETE /v2.0/networks/a7a8cd4d-3c7c-4a0f-8a3d-27613188804d => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:49.188 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19f2a3e5-c81d-491b-8fda-a7ffc09e720a cc8ec13c41c3441b83735552da624613 e4dc63a7947a4bd8b2eef0ff062dae3c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 616/1316] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:49 2026] DELETE /v2.0/networks/98db2e04-5b09-418e-9604-cc0de9588ba5 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:49.191 7 INFO neutron.services.segments.plugin [-] Segment a4cb7535-8a0a-439c-a217-fc78d0364dc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4cb7535-8a0a-439c-a217-fc78d0364dc0 found for delete ", "request_id": "req-6dc52198-3653-41a3-8d87-07932058a670"}]} 2026-08-11 09:36:49.192 7 INFO neutron.services.segments.plugin [-] Segment a4cb7535-8a0a-439c-a217-fc78d0364dc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4cb7535-8a0a-439c-a217-fc78d0364dc0 found for delete ", "request_id": "req-3de82022-4d68-402c-b880-1ce17c364d1f"}]} [pid: 7|app: 0|req: 701/1317] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:48 2026] DELETE /v2.0/networks/7fb32a91-c0c9-4f37-a0ca-c5d2649f7c94 => 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: 617/1318] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/ports?tenant_id=eca04dca112b454e809138e26f4e3780&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:49.267 7 INFO neutron.db.segments_db [None req-65fa5be8-25ed-43de-aef5-e5c3566f489e 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] Added segment c98e8c88-fe2a-4e62-8852-c599ab412bde of type vxlan for network 44fe15ea-74f8-4ce1-b886-b04ff3c882ef [pid: 8|app: 0|req: 618/1319] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/networks?router%3Aexternal=True => 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: 702/1320] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:49 2026] POST /v2.0/networks => generated 707 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1321] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/networks/91798e4b-aa69-4a93-adca-0b5ffaada96e?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: 703/1322] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/subnets?network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1323] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/networks/91798e4b-aa69-4a93-adca-0b5ffaada96e?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: 621/1324] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/security-groups?tenant_id=95c32d8626dd4d9abb573984ae2e4d80&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1325] 10.0.0.76 () {32 vars in 652 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1326] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:49 2026] DELETE /v2.0/security-groups/0ecaac46-948f-4b09-8e60-4e3caa42634f => 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: 624/1327] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/networks => generated 1312 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1328] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:49 2026] POST /v2.0/subnets => generated 647 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1329] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:36:49.690 8 WARNING neutron.api.v2.base [None req-f7a86483-a175-4014-b788-bc6bb6d2165b 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-08-11 09:36:49.691 8 INFO neutron.api.v2.resource [None req-f7a86483-a175-4014-b788-bc6bb6d2165b 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 626/1330] 10.0.0.76 () {34 vars in 680 bytes} [Tue Aug 11 09:36:49 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1331] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1332] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/networks/3b7107d8-1862-4b02-90a5-f6f8063f0fdd => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1333] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:36:49 2026] GET /v2.0/subnets/11cd3013-9436-475f-beaf-45bec3ca011b => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:49.809 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddd58534-b845-40c8-acae-e406d64201cc cc8ec13c41c3441b83735552da624613 e4dc63a7947a4bd8b2eef0ff062dae3c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1334] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:49 2026] DELETE /v2.0/subnets/7a321ec2-1cca-4f2a-9305-0774ef8ace95 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:49.830 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f560f025-50e4-4054-b747-4f97da28f791 cc8ec13c41c3441b83735552da624613 e4dc63a7947a4bd8b2eef0ff062dae3c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1335] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:49 2026] DELETE /v2.0/networks/98db2e04-5b09-418e-9604-cc0de9588ba5 => 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: 627/1336] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:49 2026] DELETE /v2.0/networks/44fe15ea-74f8-4ce1-b886-b04ff3c882ef => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1337] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:49 2026] DELETE /v2.0/subnets/11cd3013-9436-475f-beaf-45bec3ca011b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:50.031 7 INFO neutron.db.segments_db [None req-a13867b7-2375-4743-9397-791d83e6b0ea 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] Added segment d6e11ec9-eec6-41a2-a262-394881f63d7c of type vxlan for network cb2afcad-8aee-4de1-b3bd-1ebe1298ecde [pid: 8|app: 0|req: 628/1338] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:49 2026] DELETE /v2.0/networks/3b7107d8-1862-4b02-90a5-f6f8063f0fdd => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1339] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:49 2026] POST /v2.0/networks => generated 706 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1340] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:50 2026] POST /v2.0/subnets => generated 647 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:50.523 8 INFO neutron.services.segments.plugin [-] Segment 1c483255-05dd-48ce-8f60-a3395b129ba0 resource provider aggregate not found 2026-08-11 09:36:50.541 8 INFO neutron.services.segments.plugin [-] Segment 1c483255-05dd-48ce-8f60-a3395b129ba0 resource provider aggregate not found 2026-08-11 09:36:50.545 8 INFO neutron.services.segments.plugin [-] Segment 1c483255-05dd-48ce-8f60-a3395b129ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c483255-05dd-48ce-8f60-a3395b129ba0 found for delete ", "request_id": "req-674bce32-53b7-4178-a98c-cb269c22d822"}]} 2026-08-11 09:36:50.557 8 INFO neutron.services.segments.plugin [-] Segment 1c483255-05dd-48ce-8f60-a3395b129ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c483255-05dd-48ce-8f60-a3395b129ba0 found for delete ", "request_id": "req-52e3bb96-b5da-418b-87bc-58cc02ffc7d1"}]} 2026-08-11 09:36:50.570 8 INFO neutron.services.segments.plugin [-] Segment a6a2dc79-0afc-48a1-92f7-21c8e383eafd resource provider aggregate not found 2026-08-11 09:36:50.586 8 INFO neutron.services.segments.plugin [-] Segment a6a2dc79-0afc-48a1-92f7-21c8e383eafd resource provider aggregate not found 2026-08-11 09:36:50.591 8 INFO neutron.services.segments.plugin [-] Segment a6a2dc79-0afc-48a1-92f7-21c8e383eafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a2dc79-0afc-48a1-92f7-21c8e383eafd found for delete ", "request_id": "req-a9029bb8-968a-4c4f-a16e-70feaee9be95"}]} 2026-08-11 09:36:50.615 8 INFO neutron.services.segments.plugin [-] Segment a6a2dc79-0afc-48a1-92f7-21c8e383eafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6a2dc79-0afc-48a1-92f7-21c8e383eafd found for delete ", "request_id": "req-760c6614-31ca-4957-92d6-a6cefede4c3f"}]} 2026-08-11 09:36:50.623 8 INFO neutron.services.segments.plugin [-] Segment c98e8c88-fe2a-4e62-8852-c599ab412bde resource provider aggregate not found 2026-08-11 09:36:50.643 8 INFO neutron.services.segments.plugin [-] Segment c98e8c88-fe2a-4e62-8852-c599ab412bde resource provider aggregate not found 2026-08-11 09:36:50.646 8 INFO neutron.services.segments.plugin [-] Segment c98e8c88-fe2a-4e62-8852-c599ab412bde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c98e8c88-fe2a-4e62-8852-c599ab412bde found for delete ", "request_id": "req-92b9785b-e45f-4a7e-a03e-5928c69ad091"}]} [pid: 7|app: 0|req: 712/1341] 10.0.0.76 () {34 vars in 680 bytes} [Tue Aug 11 09:36:50 2026] POST /v2.0/rbac-policies => generated 324 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:50.665 8 INFO neutron.services.segments.plugin [-] Segment c98e8c88-fe2a-4e62-8852-c599ab412bde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c98e8c88-fe2a-4e62-8852-c599ab412bde found for delete ", "request_id": "req-dfa25b67-a2ef-4b5b-8f06-e5466571d33a"}]} 2026-08-11 09:36:50.671 8 INFO neutron.services.segments.plugin [-] Segment c80d0572-f87f-4617-af06-b8c8271c325d resource provider aggregate not found 2026-08-11 09:36:50.691 8 INFO neutron.services.segments.plugin [-] Segment c80d0572-f87f-4617-af06-b8c8271c325d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80d0572-f87f-4617-af06-b8c8271c325d found for delete ", "request_id": "req-3f8a19d7-71b5-4b18-9c14-a2df5c46b7b5"}]} 2026-08-11 09:36:50.693 8 INFO neutron.services.segments.plugin [-] Segment c80d0572-f87f-4617-af06-b8c8271c325d resource provider aggregate not found 2026-08-11 09:36:50.709 8 INFO neutron.services.segments.plugin [-] Segment c80d0572-f87f-4617-af06-b8c8271c325d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80d0572-f87f-4617-af06-b8c8271c325d found for delete ", "request_id": "req-1d3d3ce7-2c7d-4188-a3e2-26525a3b9211"}]} [pid: 7|app: 0|req: 713/1342] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:50 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 630/1343] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:50 2026] GET /v2.0/security-groups?tenant_id=e4dc63a7947a4bd8b2eef0ff062dae3c&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1344] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:50 2026] DELETE /v2.0/security-groups/15e4fdf7-97e0-4c7d-8a6b-e2640741bd5d => 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: 631/1345] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:36:51 2026] GET /v2.0/networks/cb2afcad-8aee-4de1-b3bd-1ebe1298ecde => generated 653 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:51.708 7 INFO neutron.pecan_wsgi.hooks.translation [None req-156fe5f4-d624-4c62-940e-e51c27bfa738 ecbd0f414f634f93acb491fcb01940ba 228493715f8948aa9effc05f77381d19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 715/1346] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:36:51 2026] GET /v2.0/networks/cb2afcad-8aee-4de1-b3bd-1ebe1298ecde => generated 138 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1347] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:51 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 632/1348] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:51 2026] DELETE /v2.0/networks/cb2afcad-8aee-4de1-b3bd-1ebe1298ecde => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:51.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-580d7d0b-83d2-4489-9071-bae356f78f62 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 717/1349] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:51 2026] DELETE /v2.0/subnets/3c9f1f32-ae33-4859-83af-488173958bc2 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:52.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ff1bca5-f173-4f37-a83a-fb2d402ab527 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 633/1350] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:51 2026] DELETE /v2.0/subnets/e27dd578-4307-47c0-9e4e-ad4b3eb1c11c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:52.035 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eaa50264-e68d-46ca-a564-0e3df9f4c470 8b1af8e68b3e40f6b60b23a4e8b8a22e 560638b15c4e42c092002fcba7697f62 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1351] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:52 2026] DELETE /v2.0/subnets/5c33eb07-f81a-4f7c-94ef-246a0895830e => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:52.710 8 INFO neutron.services.segments.plugin [-] Segment d6e11ec9-eec6-41a2-a262-394881f63d7c resource provider aggregate not found 2026-08-11 09:36:52.726 8 INFO neutron.services.segments.plugin [-] Segment d6e11ec9-eec6-41a2-a262-394881f63d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e11ec9-eec6-41a2-a262-394881f63d7c found for delete ", "request_id": "req-0c882aa5-a19c-4ea6-a207-d83ae9715702"}]} 2026-08-11 09:36:52.748 8 INFO neutron.services.segments.plugin [-] Segment d6e11ec9-eec6-41a2-a262-394881f63d7c resource provider aggregate not found 2026-08-11 09:36:52.760 8 INFO neutron.services.segments.plugin [-] Segment d6e11ec9-eec6-41a2-a262-394881f63d7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6e11ec9-eec6-41a2-a262-394881f63d7c found for delete ", "request_id": "req-15efde97-0f6e-4178-ab93-06d447b80a96"}]} [pid: 8|app: 0|req: 634/1352] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/security-groups?tenant_id=bb5abfe849714f1994baf3259f4063c5&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1353] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 719/1354] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:52 2026] GET /v2.0/security-groups?tenant_id=560638b15c4e42c092002fcba7697f62&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1355] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:52 2026] DELETE /v2.0/security-groups/50651e5b-6865-4d0f-984c-9dff1b8f7bd0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1356] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:53 2026] DELETE /v2.0/security-groups/c02e9a7a-f41c-4bb3-a086-1da51e05f214 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:36:53.273 7 INFO neutron.db.segments_db [None req-9dabf712-43d2-4954-b7ce-7b06a55f0b7d 8f2854a407744bf7b6a1e4fe943cf31c dcd8f9cff3424bf7a28a9671e5f8b4aa - - default default] Added segment e6e6425b-3a53-4d74-b670-3dd085bee505 of type vxlan for network 20dca0f5-8321-4d1a-af08-307c1971278b [pid: 7|app: 0|req: 720/1357] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:53 2026] POST /v2.0/networks => generated 624 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1358] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:53 2026] GET /v2.0/security-groups?tenant_id=228493715f8948aa9effc05f77381d19&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1359] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:53 2026] DELETE /v2.0/security-groups/1d278fe8-f684-4728-b832-675a17153208 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1360] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:53 2026] POST /v2.0/subnets => generated 641 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:36:53.770 7 INFO neutron.db.segments_db [None req-461cf7da-0d59-49b1-875f-b3905453309c 8f2854a407744bf7b6a1e4fe943cf31c dcd8f9cff3424bf7a28a9671e5f8b4aa - - default default] Added segment 639bb587-5456-461a-a9db-655dd4d562e4 of type vxlan for network f8cb709e-26fe-4bb3-b289-f3164bc88c4f [pid: 8|app: 0|req: 640/1361] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:53 2026] GET /v2.0/security-groups?tenant_id=d71f0fb9b4864cf1ba7db88e31effd2d&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: 722/1362] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:36:53 2026] POST /v2.0/networks => generated 624 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1363] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:53 2026] DELETE /v2.0/security-groups/e03313c8-3b67-46e3-a133-41b4532c91e8 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1364] 10.0.0.76 () {34 vars in 742 bytes} [Tue Aug 11 09:36:53 2026] PUT /v2.0/networks/f8cb709e-26fe-4bb3-b289-f3164bc88c4f => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1365] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:36:53 2026] GET /v2.0/networks?id=91798e4b-aa69-4a93-adca-0b5ffaada96e => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1366] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:36:53 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1367] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 726/1368] 10.0.0.76 () {34 vars in 740 bytes} [Tue Aug 11 09:36:54 2026] PUT /v2.0/subnets/0ef8c136-424a-44d3-a73c-b8b118ec2910 => generated 636 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1369] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:36:53 2026] POST /v2.0/ports => generated 954 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:36:54.609 7 INFO neutron.services.segments.plugin [-] Segment 639bb587-5456-461a-a9db-655dd4d562e4 resource provider aggregate not found 2026-08-11 09:36:54.614 7 INFO neutron.services.segments.plugin [-] Segment 639bb587-5456-461a-a9db-655dd4d562e4 resource provider aggregate not found 2026-08-11 09:36:54.638 7 INFO neutron.services.segments.plugin [-] Segment 639bb587-5456-461a-a9db-655dd4d562e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 639bb587-5456-461a-a9db-655dd4d562e4 found for delete ", "request_id": "req-93a44946-9883-415d-a5c2-c3143b309a63"}]} 2026-08-11 09:36:54.639 7 INFO neutron.services.segments.plugin [-] Segment 639bb587-5456-461a-a9db-655dd4d562e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 639bb587-5456-461a-a9db-655dd4d562e4 found for delete ", "request_id": "req-5adf6661-04d9-402d-8f9e-af188d0cbdf9"}]} [pid: 7|app: 0|req: 727/1370] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:54 2026] DELETE /v2.0/networks/f8cb709e-26fe-4bb3-b289-f3164bc88c4f => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:54.657 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7eded5c3-9e43-4ebb-9b5a-2ec60304745e 8f2854a407744bf7b6a1e4fe943cf31c dcd8f9cff3424bf7a28a9671e5f8b4aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1371] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:54 2026] DELETE /v2.0/networks/f8cb709e-26fe-4bb3-b289-f3164bc88c4f => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1372] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/networks?router%3Aexternal=True => 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: 730/1373] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/subnets?network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1374] 10.0.0.76 () {32 vars in 652 bytes} [Tue Aug 11 09:36:54 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: 732/1375] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/networks => generated 1308 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1376] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/subnets => generated 1280 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1377] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:36:54 2026] PUT /v2.0/ports/598c45a8-1698-47e2-b2ff-77445e5ca603 => generated 1235 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1378] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/networks/20dca0f5-8321-4d1a-af08-307c1971278b => generated 668 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-08-11 09:36:54.998 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1114fa2-21fa-44a8-bf4b-10aa8ddfe559'] response: {'name': 'network-changed', 'server_uuid': 'd9d3a153-838b-4a64-a664-6cc8c3700936', 'tag': '598c45a8-1698-47e2-b2ff-77445e5ca603', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 645/1379] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:36:54 2026] GET /v2.0/subnets/48b36dd7-f2a2-442b-acb6-25c0db816d77 => generated 641 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:55.043 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8fb44885-d5f4-44c2-8b25-7bb806bf9461 8f2854a407744bf7b6a1e4fe943cf31c dcd8f9cff3424bf7a28a9671e5f8b4aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 735/1380] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:55 2026] DELETE /v2.0/subnets/0ef8c136-424a-44d3-a73c-b8b118ec2910 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:36:55.066 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53751ee6-ab2e-4805-87e8-a837d4b744a3 8f2854a407744bf7b6a1e4fe943cf31c dcd8f9cff3424bf7a28a9671e5f8b4aa - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 646/1381] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:55 2026] DELETE /v2.0/networks/f8cb709e-26fe-4bb3-b289-f3164bc88c4f => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1382] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:36:55 2026] DELETE /v2.0/subnets/48b36dd7-f2a2-442b-acb6-25c0db816d77 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:36:55.430 8 INFO neutron.services.segments.plugin [-] Segment e6e6425b-3a53-4d74-b670-3dd085bee505 resource provider aggregate not found 2026-08-11 09:36:55.440 8 INFO neutron.services.segments.plugin [-] Segment e6e6425b-3a53-4d74-b670-3dd085bee505 resource provider aggregate not found [pid: 7|app: 0|req: 737/1383] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => generated 969 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:36:55.468 8 INFO neutron.services.segments.plugin [-] Segment e6e6425b-3a53-4d74-b670-3dd085bee505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e6425b-3a53-4d74-b670-3dd085bee505 found for delete ", "request_id": "req-fcacdf2b-9af2-4b3f-9b47-6d02039939e3"}]} 2026-08-11 09:36:55.471 8 INFO neutron.services.segments.plugin [-] Segment e6e6425b-3a53-4d74-b670-3dd085bee505 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e6425b-3a53-4d74-b670-3dd085bee505 found for delete ", "request_id": "req-b61a9db5-ee45-4fc5-913a-462ad755c536"}]} [pid: 8|app: 0|req: 647/1384] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:36:55 2026] DELETE /v2.0/networks/20dca0f5-8321-4d1a-af08-307c1971278b => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1385] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 648/1386] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/ports?tenant_id=eca04dca112b454e809138e26f4e3780&device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 739/1387] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/networks?tenant_id=eca04dca112b454e809138e26f4e3780&shared=False => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1388] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1389] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:55 2026] GET /v2.0/security-groups?tenant_id=dcd8f9cff3424bf7a28a9671e5f8b4aa&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1390] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:56 2026] DELETE /v2.0/security-groups/af83183e-4034-4bfb-a49e-5ff01ddc9304 => 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: 741/1391] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 651/1392] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 742/1393] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/ports?tenant_id=eca04dca112b454e809138e26f4e3780&device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1394] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=598c45a8-1698-47e2-b2ff-77445e5ca603 => 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: 743/1395] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/subnets?id=abf22072-0e98-4ed2-9ec7-b4ec3dab806b => 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: 653/1396] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/ports?network_id=91798e4b-aa69-4a93-adca-0b5ffaada96e&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1397] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/networks/91798e4b-aa69-4a93-adca-0b5ffaada96e?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: 654/1398] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:36:56 2026] GET /v2.0/networks/91798e4b-aa69-4a93-adca-0b5ffaada96e?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: 745/1399] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:57 2026] GET /v2.0/security-groups?tenant_id=6a0649217f5443a69f05e30b73d73baf&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1400] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:57 2026] DELETE /v2.0/security-groups/9fc006f9-6d1c-453c-b712-3028a6286944 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1401] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:57 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1402] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:36:57 2026] GET /v2.0/security-groups?tenant_id=5d2207ef8a0c42d7b48d0b3b1a99ce61&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1403] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:57 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 747/1404] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:57 2026] DELETE /v2.0/security-groups/09e081e6-c3b1-48b0-bce0-b41e4f4b8b6d => 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: 658/1405] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:36:58 2026] POST /v2.0/security-groups => generated 1624 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1406] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:36:58 2026] GET /v2.0/security-groups => generated 4529 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1407] 10.0.0.76 () {34 vars in 757 bytes} [Tue Aug 11 09:36:58 2026] PUT /v2.0/security-groups/af84a95d-d940-4260-bc60-c9fdbf4e2d5c => generated 1663 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1408] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:36:58 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1409] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:36:58 2026] GET /v2.0/security-groups/af84a95d-d940-4260-bc60-c9fdbf4e2d5c => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1410] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:36:59 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 748/1411] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:36:58 2026] POST /v2.0/floatingips => generated 552 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1412] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:59 2026] DELETE /v2.0/security-groups/af84a95d-d940-4260-bc60-c9fdbf4e2d5c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1413] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:36:59 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:36:59.201 8 INFO neutron.api.v2.resource [None req-941cfa5a-ff68-4688-8955-6caa4f8793d5 dbe0a66aeceb4164b4f86e5f59cb3732 09d610f2768f42ef8f4f207f97eb02a6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1414] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:36:59 2026] DELETE /v2.0/security-groups/af84a95d-d940-4260-bc60-c9fdbf4e2d5c => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1415] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:36:59 2026] POST /v2.0/security-groups => generated 1625 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1416] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:36:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1417] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:36:59 2026] GET /v2.0/security-group-rules/3077339c-a891-4581-ab43-43864266fefc => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1418] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:36:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1419] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:36:59 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1420] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:36:59 2026] DELETE /v2.0/security-group-rules/3077339c-a891-4581-ab43-43864266fefc => generated 0 bytes in 485 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1421] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1422] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 750/1423] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:36:59 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1424] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1425] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 676/1426] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/security-group-rules/fe7059f4-6d3f-4159-937c-f109ec8d80fb => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1427] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1428] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:37:00 2026] DELETE /v2.0/security-group-rules/fe7059f4-6d3f-4159-937c-f109ec8d80fb => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1429] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:00.578 8 INFO neutron.db.securitygroups_db [None req-0d2112cb-a965-4b82-84df-db959fb2276e dbe0a66aeceb4164b4f86e5f59cb3732 09d610f2768f42ef8f4f207f97eb02a6 - - default default] Project 09d610f2768f42ef8f4f207f97eb02a6 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: 680/1430] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1431] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/security-group-rules/9f12379c-5f86-42bc-822b-7e81d000163f => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1432] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:00 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1433] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:37:00 2026] DELETE /v2.0/security-group-rules/9f12379c-5f86-42bc-822b-7e81d000163f => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1434] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:37:00 2026] POST /v2.0/floatingips => generated 552 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1435] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:00 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: 685/1436] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:00 2026] DELETE /v2.0/security-groups/1e61e97b-4e01-4a3e-bd98-f44d2f37094e => 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: 686/1437] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1438] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1439] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 752/1440] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:37:00 2026] POST /v2.0/floatingips => generated 552 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1441] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 753/1442] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:37:01 2026] PUT /v2.0/floatingips/0915d831-d576-4a83-a21c-c6711f7c6a03/tags => generated 17 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1443] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:37:01 2026] PUT /v2.0/floatingips/f74c8a9c-e8a7-410b-8cf5-a7884ba6b535/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1444] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:37:01 2026] PUT /v2.0/floatingips/0142d593-a3eb-4a4e-92b0-fc0662f89b4a/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1445] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:37:01 2026] PUT /v2.0/floatingips/b9f775e2-8e06-414c-8aef-8d8ac760ca60/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1446] 10.0.0.76 () {32 vars in 671 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1447] 10.0.0.76 () {32 vars in 685 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/floatingips?tags=red%2Cblue => 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: 696/1450] 10.0.0.76 () {32 vars in 681 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1451] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1452] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:01 2026] GET /v2.0/security-groups?tenant_id=09d610f2768f42ef8f4f207f97eb02a6&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1453] 10.0.0.76 () {32 vars in 679 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1454] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:02 2026] DELETE /v2.0/security-groups/67c2e8f8-eb18-4a08-abdf-29d0106808ee => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1455] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1456] 10.0.0.76 () {32 vars in 689 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1457] 10.0.0.76 () {32 vars in 701 bytes} [Tue Aug 11 09:37:02 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) 2026-08-11 09:37:02.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-5510d137-d11e-4363-a1fb-feb02d57b89d 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] TaaS: Handle Delete Port: 1ee2d7f5-fb9c-4f73-aca5-e4298b8b9944 2026-08-11 09:37:02.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5510d137-d11e-4363-a1fb-feb02d57b89d 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] Tap Mirror: Handle Delete Port: 1ee2d7f5-fb9c-4f73-aca5-e4298b8b9944 [pid: 7|app: 0|req: 758/1458] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:02 2026] DELETE /v2.0/floatingips/0915d831-d576-4a83-a21c-c6711f7c6a03 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1459] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/security-groups?tenant_id=c092240a82b9425a9a9d90dd533b2b6b&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1460] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:02.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-24829263-0c0e-43f7-805c-9cc3f447d68f 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] TaaS: Handle Delete Port: 162b5ee5-cf62-44c6-b569-ca4d9553a2e6 2026-08-11 09:37:02.763 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24829263-0c0e-43f7-805c-9cc3f447d68f 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] Tap Mirror: Handle Delete Port: 162b5ee5-cf62-44c6-b569-ca4d9553a2e6 [pid: 7|app: 0|req: 760/1461] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:02 2026] DELETE /v2.0/security-groups/6bdc907a-4adf-4820-9aec-43f7c203ba2e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1462] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 702/1463] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:02 2026] DELETE /v2.0/floatingips/f74c8a9c-e8a7-410b-8cf5-a7884ba6b535 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:03.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d892889-3221-4bbe-88b8-116528c11e61 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] TaaS: Handle Delete Port: 232a87dc-d6b6-42ee-8b97-a0db3e74368b 2026-08-11 09:37:03.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d892889-3221-4bbe-88b8-116528c11e61 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] Tap Mirror: Handle Delete Port: 232a87dc-d6b6-42ee-8b97-a0db3e74368b [pid: 7|app: 0|req: 762/1464] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:02 2026] GET /v2.0/security-groups?tenant_id=60d8fba2cba54ece9e67a6b7cac33079&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1465] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:03 2026] DELETE /v2.0/security-groups/db0b266b-bcb1-4fda-b628-b6501245be68 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1466] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:03 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 703/1467] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:02 2026] DELETE /v2.0/floatingips/0142d593-a3eb-4a4e-92b0-fc0662f89b4a => 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: 765/1468] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:03 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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-08-11 09:37:03.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-99d2ee72-b369-450c-a045-8bcc04c305fe 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] TaaS: Handle Delete Port: d210a5d8-cdf0-49b0-9a7a-cf008a3a6038 2026-08-11 09:37:03.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99d2ee72-b369-450c-a045-8bcc04c305fe 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] Tap Mirror: Handle Delete Port: d210a5d8-cdf0-49b0-9a7a-cf008a3a6038 [pid: 8|app: 0|req: 704/1469] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:03 2026] DELETE /v2.0/floatingips/b9f775e2-8e06-414c-8aef-8d8ac760ca60 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:03.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f175af4-54ad-49c7-81b5-aa50121ff8e2 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] TaaS: Handle Delete Port: 86302587-8142-4596-aa57-a502efe2451d 2026-08-11 09:37:03.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f175af4-54ad-49c7-81b5-aa50121ff8e2 4450febebe3e407badb80dbe3d7648b9 6367b49c547a42a381aede582fc89c77 - - default default] Tap Mirror: Handle Delete Port: 86302587-8142-4596-aa57-a502efe2451d [pid: 7|app: 0|req: 766/1470] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:03 2026] DELETE /v2.0/floatingips/2a63ef18-2dc5-4af9-8ea9-3eb95205b978 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1471] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:04 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 767/1472] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:04 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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: 706/1473] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:04 2026] GET /v2.0/security-groups?tenant_id=0b2707f6c3f6470396f3e53b93cf5028&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1474] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:04 2026] DELETE /v2.0/security-groups/60f61334-5721-41fb-986f-5b115f32b572 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1475] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:05 2026] GET /v2.0/security-groups?tenant_id=c63f01d2ecb546b6863f1936674fa58e&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1476] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:05 2026] DELETE /v2.0/security-groups/1cd92d07-0cfd-41cc-919c-b67e8a327f69 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1477] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:05 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 770/1478] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:37:05 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 709/1479] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:05 2026] GET /v2.0/security-groups?id=85bebda2-c067-4f52-b3a0-bd34e3b8abc3&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-08-11 09:37:05.777 7 INFO neutron_taas.services.taas.taas_plugin [req-0e05802d-640d-4357-9b58-b8252649c918 req-8e528fbb-625a-41f1-800e-069abdfea12d ecc8c6cfff574cb698ef3102e09ed299 eca04dca112b454e809138e26f4e3780 - - default default] TaaS: Handle Delete Port: 598c45a8-1698-47e2-b2ff-77445e5ca603 2026-08-11 09:37:05.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0e05802d-640d-4357-9b58-b8252649c918 req-8e528fbb-625a-41f1-800e-069abdfea12d ecc8c6cfff574cb698ef3102e09ed299 eca04dca112b454e809138e26f4e3780 - - default default] Tap Mirror: Handle Delete Port: 598c45a8-1698-47e2-b2ff-77445e5ca603 [pid: 8|app: 0|req: 710/1480] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:05 2026] GET /v2.0/security-groups?tenant_id=6367b49c547a42a381aede582fc89c77&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1481] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:37:05 2026] DELETE /v2.0/ports/598c45a8-1698-47e2-b2ff-77445e5ca603 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:05.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3e1b3ce-bcb1-4106-9bd2-b1a6baf959f9'] response: {'server_uuid': 'd9d3a153-838b-4a64-a664-6cc8c3700936', 'name': 'network-vif-deleted', 'tag': '598c45a8-1698-47e2-b2ff-77445e5ca603', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 711/1482] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:05 2026] DELETE /v2.0/security-groups/0b39fa38-6787-49b6-9191-88969a1c09fa => 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: 772/1483] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:06 2026] GET /v2.0/security-groups?tenant_id=307a9329b5c942789c89e5a5e1a4ea04&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1484] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:06 2026] DELETE /v2.0/security-groups/95442c4f-d253-444b-a008-8659f449ba86 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1485] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:06 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 713/1486] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:06 2026] GET /v2.0/security-groups?tenant_id=c75a7049a3434e79893ea8406923dbb6&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1487] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:07 2026] DELETE /v2.0/security-groups/4a281f42-1a55-45b0-be8e-cd9387f9ce29 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1488] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:07 2026] GET /v2.0/security-groups?tenant_id=6e12fc65d526464781027f1d0f55fc4a&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1489] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:07 2026] DELETE /v2.0/security-groups/e40a1d1c-4dcb-4c99-85b8-2c745ed68563 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1490] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:07 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => 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: 776/1491] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:08 2026] GET /v2.0/ports?device_id=d9d3a153-838b-4a64-a664-6cc8c3700936 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:10.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-035212eb-8f2e-4521-81f2-b89fa885b404 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 4fb03da9-214d-405f-9479-25e5b856ef1c 2026-08-11 09:37:10.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-035212eb-8f2e-4521-81f2-b89fa885b404 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 4fb03da9-214d-405f-9479-25e5b856ef1c 2026-08-11 09:37:11.067 7 INFO neutron.db.segments_db [None req-76d1f9aa-3ab5-4c9c-b871-7dc7e2a3adf4 651cae9ef02d4e31a41cfb22cd3880a2 a66af971eb5643aeb812cbe9da81925a - - default default] Added segment fdac98d5-0e60-4911-b430-ed07f0a56931 of type vxlan for network 54b486c8-5d5b-4e44-9e82-07435eb09106 [pid: 8|app: 0|req: 716/1492] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:37:10 2026] PUT /v2.0/routers/a5a60afa-9ed3-4f34-8d85-4a5f861a20a2/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1493] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:10 2026] POST /v2.0/networks => generated 612 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:11.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c61ac6-a9f1-4fd4-8ef9-be3027750120 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 43f1adb5-823d-426f-a27d-05151529d4f6 2026-08-11 09:37:11.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c61ac6-a9f1-4fd4-8ef9-be3027750120 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 43f1adb5-823d-426f-a27d-05151529d4f6 [pid: 8|app: 0|req: 717/1494] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:11 2026] GET /v2.0/security-groups?tenant_id=170852ec30dc48edaf866d194fa47c0f&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:11.491 8 INFO neutron.db.segments_db [None req-04243cee-ff6f-43d9-b1ae-0c836fa52117 651cae9ef02d4e31a41cfb22cd3880a2 a66af971eb5643aeb812cbe9da81925a - - default default] Added segment 9aeb0c6a-fa66-4314-8245-d65be6e02ea3 of type vxlan for network 1e702bdd-0bd9-413e-9c99-f5377dbeb2f6 [pid: 8|app: 0|req: 718/1495] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:11 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:11.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-60c61ac6-a9f1-4fd4-8ef9-be3027750120 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 5cc3d4b2-73dc-4c50-9cdc-76000e758073 2026-08-11 09:37:11.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60c61ac6-a9f1-4fd4-8ef9-be3027750120 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 5cc3d4b2-73dc-4c50-9cdc-76000e758073 [pid: 8|app: 0|req: 719/1496] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:11 2026] GET /v2.0/security-groups?tenant_id=7d4eb2cb06cb43d7ac2cdce8398965ff&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1497] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:11 2026] DELETE /v2.0/security-groups/421ff1ae-559c-4b4b-8e88-9ca41be55fa3 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:11.938 8 INFO neutron.db.segments_db [None req-5745a3b1-03e4-4a1d-aacb-694cccb90276 651cae9ef02d4e31a41cfb22cd3880a2 a66af971eb5643aeb812cbe9da81925a - - default default] Added segment bf1a8ddf-8b4d-438c-adc8-3cdbc4b1ab69 of type vxlan for network 85726eb7-3690-4979-bc7e-a5979f05276e 2026-08-11 09:37:12.017 7 INFO neutron.services.segments.plugin [-] Segment 0c87fdc4-2357-4b54-8b82-b3fa89e2f381 resource provider aggregate not found 2026-08-11 09:37:12.017 7 INFO neutron.services.segments.plugin [-] Segment 0c87fdc4-2357-4b54-8b82-b3fa89e2f381 resource provider aggregate not found 2026-08-11 09:37:12.057 7 INFO neutron.services.segments.plugin [-] Segment 0c87fdc4-2357-4b54-8b82-b3fa89e2f381 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c87fdc4-2357-4b54-8b82-b3fa89e2f381 found for delete ", "request_id": "req-57f11921-fe7c-41b0-8150-753f743e147b"}]} 2026-08-11 09:37:12.058 7 INFO neutron.services.segments.plugin [-] Segment 0c87fdc4-2357-4b54-8b82-b3fa89e2f381 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c87fdc4-2357-4b54-8b82-b3fa89e2f381 found for delete ", "request_id": "req-540c8de8-e3d3-4a6e-8c70-ad64979077ce"}]} [pid: 8|app: 0|req: 721/1498] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:11 2026] POST /v2.0/networks => generated 613 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:12.075 7 INFO neutron.db.l3_hamode_db [None req-60c61ac6-a9f1-4fd4-8ef9-be3027750120 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 650d93b8-821e-4939-ad10-0981853b20ca was deleted as no HA routers are present in tenant eca04dca112b454e809138e26f4e3780. [pid: 7|app: 0|req: 778/1499] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:11 2026] DELETE /v2.0/routers/a5a60afa-9ed3-4f34-8d85-4a5f861a20a2 => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:12.140 7 INFO neutron.db.segments_db [None req-792b8fac-3b65-4ed6-a650-b33b6319acdc 651cae9ef02d4e31a41cfb22cd3880a2 a66af971eb5643aeb812cbe9da81925a - - default default] Added segment d8c73d7a-66f8-4026-84d5-0134f61e6bba of type vxlan for network 7828258a-1f0b-441c-b20c-8c671c5f28cd [pid: 8|app: 0|req: 722/1500] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:12 2026] DELETE /v2.0/security-groups/3dc07859-f6e4-4681-b4a1-0eb8843b07cb => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1501] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:12 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:12.306 7 INFO neutron.db.segments_db [None req-30454f1b-6f62-4a8d-b101-3f8b0d7b7aa5 651cae9ef02d4e31a41cfb22cd3880a2 a66af971eb5643aeb812cbe9da81925a - - default default] Added segment 53a0f2e6-5ab6-467b-bff5-1b7981a46e79 of type vxlan for network 9ee0d359-e9e3-44c6-9591-c8218a116d1f [pid: 8|app: 0|req: 723/1502] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:12 2026] DELETE /v2.0/subnets/abf22072-0e98-4ed2-9ec7-b4ec3dab806b => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1503] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:12 2026] POST /v2.0/networks => generated 612 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1504] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:12 2026] PUT /v2.0/networks/54b486c8-5d5b-4e44-9e82-07435eb09106/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:12.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-786455a3-b212-428c-8e04-29e0f93d849e a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 159f4c64-e41b-4ba3-8036-d428dc09bf41 2026-08-11 09:37:12.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-786455a3-b212-428c-8e04-29e0f93d849e a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 159f4c64-e41b-4ba3-8036-d428dc09bf41 [pid: 7|app: 0|req: 782/1505] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:12 2026] PUT /v2.0/networks/1e702bdd-0bd9-413e-9c99-f5377dbeb2f6/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1506] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:12 2026] PUT /v2.0/networks/85726eb7-3690-4979-bc7e-a5979f05276e/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:12.636 8 INFO neutron.services.segments.plugin [-] Segment e8995c12-cfc2-4a2a-b571-303e78f8a774 resource provider aggregate not found 2026-08-11 09:37:12.640 8 INFO neutron.services.segments.plugin [-] Segment e8995c12-cfc2-4a2a-b571-303e78f8a774 resource provider aggregate not found 2026-08-11 09:37:12.661 8 INFO neutron.services.segments.plugin [-] Segment e8995c12-cfc2-4a2a-b571-303e78f8a774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8995c12-cfc2-4a2a-b571-303e78f8a774 found for delete ", "request_id": "req-3527be4b-d322-45f6-937f-bb9be418c920"}]} [pid: 8|app: 0|req: 724/1507] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:12 2026] DELETE /v2.0/networks/91798e4b-aa69-4a93-adca-0b5ffaada96e => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:12.667 8 INFO neutron.services.segments.plugin [-] Segment e8995c12-cfc2-4a2a-b571-303e78f8a774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8995c12-cfc2-4a2a-b571-303e78f8a774 found for delete ", "request_id": "req-acb85f23-da3d-4f20-abb0-c4bf01c47c7b"}]} [pid: 7|app: 0|req: 784/1508] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:12 2026] PUT /v2.0/networks/7828258a-1f0b-441c-b20c-8c671c5f28cd/tags => generated 19 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1509] 10.0.0.76 () {32 vars in 665 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1510] 10.0.0.76 () {32 vars in 679 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1511] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/security-groups?tenant_id=eca04dca112b454e809138e26f4e3780&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1512] 10.0.0.76 () {32 vars in 675 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1513] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:12 2026] DELETE /v2.0/security-groups/85bebda2-c067-4f52-b3a0-bd34e3b8abc3 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1514] 10.0.0.76 () {32 vars in 687 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1515] 10.0.0.76 () {32 vars in 673 bytes} [Tue Aug 11 09:37:12 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1516] 10.0.0.76 () {32 vars in 687 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1517] 10.0.0.76 () {32 vars in 683 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1518] 10.0.0.76 () {32 vars in 695 bytes} [Tue Aug 11 09:37:13 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1519] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:13 2026] DELETE /v2.0/networks/54b486c8-5d5b-4e44-9e82-07435eb09106 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1520] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:13 2026] DELETE /v2.0/networks/1e702bdd-0bd9-413e-9c99-f5377dbeb2f6 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1521] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:13 2026] DELETE /v2.0/networks/85726eb7-3690-4979-bc7e-a5979f05276e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1522] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:13 2026] DELETE /v2.0/networks/7828258a-1f0b-441c-b20c-8c671c5f28cd => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1523] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:13 2026] DELETE /v2.0/networks/9ee0d359-e9e3-44c6-9591-c8218a116d1f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:14.079 7 INFO neutron.services.segments.plugin [-] Segment 9aeb0c6a-fa66-4314-8245-d65be6e02ea3 resource provider aggregate not found 2026-08-11 09:37:14.093 7 INFO neutron.services.segments.plugin [-] Segment 9aeb0c6a-fa66-4314-8245-d65be6e02ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aeb0c6a-fa66-4314-8245-d65be6e02ea3 found for delete ", "request_id": "req-a58ff8f3-b768-423f-8968-a098343d49e8"}]} 2026-08-11 09:37:14.097 7 INFO neutron.services.segments.plugin [-] Segment 9aeb0c6a-fa66-4314-8245-d65be6e02ea3 resource provider aggregate not found 2026-08-11 09:37:14.108 7 INFO neutron.services.segments.plugin [-] Segment d8c73d7a-66f8-4026-84d5-0134f61e6bba resource provider aggregate not found 2026-08-11 09:37:14.128 7 INFO neutron.services.segments.plugin [-] Segment d8c73d7a-66f8-4026-84d5-0134f61e6bba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c73d7a-66f8-4026-84d5-0134f61e6bba found for delete ", "request_id": "req-076c7568-f7f8-42f2-888d-65c2acec095a"}]} 2026-08-11 09:37:14.128 7 INFO neutron.services.segments.plugin [-] Segment 9aeb0c6a-fa66-4314-8245-d65be6e02ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aeb0c6a-fa66-4314-8245-d65be6e02ea3 found for delete ", "request_id": "req-d129c6df-18aa-4d1c-91ba-ebe17805f7a2"}]} 2026-08-11 09:37:14.154 7 INFO neutron.services.segments.plugin [-] Segment d8c73d7a-66f8-4026-84d5-0134f61e6bba resource provider aggregate not found 2026-08-11 09:37:14.165 7 INFO neutron.services.segments.plugin [-] Segment d8c73d7a-66f8-4026-84d5-0134f61e6bba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8c73d7a-66f8-4026-84d5-0134f61e6bba found for delete ", "request_id": "req-30889c67-023c-472a-b75f-f0fa793f4b06"}]} 2026-08-11 09:37:14.297 7 INFO neutron.db.segments_db [None req-de84162b-b670-4da0-901c-2e3cbd876a10 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment 96e48ed0-03e5-4b12-a97e-d288fc865f65 of type vxlan for network 596d6630-3069-45e7-8fb7-0e79e86f520b [pid: 7|app: 0|req: 792/1524] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:13 2026] POST /v2.0/networks => generated 615 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:14.484 8 INFO neutron.db.segments_db [None req-8b715349-b0a7-47d9-9035-8b700b8a609b e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment a734aa4b-5fad-41aa-a81d-76dea8b55bb9 of type vxlan for network a07f2438-3f93-43f4-ac44-a3e800b21912 [pid: 8|app: 0|req: 733/1525] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:14 2026] POST /v2.0/networks => generated 614 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:14.685 8 INFO neutron.services.segments.plugin [-] Segment fdac98d5-0e60-4911-b430-ed07f0a56931 resource provider aggregate not found 2026-08-11 09:37:14.690 8 INFO neutron.services.segments.plugin [-] Segment fdac98d5-0e60-4911-b430-ed07f0a56931 resource provider aggregate not found 2026-08-11 09:37:14.708 8 INFO neutron.services.segments.plugin [-] Segment fdac98d5-0e60-4911-b430-ed07f0a56931 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdac98d5-0e60-4911-b430-ed07f0a56931 found for delete ", "request_id": "req-d81bf220-e18a-4a0a-8aed-10ca89745479"}]} 2026-08-11 09:37:14.717 8 INFO neutron.services.segments.plugin [-] Segment fdac98d5-0e60-4911-b430-ed07f0a56931 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdac98d5-0e60-4911-b430-ed07f0a56931 found for delete ", "request_id": "req-90571f54-5a79-4941-9941-d392c30456b3"}]} 2026-08-11 09:37:14.727 8 INFO neutron.services.segments.plugin [-] Segment bf1a8ddf-8b4d-438c-adc8-3cdbc4b1ab69 resource provider aggregate not found 2026-08-11 09:37:14.736 8 INFO neutron.services.segments.plugin [-] Segment bf1a8ddf-8b4d-438c-adc8-3cdbc4b1ab69 resource provider aggregate not found 2026-08-11 09:37:14.752 8 INFO neutron.services.segments.plugin [-] Segment bf1a8ddf-8b4d-438c-adc8-3cdbc4b1ab69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf1a8ddf-8b4d-438c-adc8-3cdbc4b1ab69 found for delete ", "request_id": "req-7af54bec-cc1e-4a0d-bc54-b7de32274eae"}]} 2026-08-11 09:37:14.771 8 INFO neutron.services.segments.plugin [-] Segment bf1a8ddf-8b4d-438c-adc8-3cdbc4b1ab69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf1a8ddf-8b4d-438c-adc8-3cdbc4b1ab69 found for delete ", "request_id": "req-7f4d627d-3d01-4b62-8e32-9c5a529111d5"}]} 2026-08-11 09:37:14.777 8 INFO neutron.services.segments.plugin [-] Segment 53a0f2e6-5ab6-467b-bff5-1b7981a46e79 resource provider aggregate not found 2026-08-11 09:37:14.787 8 INFO neutron.services.segments.plugin [-] Segment 53a0f2e6-5ab6-467b-bff5-1b7981a46e79 resource provider aggregate not found 2026-08-11 09:37:14.794 8 INFO neutron.services.segments.plugin [-] Segment 53a0f2e6-5ab6-467b-bff5-1b7981a46e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53a0f2e6-5ab6-467b-bff5-1b7981a46e79 found for delete ", "request_id": "req-0d51a47b-9160-4883-b046-5c3339d66d4e"}]} 2026-08-11 09:37:14.801 8 INFO neutron.services.segments.plugin [-] Segment 53a0f2e6-5ab6-467b-bff5-1b7981a46e79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53a0f2e6-5ab6-467b-bff5-1b7981a46e79 found for delete ", "request_id": "req-2bece10d-e7dd-4b7b-90b8-a8a1b7431f9b"}]} [pid: 7|app: 0|req: 793/1526] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:14 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1527] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:14 2026] POST /v2.0/subnets => generated 655 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:15.137 8 INFO neutron.db.segments_db [None req-622356a8-3dbe-4b35-b12f-429dea8ed63d e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment a075fdc2-2b41-472c-8467-42a84df6b5d3 of type vxlan for network 96e2d345-bcc3-4212-a1d2-94de70f5e979 [pid: 7|app: 0|req: 794/1528] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:14 2026] GET /v2.0/security-groups?tenant_id=cab2d0bc64b6402993e57881ddc732b8&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1529] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:15 2026] DELETE /v2.0/security-groups/5ce294f2-e867-4748-875b-e548bef958bc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:15.416 8 INFO neutron.db.l3_hamode_db [None req-622356a8-3dbe-4b35-b12f-429dea8ed63d e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 796/1530] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:15 2026] GET /v2.0/security-groups?tenant_id=a66af971eb5643aeb812cbe9da81925a&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:15.539 8 INFO neutron.db.l3_hamode_db [None req-622356a8-3dbe-4b35-b12f-429dea8ed63d e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:37:15.718 7 INFO neutron.db.segments_db [None req-72ddc256-93a3-4eb7-9520-c916aaaaab2c ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Added segment 79967412-9c3e-4588-b543-a186a35a3545 of type vxlan for network aa74d412-0f81-4de6-a701-b9b00bc74a7a [pid: 7|app: 0|req: 797/1531] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:37:15 2026] POST /v2.0/networks => generated 613 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1532] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:15 2026] DELETE /v2.0/security-groups/3d1f836b-0fab-49b7-85b7-771217dfba8a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:15.983 7 INFO neutron.db.segments_db [None req-0f99112b-b09c-4145-9f6b-49553f8a9318 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Added segment a182bb44-4f34-4c82-b345-f473e13a8dbf of type vxlan for network bb60d5fd-2ab1-4171-9e30-8e398bcfd568 [pid: 8|app: 0|req: 735/1533] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:15 2026] POST /v2.0/routers => generated 510 bytes in 1148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:16.243 7 INFO neutron.db.l3_hamode_db [None req-0f99112b-b09c-4145-9f6b-49553f8a9318 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 736/1534] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:16 2026] GET /v2.0/security-groups?tenant_id=2ad952ae56cf4758a293096b504c16e6&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:17.074 7 INFO neutron.db.l3_hamode_db [None req-0f99112b-b09c-4145-9f6b-49553f8a9318 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 737/1535] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:37:16 2026] PUT /v2.0/routers/b74e443b-1766-480b-ac69-c57c1de462ad/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1536] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:17 2026] DELETE /v2.0/security-groups/c0a5711c-8414-49cd-be00-aad5c8f0ede8 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1539] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:37:17 2026] GET /v2.0/ports/3d90f152-8d51-4fee-8736-9c5c60f238ca => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1540] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:15 2026] POST /v2.0/routers => generated 695 bytes in 2119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1541] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:18 2026] GET /v2.0/security-groups?tenant_id=ccb20d3c07414b07a9576f8afb772281&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1542] 10.0.0.76 () {32 vars in 775 bytes} [Tue Aug 11 09:37:18 2026] GET /v2.0/subnets?project_id=d63ac4c927114c139e68b268fb14986f&cidr=10.100.0.0%2F28 => generated 14 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1543] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:18 2026] DELETE /v2.0/security-groups/989dbbad-546e-4d5f-ab69-fa60dad696a4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1544] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:37:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1545] 10.0.0.76 () {32 vars in 783 bytes} [Tue Aug 11 09:37:18 2026] GET /v2.0/subnets?network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad&cidr=10.100.0.0%2F28 => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1546] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:37:17 2026] PUT /v2.0/routers/b74e443b-1766-480b-ac69-c57c1de462ad/add_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1547] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:37:18 2026] GET /v2.0/ports/876d53a5-e01c-49d8-b41a-3ed7c4923b97 => generated 967 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1548] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:18 2026] GET /v2.0/security-groups?tenant_id=d8526af312f34193899c5bda8f7bfcea&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:19.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-366693dc-8899-471c-b5e4-57a77cea5325 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: 876d53a5-e01c-49d8-b41a-3ed7c4923b97 2026-08-11 09:37:19.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-366693dc-8899-471c-b5e4-57a77cea5325 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: 876d53a5-e01c-49d8-b41a-3ed7c4923b97 [pid: 7|app: 0|req: 805/1549] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:18 2026] POST /v2.0/subnets => generated 656 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1550] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:19 2026] DELETE /v2.0/security-groups/e0e0ea0b-da71-487f-9d95-14d6da511268 => 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: 745/1551] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:37:18 2026] PUT /v2.0/routers/b74e443b-1766-480b-ac69-c57c1de462ad/remove_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:20.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3fb4158-eb74-4031-81ae-26d680e3ac03 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: 3d90f152-8d51-4fee-8736-9c5c60f238ca 2026-08-11 09:37:20.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3fb4158-eb74-4031-81ae-26d680e3ac03 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: 3d90f152-8d51-4fee-8736-9c5c60f238ca [pid: 8|app: 0|req: 746/1552] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:37:19 2026] PUT /v2.0/routers/b74e443b-1766-480b-ac69-c57c1de462ad/remove_router_interface => generated 309 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1553] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/ports?device_id=b74e443b-1766-480b-ac69-c57c1de462ad => 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: 807/1554] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:37:19 2026] PUT /v2.0/routers/5ca74223-53f2-4aa1-875a-e0b5af79619b/add_router_interface => generated 309 bytes in 1577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:21.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c00773f-a0f8-45c1-bdc3-92e2970bef89 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: d0bf1d9f-2495-41d2-a259-c839eb5256b0 2026-08-11 09:37:21.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c00773f-a0f8-45c1-bdc3-92e2970bef89 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: d0bf1d9f-2495-41d2-a259-c839eb5256b0 [pid: 7|app: 0|req: 808/1555] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:37:20 2026] GET /v2.0/networks => generated 5788 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1556] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/subnets => generated 4533 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1557] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:37:21 2026] GET /v2.0/routers => generated 1278 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:21.420 8 INFO neutron.services.segments.plugin [-] Segment a075fdc2-2b41-472c-8467-42a84df6b5d3 resource provider aggregate not found 2026-08-11 09:37:21.427 8 INFO neutron.services.segments.plugin [-] Segment a075fdc2-2b41-472c-8467-42a84df6b5d3 resource provider aggregate not found 2026-08-11 09:37:21.443 8 INFO neutron.db.l3_hamode_db [None req-1c00773f-a0f8-45c1-bdc3-92e2970bef89 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] HA network 96e2d345-bcc3-4212-a1d2-94de70f5e979 was deleted as no HA routers are present in tenant bf496195804147359aea2e4f0a0d01a6. 2026-08-11 09:37:21.450 8 INFO neutron.services.segments.plugin [-] Segment a075fdc2-2b41-472c-8467-42a84df6b5d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a075fdc2-2b41-472c-8467-42a84df6b5d3 found for delete ", "request_id": "req-36937b13-fad2-439f-8896-bcbe131122ed"}]} [pid: 8|app: 0|req: 748/1558] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:20 2026] DELETE /v2.0/routers/b74e443b-1766-480b-ac69-c57c1de462ad => generated 0 bytes in 772 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1559] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:37:21 2026] POST /v2.0/security-groups => generated 1675 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:37:21.464 8 INFO neutron.services.segments.plugin [-] Segment a075fdc2-2b41-472c-8467-42a84df6b5d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a075fdc2-2b41-472c-8467-42a84df6b5d3 found for delete ", "request_id": "req-5ea3e3d5-c0cc-445b-baca-ce140ee6b33a"}]} [pid: 7|app: 0|req: 812/1560] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1561] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:21 2026] DELETE /v2.0/subnets/d90b74cf-d88a-4528-991d-60a1a2e7373c => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1562] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:21 2026] POST /v2.0/security-group-rules => generated 596 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1563] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:21 2026] DELETE /v2.0/subnets/82c31cba-0ceb-4258-95c2-b1c6090862cb => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1564] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:21.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6e14d8d-384d-472e-bab2-1786fd5afc6f e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: d480ce07-004e-48da-99a5-7f307c1e2800 2026-08-11 09:37:21.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6e14d8d-384d-472e-bab2-1786fd5afc6f e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: d480ce07-004e-48da-99a5-7f307c1e2800 [pid: 7|app: 0|req: 815/1565] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:22.103 7 INFO neutron.db.securitygroups_db [None req-c443d9b9-d412-4f32-8bbe-3c7b88867a5a ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Project d63ac4c927114c139e68b268fb14986f 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: 751/1566] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:21 2026] DELETE /v2.0/networks/a07f2438-3f93-43f4-ac44-a3e800b21912 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1567] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:22.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-21bb690b-e21a-48a5-8132-0db0a73768db e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: dae5e79b-7586-42e9-8719-576a2f9eb01f 2026-08-11 09:37:22.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21bb690b-e21a-48a5-8132-0db0a73768db e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: dae5e79b-7586-42e9-8719-576a2f9eb01f 2026-08-11 09:37:22.255 7 INFO neutron.db.securitygroups_db [None req-cdff6407-0343-4d27-9606-9d1a0e236243 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Project d63ac4c927114c139e68b268fb14986f 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: 817/1568] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1569] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:22 2026] DELETE /v2.0/networks/596d6630-3069-45e7-8fb7-0e79e86f520b => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:22.493 7 INFO neutron.db.segments_db [None req-b49ce40a-e570-4cf5-a604-9ab95c6ca49b e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment 6cd443e9-b813-470a-a8aa-a0e3ce09852c of type vxlan for network 7101179d-7667-4fe6-b878-ee143cd01573 [pid: 7|app: 0|req: 818/1570] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/networks => generated 614 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1571] 10.0.0.76 () {34 vars in 677 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1572] 10.0.0.76 () {34 vars in 677 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1573] 10.0.0.76 () {34 vars in 677 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1574] 10.0.0.76 () {34 vars in 677 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1575] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/subnets => generated 646 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1576] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:37:22 2026] GET /v2.0/networks => generated 1297 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1577] 10.0.0.76 () {34 vars in 677 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:22.922 8 INFO neutron.db.segments_db [None req-d34d5a4f-5268-48a8-a3e5-f1939cc3b039 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment fcab44cb-b6d7-4b26-a315-5a20718511cd of type vxlan for network 0f571cfa-b01d-48fd-9ebd-fbf19a63f5da [pid: 7|app: 0|req: 821/1578] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:22 2026] PUT /v2.0/policies/48c9da7a-9c7f-4764-b8af-3fb6e94375f3/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1579] 10.0.0.238 () {34 vars in 1100 bytes} [Tue Aug 11 09:37:22 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1172419992&fields=id&tenant_id=d63ac4c927114c139e68b268fb14986f => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1580] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:23 2026] PUT /v2.0/policies/eccff0f2-74d6-410d-ba36-b3928d59c7b3/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1581] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/networks?id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1582] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:23 2026] PUT /v2.0/policies/e4af9590-d2f0-49cd-b743-cc115827670e/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1583] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/quotas/d63ac4c927114c139e68b268fb14986f => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:23.198 8 INFO neutron.db.l3_hamode_db [None req-d34d5a4f-5268-48a8-a3e5-f1939cc3b039 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 827/1584] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:23 2026] PUT /v2.0/policies/ed901902-0f6a-41e1-b27d-5e0bc690a621/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1585] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&fields=id => generated 57 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:23.305 8 INFO neutron.db.l3_hamode_db [None req-d34d5a4f-5268-48a8-a3e5-f1939cc3b039 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 829/1586] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 830/1587] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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-08-11 09:37:23.492 8 INFO neutron.services.segments.plugin [-] Segment a734aa4b-5fad-41aa-a81d-76dea8b55bb9 resource provider aggregate not found 2026-08-11 09:37:23.497 8 INFO neutron.services.segments.plugin [-] Segment a734aa4b-5fad-41aa-a81d-76dea8b55bb9 resource provider aggregate not found 2026-08-11 09:37:23.521 8 INFO neutron.services.segments.plugin [-] Segment a734aa4b-5fad-41aa-a81d-76dea8b55bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a734aa4b-5fad-41aa-a81d-76dea8b55bb9 found for delete ", "request_id": "req-c4403ef6-bdba-45bc-99f4-1a0d1ae591cc"}]} 2026-08-11 09:37:23.522 8 INFO neutron.services.segments.plugin [-] Segment a734aa4b-5fad-41aa-a81d-76dea8b55bb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a734aa4b-5fad-41aa-a81d-76dea8b55bb9 found for delete ", "request_id": "req-83b08009-eec7-479e-bd04-864eb0c27e3a"}]} [pid: 7|app: 0|req: 831/1588] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:23.542 8 INFO neutron.services.segments.plugin [-] Segment 96e48ed0-03e5-4b12-a97e-d288fc865f65 resource provider aggregate not found 2026-08-11 09:37:23.544 8 INFO neutron.services.segments.plugin [-] Segment 96e48ed0-03e5-4b12-a97e-d288fc865f65 resource provider aggregate not found 2026-08-11 09:37:23.565 8 INFO neutron.services.segments.plugin [-] Segment 96e48ed0-03e5-4b12-a97e-d288fc865f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96e48ed0-03e5-4b12-a97e-d288fc865f65 found for delete ", "request_id": "req-51fdb7a3-56a1-4330-b519-5fa6c62c7a2d"}]} 2026-08-11 09:37:23.566 8 INFO neutron.services.segments.plugin [-] Segment 96e48ed0-03e5-4b12-a97e-d288fc865f65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96e48ed0-03e5-4b12-a97e-d288fc865f65 found for delete ", "request_id": "req-e87548a1-6127-4f33-a6c3-55120d6af32e"}]} [pid: 7|app: 0|req: 832/1589] 10.0.0.76 () {32 vars in 673 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1590] 10.0.0.76 () {32 vars in 687 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1591] 10.0.0.76 () {32 vars in 683 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1592] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:22 2026] POST /v2.0/routers => generated 511 bytes in 1087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1593] 10.0.0.76 () {32 vars in 695 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1594] 10.0.0.76 () {32 vars in 681 bytes} [Tue Aug 11 09:37:23 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1595] 10.0.0.76 () {32 vars in 695 bytes} [Tue Aug 11 09:37:24 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1596] 10.0.0.76 () {32 vars in 691 bytes} [Tue Aug 11 09:37:24 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1597] 10.0.0.76 () {32 vars in 703 bytes} [Tue Aug 11 09:37:24 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1598] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:37:24 2026] DELETE /v2.0/qos/policies/48c9da7a-9c7f-4764-b8af-3fb6e94375f3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1599] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:37:23 2026] POST /v2.0/ports => generated 963 bytes in 413 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: 841/1600] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:37:24 2026] DELETE /v2.0/qos/policies/eccff0f2-74d6-410d-ba36-b3928d59c7b3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1601] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:37:24 2026] DELETE /v2.0/qos/policies/e4af9590-d2f0-49cd-b743-cc115827670e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1602] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:37:24 2026] DELETE /v2.0/qos/policies/ed901902-0f6a-41e1-b27d-5e0bc690a621 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1603] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:37:24 2026] DELETE /v2.0/qos/policies/fc9b3fb0-dc2b-4bfb-b75b-96fd5e9d3e5d => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1604] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:24 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 760/1605] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:37:24 2026] PUT /v2.0/routers/d7c16a56-8d4b-490e-b479-de229df33485/add_router_interface => generated 309 bytes in 1115 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: 761/1606] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:37:25 2026] GET /v2.0/ports/5173d58d-067a-4264-848c-a49b79a9b438 => generated 1037 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1607] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:25 2026] GET /v2.0/security-groups?tenant_id=a0e190e49df246f0a41f9962ecb14ab8&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1608] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:25 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 848/1609] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:25 2026] DELETE /v2.0/security-groups/81541323-5895-4ff1-9b06-ffe389645148 => 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: 849/1610] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:25 2026] GET /v2.0/security-groups?tenant_id=0390e915961a482d9b81988257730248&name=default => generated 2925 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:26.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d4ba1a0-40dc-44e5-95a8-7c7cd12ada0c e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: 5173d58d-067a-4264-848c-a49b79a9b438 2026-08-11 09:37:26.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d4ba1a0-40dc-44e5-95a8-7c7cd12ada0c e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: 5173d58d-067a-4264-848c-a49b79a9b438 [pid: 7|app: 0|req: 850/1611] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:26 2026] GET /v2.0/security-groups?tenant_id=db92195f8bb94113aadd9e11bfcc8c09&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1612] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:26 2026] DELETE /v2.0/security-groups/392d5939-8886-4aef-aa41-cccdd0b3a02a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1613] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:26 2026] DELETE /v2.0/security-groups/a3cad327-0c33-4807-a6c5-984d6dd203db => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1614] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:26 2026] GET /v2.0/security-groups?tenant_id=cf9ff72a24e74c16bbccdf200f7246fa&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1615] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:37:25 2026] PUT /v2.0/routers/d7c16a56-8d4b-490e-b479-de229df33485/remove_router_interface => generated 309 bytes in 1276 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: 854/1616] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:26 2026] DELETE /v2.0/security-groups/3a36e4a4-40d2-436a-b491-7780dc4100be => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1617] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:26 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 763/1618] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:26 2026] GET /v2.0/security-groups?tenant_id=745d79b9a2e14e5888273a8574b04c62&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:26.990 7 INFO neutron.api.v2.resource [None req-01588e4f-6cb7-4cd6-a10c-13faa62f6a94 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1619] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:37:26 2026] PUT /v2.0/routers/d7c16a56-8d4b-490e-b479-de229df33485/remove_router_interface => generated 197 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1620] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:26 2026] GET /v2.0/ports?device_id=d7c16a56-8d4b-490e-b479-de229df33485 => 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: 764/1621] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:26 2026] DELETE /v2.0/security-groups/ab7ba759-887f-42f5-b5f2-b111e9fb270f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:27.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-89259378-4c04-41a2-b67f-341299580afc e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: 5614c3a1-968e-499b-aae3-b05fb533e329 2026-08-11 09:37:27.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89259378-4c04-41a2-b67f-341299580afc e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: 5614c3a1-968e-499b-aae3-b05fb533e329 2026-08-11 09:37:27.546 7 INFO neutron.services.segments.plugin [-] Segment fcab44cb-b6d7-4b26-a315-5a20718511cd resource provider aggregate not found 2026-08-11 09:37:27.548 7 INFO neutron.services.segments.plugin [-] Segment fcab44cb-b6d7-4b26-a315-5a20718511cd resource provider aggregate not found 2026-08-11 09:37:27.570 7 INFO neutron.services.segments.plugin [-] Segment fcab44cb-b6d7-4b26-a315-5a20718511cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcab44cb-b6d7-4b26-a315-5a20718511cd found for delete ", "request_id": "req-428dec28-0227-4766-a857-757c8848c507"}]} 2026-08-11 09:37:27.572 7 INFO neutron.services.segments.plugin [-] Segment fcab44cb-b6d7-4b26-a315-5a20718511cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcab44cb-b6d7-4b26-a315-5a20718511cd found for delete ", "request_id": "req-9f89baea-de96-4e9a-9cb1-a8eb058a09ba"}]} 2026-08-11 09:37:27.587 7 INFO neutron.db.l3_hamode_db [None req-89259378-4c04-41a2-b67f-341299580afc e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] HA network 0f571cfa-b01d-48fd-9ebd-fbf19a63f5da was deleted as no HA routers are present in tenant bf496195804147359aea2e4f0a0d01a6. [pid: 7|app: 0|req: 858/1622] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:27 2026] DELETE /v2.0/routers/d7c16a56-8d4b-490e-b479-de229df33485 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1623] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:27 2026] DELETE /v2.0/subnets/b196d309-cbc8-44ce-b34a-af64af6ce7ec => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1624] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:37:27 2026] GET /v2.0/networks?id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1625] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:37:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d63ac4c927114c139e68b268fb14986f => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1626] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:27 2026] DELETE /v2.0/networks/7101179d-7667-4fe6-b878-ee143cd01573 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:27.965 7 INFO neutron.db.segments_db [None req-c7cee213-712e-4c6a-b5d0-b4406c11d45a e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment 5da43b3a-ee2e-487a-8c39-e9b7f78cfa16 of type vxlan for network f3f921c8-7edc-4dc4-b096-0a8d87672d36 [pid: 7|app: 0|req: 860/1627] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:27 2026] POST /v2.0/networks => generated 615 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1628] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:28 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 957 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1629] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:37:27 2026] POST /v2.0/ports => generated 954 bytes in 353 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: 769/1630] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:28 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1631] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:28 2026] POST /v2.0/subnets => generated 646 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:28.519 7 INFO neutron.db.segments_db [None req-65d04509-9962-4bb8-82fb-8ce4dddf4d18 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment 4614ed2e-95a7-47ae-8cd1-13aae2268367 of type vxlan for network 5f9e0522-be24-44e0-9096-bedb01808202 [pid: 8|app: 0|req: 770/1632] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:37:28 2026] PUT /v2.0/ports/6b18f3dd-138a-4470-a6c4-b5aa2e677cae => generated 1235 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:28.772 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3edc8b73-3a1c-416e-becb-d7639ff0ae29'] response: {'name': 'network-changed', 'server_uuid': 'ec79f009-dc54-42a8-a2b8-14c240591951', 'tag': '6b18f3dd-138a-4470-a6c4-b5aa2e677cae', 'status': 'completed', 'code': 200} 2026-08-11 09:37:28.803 7 INFO neutron.db.l3_hamode_db [None req-65d04509-9962-4bb8-82fb-8ce4dddf4d18 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:37:28.932 7 INFO neutron.db.l3_hamode_db [None req-65d04509-9962-4bb8-82fb-8ce4dddf4d18 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 771/1633] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:29 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1634] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:28 2026] POST /v2.0/routers => generated 511 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1635] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:37:29 2026] GET /v2.0/networks?tenant_id=d63ac4c927114c139e68b268fb14986f&shared=False => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:29.597 7 INFO neutron.services.segments.plugin [-] Segment 6cd443e9-b813-470a-a8aa-a0e3ce09852c resource provider aggregate not found 2026-08-11 09:37:29.600 7 INFO neutron.services.segments.plugin [-] Segment 6cd443e9-b813-470a-a8aa-a0e3ce09852c resource provider aggregate not found 2026-08-11 09:37:29.637 7 INFO neutron.services.segments.plugin [-] Segment 6cd443e9-b813-470a-a8aa-a0e3ce09852c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cd443e9-b813-470a-a8aa-a0e3ce09852c found for delete ", "request_id": "req-59a986a2-30d1-4dc7-b130-0b2d18a51787"}]} 2026-08-11 09:37:29.642 7 INFO neutron.services.segments.plugin [-] Segment 6cd443e9-b813-470a-a8aa-a0e3ce09852c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cd443e9-b813-470a-a8aa-a0e3ce09852c found for delete ", "request_id": "req-f0536f2b-6dcd-43b7-afff-026894da5ef7"}]} [pid: 8|app: 0|req: 772/1636] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:29 2026] GET /v2.0/security-groups?tenant_id=eaf62e8cc4dd4f93b65da19d93501eb7&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1637] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:29 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 866/1638] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:37:29 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: 867/1639] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:29 2026] DELETE /v2.0/security-groups/6a74d6bd-3352-469f-b74c-733f010475e9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1640] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:29 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 773/1641] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:37:29 2026] PUT /v2.0/routers/077ac262-9bde-4cc5-99b6-78438ad03d17/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1642] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:37:30 2026] GET /v2.0/ports/d31a16fb-922b-4612-b107-ab1dbb08632a => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1643] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:30 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1644] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:37:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6b18f3dd-138a-4470-a6c4-b5aa2e677cae => 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: 776/1645] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:37:30 2026] GET /v2.0/subnets?id=47c74089-69ea-4358-bd47-12d044299e8e => generated 677 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1646] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:30 2026] GET /v2.0/ports?network_id=aa74d412-0f81-4de6-a701-b9b00bc74a7a&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: 778/1647] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:30 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 779/1648] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:30 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 780/1649] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:31 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 781/1650] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:31 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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-08-11 09:37:31.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a6fb463-544e-4659-9bf0-c0b64469a23d e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: d31a16fb-922b-4612-b107-ab1dbb08632a 2026-08-11 09:37:31.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a6fb463-544e-4659-9bf0-c0b64469a23d e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: d31a16fb-922b-4612-b107-ab1dbb08632a [pid: 7|app: 0|req: 870/1651] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:37:30 2026] PUT /v2.0/routers/077ac262-9bde-4cc5-99b6-78438ad03d17/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1652] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:31 2026] GET /v2.0/ports?device_id=077ac262-9bde-4cc5-99b6-78438ad03d17 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:31.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3ffe4a1-d074-4d0b-bba8-98c01b6a3553 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: d71861f9-1753-488f-a463-c2ade1edad4e 2026-08-11 09:37:31.847 8 INFO neutron.db.segments_db [None req-1a90c959-be53-4fbd-a41e-a086ef723e85 a3c1d4a0e07746ddb1e3acffb8f73591 01659e04609344d88912e5b32eb671eb - - default default] Added segment dd3966be-b735-4b31-99bc-861cfe3a6d08 of type vxlan for network 2f808175-05ce-4e01-93cf-9c5dedd4a737 2026-08-11 09:37:31.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3ffe4a1-d074-4d0b-bba8-98c01b6a3553 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: d71861f9-1753-488f-a463-c2ade1edad4e [pid: 8|app: 0|req: 782/1653] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:31 2026] POST /v2.0/networks => generated 612 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:32.142 8 INFO neutron.db.segments_db [None req-e3b2864f-475a-490b-aefc-e72f9a0c0bf2 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Added segment 82ba1a91-aa8b-46a0-8b5e-1e28d9185f63 of type vxlan for network 69ac7e16-4ad3-411f-84fb-0fd63064e73f 2026-08-11 09:37:32.250 7 INFO neutron.services.segments.plugin [-] Segment 4614ed2e-95a7-47ae-8cd1-13aae2268367 resource provider aggregate not found 2026-08-11 09:37:32.258 7 INFO neutron.services.segments.plugin [-] Segment 4614ed2e-95a7-47ae-8cd1-13aae2268367 resource provider aggregate not found [pid: 8|app: 0|req: 783/1654] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:31 2026] POST /v2.0/networks => generated 630 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:32.280 7 INFO neutron.services.segments.plugin [-] Segment 4614ed2e-95a7-47ae-8cd1-13aae2268367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4614ed2e-95a7-47ae-8cd1-13aae2268367 found for delete ", "request_id": "req-38259c64-c501-4513-bc5e-d25e8de2f7b4"}]} 2026-08-11 09:37:32.280 7 INFO neutron.services.segments.plugin [-] Segment 4614ed2e-95a7-47ae-8cd1-13aae2268367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4614ed2e-95a7-47ae-8cd1-13aae2268367 found for delete ", "request_id": "req-13214c9c-0599-45b4-9807-9823b4144377"}]} 2026-08-11 09:37:32.284 7 INFO neutron.db.l3_hamode_db [None req-f3ffe4a1-d074-4d0b-bba8-98c01b6a3553 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] HA network 5f9e0522-be24-44e0-9096-bedb01808202 was deleted as no HA routers are present in tenant bf496195804147359aea2e4f0a0d01a6. [pid: 7|app: 0|req: 872/1657] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:31 2026] DELETE /v2.0/routers/077ac262-9bde-4cc5-99b6-78438ad03d17 => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1658] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:32 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 786/1659] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:32 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1660] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:32 2026] POST /v2.0/subnets => generated 627 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1661] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:32 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 787/1662] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:32 2026] DELETE /v2.0/subnets/413484da-18d4-4041-be17-fa60330b5387 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:32.690 7 INFO neutron.db.segments_db [None req-4dedd8f2-a045-4607-a333-3b9a26f93b93 a3c1d4a0e07746ddb1e3acffb8f73591 01659e04609344d88912e5b32eb671eb - - default default] Added segment ad668cd9-683d-4025-9668-3da3c5ebf84c of type vxlan for network 71508110-f2ac-4259-8169-f917bfb53b0e 2026-08-11 09:37:32.706 8 INFO neutron.db.segments_db [None req-4d24e50c-83c8-4e0e-89bd-0f6afacba42f 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Added segment eba30a8b-1ce2-49b0-8f04-f8257aebe36f of type vxlan for network c573fc90-6394-4a78-a2ff-e87fbdda7441 [pid: 7|app: 0|req: 876/1663] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:32 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1664] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:32 2026] DELETE /v2.0/networks/f3f921c8-7edc-4dc4-b096-0a8d87672d36 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:32.969 8 INFO neutron.db.l3_hamode_db [None req-4d24e50c-83c8-4e0e-89bd-0f6afacba42f 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 878/1665] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:32 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:33.182 7 INFO neutron.db.segments_db [None req-1fe92f10-4fa4-4f6a-bed0-ea38ceb67f76 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Added segment b9787f69-b2b9-406b-9eaf-7c135ea4c178 of type vxlan for network 09d5318b-bd75-4f4a-b533-d850fa2cd44b 2026-08-11 09:37:33.460 7 INFO neutron.db.l3_hamode_db [None req-1fe92f10-4fa4-4f6a-bed0-ea38ceb67f76 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:37:33.690 8 INFO neutron.db.l3_hamode_db [None req-4d24e50c-83c8-4e0e-89bd-0f6afacba42f 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:37:34.170 7 INFO neutron.db.l3_hamode_db [None req-1fe92f10-4fa4-4f6a-bed0-ea38ceb67f76 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:37:34.310 7 INFO neutron.services.segments.plugin [-] Segment 5da43b3a-ee2e-487a-8c39-e9b7f78cfa16 resource provider aggregate not found 2026-08-11 09:37:34.316 7 INFO neutron.services.segments.plugin [-] Segment 5da43b3a-ee2e-487a-8c39-e9b7f78cfa16 resource provider aggregate not found 2026-08-11 09:37:34.343 7 INFO neutron.services.segments.plugin [-] Segment 5da43b3a-ee2e-487a-8c39-e9b7f78cfa16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5da43b3a-ee2e-487a-8c39-e9b7f78cfa16 found for delete ", "request_id": "req-08ed910f-6b94-4229-b2cc-2782eee50bda"}]} 2026-08-11 09:37:34.344 7 INFO neutron.services.segments.plugin [-] Segment 5da43b3a-ee2e-487a-8c39-e9b7f78cfa16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5da43b3a-ee2e-487a-8c39-e9b7f78cfa16 found for delete ", "request_id": "req-750858a5-e439-4756-a793-c64bae77682d"}]} [pid: 8|app: 0|req: 788/1666] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:32 2026] POST /v2.0/routers => generated 692 bytes in 2066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:34.771 8 INFO neutron.db.segments_db [None req-6c482179-d865-43b6-9b91-bd6fc000f5e0 a3c1d4a0e07746ddb1e3acffb8f73591 01659e04609344d88912e5b32eb671eb - - default default] Added segment 46e3d474-0063-4c6a-a90d-d643d53efed4 of type vxlan for network 4bdb67f6-288a-4458-bec3-f7c2ea2eeb80 [pid: 8|app: 0|req: 789/1667] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:34 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1668] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:34 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1669] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:33 2026] POST /v2.0/routers => generated 692 bytes in 2085 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1670] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:35 2026] POST /v2.0/subnets => generated 629 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1671] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:35 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 882/1672] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:37:35 2026] GET /v2.0/routers/39bf3142-212f-403f-ae81-327b8cfb03a8 => generated 698 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:35.701 7 INFO neutron.db.segments_db [None req-b24a68e4-cfcc-4d53-bbf8-a0abe8e0f4e9 a3c1d4a0e07746ddb1e3acffb8f73591 01659e04609344d88912e5b32eb671eb - - default default] Added segment f037fb07-8b84-4d48-b931-ba3fc02d86de of type vxlan for network 1324464c-8139-4935-bd63-c98a497dbff1 [pid: 7|app: 0|req: 883/1673] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:35 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1674] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:37:35 2026] GET /v2.0/routers => generated 701 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1675] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:35 2026] POST /v2.0/subnets => generated 629 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1676] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:37:34 2026] PUT /v2.0/routers/d0fe8238-e771-4518-ad40-448fdc4452e1/add_router_interface => generated 309 bytes in 1477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:36.525 8 INFO neutron.db.segments_db [None req-0baee318-f71c-4604-84ec-484a03621ec3 a3c1d4a0e07746ddb1e3acffb8f73591 01659e04609344d88912e5b32eb671eb - - default default] Added segment 19b8c174-7f83-4bad-89c5-7f27ee200608 of type vxlan for network 45d9bb2c-01e3-4c5d-8ef0-2f607cbb2aa8 [pid: 8|app: 0|req: 792/1677] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:36 2026] POST /v2.0/networks => generated 613 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1678] 10.0.0.76 () {34 vars in 740 bytes} [Tue Aug 11 09:37:36 2026] PUT /v2.0/routers/39bf3142-212f-403f-ae81-327b8cfb03a8 => generated 705 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1679] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:36 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 888/1680] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:36 2026] POST /v2.0/subnets => generated 629 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1681] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:37:36 2026] GET /v2.0/routers/39bf3142-212f-403f-ae81-327b8cfb03a8 => generated 705 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1682] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:37:36 2026] POST /v2.0/ports => generated 959 bytes in 392 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: 890/1683] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:37 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 891/1684] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:37 2026] GET /v2.0/ports?device_id=39bf3142-212f-403f-ae81-327b8cfb03a8 => 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: 794/1685] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:37:37 2026] PUT /v2.0/subnets/94ab04e5-6082-49b2-a8f9-f463611540b7/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:37.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-49bf85a5-359a-4c35-8450-524d01342d68 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: 5b76a1e3-a697-4816-8a63-b2cb59bdfb80 2026-08-11 09:37:37.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49bf85a5-359a-4c35-8450-524d01342d68 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: 5b76a1e3-a697-4816-8a63-b2cb59bdfb80 [pid: 7|app: 0|req: 892/1686] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:37:37 2026] POST /v2.0/ports => generated 955 bytes in 355 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: 893/1687] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:37:37 2026] PUT /v2.0/subnets/19ee867a-8d06-48b9-aa15-3f6df3a5d34c/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1688] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:37:37 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:37.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-49bf85a5-359a-4c35-8450-524d01342d68 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] TaaS: Handle Delete Port: ab5d7e71-6773-46de-b726-cbb7c6665b94 2026-08-11 09:37:37.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49bf85a5-359a-4c35-8450-524d01342d68 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] Tap Mirror: Handle Delete Port: ab5d7e71-6773-46de-b726-cbb7c6665b94 2026-08-11 09:37:37.948 8 INFO neutron.services.segments.plugin [-] Segment b9787f69-b2b9-406b-9eaf-7c135ea4c178 resource provider aggregate not found 2026-08-11 09:37:37.959 8 INFO neutron.services.segments.plugin [-] Segment b9787f69-b2b9-406b-9eaf-7c135ea4c178 resource provider aggregate not found 2026-08-11 09:37:37.970 8 INFO neutron.services.segments.plugin [-] Segment b9787f69-b2b9-406b-9eaf-7c135ea4c178 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9787f69-b2b9-406b-9eaf-7c135ea4c178 found for delete ", "request_id": "req-ecb974ac-3137-4386-bd5e-7119c5a28b7b"}]} 2026-08-11 09:37:37.981 8 INFO neutron.services.segments.plugin [-] Segment b9787f69-b2b9-406b-9eaf-7c135ea4c178 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9787f69-b2b9-406b-9eaf-7c135ea4c178 found for delete ", "request_id": "req-4652bec0-11cf-47e8-b86f-b650b5781761"}]} 2026-08-11 09:37:37.995 8 INFO neutron.db.l3_hamode_db [None req-49bf85a5-359a-4c35-8450-524d01342d68 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] HA network 09d5318b-bd75-4f4a-b533-d850fa2cd44b was deleted as no HA routers are present in tenant bf496195804147359aea2e4f0a0d01a6. [pid: 8|app: 0|req: 795/1689] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:37 2026] DELETE /v2.0/routers/39bf3142-212f-403f-ae81-327b8cfb03a8 => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1690] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:37:38 2026] PUT /v2.0/subnets/bfa835f6-4cd1-417a-a589-537020653bbd/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1691] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 798/1692] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/ports?device_id=39bf3142-212f-403f-ae81-327b8cfb03a8 => 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: 799/1693] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:37:38 2026] PUT /v2.0/subnets/e714d5aa-0325-4a49-baa7-1427480f84c5/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:38.197 8 INFO neutron.api.v2.resource [None req-f0b2473d-e2da-4905-9494-e270760a2c3d e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 800/1694] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:38 2026] DELETE /v2.0/routers/39bf3142-212f-403f-ae81-327b8cfb03a8 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1695] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 802/1696] 10.0.0.76 () {32 vars in 663 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1697] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/ports?device_id=077ac262-9bde-4cc5-99b6-78438ad03d17 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:38.390 7 INFO neutron.db.l3_db [None req-34b24f3b-5363-4d30-b64a-251f82500d80 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Floating IP 2bd95bf1-cf2e-46cf-b9e3-14662285cd44 associated. External IP: 10.96.250.217, port: 9d80c208-d135-4a48-95c5-804755ddd84e. [pid: 7|app: 0|req: 895/1698] 10.0.0.76 () {34 vars in 676 bytes} [Tue Aug 11 09:37:37 2026] POST /v2.0/floatingips => generated 842 bytes in 1214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1699] 10.0.0.76 () {32 vars in 677 bytes} [Tue Aug 11 09:37:38 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:38.808 7 INFO neutron.api.v2.resource [None req-033977c1-1ee9-48a3-b342-4c64a6c66012 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1700] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:38 2026] DELETE /v2.0/routers/077ac262-9bde-4cc5-99b6-78438ad03d17 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:37:38.922 7 INFO neutron.db.l3_db [None req-25b1f893-f47a-465d-9d0f-f03f6602b2dc 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Floating IP 2bd95bf1-cf2e-46cf-b9e3-14662285cd44 disassociated. External IP: 10.96.250.217, port: 9d80c208-d135-4a48-95c5-804755ddd84e. 2026-08-11 09:37:39.120 8 INFO neutron.db.l3_db [None req-3f656d03-7599-466a-b5d0-573cddbafebe ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Floating IP d86a6ef1-3666-4f6c-9431-7c669dcda60d associated. External IP: 10.96.250.201, port: 6b18f3dd-138a-4470-a6c4-b5aa2e677cae. [pid: 7|app: 0|req: 898/1701] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:37:38 2026] PUT /v2.0/floatingips/2bd95bf1-cf2e-46cf-b9e3-14662285cd44 => generated 552 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1702] 10.0.0.76 () {32 vars in 673 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:39.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60c6fd00-c2c2-4974-8a1a-e7382549020e e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1703] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/subnets/413484da-18d4-4041-be17-fa60330b5387 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:37:39.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-766aa266-5c24-4932-acf0-53cb5ede5097 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] TaaS: Handle Delete Port: fbeed89b-dbed-4a2f-abdb-eafd13064561 2026-08-11 09:37:39.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-766aa266-5c24-4932-acf0-53cb5ede5097 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Tap Mirror: Handle Delete Port: fbeed89b-dbed-4a2f-abdb-eafd13064561 [pid: 8|app: 0|req: 804/1704] 10.0.0.76 () {34 vars in 676 bytes} [Tue Aug 11 09:37:38 2026] POST /v2.0/floatingips => generated 855 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:39.527 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-675af3dd-5687-4e12-a680-775d9d837413'] response: {'name': 'network-changed', 'server_uuid': 'ec79f009-dc54-42a8-a2b8-14c240591951', 'tag': '6b18f3dd-138a-4470-a6c4-b5aa2e677cae', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 805/1705] 10.0.0.76 () {32 vars in 685 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1706] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/ports?device_id=d7c16a56-8d4b-490e-b479-de229df33485 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1707] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1708] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/floatingips/2bd95bf1-cf2e-46cf-b9e3-14662285cd44 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:39.611 7 INFO neutron.api.v2.resource [None req-a8d1028a-9290-48a2-8a6f-f22f3e22bb7b e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 902/1709] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/routers/d7c16a56-8d4b-490e-b479-de229df33485 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1710] 10.0.0.76 () {32 vars in 671 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:39.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d88a9abf-302e-4a3a-956a-6081c35e5e58 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 809/1711] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/subnets/b196d309-cbc8-44ce-b34a-af64af6ce7ec => 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: 810/1712] 10.0.0.76 () {32 vars in 685 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1713] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/ports?device_id=b74e443b-1766-480b-ac69-c57c1de462ad => 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: 812/1714] 10.0.0.76 () {32 vars in 681 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:39.767 8 INFO neutron.api.v2.resource [None req-fdba3a6a-548e-40bb-962d-3a14b3879fcc e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1715] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/routers/b74e443b-1766-480b-ac69-c57c1de462ad => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1716] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:37:39 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:39.811 8 INFO neutron.pecan_wsgi.hooks.translation [None req-044074fb-e913-466b-b386-26d70a2e7e51 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1717] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/subnets/d90b74cf-d88a-4528-991d-60a1a2e7373c => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1718] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/subnets/94ab04e5-6082-49b2-a8f9-f463611540b7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:39.952 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3c98bbf-9c44-4675-b89d-b91a09eccdd4 e1b7255afdc6445fa53443bcbddcbc50 bf496195804147359aea2e4f0a0d01a6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1719] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/subnets/82c31cba-0ceb-4258-95c2-b1c6090862cb => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1720] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:39 2026] DELETE /v2.0/subnets/19ee867a-8d06-48b9-aa15-3f6df3a5d34c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1721] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1722] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:40 2026] DELETE /v2.0/subnets/bfa835f6-4cd1-417a-a589-537020653bbd => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1723] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/networks?id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 756 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:40.334 7 INFO neutron.db.l3_db [None req-299f7496-cb8e-4893-9127-fa303d1e578e 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Floating IP af0900d6-521c-44ff-b25a-397aaf002baa associated. External IP: 10.96.250.219, port: 046e32e3-ff5e-4034-bd39-de562e10589b. [pid: 8|app: 0|req: 822/1724] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:40 2026] DELETE /v2.0/subnets/e714d5aa-0325-4a49-baa7-1427480f84c5 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1725] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6b18f3dd-138a-4470-a6c4-b5aa2e677cae => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1726] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:40 2026] DELETE /v2.0/subnets/def4e8bf-610b-4b1f-87da-c11c1bc7a15e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1727] 10.0.0.76 () {34 vars in 676 bytes} [Tue Aug 11 09:37:39 2026] POST /v2.0/floatingips => generated 843 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1728] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/subnets?id=47c74089-69ea-4358-bd47-12d044299e8e => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1729] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1730] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/security-groups?tenant_id=bf496195804147359aea2e4f0a0d01a6&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1731] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/floatingips/af0900d6-521c-44ff-b25a-397aaf002baa => generated 843 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1732] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/ports?network_id=aa74d412-0f81-4de6-a701-b9b00bc74a7a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:40.906 7 INFO neutron.services.segments.plugin [-] Segment dd3966be-b735-4b31-99bc-861cfe3a6d08 resource provider aggregate not found 2026-08-11 09:37:40.910 7 INFO neutron.services.segments.plugin [-] Segment dd3966be-b735-4b31-99bc-861cfe3a6d08 resource provider aggregate not found [pid: 7|app: 0|req: 906/1733] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:40 2026] DELETE /v2.0/networks/2f808175-05ce-4e01-93cf-9c5dedd4a737 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:40.940 7 INFO neutron.services.segments.plugin [-] Segment dd3966be-b735-4b31-99bc-861cfe3a6d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd3966be-b735-4b31-99bc-861cfe3a6d08 found for delete ", "request_id": "req-b2eca08c-2086-4c88-a38d-bae76ce6171d"}]} 2026-08-11 09:37:40.943 7 INFO neutron.services.segments.plugin [-] Segment dd3966be-b735-4b31-99bc-861cfe3a6d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd3966be-b735-4b31-99bc-861cfe3a6d08 found for delete ", "request_id": "req-ec1283ae-a966-4eb0-a0e8-b63252813da6"}]} [pid: 8|app: 0|req: 828/1734] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:40 2026] DELETE /v2.0/security-groups/0346e045-58a8-42e5-a2e0-df64d477b7af => 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: 907/1735] 10.0.0.76 () {32 vars in 654 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/floatingips => generated 846 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1736] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:40 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:41.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b144fbb-76c6-43a8-bb05-58b57416946b a3c1d4a0e07746ddb1e3acffb8f73591 01659e04609344d88912e5b32eb671eb - - default default] TaaS: Handle Delete Port: fcf34c89-edbd-4e21-a300-56dee6f61379 2026-08-11 09:37:41.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b144fbb-76c6-43a8-bb05-58b57416946b a3c1d4a0e07746ddb1e3acffb8f73591 01659e04609344d88912e5b32eb671eb - - default default] Tap Mirror: Handle Delete Port: fcf34c89-edbd-4e21-a300-56dee6f61379 [pid: 7|app: 0|req: 908/1737] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:41 2026] DELETE /v2.0/networks/71508110-f2ac-4259-8169-f917bfb53b0e => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1738] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:41 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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-08-11 09:37:41.429 8 INFO neutron.db.l3_db [None req-6161e81f-a9ba-4a40-a943-9768737e0dbc 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Floating IP af0900d6-521c-44ff-b25a-397aaf002baa associated. External IP: 10.96.250.219, port: 046e32e3-ff5e-4034-bd39-de562e10589b. [pid: 7|app: 0|req: 910/1739] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:41 2026] DELETE /v2.0/networks/4bdb67f6-288a-4458-bec3-f7c2ea2eeb80 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1740] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:41 2026] DELETE /v2.0/networks/1324464c-8139-4935-bd63-c98a497dbff1 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1741] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:41 2026] DELETE /v2.0/networks/45d9bb2c-01e3-4c5d-8ef0-2f607cbb2aa8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1742] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:37:41 2026] PUT /v2.0/floatingips/af0900d6-521c-44ff-b25a-397aaf002baa => generated 842 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:42.244 7 INFO neutron.db.l3_db [None req-1f07d01e-abd0-4484-9b23-cc020d543e9f 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Floating IP af0900d6-521c-44ff-b25a-397aaf002baa disassociated. External IP: 10.96.250.219, port: 9d80c208-d135-4a48-95c5-804755ddd84e. [pid: 7|app: 0|req: 913/1743] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:37:42 2026] PUT /v2.0/floatingips/af0900d6-521c-44ff-b25a-397aaf002baa => generated 552 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:42.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-895aeb3f-224e-4f35-a6ff-660568d2f084 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] TaaS: Handle Delete Port: 5596917e-ee04-4b7e-be98-5c9038b83058 2026-08-11 09:37:42.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-895aeb3f-224e-4f35-a6ff-660568d2f084 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Tap Mirror: Handle Delete Port: 5596917e-ee04-4b7e-be98-5c9038b83058 [pid: 7|app: 0|req: 914/1744] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:42 2026] GET /v2.0/security-groups?tenant_id=01659e04609344d88912e5b32eb671eb&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1745] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:42 2026] DELETE /v2.0/floatingips/af0900d6-521c-44ff-b25a-397aaf002baa => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1746] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:42 2026] DELETE /v2.0/security-groups/391b1c72-bead-4feb-9889-b754a4681545 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:42.918 8 INFO neutron.api.v2.resource [None req-3d52dac1-f2bc-4cb9-a286-bfb5ff92e344 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1747] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:42 2026] DELETE /v2.0/floatingips/af0900d6-521c-44ff-b25a-397aaf002baa => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:37:42.963 7 INFO neutron.services.segments.plugin [-] Segment ad668cd9-683d-4025-9668-3da3c5ebf84c resource provider aggregate not found 2026-08-11 09:37:42.973 7 INFO neutron.services.segments.plugin [-] Segment ad668cd9-683d-4025-9668-3da3c5ebf84c resource provider aggregate not found 2026-08-11 09:37:42.988 7 INFO neutron.services.segments.plugin [-] Segment ad668cd9-683d-4025-9668-3da3c5ebf84c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad668cd9-683d-4025-9668-3da3c5ebf84c found for delete ", "request_id": "req-d8c3109c-6bb9-4c6b-b1a9-14c1b134363e"}]} 2026-08-11 09:37:42.996 7 INFO neutron.services.segments.plugin [-] Segment ad668cd9-683d-4025-9668-3da3c5ebf84c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad668cd9-683d-4025-9668-3da3c5ebf84c found for delete ", "request_id": "req-661c3a72-12b3-4aeb-a6e9-4e616a13c8d7"}]} 2026-08-11 09:37:43.013 7 INFO neutron.services.segments.plugin [-] Segment 46e3d474-0063-4c6a-a90d-d643d53efed4 resource provider aggregate not found 2026-08-11 09:37:43.020 7 INFO neutron.services.segments.plugin [-] Segment 46e3d474-0063-4c6a-a90d-d643d53efed4 resource provider aggregate not found 2026-08-11 09:37:43.038 7 INFO neutron.services.segments.plugin [-] Segment 46e3d474-0063-4c6a-a90d-d643d53efed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46e3d474-0063-4c6a-a90d-d643d53efed4 found for delete ", "request_id": "req-55d23700-8618-4016-b7fc-4c96fcb93c71"}]} 2026-08-11 09:37:43.043 7 INFO neutron.services.segments.plugin [-] Segment 46e3d474-0063-4c6a-a90d-d643d53efed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46e3d474-0063-4c6a-a90d-d643d53efed4 found for delete ", "request_id": "req-ac778643-242a-4496-adcb-4d8b016c790b"}]} 2026-08-11 09:37:43.065 7 INFO neutron.services.segments.plugin [-] Segment f037fb07-8b84-4d48-b931-ba3fc02d86de resource provider aggregate not found 2026-08-11 09:37:43.066 7 INFO neutron.services.segments.plugin [-] Segment f037fb07-8b84-4d48-b931-ba3fc02d86de resource provider aggregate not found 2026-08-11 09:37:43.089 7 INFO neutron.services.segments.plugin [-] Segment f037fb07-8b84-4d48-b931-ba3fc02d86de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f037fb07-8b84-4d48-b931-ba3fc02d86de found for delete ", "request_id": "req-3721b3ed-6801-4f77-a99a-9e11175311b3"}]} 2026-08-11 09:37:43.093 7 INFO neutron.services.segments.plugin [-] Segment f037fb07-8b84-4d48-b931-ba3fc02d86de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f037fb07-8b84-4d48-b931-ba3fc02d86de found for delete ", "request_id": "req-6ad1b6ea-faa3-4c74-885b-dcae689c08b6"}]} 2026-08-11 09:37:43.109 7 INFO neutron.services.segments.plugin [-] Segment 19b8c174-7f83-4bad-89c5-7f27ee200608 resource provider aggregate not found 2026-08-11 09:37:43.115 7 INFO neutron.services.segments.plugin [-] Segment 19b8c174-7f83-4bad-89c5-7f27ee200608 resource provider aggregate not found 2026-08-11 09:37:43.132 7 INFO neutron.services.segments.plugin [-] Segment 19b8c174-7f83-4bad-89c5-7f27ee200608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b8c174-7f83-4bad-89c5-7f27ee200608 found for delete ", "request_id": "req-c1350cd9-1adb-4577-a8ea-2ee3d10d6c99"}]} 2026-08-11 09:37:43.135 7 INFO neutron.services.segments.plugin [-] Segment 19b8c174-7f83-4bad-89c5-7f27ee200608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b8c174-7f83-4bad-89c5-7f27ee200608 found for delete ", "request_id": "req-7db05c80-6f5d-4381-be49-a8f499fdf9c6"}]} 2026-08-11 09:37:43.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-01c682bb-0562-41c4-aefc-b9edc87e4331 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] TaaS: Handle Delete Port: 9d80c208-d135-4a48-95c5-804755ddd84e 2026-08-11 09:37:43.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01c682bb-0562-41c4-aefc-b9edc87e4331 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Tap Mirror: Handle Delete Port: 9d80c208-d135-4a48-95c5-804755ddd84e [pid: 8|app: 0|req: 833/1748] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:37:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1749] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:37:42 2026] DELETE /v2.0/ports/9d80c208-d135-4a48-95c5-804755ddd84e => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1750] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:37:43 2026] GET /v2.0/security-groups => generated 4529 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1751] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:43 2026] GET /v2.0/security-groups?tenant_id=23a230bb34824cfd94fe05fd687cf6a6&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1752] 10.0.0.76 () {34 vars in 757 bytes} [Tue Aug 11 09:37:43 2026] PUT /v2.0/security-groups/c366d4fc-517a-49f6-b4fd-a42945facc3d => generated 1663 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:43.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-615d70b7-c9c9-4c36-9746-9f4abfc4a03b 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] TaaS: Handle Delete Port: 046e32e3-ff5e-4034-bd39-de562e10589b 2026-08-11 09:37:43.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-615d70b7-c9c9-4c36-9746-9f4abfc4a03b 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Tap Mirror: Handle Delete Port: 046e32e3-ff5e-4034-bd39-de562e10589b [pid: 8|app: 0|req: 836/1753] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:43 2026] DELETE /v2.0/security-groups/eae342ca-82fb-47db-8c7c-642e8cf659e6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1754] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:37:43 2026] GET /v2.0/security-groups/c366d4fc-517a-49f6-b4fd-a42945facc3d => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1755] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:37:43 2026] DELETE /v2.0/ports/046e32e3-ff5e-4034-bd39-de562e10589b => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1756] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:43 2026] DELETE /v2.0/security-groups/c366d4fc-517a-49f6-b4fd-a42945facc3d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1757] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:37:43 2026] GET /v2.0/ports?device_id=d0fe8238-e771-4518-ad40-448fdc4452e1 => generated 958 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1758] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:37:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1759] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:43 2026] GET /v2.0/security-groups?tenant_id=ee5fd13580b6466cb9c4eb8a5c59e774&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:43.766 8 INFO neutron.api.v2.resource [None req-2aa992a7-6fde-46be-9403-2ea6ec6e80c7 649bc441af72413db2b9076801fec4af a2e42508240942948fd7a7a7fa5515a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 840/1760] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:43 2026] DELETE /v2.0/security-groups/c366d4fc-517a-49f6-b4fd-a42945facc3d => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1761] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:43 2026] DELETE /v2.0/security-groups/9d25c095-4cf8-4387-95e0-b4ca2852935e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1762] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:37:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:37:44.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fea4851-6d56-4fed-81e2-a02c022bdf2d 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] TaaS: Handle Delete Port: d5a743e3-0208-4450-996a-e1694a1f64b9 2026-08-11 09:37:44.026 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fea4851-6d56-4fed-81e2-a02c022bdf2d 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Tap Mirror: Handle Delete Port: d5a743e3-0208-4450-996a-e1694a1f64b9 [pid: 8|app: 0|req: 843/1763] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1764] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules/17c48b48-7c9b-4835-8ac9-c6c92cd85380 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1765] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1766] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:37:44 2026] DELETE /v2.0/security-group-rules/17c48b48-7c9b-4835-8ac9-c6c92cd85380 => 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: 847/1767] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1768] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1769] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules/72c09ea4-f7c1-458b-9575-1e6099628167 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1770] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1771] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:37:44 2026] DELETE /v2.0/security-group-rules/72c09ea4-f7c1-458b-9575-1e6099628167 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1772] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1773] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:37:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1774] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules/7097b697-c6da-44be-9ba6-ac4bbe414c1d => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1775] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1776] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:37:44 2026] DELETE /v2.0/security-group-rules/7097b697-c6da-44be-9ba6-ac4bbe414c1d => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1777] 10.0.0.76 () {32 vars in 672 bytes} [Tue Aug 11 09:37:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1778] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:44 2026] DELETE /v2.0/security-groups/947b8040-bbe3-4911-8030-924f9ae10439 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1779] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:37:43 2026] PUT /v2.0/routers/d0fe8238-e771-4518-ad40-448fdc4452e1/remove_router_interface => generated 309 bytes in 1365 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1780] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1781] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:45.255 7 INFO neutron_taas.services.taas.taas_plugin [None req-de28c4c3-83e3-4b04-867e-03e098116a86 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] TaaS: Handle Delete Port: 6b208583-66e9-4f1b-bf61-6b72f74640b2 2026-08-11 09:37:45.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de28c4c3-83e3-4b04-867e-03e098116a86 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Tap Mirror: Handle Delete Port: 6b208583-66e9-4f1b-bf61-6b72f74640b2 2026-08-11 09:37:45.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-de28c4c3-83e3-4b04-867e-03e098116a86 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] TaaS: Handle Delete Port: 213cf872-cb4d-4f94-9f81-4b4f6be8891f 2026-08-11 09:37:45.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de28c4c3-83e3-4b04-867e-03e098116a86 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] Tap Mirror: Handle Delete Port: 213cf872-cb4d-4f94-9f81-4b4f6be8891f [pid: 8|app: 0|req: 861/1782] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:45 2026] GET /v2.0/security-groups?tenant_id=a2e42508240942948fd7a7a7fa5515a2&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:45.889 7 INFO neutron.services.segments.plugin [-] Segment eba30a8b-1ce2-49b0-8f04-f8257aebe36f resource provider aggregate not found 2026-08-11 09:37:45.897 7 INFO neutron.services.segments.plugin [-] Segment eba30a8b-1ce2-49b0-8f04-f8257aebe36f resource provider aggregate not found [pid: 8|app: 0|req: 862/1783] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:45 2026] DELETE /v2.0/security-groups/8fecd55e-732e-441f-9217-15cf87f5c134 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:45.917 7 INFO neutron.services.segments.plugin [-] Segment eba30a8b-1ce2-49b0-8f04-f8257aebe36f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba30a8b-1ce2-49b0-8f04-f8257aebe36f found for delete ", "request_id": "req-3fd4b1d2-6eac-481c-b552-e4dfdbcd9dc5"}]} 2026-08-11 09:37:45.925 7 INFO neutron.services.segments.plugin [-] Segment eba30a8b-1ce2-49b0-8f04-f8257aebe36f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eba30a8b-1ce2-49b0-8f04-f8257aebe36f found for delete ", "request_id": "req-5fe7202b-a01f-48a0-b7d8-552a17ad7019"}]} 2026-08-11 09:37:45.930 7 INFO neutron.db.l3_hamode_db [None req-de28c4c3-83e3-4b04-867e-03e098116a86 855da985b8994c038dcb916b05c0b231 a5780ebd669341e2b56f723b5cc22ed4 - - default default] HA network c573fc90-6394-4a78-a2ff-e87fbdda7441 was deleted as no HA routers are present in tenant a5780ebd669341e2b56f723b5cc22ed4. [pid: 7|app: 0|req: 922/1784] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:45 2026] DELETE /v2.0/routers/d0fe8238-e771-4518-ad40-448fdc4452e1 => generated 0 bytes in 888 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1785] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:45 2026] DELETE /v2.0/subnets/55e886b0-fa4c-456e-aa31-af5303b1abf6 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1786] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:46 2026] DELETE /v2.0/networks/69ac7e16-4ad3-411f-84fb-0fd63064e73f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1787] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:46 2026] GET /v2.0/security-groups?tenant_id=a5780ebd669341e2b56f723b5cc22ed4&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1790] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:46 2026] DELETE /v2.0/security-groups/7ba1ecd4-23d7-4fde-96d3-d529d1cf575d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1791] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:37:47 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1792] 10.0.0.161 () {34 vars in 1040 bytes} [Tue Aug 11 09:37:47 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:47.625 8 INFO neutron.db.segments_db [None req-29b88f28-1ddf-45e3-954b-16651d01225e 942003893d3344f5aedc302616e9a799 fcda37dcca214fe395c98c445c59f9a0 - - default default] Added segment 58b19e00-4363-42e9-a795-c9027cd76c52 of type vxlan for network f5c8bb74-14e2-4ad6-81ad-16d3e4b24317 [pid: 8|app: 0|req: 867/1793] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:47 2026] POST /v2.0/networks => generated 613 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1794] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:37:47 2026] POST /v2.0/subnetpools => generated 548 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1795] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:37:47 2026] GET /v2.0/subnetpools/ae1d3efb-856f-4d93-82f5-8aae373db786 => generated 548 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1796] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:37:47 2026] PUT /v2.0/subnetpools/ae1d3efb-856f-4d93-82f5-8aae373db786 => generated 500 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:47.949 7 INFO neutron.services.segments.plugin [-] Segment 82ba1a91-aa8b-46a0-8b5e-1e28d9185f63 resource provider aggregate not found 2026-08-11 09:37:47.956 7 INFO neutron.services.segments.plugin [-] Segment 82ba1a91-aa8b-46a0-8b5e-1e28d9185f63 resource provider aggregate not found 2026-08-11 09:37:47.980 7 INFO neutron.services.segments.plugin [-] Segment 82ba1a91-aa8b-46a0-8b5e-1e28d9185f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82ba1a91-aa8b-46a0-8b5e-1e28d9185f63 found for delete ", "request_id": "req-b5afae96-705a-489f-9479-23d06c6806fd"}]} 2026-08-11 09:37:47.982 7 INFO neutron.services.segments.plugin [-] Segment 82ba1a91-aa8b-46a0-8b5e-1e28d9185f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82ba1a91-aa8b-46a0-8b5e-1e28d9185f63 found for delete ", "request_id": "req-e84ad76d-bb2c-4af8-bd0e-6ba18354520a"}]} [pid: 7|app: 0|req: 930/1797] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:47 2026] DELETE /v2.0/subnetpools/ae1d3efb-856f-4d93-82f5-8aae373db786 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:48.010 7 INFO neutron.api.v2.resource [None req-66e440f8-793c-425f-bad3-eb8f338ea92a a06eb6fa72254cde9a32fe34e32ef4ce 9dcb4cae572d4afbb8b59b8871de595d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1798] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/subnetpools/ae1d3efb-856f-4d93-82f5-8aae373db786 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:37:48.026 7 INFO neutron.api.v2.resource [None req-4c1323f7-c01a-4127-9495-7e44e0b2d3ca a06eb6fa72254cde9a32fe34e32ef4ce 9dcb4cae572d4afbb8b59b8871de595d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1799] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:37:48 2026] DELETE /v2.0/subnetpools/ae1d3efb-856f-4d93-82f5-8aae373db786 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1800] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:37:47 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1801] 10.0.0.76 () {34 vars in 746 bytes} [Tue Aug 11 09:37:48 2026] PUT /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 25 bytes in 58 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: 869/1802] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 25 bytes in 58 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: 934/1803] 10.0.0.76 () {34 vars in 757 bytes} [Tue Aug 11 09:37:48 2026] PUT /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags/green => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 870/1804] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 935/1805] 10.0.0.76 () {34 vars in 753 bytes} [Tue Aug 11 09:37:48 2026] PUT /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 871/1806] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 872/1807] 10.0.0.76 () {34 vars in 775 bytes} [Tue Aug 11 09:37:48 2026] PUT /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 873/1808] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 52 bytes in 58 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: 936/1809] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/security-groups?tenant_id=9dcb4cae572d4afbb8b59b8871de595d&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1810] 10.0.0.76 () {34 vars in 746 bytes} [Tue Aug 11 09:37:48 2026] PUT /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 875/1811] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:48 2026] DELETE /v2.0/security-groups/022755f8-edd8-4d6f-b053-edbcf1c7766e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1812] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 37 bytes in 41 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-08-11 09:37:48.925 7 INFO neutron.db.segments_db [None req-61e14ced-9c1a-4036-9698-4fce11936a9c 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Added segment 343c2d1b-a746-4f6c-a271-0f8d5524d818 of type vxlan for network a2113fb7-14a7-46c7-bcd1-f0f701a8b0fb [pid: 8|app: 0|req: 877/1813] 10.0.0.76 () {32 vars in 734 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:37:48.977 8 INFO neutron.api.v2.resource [None req-e167234c-1939-4290-80d6-254fd4d4ef63 942003893d3344f5aedc302616e9a799 fcda37dcca214fe395c98c445c59f9a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 878/1814] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:37:48 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:37:48.993 7 INFO neutron.db.segments_db [None req-61e14ced-9c1a-4036-9698-4fce11936a9c 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Added segment 6b672c7c-e76c-46f6-b99c-cdd43fc7d265 of type vxlan for network cac98c40-6708-4b4a-8550-285247fa7c16 [pid: 8|app: 0|req: 879/1815] 10.0.0.76 () {32 vars in 737 bytes} [Tue Aug 11 09:37:48 2026] DELETE /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 880/1816] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 30 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1817] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:48 2026] POST /v2.0/networks => generated 1208 bytes in 346 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-08-11 09:37:49.160 8 INFO neutron.api.v2.resource [None req-dec9aa64-086c-43e7-b852-bbdcb1af230d 942003893d3344f5aedc302616e9a799 fcda37dcca214fe395c98c445c59f9a0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 881/1818] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:37:49 2026] DELETE /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1819] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/networks => generated 1845 bytes in 55 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: 882/1820] 10.0.0.76 () {32 vars in 729 bytes} [Tue Aug 11 09:37:49 2026] DELETE /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 939/1821] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:49 2026] DELETE /v2.0/networks/a2113fb7-14a7-46c7-bcd1-f0f701a8b0fb => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1822] 10.0.0.76 () {32 vars in 726 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4/tags => generated 12 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:37:49.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-520fb033-a99a-4555-b149-650877e8408b 942003893d3344f5aedc302616e9a799 fcda37dcca214fe395c98c445c59f9a0 - - default default] TaaS: Handle Delete Port: bb13ce92-916c-44cd-8b45-fbbdc03612e4 2026-08-11 09:37:49.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-520fb033-a99a-4555-b149-650877e8408b 942003893d3344f5aedc302616e9a799 fcda37dcca214fe395c98c445c59f9a0 - - default default] Tap Mirror: Handle Delete Port: bb13ce92-916c-44cd-8b45-fbbdc03612e4 [pid: 7|app: 0|req: 940/1823] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:49 2026] DELETE /v2.0/networks/cac98c40-6708-4b4a-8550-285247fa7c16 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1824] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:37:49 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1825] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:37:49 2026] DELETE /v2.0/ports/bb13ce92-916c-44cd-8b45-fbbdc03612e4 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:49.590 7 INFO neutron.db.segments_db [None req-c2a85fc7-b572-4648-985b-6abc51615c5c 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Added segment c4c49096-49e5-4af6-aa65-db0b6a844645 of type vxlan for network 6faeff73-29ea-402e-8104-078ef02e3f8b 2026-08-11 09:37:49.642 8 INFO neutron.services.segments.plugin [-] Segment 58b19e00-4363-42e9-a795-c9027cd76c52 resource provider aggregate not found 2026-08-11 09:37:49.647 8 INFO neutron.services.segments.plugin [-] Segment 58b19e00-4363-42e9-a795-c9027cd76c52 resource provider aggregate not found [pid: 8|app: 0|req: 885/1826] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:49 2026] DELETE /v2.0/networks/f5c8bb74-14e2-4ad6-81ad-16d3e4b24317 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:49.669 8 INFO neutron.services.segments.plugin [-] Segment 58b19e00-4363-42e9-a795-c9027cd76c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58b19e00-4363-42e9-a795-c9027cd76c52 found for delete ", "request_id": "req-6a399949-860a-4b45-9938-5c7dda5ffa8d"}]} 2026-08-11 09:37:49.669 8 INFO neutron.services.segments.plugin [-] Segment 58b19e00-4363-42e9-a795-c9027cd76c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58b19e00-4363-42e9-a795-c9027cd76c52 found for delete ", "request_id": "req-5372694f-dadf-48e4-9616-5052057f7be6"}]} [pid: 7|app: 0|req: 942/1827] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:49 2026] POST /v2.0/networks => generated 629 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:49.762 8 INFO neutron.db.segments_db [None req-a4d8f767-10d6-460e-9a20-835be9d2c562 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Added segment c8d31112-9c1f-416e-8a1d-f4a54a7a0b06 of type vxlan for network 2820d425-a304-4ff9-940b-a422892de45a [pid: 8|app: 0|req: 886/1828] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:49 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:50.004 7 INFO neutron.services.segments.plugin [-] Segment 343c2d1b-a746-4f6c-a271-0f8d5524d818 resource provider aggregate not found 2026-08-11 09:37:50.013 7 INFO neutron.services.segments.plugin [-] Segment 343c2d1b-a746-4f6c-a271-0f8d5524d818 resource provider aggregate not found 2026-08-11 09:37:50.027 7 INFO neutron.services.segments.plugin [-] Segment 343c2d1b-a746-4f6c-a271-0f8d5524d818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 343c2d1b-a746-4f6c-a271-0f8d5524d818 found for delete ", "request_id": "req-f0ae4e4a-4f9c-47ed-821a-8d83403f478d"}]} 2026-08-11 09:37:50.037 7 INFO neutron.services.segments.plugin [-] Segment 343c2d1b-a746-4f6c-a271-0f8d5524d818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 343c2d1b-a746-4f6c-a271-0f8d5524d818 found for delete ", "request_id": "req-677e2736-926c-4f4d-bc96-9ef9ea32bf0a"}]} 2026-08-11 09:37:50.045 7 INFO neutron.services.segments.plugin [-] Segment 6b672c7c-e76c-46f6-b99c-cdd43fc7d265 resource provider aggregate not found 2026-08-11 09:37:50.059 7 INFO neutron.services.segments.plugin [-] Segment 6b672c7c-e76c-46f6-b99c-cdd43fc7d265 resource provider aggregate not found 2026-08-11 09:37:50.066 7 INFO neutron.services.segments.plugin [-] Segment 6b672c7c-e76c-46f6-b99c-cdd43fc7d265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b672c7c-e76c-46f6-b99c-cdd43fc7d265 found for delete ", "request_id": "req-b66d4185-5e05-4950-9225-17d4a17cecfb"}]} 2026-08-11 09:37:50.077 7 INFO neutron.services.segments.plugin [-] Segment 6b672c7c-e76c-46f6-b99c-cdd43fc7d265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b672c7c-e76c-46f6-b99c-cdd43fc7d265 found for delete ", "request_id": "req-b3474224-7939-4c1f-afe1-c46e5a1cfeba"}]} [pid: 7|app: 0|req: 943/1829] 10.0.0.76 () {34 vars in 664 bytes} [Tue Aug 11 09:37:49 2026] POST /v2.0/ports => generated 1503 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 944/1830] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:37:50 2026] GET /v2.0/ports => generated 1503 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1831] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:50 2026] GET /v2.0/security-groups?tenant_id=36877425dd294364b5e837d30115e295&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:50.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-19b14916-e4b6-4c92-ada6-46041edfb1a7 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] TaaS: Handle Delete Port: 6faa414c-2085-402d-9ed3-085ed66553ee 2026-08-11 09:37:50.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19b14916-e4b6-4c92-ada6-46041edfb1a7 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Tap Mirror: Handle Delete Port: 6faa414c-2085-402d-9ed3-085ed66553ee [pid: 8|app: 0|req: 888/1832] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:50 2026] DELETE /v2.0/security-groups/63ec39c4-4602-45cf-8d88-436117c95690 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1833] 10.0.0.76 () {32 vars in 622 bytes} [Tue Aug 11 09:37:50 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1834] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:37:50 2026] DELETE /v2.0/ports/6faa414c-2085-402d-9ed3-085ed66553ee => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1835] 10.0.0.76 () {32 vars in 632 bytes} [Tue Aug 11 09:37:50 2026] GET /v2.0/ => generated 632 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:50.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-f96c1c3a-b6e4-402c-83ab-2374f75be196 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] TaaS: Handle Delete Port: f0835b4a-7dd6-4155-825b-c7d6a2103414 2026-08-11 09:37:50.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f96c1c3a-b6e4-402c-83ab-2374f75be196 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Tap Mirror: Handle Delete Port: f0835b4a-7dd6-4155-825b-c7d6a2103414 [pid: 8|app: 0|req: 891/1836] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:50 2026] GET /v2.0/security-groups?tenant_id=fcda37dcca214fe395c98c445c59f9a0&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: 946/1837] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:37:50 2026] DELETE /v2.0/ports/f0835b4a-7dd6-4155-825b-c7d6a2103414 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1838] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:50 2026] DELETE /v2.0/security-groups/e99c2e26-626d-4991-bd4d-07d61b37c690 => 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: 947/1839] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:37:51 2026] GET /v2.0/ports => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:37:51.134 8 INFO neutron.db.segments_db [None req-522d3ea1-36a5-4ef6-8574-1e84737a3fcd 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Added segment bae74374-0fac-4089-a885-ea68f7985190 of type vxlan for network 24001f1c-7628-4992-81c3-a9d8243944e4 [pid: 8|app: 0|req: 893/1840] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:51 2026] POST /v2.0/networks => generated 630 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:51.299 7 INFO neutron.db.segments_db [None req-4c7542a6-fa6e-4b6a-9183-32de5a8dc061 58588162cbc249f7912840ad6d1df4f8 593ca06ca1234658af799cf49f74306e - - default default] Added segment 4dd031cd-6aa9-487f-a09e-fab974892d38 of type vxlan for network b933eed9-b93c-4136-af71-014ac9cf1022 [pid: 7|app: 0|req: 948/1841] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:51 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1842] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:51 2026] GET /v2.0/security-groups?tenant_id=f0dded2b6e3d47d6b3c57efe1dd60355&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1843] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:51 2026] DELETE /v2.0/security-groups/19053815-8978-4f92-85f3-33a0255cab22 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1844] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:51 2026] POST /v2.0/subnets => generated 1273 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1845] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:37:51 2026] GET /v2.0/subnets => generated 1909 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1846] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:51 2026] DELETE /v2.0/subnets/32448ef9-196b-43bc-b7d9-78635ee717ba => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1847] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:37:52 2026] DELETE /v2.0/subnets/ed0c3d90-84e8-4684-8746-72a44e52ac82 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1848] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:37:52 2026] GET /v2.0/subnets => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:52.490 7 INFO neutron.services.segments.plugin [-] Segment 4dd031cd-6aa9-487f-a09e-fab974892d38 resource provider aggregate not found 2026-08-11 09:37:52.498 7 INFO neutron.services.segments.plugin [-] Segment 4dd031cd-6aa9-487f-a09e-fab974892d38 resource provider aggregate not found 2026-08-11 09:37:52.515 7 INFO neutron.services.segments.plugin [-] Segment 4dd031cd-6aa9-487f-a09e-fab974892d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd031cd-6aa9-487f-a09e-fab974892d38 found for delete ", "request_id": "req-d290f854-d2bb-4e6b-8ae1-4281e7016fc6"}]} [pid: 7|app: 0|req: 953/1849] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:52 2026] DELETE /v2.0/networks/b933eed9-b93c-4136-af71-014ac9cf1022 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:37:52.533 7 INFO neutron.services.segments.plugin [-] Segment 4dd031cd-6aa9-487f-a09e-fab974892d38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dd031cd-6aa9-487f-a09e-fab974892d38 found for delete ", "request_id": "req-73ae8b74-0f4c-4c73-81d2-cfbb465474e4"}]} 2026-08-11 09:37:52.667 8 INFO neutron.services.segments.plugin [-] Segment bae74374-0fac-4089-a885-ea68f7985190 resource provider aggregate not found 2026-08-11 09:37:52.672 8 INFO neutron.services.segments.plugin [-] Segment bae74374-0fac-4089-a885-ea68f7985190 resource provider aggregate not found 2026-08-11 09:37:52.689 8 INFO neutron.services.segments.plugin [-] Segment bae74374-0fac-4089-a885-ea68f7985190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae74374-0fac-4089-a885-ea68f7985190 found for delete ", "request_id": "req-91e94a4b-9be0-433d-8494-78acf8375e6b"}]} 2026-08-11 09:37:52.692 8 INFO neutron.services.segments.plugin [-] Segment bae74374-0fac-4089-a885-ea68f7985190 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae74374-0fac-4089-a885-ea68f7985190 found for delete ", "request_id": "req-7834b47e-b51c-4b07-98df-c56965da09d6"}]} [pid: 8|app: 0|req: 897/1850] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:52 2026] DELETE /v2.0/networks/24001f1c-7628-4992-81c3-a9d8243944e4 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1851] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:52 2026] DELETE /v2.0/networks/2820d425-a304-4ff9-940b-a422892de45a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1852] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:52 2026] DELETE /v2.0/networks/6faeff73-29ea-402e-8104-078ef02e3f8b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1853] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:53 2026] GET /v2.0/security-groups?tenant_id=593ca06ca1234658af799cf49f74306e&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1854] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:53 2026] DELETE /v2.0/security-groups/c9480cc0-ad63-434c-a603-c0cac2e609e7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:54.542 7 INFO neutron.services.segments.plugin [-] Segment c8d31112-9c1f-416e-8a1d-f4a54a7a0b06 resource provider aggregate not found 2026-08-11 09:37:54.560 7 INFO neutron.services.segments.plugin [-] Segment c8d31112-9c1f-416e-8a1d-f4a54a7a0b06 resource provider aggregate not found 2026-08-11 09:37:54.566 7 INFO neutron.services.segments.plugin [-] Segment c8d31112-9c1f-416e-8a1d-f4a54a7a0b06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8d31112-9c1f-416e-8a1d-f4a54a7a0b06 found for delete ", "request_id": "req-0c8eaf94-e379-43c9-9a0e-8660689116b2"}]} 2026-08-11 09:37:54.586 7 INFO neutron.services.segments.plugin [-] Segment c8d31112-9c1f-416e-8a1d-f4a54a7a0b06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8d31112-9c1f-416e-8a1d-f4a54a7a0b06 found for delete ", "request_id": "req-af0a6d91-e2e3-43da-be47-c1c508bd5eef"}]} 2026-08-11 09:37:54.604 7 INFO neutron.db.segments_db [None req-30a5309f-b97a-44ea-bfc4-590342b0a9c5 ec3e2878a79a477fa9fb5273c76ae72f 0f1b98fcf4d3431ab55038897bf046ea - - default default] Added segment 64ad42fa-e921-4df5-9de3-545370006a9c of type vxlan for network 6b016980-b2a3-4e96-8552-c68f6d2cf189 [pid: 7|app: 0|req: 956/1855] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:54 2026] POST /v2.0/networks => generated 613 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:54.712 8 INFO neutron.services.segments.plugin [-] Segment c4c49096-49e5-4af6-aa65-db0b6a844645 resource provider aggregate not found 2026-08-11 09:37:54.723 8 INFO neutron.services.segments.plugin [-] Segment c4c49096-49e5-4af6-aa65-db0b6a844645 resource provider aggregate not found 2026-08-11 09:37:54.733 8 INFO neutron.services.segments.plugin [-] Segment c4c49096-49e5-4af6-aa65-db0b6a844645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c49096-49e5-4af6-aa65-db0b6a844645 found for delete ", "request_id": "req-19632cba-ebf7-484e-9170-1fba3f7f8429"}]} 2026-08-11 09:37:54.752 8 INFO neutron.services.segments.plugin [-] Segment c4c49096-49e5-4af6-aa65-db0b6a844645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c49096-49e5-4af6-aa65-db0b6a844645 found for delete ", "request_id": "req-7b895810-e8f1-4070-8786-6c6672b7719b"}]} 2026-08-11 09:37:54.773 8 INFO neutron.db.segments_db [None req-8153b87b-d3a7-4dcb-b6e8-ca6e63f9550e ec3e2878a79a477fa9fb5273c76ae72f 0f1b98fcf4d3431ab55038897bf046ea - - default default] Added segment 0f05e470-6de1-4572-b53e-caa46b9dd6b1 of type vxlan for network bff134f5-3c7c-4c41-b092-0da8653a0acb [pid: 8|app: 0|req: 900/1856] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:37:54 2026] POST /v2.0/networks => generated 611 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1857] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:54 2026] PUT /v2.0/networks/6b016980-b2a3-4e96-8552-c68f6d2cf189/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1858] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:37:54 2026] GET /v2.0/networks/6b016980-b2a3-4e96-8552-c68f6d2cf189/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1859] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:55 2026] PUT /v2.0/networks/bff134f5-3c7c-4c41-b092-0da8653a0acb/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1860] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:37:55 2026] GET /v2.0/networks/bff134f5-3c7c-4c41-b092-0da8653a0acb/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1861] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:37:55 2026] PUT /v2.0/networks/bff134f5-3c7c-4c41-b092-0da8653a0acb/tags => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1862] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:37:55 2026] GET /v2.0/networks/bff134f5-3c7c-4c41-b092-0da8653a0acb/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1863] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:37:55 2026] GET /v2.0/networks/6b016980-b2a3-4e96-8552-c68f6d2cf189/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1864] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:55 2026] DELETE /v2.0/networks/6b016980-b2a3-4e96-8552-c68f6d2cf189 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1865] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:37:55 2026] DELETE /v2.0/networks/bff134f5-3c7c-4c41-b092-0da8653a0acb => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1866] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:55 2026] GET /v2.0/security-groups?tenant_id=1877013f86d94c2d8424d815976b78c4&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1867] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:55 2026] DELETE /v2.0/security-groups/1a59d727-a443-4a37-b4bb-db5e40682df1 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:56.595 7 INFO neutron.services.segments.plugin [-] Segment 0f05e470-6de1-4572-b53e-caa46b9dd6b1 resource provider aggregate not found 2026-08-11 09:37:56.611 7 INFO neutron.services.segments.plugin [-] Segment 0f05e470-6de1-4572-b53e-caa46b9dd6b1 resource provider aggregate not found 2026-08-11 09:37:56.614 7 INFO neutron.services.segments.plugin [-] Segment 0f05e470-6de1-4572-b53e-caa46b9dd6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f05e470-6de1-4572-b53e-caa46b9dd6b1 found for delete ", "request_id": "req-b075261f-fc4c-470c-94bf-ddc7fb83256b"}]} 2026-08-11 09:37:56.628 7 INFO neutron.services.segments.plugin [-] Segment 0f05e470-6de1-4572-b53e-caa46b9dd6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f05e470-6de1-4572-b53e-caa46b9dd6b1 found for delete ", "request_id": "req-9d14be26-4003-4197-b241-dadfc91e48b0"}]} [pid: 8|app: 0|req: 906/1868] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:56 2026] GET /v2.0/security-groups?tenant_id=fc7711f9db374bb8a7ff33f8a6b2ede6&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:56.760 8 INFO neutron.services.segments.plugin [-] Segment 64ad42fa-e921-4df5-9de3-545370006a9c resource provider aggregate not found 2026-08-11 09:37:56.776 8 INFO neutron.services.segments.plugin [-] Segment 64ad42fa-e921-4df5-9de3-545370006a9c resource provider aggregate not found 2026-08-11 09:37:56.785 8 INFO neutron.services.segments.plugin [-] Segment 64ad42fa-e921-4df5-9de3-545370006a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ad42fa-e921-4df5-9de3-545370006a9c found for delete ", "request_id": "req-d7934819-5677-4579-9ef9-310ecaa754b8"}]} [pid: 7|app: 0|req: 963/1869] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:56 2026] DELETE /v2.0/security-groups/680c500f-4469-4d80-9ca2-a29af64e9aa2 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:37:56.796 8 INFO neutron.services.segments.plugin [-] Segment 64ad42fa-e921-4df5-9de3-545370006a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ad42fa-e921-4df5-9de3-545370006a9c found for delete ", "request_id": "req-20344a39-fe15-40e5-a268-fc36a3b17d1e"}]} [pid: 8|app: 0|req: 907/1870] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:56 2026] GET /v2.0/security-groups?tenant_id=0f1b98fcf4d3431ab55038897bf046ea&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: 964/1871] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:56 2026] DELETE /v2.0/security-groups/2a469392-b2fd-473b-8a0f-037d1a736f9d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1872] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:37:57 2026] GET /v2.0/security-groups?tenant_id=1cae7bb090274fe4954834e8e6b0969a&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1873] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:37:57 2026] DELETE /v2.0/security-groups/4f0068aa-7a0f-4f9c-a3a4-f9ab6acdef45 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1874] 10.0.0.76 () {32 vars in 825 bytes} [Tue Aug 11 09:37:57 2026] GET /v2.0/ports?project_id=d63ac4c927114c139e68b268fb14986f&network_id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 3691 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:58.056 8 INFO neutron.db.segments_db [None req-afcfba13-86d0-40b1-a458-b1c099f40435 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 89a264b5-1ef6-4a63-b567-ba8d8092958e of type vxlan for network e74c16d4-463d-4585-b332-31c75a83675b [pid: 8|app: 0|req: 909/1875] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:37:57 2026] POST /v2.0/networks => generated 722 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1876] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:37:58 2026] GET /v2.0/subnets?network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad => 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: 967/1877] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:58 2026] POST /v2.0/subnets => generated 688 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:37:58.475 8 INFO neutron.db.segments_db [None req-5c7b91cc-4cda-4ac8-984a-31cba5b31af1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 178f2a3f-066f-4cec-bfc8-107cd32d552f of type vxlan for network 7cd55c9d-6e00-4d30-8c77-07427aded4e0 2026-08-11 09:37:58.679 7 INFO neutron.db.l3_db [None req-9e05f317-ce7f-4b06-a379-d35c6ab582ba ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Floating IP d86a6ef1-3666-4f6c-9431-7c669dcda60d disassociated. External IP: 10.96.250.201, port: 6b18f3dd-138a-4470-a6c4-b5aa2e677cae. 2026-08-11 09:37:58.766 8 INFO neutron.db.l3_hamode_db [None req-5c7b91cc-4cda-4ac8-984a-31cba5b31af1 a368e61288154a158b02c442d8d43144 f7cd91f1dc4d4f5896db0c6816094fd3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 968/1878] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:37:58 2026] PUT /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 554 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1879] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:37:59.146 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25c5dcdd-b059-4c9a-9495-1c79c996fecd'] response: {'name': 'network-changed', 'server_uuid': 'ec79f009-dc54-42a8-a2b8-14c240591951', 'tag': '6b18f3dd-138a-4470-a6c4-b5aa2e677cae', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 970/1880] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:37:59.748 8 INFO neutron.db.l3_hamode_db [None req-5c7b91cc-4cda-4ac8-984a-31cba5b31af1 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 971/1881] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/networks?id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 756 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1882] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6b18f3dd-138a-4470-a6c4-b5aa2e677cae => 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: 973/1883] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/subnets?id=47c74089-69ea-4358-bd47-12d044299e8e => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1884] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/ports?network_id=aa74d412-0f81-4de6-a701-b9b00bc74a7a&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1885] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 976/1886] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:37:59 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 7|app: 0|req: 977/1887] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:00 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1888] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:37:58 2026] POST /v2.0/routers => generated 728 bytes in 2268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1889] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 552 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1890] 10.0.0.52 () {32 vars in 800 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/extensions => generated 21537 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1891] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:38:00 2026] PUT /v2.0/routers/3c067737-b96d-4fee-a79b-bb74d6e6de31/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1894] 10.0.0.52 () {30 vars in 723 bytes} [Tue Aug 11 09:38:01 2026] GET /v2.0/quotas/2301f61945474bdc860cfa389d653d17/details => generated 847 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1895] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:38:02 2026] POST /v2.0/security-groups => generated 1673 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1896] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:38:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1897] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:38:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1898] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:38:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1899] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:38:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:38:03.090 8 INFO neutron.db.securitygroups_db [None req-83f2c078-bd50-442a-8f32-06f021d8ebba ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Project d63ac4c927114c139e68b268fb14986f 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: 917/1900] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:38:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:38:03.243 7 INFO neutron.db.securitygroups_db [None req-76669431-3da4-47ac-b9c2-e6c664053739 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Project d63ac4c927114c139e68b268fb14986f 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: 984/1901] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:38:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1902] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:38:03 2026] GET /v2.0/networks => generated 1297 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1903] 10.0.0.238 () {34 vars in 1098 bytes} [Tue Aug 11 09:38:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-223543120&fields=id&tenant_id=d63ac4c927114c139e68b268fb14986f => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1904] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/networks?id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1905] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/quotas/d63ac4c927114c139e68b268fb14986f => 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: 920/1906] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1907] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 921/1908] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/networks?id=e74c16d4-463d-4585-b332-31c75a83675b => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1909] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/quotas/f7cd91f1dc4d4f5896db0c6816094fd3 => 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: 988/1910] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 923/1911] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/ports?tenant_id=f7cd91f1dc4d4f5896db0c6816094fd3&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: 989/1912] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/networks/e74c16d4-463d-4585-b332-31c75a83675b?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: 924/1913] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 990/1914] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/networks/e74c16d4-463d-4585-b332-31c75a83675b?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: 925/1915] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:04 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 991/1916] 10.0.0.52 () {32 vars in 800 bytes} [Tue Aug 11 09:38:04 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: 8|app: 0|req: 926/1917] 10.0.0.52 () {30 vars in 723 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/quotas/2301f61945474bdc860cfa389d653d17/details => generated 847 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1918] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 927/1919] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:05 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 993/1920] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:06 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 928/1921] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:06 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 994/1922] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:07 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 929/1923] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:07 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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/1924] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:08 2026] GET /v2.0/security-groups?tenant_id=2301f61945474bdc860cfa389d653d17&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1925] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:08 2026] DELETE /v2.0/security-groups/30e70715-b962-4727-a5c7-bd747c7f5864 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1926] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:08 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 996/1927] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:38:08 2026] GET /v2.0/networks?id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1928] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:38:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d63ac4c927114c139e68b268fb14986f => generated 273 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1929] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 997/1930] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:38:08 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: 934/1931] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:38:09 2026] PUT /v2.0/ports/4cb828e5-369a-429d-b923-412eb536a87c => generated 1239 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:09.857 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-387534ca-2f5b-43db-abc6-7ae94305bc40'] response: {'name': 'network-changed', 'server_uuid': '4be0642b-6455-4818-b5d6-d3fc7c56fc33', 'tag': '4cb828e5-369a-429d-b923-412eb536a87c', '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: 998/1932] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 935/1933] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:09 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 999/1934] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:10 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 936/1935] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:10 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1000/1936] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:38:10 2026] GET /v2.0/networks?tenant_id=d63ac4c927114c139e68b268fb14986f&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1937] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:38:10 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: 1001/1938] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:38:10 2026] GET /v2.0/networks?id=e74c16d4-463d-4585-b332-31c75a83675b => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1939] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1940] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 1004/1941] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 1005/1942] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1006/1943] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4cb828e5-369a-429d-b923-412eb536a87c => 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: 1007/1944] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/subnets?id=47c74089-69ea-4358-bd47-12d044299e8e => 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: 1008/1945] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/ports?network_id=aa74d412-0f81-4de6-a701-b9b00bc74a7a&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: 1009/1946] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 1010/1947] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:38:11 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 938/1948] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:38:10 2026] POST /v2.0/ports => generated 954 bytes in 918 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: 939/1949] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:12 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 940/1950] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:12 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 1011/1951] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:38:11 2026] PUT /v2.0/ports/4983fbea-b0e4-4f0b-8dfb-c2d19146792b => generated 1235 bytes in 481 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: 941/1952] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:12 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 1012/1953] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:12 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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-08-11 09:38:12.475 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f8afcf6-3555-4c6c-98e4-0462a29d05d6'] response: {'name': 'network-changed', 'server_uuid': '42bd1423-eaed-40dc-b8fc-397affd4be95', 'tag': '4983fbea-b0e4-4f0b-8dfb-c2d19146792b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 942/1954] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:12 2026] GET /v2.0/ports?tenant_id=f7cd91f1dc4d4f5896db0c6816094fd3&device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 1013/1955] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:38:13 2026] GET /v2.0/networks?tenant_id=f7cd91f1dc4d4f5896db0c6816094fd3&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1956] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:38:13 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) 2026-08-11 09:38:13.460 7 INFO neutron.db.segments_db [None req-73e7b322-9382-4d34-9996-60d5b78c4a1f 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Added segment 5769a18e-3df9-4396-a615-939e1d56014e of type vxlan for network c526d47f-1b03-460d-910a-6dbcbe706567 [pid: 8|app: 0|req: 944/1957] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:13 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 945/1958] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:13 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1959] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:13 2026] POST /v2.0/networks => generated 613 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1960] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:13 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 947/1961] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:13 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 1015/1962] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:13 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:38:13.934 8 INFO neutron.db.segments_db [None req-f3e5a82f-f160-4da5-8e58-e276f235546b 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Added segment 07e221e9-1b19-43d2-afe2-994d4b913624 of type vxlan for network f7e47d9b-1e9a-4445-8579-236b16b2eb14 [pid: 8|app: 0|req: 948/1963] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:13 2026] POST /v2.0/networks => generated 612 bytes in 138 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: 949/1964] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/ports?tenant_id=f7cd91f1dc4d4f5896db0c6816094fd3&device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 950/1965] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4983fbea-b0e4-4f0b-8dfb-c2d19146792b => 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: 951/1966] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/subnets?id=101885c3-2096-4d04-b710-705a57c2b715 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1967] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/ports?network_id=e74c16d4-463d-4585-b332-31c75a83675b&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: 1016/1968] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:14 2026] POST /v2.0/ports => generated 743 bytes in 323 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: 953/1969] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/networks/e74c16d4-463d-4585-b332-31c75a83675b?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:14.416 7 INFO neutron.db.segments_db [None req-f533998a-1ec8-4e16-9cde-a042182b697e 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Added segment b1660f01-540f-4e55-84ad-10e355742dbc of type vxlan for network c9d00580-7574-47df-a831-76af69e81d33 [pid: 8|app: 0|req: 954/1970] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/networks/e74c16d4-463d-4585-b332-31c75a83675b?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: 1017/1971] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:14 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1972] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1019/1973] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1974] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:14 2026] POST /v2.0/ports => generated 743 bytes in 320 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: 1020/1975] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 956/1976] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:14 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:14.904 7 INFO neutron.db.segments_db [None req-69583284-1c4c-4d14-a476-7d02aa054bae 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Added segment a750d995-acbf-4762-82fd-eda6b0600f38 of type vxlan for network 140ba890-9c8e-4995-a2ee-add4f3170ce7 [pid: 7|app: 0|req: 1021/1977] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:14 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1978] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:15 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:38:15.378 7 INFO neutron.db.segments_db [None req-800916e1-4534-4427-9611-109d1161cc0d 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Added segment add0fdc4-a736-47c7-a59c-a38a1a62587e of type vxlan for network 6efd7eeb-bbfe-4806-8af6-01546356e038 [pid: 7|app: 0|req: 1022/1979] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:15 2026] POST /v2.0/networks => generated 612 bytes in 149 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: 958/1980] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:15 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1981] 10.0.0.76 () {34 vars in 746 bytes} [Tue Aug 11 09:38:15 2026] PUT /v2.0/ports/e2fb46b4-cf9e-4d44-8002-53b9a32a6ed6/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 959/1982] 10.0.0.76 () {34 vars in 746 bytes} [Tue Aug 11 09:38:15 2026] PUT /v2.0/ports/577f3124-3f8d-4301-a7f3-57a2a9166f2f/tags => generated 25 bytes in 65 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: 1024/1983] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:15 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 960/1984] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:15 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1985] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:15 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 1025/1986] 10.0.0.76 () {34 vars in 746 bytes} [Tue Aug 11 09:38:15 2026] PUT /v2.0/ports/b98f70aa-34b1-467b-ad9e-0035842b7d50/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1987] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&fields=id&fields=name => generated 113 bytes in 29 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: 1026/1988] 10.0.0.76 () {34 vars in 746 bytes} [Tue Aug 11 09:38:16 2026] PUT /v2.0/ports/ab9c330f-de78-4d8b-abb7-8b2309ee0415/tags => generated 19 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1989] 10.0.0.76 () {32 vars in 659 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 154 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: 1027/1990] 10.0.0.76 () {32 vars in 673 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1991] 10.0.0.76 () {32 vars in 669 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1992] 10.0.0.76 () {32 vars in 681 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1993] 10.0.0.76 () {32 vars in 667 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1994] 10.0.0.76 () {32 vars in 681 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1997] 10.0.0.76 () {32 vars in 677 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1998] 10.0.0.76 () {32 vars in 689 bytes} [Tue Aug 11 09:38:16 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1999] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:17 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:17.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d6aafea-bfb7-4d5a-872d-77195112239a 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] TaaS: Handle Delete Port: e2fb46b4-cf9e-4d44-8002-53b9a32a6ed6 2026-08-11 09:38:17.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d6aafea-bfb7-4d5a-872d-77195112239a 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Tap Mirror: Handle Delete Port: e2fb46b4-cf9e-4d44-8002-53b9a32a6ed6 [pid: 7|app: 0|req: 1034/2000] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:17 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 1035/2001] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:17 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 967/2002] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:17 2026] DELETE /v2.0/ports/e2fb46b4-cf9e-4d44-8002-53b9a32a6ed6 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2003] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:17 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 1037/2004] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:17 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:17.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b06efde-1b86-4ed2-9a8a-b9cbce382a10 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] TaaS: Handle Delete Port: 577f3124-3f8d-4301-a7f3-57a2a9166f2f 2026-08-11 09:38:17.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b06efde-1b86-4ed2-9a8a-b9cbce382a10 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Tap Mirror: Handle Delete Port: 577f3124-3f8d-4301-a7f3-57a2a9166f2f [pid: 7|app: 0|req: 1038/2005] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:17 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 1039/2006] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:38:17 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 968/2007] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:17 2026] DELETE /v2.0/ports/577f3124-3f8d-4301-a7f3-57a2a9166f2f => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:17.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fb90c3f-d818-45d3-902d-fa0baab823dc 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] TaaS: Handle Delete Port: b98f70aa-34b1-467b-ad9e-0035842b7d50 2026-08-11 09:38:17.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fb90c3f-d818-45d3-902d-fa0baab823dc 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Tap Mirror: Handle Delete Port: b98f70aa-34b1-467b-ad9e-0035842b7d50 [pid: 8|app: 0|req: 969/2008] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:17 2026] DELETE /v2.0/ports/b98f70aa-34b1-467b-ad9e-0035842b7d50 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:17.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-ceeda201-6e9d-473f-aa06-dcb5708dfec5 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] TaaS: Handle Delete Port: ab9c330f-de78-4d8b-abb7-8b2309ee0415 2026-08-11 09:38:17.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ceeda201-6e9d-473f-aa06-dcb5708dfec5 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Tap Mirror: Handle Delete Port: ab9c330f-de78-4d8b-abb7-8b2309ee0415 2026-08-11 09:38:17.797 7 INFO neutron.db.l3_db [None req-07034678-ffc4-4874-8878-d972a3a9ec0c ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Floating IP d86a6ef1-3666-4f6c-9431-7c669dcda60d associated. External IP: 10.96.250.201, port: 4cb828e5-369a-429d-b923-412eb536a87c. [pid: 8|app: 0|req: 970/2009] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:17 2026] DELETE /v2.0/ports/ab9c330f-de78-4d8b-abb7-8b2309ee0415 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:18.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-7da738be-380f-46a9-a931-0b4f1d1b84bf 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] TaaS: Handle Delete Port: 2f05d06a-25fe-4fec-8102-b744e7fea25b 2026-08-11 09:38:18.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7da738be-380f-46a9-a931-0b4f1d1b84bf 9b1ad93d54bf49ebac882e10dcaa7746 c1494f3747554c29b075c24a00f82bf9 - - default default] Tap Mirror: Handle Delete Port: 2f05d06a-25fe-4fec-8102-b744e7fea25b [pid: 7|app: 0|req: 1040/2010] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:38:17 2026] PUT /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 856 bytes in 624 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2011] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:17 2026] DELETE /v2.0/ports/2f05d06a-25fe-4fec-8102-b744e7fea25b => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:18.136 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11a0975c-77be-484b-a822-d9d0d2ccc964'] response: {'name': 'network-changed', 'server_uuid': '4be0642b-6455-4818-b5d6-d3fc7c56fc33', 'tag': '4cb828e5-369a-429d-b923-412eb536a87c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1041/2012] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:18.294 8 INFO neutron.services.segments.plugin [-] Segment 5769a18e-3df9-4396-a615-939e1d56014e resource provider aggregate not found [pid: 7|app: 0|req: 1042/2013] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:18.311 8 INFO neutron.services.segments.plugin [-] Segment 5769a18e-3df9-4396-a615-939e1d56014e resource provider aggregate not found 2026-08-11 09:38:18.318 8 INFO neutron.services.segments.plugin [-] Segment 5769a18e-3df9-4396-a615-939e1d56014e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5769a18e-3df9-4396-a615-939e1d56014e found for delete ", "request_id": "req-ae02eff5-10f9-45bc-a025-cd2d3a77d050"}]} [pid: 8|app: 0|req: 972/2014] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:18 2026] DELETE /v2.0/networks/c526d47f-1b03-460d-910a-6dbcbe706567 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:18.342 8 INFO neutron.services.segments.plugin [-] Segment 5769a18e-3df9-4396-a615-939e1d56014e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5769a18e-3df9-4396-a615-939e1d56014e found for delete ", "request_id": "req-60cb94d7-43c1-4332-89f6-3e831e263e29"}]} [pid: 7|app: 0|req: 1043/2015] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 973/2016] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:18 2026] DELETE /v2.0/networks/f7e47d9b-1e9a-4445-8579-236b16b2eb14 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:18.605 7 INFO neutron.services.segments.plugin [-] Segment b1660f01-540f-4e55-84ad-10e355742dbc resource provider aggregate not found 2026-08-11 09:38:18.609 7 INFO neutron.services.segments.plugin [-] Segment b1660f01-540f-4e55-84ad-10e355742dbc resource provider aggregate not found [pid: 7|app: 0|req: 1044/2017] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:18 2026] DELETE /v2.0/networks/c9d00580-7574-47df-a831-76af69e81d33 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:18.630 7 INFO neutron.services.segments.plugin [-] Segment b1660f01-540f-4e55-84ad-10e355742dbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1660f01-540f-4e55-84ad-10e355742dbc found for delete ", "request_id": "req-d6af2be1-0331-4565-a60f-307c83980009"}]} 2026-08-11 09:38:18.632 7 INFO neutron.services.segments.plugin [-] Segment b1660f01-540f-4e55-84ad-10e355742dbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1660f01-540f-4e55-84ad-10e355742dbc found for delete ", "request_id": "req-ca362eba-a7ca-4c7d-afa4-4ad9c8180145"}]} [pid: 7|app: 0|req: 1045/2018] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/ports?tenant_id=d63ac4c927114c139e68b268fb14986f&device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1046/2019] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/networks?id=aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2020] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:18 2026] DELETE /v2.0/networks/140ba890-9c8e-4995-a2ee-add4f3170ce7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2021] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4cb828e5-369a-429d-b923-412eb536a87c => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2022] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/subnets?id=47c74089-69ea-4358-bd47-12d044299e8e => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2023] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/ports?network_id=aa74d412-0f81-4de6-a701-b9b00bc74a7a&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: 1050/2024] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 975/2025] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:18 2026] DELETE /v2.0/networks/6efd7eeb-bbfe-4806-8af6-01546356e038 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2026] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:38:18 2026] GET /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a?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: 976/2027] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:19 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2028] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:19 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 977/2029] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:19 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 1053/2030] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:19 2026] GET /v2.0/security-groups?tenant_id=bdf15717b8f64a6285bf20dcb4d42589&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2031] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:20 2026] GET /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2032] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:20 2026] DELETE /v2.0/security-groups/1e99a341-4d1b-4abb-b4da-a42f556e23b7 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:20.349 8 INFO neutron.services.segments.plugin [-] Segment 07e221e9-1b19-43d2-afe2-994d4b913624 resource provider aggregate not found 2026-08-11 09:38:20.370 8 INFO neutron.services.segments.plugin [-] Segment 07e221e9-1b19-43d2-afe2-994d4b913624 resource provider aggregate not found 2026-08-11 09:38:20.381 8 INFO neutron.services.segments.plugin [-] Segment 07e221e9-1b19-43d2-afe2-994d4b913624 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07e221e9-1b19-43d2-afe2-994d4b913624 found for delete ", "request_id": "req-a6e5115a-74a1-493d-9a4f-b1bfc0b43124"}]} 2026-08-11 09:38:20.399 8 INFO neutron.services.segments.plugin [-] Segment 07e221e9-1b19-43d2-afe2-994d4b913624 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07e221e9-1b19-43d2-afe2-994d4b913624 found for delete ", "request_id": "req-6ead87e1-fddb-433d-bc31-c1e2f50fdc98"}]} 2026-08-11 09:38:20.404 8 INFO neutron.services.segments.plugin [-] Segment a750d995-acbf-4762-82fd-eda6b0600f38 resource provider aggregate not found 2026-08-11 09:38:20.418 8 INFO neutron.services.segments.plugin [-] Segment a750d995-acbf-4762-82fd-eda6b0600f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a750d995-acbf-4762-82fd-eda6b0600f38 found for delete ", "request_id": "req-33a4d456-f23b-4c12-851d-c39f4f0d2b38"}]} 2026-08-11 09:38:20.426 8 INFO neutron.services.segments.plugin [-] Segment a750d995-acbf-4762-82fd-eda6b0600f38 resource provider aggregate not found 2026-08-11 09:38:20.444 8 INFO neutron.services.segments.plugin [-] Segment add0fdc4-a736-47c7-a59c-a38a1a62587e resource provider aggregate not found 2026-08-11 09:38:20.450 8 INFO neutron.services.segments.plugin [-] Segment a750d995-acbf-4762-82fd-eda6b0600f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a750d995-acbf-4762-82fd-eda6b0600f38 found for delete ", "request_id": "req-aeb8a101-50c1-4959-9d81-3e75450d7613"}]} 2026-08-11 09:38:20.467 8 INFO neutron.services.segments.plugin [-] Segment add0fdc4-a736-47c7-a59c-a38a1a62587e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add0fdc4-a736-47c7-a59c-a38a1a62587e found for delete ", "request_id": "req-39825bd3-20c0-4775-be2f-0f22b87496b0"}]} [pid: 7|app: 0|req: 1055/2033] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:20 2026] GET /v2.0/security-groups?tenant_id=c1494f3747554c29b075c24a00f82bf9&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:20.473 8 INFO neutron.services.segments.plugin [-] Segment add0fdc4-a736-47c7-a59c-a38a1a62587e resource provider aggregate not found 2026-08-11 09:38:20.497 8 INFO neutron.services.segments.plugin [-] Segment add0fdc4-a736-47c7-a59c-a38a1a62587e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add0fdc4-a736-47c7-a59c-a38a1a62587e found for delete ", "request_id": "req-62f76657-b97f-4c16-ac2c-a2228ba340cc"}]} [pid: 8|app: 0|req: 979/2034] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:20 2026] DELETE /v2.0/security-groups/124e1048-5311-4364-afe1-b8749ce08240 => 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: 1056/2035] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:20 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 980/2036] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:20 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 1057/2037] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:20 2026] GET /v2.0/security-groups?tenant_id=afb0d08c575648aba4d886c749453d22&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2038] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:20 2026] DELETE /v2.0/security-groups/892fa2dd-85c5-4703-9902-b3349bfd00a2 => 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: 1058/2039] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:22 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 982/2040] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:22 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 1059/2041] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:23 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 983/2042] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:23 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 1060/2043] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:24 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 1061/2044] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:24 2026] GET /v2.0/security-groups?id=569a571b-2d27-4933-beee-8a9ab977d25a&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: 984/2045] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:38:24 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:24.719 7 INFO neutron_taas.services.taas.taas_plugin [req-e0f78d15-6fd8-4c97-8646-175d90c0893f req-7dd30fa1-869e-48aa-a4d2-646777b8b66e b5b6c94d4dd440988d737a19ffe59e75 f7cd91f1dc4d4f5896db0c6816094fd3 - - default default] TaaS: Handle Delete Port: 4983fbea-b0e4-4f0b-8dfb-c2d19146792b 2026-08-11 09:38:24.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0f78d15-6fd8-4c97-8646-175d90c0893f req-7dd30fa1-869e-48aa-a4d2-646777b8b66e b5b6c94d4dd440988d737a19ffe59e75 f7cd91f1dc4d4f5896db0c6816094fd3 - - default default] Tap Mirror: Handle Delete Port: 4983fbea-b0e4-4f0b-8dfb-c2d19146792b [pid: 7|app: 0|req: 1062/2046] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:38:24 2026] DELETE /v2.0/ports/4983fbea-b0e4-4f0b-8dfb-c2d19146792b => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:24.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-567997fe-8cbb-4ed8-97c1-b181581c97aa'] response: {'server_uuid': '42bd1423-eaed-40dc-b8fc-397affd4be95', 'name': 'network-vif-deleted', 'tag': '4983fbea-b0e4-4f0b-8dfb-c2d19146792b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 985/2047] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2048] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2049] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2050] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:25 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 1064/2051] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2052] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:38:25 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2053] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:38:25 2026] PUT /v2.0/subnetpools/37bbb3ab-41c3-42d7-a412-9be961f81c55/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2054] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:38:25 2026] PUT /v2.0/subnetpools/63652d33-9345-4133-81b7-cffe8fff1d39/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2055] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:38:25 2026] PUT /v2.0/subnetpools/effa935b-a46b-4874-8744-55e180af739b/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2056] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:38:25 2026] PUT /v2.0/subnetpools/c800e730-4e0d-44f8-a34a-a57f00e7c64a/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2057] 10.0.0.76 () {32 vars in 671 bytes} [Tue Aug 11 09:38:25 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2058] 10.0.0.76 () {32 vars in 685 bytes} [Tue Aug 11 09:38:25 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2059] 10.0.0.76 () {32 vars in 681 bytes} [Tue Aug 11 09:38:25 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2060] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:38:26 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2061] 10.0.0.76 () {32 vars in 679 bytes} [Tue Aug 11 09:38:26 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2062] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:38:26 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2063] 10.0.0.76 () {32 vars in 689 bytes} [Tue Aug 11 09:38:26 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2064] 10.0.0.76 () {32 vars in 701 bytes} [Tue Aug 11 09:38:26 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2065] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:26 2026] DELETE /v2.0/subnetpools/37bbb3ab-41c3-42d7-a412-9be961f81c55 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2066] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:26 2026] DELETE /v2.0/subnetpools/63652d33-9345-4133-81b7-cffe8fff1d39 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2067] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:26 2026] DELETE /v2.0/subnetpools/effa935b-a46b-4874-8744-55e180af739b => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2068] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:26 2026] DELETE /v2.0/subnetpools/c800e730-4e0d-44f8-a34a-a57f00e7c64a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2069] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:26 2026] DELETE /v2.0/subnetpools/bfcffd72-15c9-48e2-992a-e5390fb37e82 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2070] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:26 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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: 1074/2071] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/security-groups?tenant_id=2cbfc8ad058a4eb58cb851035fbe1538&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2072] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:27 2026] DELETE /v2.0/security-groups/c28915e5-d67c-4a60-a7de-9e8e7c44f3ae => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2073] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/ports?device_id=42bd1423-eaed-40dc-b8fc-397affd4be95 => 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/2074] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:27 2026] GET /v2.0/security-groups?tenant_id=68ba536fef1c49d38a658b5026cdc252&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2075] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:27 2026] DELETE /v2.0/security-groups/30185a01-c653-4671-8169-51d9aab2d01f => 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: 1076/2076] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:28 2026] GET /v2.0/security-groups?tenant_id=8afd4caed64c4b5bb51a10dcaa801404&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2077] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:28 2026] DELETE /v2.0/security-groups/58cf584f-c6fa-4d9b-bf27-b1739ee48263 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2078] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:38:28 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1002/2079] 10.0.0.161 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:28 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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-08-11 09:38:30.509 7 INFO neutron_taas.services.taas.taas_plugin [None req-57263621-52ca-418d-bb72-20fa3f6e58ad a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: e5cdf55a-e159-4144-9ae2-f387e3dc0f47 2026-08-11 09:38:30.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57263621-52ca-418d-bb72-20fa3f6e58ad a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: e5cdf55a-e159-4144-9ae2-f387e3dc0f47 [pid: 7|app: 0|req: 1078/2080] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:38:30 2026] PUT /v2.0/routers/3c067737-b96d-4fee-a79b-bb74d6e6de31/remove_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:31.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e642b13-d208-497d-b924-3627d7bb2193 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: ed9d8541-9e9c-4048-ba73-48b8ff42ab58 2026-08-11 09:38:31.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e642b13-d208-497d-b924-3627d7bb2193 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: ed9d8541-9e9c-4048-ba73-48b8ff42ab58 2026-08-11 09:38:31.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e642b13-d208-497d-b924-3627d7bb2193 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 94f5501a-92cf-4e26-ac38-71eb074caf6f 2026-08-11 09:38:31.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e642b13-d208-497d-b924-3627d7bb2193 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 94f5501a-92cf-4e26-ac38-71eb074caf6f 2026-08-11 09:38:32.066 8 INFO neutron.services.segments.plugin [-] Segment 178f2a3f-066f-4cec-bfc8-107cd32d552f resource provider aggregate not found 2026-08-11 09:38:32.078 8 INFO neutron.services.segments.plugin [-] Segment 178f2a3f-066f-4cec-bfc8-107cd32d552f resource provider aggregate not found 2026-08-11 09:38:32.087 8 INFO neutron.services.segments.plugin [-] Segment 178f2a3f-066f-4cec-bfc8-107cd32d552f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178f2a3f-066f-4cec-bfc8-107cd32d552f found for delete ", "request_id": "req-4ec89102-de36-486f-ac1d-49da8620ee7f"}]} 2026-08-11 09:38:32.099 8 INFO neutron.services.segments.plugin [-] Segment 178f2a3f-066f-4cec-bfc8-107cd32d552f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 178f2a3f-066f-4cec-bfc8-107cd32d552f found for delete ", "request_id": "req-608ae76b-62f1-4baa-b55e-3110db59f47d"}]} 2026-08-11 09:38:32.104 8 INFO neutron.db.l3_hamode_db [None req-0e642b13-d208-497d-b924-3627d7bb2193 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 7cd55c9d-6e00-4d30-8c77-07427aded4e0 was deleted as no HA routers are present in tenant f7cd91f1dc4d4f5896db0c6816094fd3. [pid: 8|app: 0|req: 1003/2083] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:38:31 2026] DELETE /v2.0/routers/3c067737-b96d-4fee-a79b-bb74d6e6de31 => generated 0 bytes in 1037 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2084] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:38:32 2026] DELETE /v2.0/subnets/101885c3-2096-4d04-b710-705a57c2b715 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:32.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0da83b6-4732-426a-bfd7-25d3ae1398d4 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 6154b8ec-f2aa-489b-8750-7624d5e569b3 2026-08-11 09:38:32.388 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0da83b6-4732-426a-bfd7-25d3ae1398d4 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 6154b8ec-f2aa-489b-8750-7624d5e569b3 [pid: 8|app: 0|req: 1004/2085] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:32 2026] DELETE /v2.0/networks/e74c16d4-463d-4585-b332-31c75a83675b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2086] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:32 2026] GET /v2.0/security-groups?tenant_id=f7cd91f1dc4d4f5896db0c6816094fd3&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: 1005/2087] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:32 2026] DELETE /v2.0/security-groups/569a571b-2d27-4933-beee-8a9ab977d25a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:33.160 7 INFO neutron.db.segments_db [None req-707ab900-dcdd-483d-bbae-bb13adb322ae e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Added segment 9f4dd589-b1c2-4405-90fa-8772e878667f of type vxlan for network 5cfbd7bf-cf6b-4b79-9951-77a2f37246b6 [pid: 7|app: 0|req: 1083/2088] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:32 2026] POST /v2.0/networks => generated 612 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2089] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:33 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2090] 10.0.0.76 () {34 vars in 665 bytes} [Tue Aug 11 09:38:33 2026] POST /v2.0/trunks => generated 407 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, ' 2026-08-11 09:38:33.886 8 INFO neutron.db.segments_db [None req-3b2da230-05bc-437f-9283-f4ce48f1b84a e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Added segment 2474de45-005c-4ca6-bbf4-c459885057b9 of type vxlan for network 5d20bed8-4f18-4562-bc98-23100d4752d1 [pid: 8|app: 0|req: 1007/2091] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:33 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:38:34.106 8 INFO neutron.services.segments.plugin [-] Segment 89a264b5-1ef6-4a63-b567-ba8d8092958e resource provider aggregate not found 2026-08-11 09:38:34.122 8 INFO neutron.services.segments.plugin [-] Segment 89a264b5-1ef6-4a63-b567-ba8d8092958e resource provider aggregate not found 2026-08-11 09:38:34.125 8 INFO neutron.services.segments.plugin [-] Segment 89a264b5-1ef6-4a63-b567-ba8d8092958e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89a264b5-1ef6-4a63-b567-ba8d8092958e found for delete ", "request_id": "req-df45aa46-bfad-4758-af58-4cf051ff0348"}]} 2026-08-11 09:38:34.137 8 INFO neutron.services.segments.plugin [-] Segment 89a264b5-1ef6-4a63-b567-ba8d8092958e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89a264b5-1ef6-4a63-b567-ba8d8092958e found for delete ", "request_id": "req-df60acb2-79cc-472e-b13a-8802842ad645"}]} [pid: 7|app: 0|req: 1085/2092] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:33 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2093] 10.0.0.76 () {34 vars in 665 bytes} [Tue Aug 11 09:38:34 2026] POST /v2.0/trunks => generated 407 bytes in 251 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-08-11 09:38:34.583 7 INFO neutron.db.segments_db [None req-32cddedf-2a8a-4a07-9a19-e363d8467dbc e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Added segment e95d3216-5d98-4b8b-9903-a8b22cd8acc6 of type vxlan for network 77dc5a27-6cce-427c-a049-fbf836661e56 [pid: 7|app: 0|req: 1086/2094] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:34 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2095] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:34 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2096] 10.0.0.76 () {34 vars in 665 bytes} [Tue Aug 11 09:38:35 2026] POST /v2.0/trunks => generated 407 bytes in 170 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-08-11 09:38:35.252 8 INFO neutron.db.segments_db [None req-04e78f30-a3eb-4641-b687-2e28a1e22140 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Added segment f589f902-fa80-4167-8357-0a2136d9cf0b of type vxlan for network 557f882d-03fa-4c9b-8aa1-a16dd90a11bc [pid: 8|app: 0|req: 1010/2097] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:35 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2098] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:35 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2099] 10.0.0.76 () {34 vars in 665 bytes} [Tue Aug 11 09:38:35 2026] POST /v2.0/trunks => generated 407 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:38:35.901 7 INFO neutron.db.segments_db [None req-b6707c95-5eff-4fb2-a92d-fc581bda237b e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Added segment e215c37e-fd58-42a5-b5ee-e95e0aee7066 of type vxlan for network e7f4db8a-270e-4358-8944-568ddf9ea32e [pid: 7|app: 0|req: 1089/2100] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:35 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2101] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:36 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2102] 10.0.0.76 () {34 vars in 665 bytes} [Tue Aug 11 09:38:36 2026] POST /v2.0/trunks => generated 407 bytes in 192 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: 1013/2103] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:38:36 2026] PUT /v2.0/trunks/aaeb235d-bbf7-4b4b-9adb-0c40c9817a19/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2104] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:38:36 2026] PUT /v2.0/trunks/8fa00770-8570-4082-8f0c-fe6a569ef3f0/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2105] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:38:36 2026] PUT /v2.0/trunks/9009b0ab-3b5b-42fe-afd8-dd906320f052/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2106] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:38:36 2026] PUT /v2.0/trunks/723c2b26-1530-4890-a0fa-a468255e832e/tags => 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: 1015/2107] 10.0.0.76 () {32 vars in 661 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2108] 10.0.0.76 () {32 vars in 675 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2109] 10.0.0.76 () {32 vars in 671 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2110] 10.0.0.76 () {32 vars in 683 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2111] 10.0.0.76 () {32 vars in 669 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2112] 10.0.0.76 () {32 vars in 683 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2113] 10.0.0.76 () {32 vars in 679 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2114] 10.0.0.76 () {32 vars in 691 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2115] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/trunks/aaeb235d-bbf7-4b4b-9adb-0c40c9817a19 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2116] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:38:36 2026] GET /v2.0/ports/22e28d22-84b0-46bb-a213-f3a1463241d6 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2117] 10.0.0.76 () {32 vars in 721 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/trunks/aaeb235d-bbf7-4b4b-9adb-0c40c9817a19 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2118] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/trunks/8fa00770-8570-4082-8f0c-fe6a569ef3f0 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2119] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/ports/d52ffe41-7adf-48ca-ae61-37fcf6f1e4c8 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2120] 10.0.0.76 () {32 vars in 721 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/trunks/8fa00770-8570-4082-8f0c-fe6a569ef3f0 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2121] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/trunks/9009b0ab-3b5b-42fe-afd8-dd906320f052 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2122] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/ports/11c692ab-7116-4c0e-9b6e-dc873752de71 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2123] 10.0.0.76 () {32 vars in 721 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/trunks/9009b0ab-3b5b-42fe-afd8-dd906320f052 => 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: 1026/2124] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/trunks/723c2b26-1530-4890-a0fa-a468255e832e => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2125] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/ports/78d42ae8-7f13-4720-aff3-a25c6aff75eb => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2126] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:38:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2127] 10.0.0.76 () {32 vars in 721 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/trunks/723c2b26-1530-4890-a0fa-a468255e832e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2128] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/trunks/62d4cd8d-978c-4a9a-8c58-1ce8006c15a1 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2129] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:38:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2130] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:38:37 2026] GET /v2.0/ports/c4ef7390-d6a6-468f-b7be-2463856f0223 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2131] 10.0.0.76 () {32 vars in 721 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/trunks/62d4cd8d-978c-4a9a-8c58-1ce8006c15a1 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2132] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:38:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:38:37.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-42985fb4-650c-4494-bf7f-313ed3566461 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] TaaS: Handle Delete Port: 22e28d22-84b0-46bb-a213-f3a1463241d6 2026-08-11 09:38:37.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42985fb4-650c-4494-bf7f-313ed3566461 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Tap Mirror: Handle Delete Port: 22e28d22-84b0-46bb-a213-f3a1463241d6 [pid: 7|app: 0|req: 1102/2133] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:38:37 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2134] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:37 2026] DELETE /v2.0/ports/22e28d22-84b0-46bb-a213-f3a1463241d6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:38.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b1466bf-aaf1-49fc-a381-e3bec57ef3fa e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] TaaS: Handle Delete Port: d52ffe41-7adf-48ca-ae61-37fcf6f1e4c8 [pid: 7|app: 0|req: 1103/2135] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:38:38 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:38:38.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b1466bf-aaf1-49fc-a381-e3bec57ef3fa e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Tap Mirror: Handle Delete Port: d52ffe41-7adf-48ca-ae61-37fcf6f1e4c8 [pid: 7|app: 0|req: 1104/2136] 10.0.0.76 () {34 vars in 766 bytes} [Tue Aug 11 09:38:38 2026] PUT /v2.0/security-groups/f9662f2e-81c0-486e-9a9c-2f9c926b7714/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2137] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/ports/d52ffe41-7adf-48ca-ae61-37fcf6f1e4c8 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2138] 10.0.0.76 () {34 vars in 766 bytes} [Tue Aug 11 09:38:38 2026] PUT /v2.0/security-groups/453a3a57-d4c2-4c3b-a1e6-f3d892c62872/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2139] 10.0.0.76 () {34 vars in 766 bytes} [Tue Aug 11 09:38:38 2026] PUT /v2.0/security-groups/654f7417-7127-4609-909e-73663577be56/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:38.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ce2ace2-039e-47ac-88e7-34f5c1a8f8c4 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] TaaS: Handle Delete Port: 11c692ab-7116-4c0e-9b6e-dc873752de71 2026-08-11 09:38:38.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ce2ace2-039e-47ac-88e7-34f5c1a8f8c4 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Tap Mirror: Handle Delete Port: 11c692ab-7116-4c0e-9b6e-dc873752de71 [pid: 7|app: 0|req: 1107/2140] 10.0.0.76 () {34 vars in 766 bytes} [Tue Aug 11 09:38:38 2026] PUT /v2.0/security-groups/c7d81e07-3094-464c-90fa-99deced75c59/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2141] 10.0.0.76 () {32 vars in 679 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2142] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/ports/11c692ab-7116-4c0e-9b6e-dc873752de71 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2143] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2144] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1110/2145] 10.0.0.76 () {32 vars in 689 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:38.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-69fc2074-62ed-4f46-abdc-c4b3581de857 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] TaaS: Handle Delete Port: 78d42ae8-7f13-4720-aff3-a25c6aff75eb [pid: 7|app: 0|req: 1111/2146] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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-08-11 09:38:38.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69fc2074-62ed-4f46-abdc-c4b3581de857 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Tap Mirror: Handle Delete Port: 78d42ae8-7f13-4720-aff3-a25c6aff75eb [pid: 7|app: 0|req: 1112/2147] 10.0.0.76 () {32 vars in 701 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2148] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/ports/78d42ae8-7f13-4720-aff3-a25c6aff75eb => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2149] 10.0.0.76 () {32 vars in 687 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2150] 10.0.0.76 () {32 vars in 701 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:38.829 8 INFO neutron_taas.services.taas.taas_plugin [None req-f78ceb30-2d9b-4c65-9f8e-263db861ef72 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] TaaS: Handle Delete Port: c4ef7390-d6a6-468f-b7be-2463856f0223 2026-08-11 09:38:38.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f78ceb30-2d9b-4c65-9f8e-263db861ef72 e81aa0dc539142d5958b257c923a25ed e8d1e3cd3ea94caa8226ad3194cf86ef - - default default] Tap Mirror: Handle Delete Port: c4ef7390-d6a6-468f-b7be-2463856f0223 [pid: 7|app: 0|req: 1115/2151] 10.0.0.76 () {32 vars in 697 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2152] 10.0.0.76 () {32 vars in 709 bytes} [Tue Aug 11 09:38:38 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2153] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/ports/c4ef7390-d6a6-468f-b7be-2463856f0223 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2154] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-groups/f9662f2e-81c0-486e-9a9c-2f9c926b7714 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:39.026 8 INFO neutron.services.segments.plugin [-] Segment 9f4dd589-b1c2-4405-90fa-8772e878667f resource provider aggregate not found 2026-08-11 09:38:39.029 8 INFO neutron.services.segments.plugin [-] Segment 9f4dd589-b1c2-4405-90fa-8772e878667f resource provider aggregate not found 2026-08-11 09:38:39.043 8 INFO neutron.services.segments.plugin [-] Segment 9f4dd589-b1c2-4405-90fa-8772e878667f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f4dd589-b1c2-4405-90fa-8772e878667f found for delete ", "request_id": "req-632655a5-5b48-4a49-967d-2f3a2b59a7ae"}]} [pid: 7|app: 0|req: 1118/2155] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/security-groups/453a3a57-d4c2-4c3b-a1e6-f3d892c62872 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:39.048 8 INFO neutron.services.segments.plugin [-] Segment 9f4dd589-b1c2-4405-90fa-8772e878667f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f4dd589-b1c2-4405-90fa-8772e878667f found for delete ", "request_id": "req-58813a08-6c7d-4ed3-838c-bb4a112b1fe6"}]} [pid: 8|app: 0|req: 1038/2156] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:38 2026] DELETE /v2.0/networks/5cfbd7bf-cf6b-4b79-9951-77a2f37246b6 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2157] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:39 2026] DELETE /v2.0/security-groups/654f7417-7127-4609-909e-73663577be56 => 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: 1039/2158] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:39 2026] DELETE /v2.0/networks/5d20bed8-4f18-4562-bc98-23100d4752d1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2159] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:39 2026] DELETE /v2.0/security-groups/c7d81e07-3094-464c-90fa-99deced75c59 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2160] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:39 2026] DELETE /v2.0/security-groups/100abd16-b785-4208-8ecc-f21ce3eb7e88 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2161] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:39 2026] DELETE /v2.0/networks/77dc5a27-6cce-427c-a049-fbf836661e56 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:39.475 7 INFO neutron.services.segments.plugin [-] Segment f589f902-fa80-4167-8357-0a2136d9cf0b resource provider aggregate not found 2026-08-11 09:38:39.476 7 INFO neutron.services.segments.plugin [-] Segment f589f902-fa80-4167-8357-0a2136d9cf0b resource provider aggregate not found 2026-08-11 09:38:39.495 7 INFO neutron.services.segments.plugin [-] Segment f589f902-fa80-4167-8357-0a2136d9cf0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f589f902-fa80-4167-8357-0a2136d9cf0b found for delete ", "request_id": "req-7fb0f47c-d136-4129-8c0a-1b64ef85d059"}]} [pid: 7|app: 0|req: 1122/2162] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:39 2026] DELETE /v2.0/networks/557f882d-03fa-4c9b-8aa1-a16dd90a11bc => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:39.503 7 INFO neutron.services.segments.plugin [-] Segment f589f902-fa80-4167-8357-0a2136d9cf0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f589f902-fa80-4167-8357-0a2136d9cf0b found for delete ", "request_id": "req-01643b5f-0fa6-46c7-aef6-4b505c132699"}]} [pid: 8|app: 0|req: 1041/2163] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:39 2026] DELETE /v2.0/networks/e7f4db8a-270e-4358-8944-568ddf9ea32e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2164] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:39 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1042/2165] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:39 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 1124/2166] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:40 2026] GET /v2.0/security-groups?tenant_id=b37c848cabb94d5ea98265e845fa2b93&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2167] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:40 2026] GET /v2.0/security-groups?tenant_id=e8d1e3cd3ea94caa8226ad3194cf86ef&name=default => generated 2925 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2168] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:40 2026] DELETE /v2.0/security-groups/38e70d19-6fba-44c2-93ec-da5ca64efee5 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2169] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:40 2026] DELETE /v2.0/security-groups/2f56f7fe-ccc2-4c01-83f1-13216afcc24a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2170] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:40 2026] GET /v2.0/security-groups?tenant_id=650c499a0c654732a9cf37396fcabe84&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2171] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:40 2026] GET /v2.0/security-groups?tenant_id=b813fb933cc7417f975ac666be8ecc5f&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2172] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:40 2026] DELETE /v2.0/security-groups/dc85e752-c8be-45a0-8bde-db366cfc4a82 => 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: 1046/2173] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:40 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1128/2174] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:40 2026] DELETE /v2.0/security-groups/ea8cfa19-37bf-454e-a2d7-8a812ea2ccb0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2175] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:40 2026] GET /v2.0/security-groups?id=8891315e-7549-4f08-97dc-2c6b8b07b1fa&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: 1047/2176] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:38:40 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:41.065 8 INFO neutron.services.segments.plugin [-] Segment 2474de45-005c-4ca6-bbf4-c459885057b9 resource provider aggregate not found 2026-08-11 09:38:41.070 8 INFO neutron.services.segments.plugin [-] Segment 2474de45-005c-4ca6-bbf4-c459885057b9 resource provider aggregate not found 2026-08-11 09:38:41.086 8 INFO neutron.services.segments.plugin [-] Segment 2474de45-005c-4ca6-bbf4-c459885057b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2474de45-005c-4ca6-bbf4-c459885057b9 found for delete ", "request_id": "req-dc612439-9974-43c8-9c90-8c5ad3ee539f"}]} 2026-08-11 09:38:41.093 8 INFO neutron.services.segments.plugin [-] Segment 2474de45-005c-4ca6-bbf4-c459885057b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2474de45-005c-4ca6-bbf4-c459885057b9 found for delete ", "request_id": "req-c3dc15c0-15c7-4303-ac8c-9382d0d43ea2"}]} 2026-08-11 09:38:41.125 8 INFO neutron.services.segments.plugin [-] Segment e95d3216-5d98-4b8b-9903-a8b22cd8acc6 resource provider aggregate not found 2026-08-11 09:38:41.126 8 INFO neutron.services.segments.plugin [-] Segment e95d3216-5d98-4b8b-9903-a8b22cd8acc6 resource provider aggregate not found [pid: 8|app: 0|req: 1048/2177] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:41 2026] GET /v2.0/security-groups?tenant_id=fe9b47ac94234b908adb582de03b4dd9&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:41.150 8 INFO neutron.services.segments.plugin [-] Segment e95d3216-5d98-4b8b-9903-a8b22cd8acc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e95d3216-5d98-4b8b-9903-a8b22cd8acc6 found for delete ", "request_id": "req-a7508301-34c7-4a13-9372-5338dba610a4"}]} 2026-08-11 09:38:41.157 7 INFO neutron_taas.services.taas.taas_plugin [req-4e7053a8-67ac-4a4c-aa92-5bb05abb2c64 req-03d9e5bf-1cf3-49e6-b512-919a48b460de ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] TaaS: Handle Delete Port: 4cb828e5-369a-429d-b923-412eb536a87c 2026-08-11 09:38:41.160 8 INFO neutron.services.segments.plugin [-] Segment e95d3216-5d98-4b8b-9903-a8b22cd8acc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e95d3216-5d98-4b8b-9903-a8b22cd8acc6 found for delete ", "request_id": "req-cc9642fc-ea95-4f60-a05a-3712e8f36f5b"}]} 2026-08-11 09:38:41.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4e7053a8-67ac-4a4c-aa92-5bb05abb2c64 req-03d9e5bf-1cf3-49e6-b512-919a48b460de ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Tap Mirror: Handle Delete Port: 4cb828e5-369a-429d-b923-412eb536a87c 2026-08-11 09:38:41.172 8 INFO neutron.services.segments.plugin [-] Segment e215c37e-fd58-42a5-b5ee-e95e0aee7066 resource provider aggregate not found 2026-08-11 09:38:41.180 8 INFO neutron.services.segments.plugin [-] Segment e215c37e-fd58-42a5-b5ee-e95e0aee7066 resource provider aggregate not found 2026-08-11 09:38:41.191 8 INFO neutron.services.segments.plugin [-] Segment e215c37e-fd58-42a5-b5ee-e95e0aee7066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e215c37e-fd58-42a5-b5ee-e95e0aee7066 found for delete ", "request_id": "req-a4d08b25-3c4a-40dd-95ee-65eb96618e98"}]} 2026-08-11 09:38:41.201 8 INFO neutron.services.segments.plugin [-] Segment e215c37e-fd58-42a5-b5ee-e95e0aee7066 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e215c37e-fd58-42a5-b5ee-e95e0aee7066 found for delete ", "request_id": "req-20616744-5846-4cd7-9991-73ed0a80db00"}]} 2026-08-11 09:38:41.279 7 INFO neutron.db.l3_db [req-4e7053a8-67ac-4a4c-aa92-5bb05abb2c64 req-03d9e5bf-1cf3-49e6-b512-919a48b460de ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Floating IP d86a6ef1-3666-4f6c-9431-7c669dcda60d disassociated. External IP: 10.96.250.201, port: 4cb828e5-369a-429d-b923-412eb536a87c. [pid: 8|app: 0|req: 1049/2178] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:41 2026] GET /v2.0/security-groups?tenant_id=4c8890c579224c2d9944d1fa8b4bcf02&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2179] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:41 2026] DELETE /v2.0/security-groups/a17a0299-689a-4f19-8027-446b8b2d4c7c => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2180] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:41 2026] DELETE /v2.0/security-groups/20227dc0-560e-4219-afb2-d7e7c5aadfb1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2181] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:38:41 2026] DELETE /v2.0/ports/4cb828e5-369a-429d-b923-412eb536a87c => generated 0 bytes in 628 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:41.696 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ee55ae5-b152-45bb-8e08-6aec5e1c24f2'] response: {'server_uuid': '4be0642b-6455-4818-b5d6-d3fc7c56fc33', 'name': 'network-vif-deleted', 'tag': '4cb828e5-369a-429d-b923-412eb536a87c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1052/2182] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:42 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1131/2183] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:43 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1053/2184] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/ports?device_id=4be0642b-6455-4818-b5d6-d3fc7c56fc33 => 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: 1132/2185] 10.0.0.76 () {34 vars in 677 bytes} [Tue Aug 11 09:38:44 2026] POST /v2.0/qos/policies => generated 359 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2186] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:38:44 2026] PUT /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2187] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2188] 10.0.0.76 () {34 vars in 763 bytes} [Tue Aug 11 09:38:44 2026] PUT /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2189] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/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: 1057/2190] 10.0.0.76 () {34 vars in 759 bytes} [Tue Aug 11 09:38:44 2026] PUT /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2191] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:44 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:45.016 7 INFO neutron.db.segments_db [None req-1a4a0ca8-4f3a-458d-9ea0-3da503ea534f e5bffedd1dea4f0aaf0eee39bc58fe4d 2acc9b4fae734a178afd1a38c9aa849a - - default default] Added segment 869be7ff-5e8d-41b7-8fc4-209e76aaedf4 of type vxlan for network 1a5a5480-700b-4ced-85c5-6fc8f6570c27 [pid: 8|app: 0|req: 1059/2192] 10.0.0.76 () {34 vars in 781 bytes} [Tue Aug 11 09:38:44 2026] PUT /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2193] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2194] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:44 2026] POST /v2.0/networks => generated 611 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2195] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:38:45 2026] PUT /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2196] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:38:45 2026] PUT /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2197] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2199] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2199] 10.0.0.76 () {32 vars in 740 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:45.246 7 INFO neutron.api.v2.resource [None req-232c5f88-0335-4b01-b1f2-7deae6b7164b 380c709fa1aa4660a843ff01f9d75def fe83ea255e2d4da3a64b3c6158d24cee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1137/2200] 10.0.0.76 () {32 vars in 744 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2201] 10.0.0.76 () {34 vars in 763 bytes} [Tue Aug 11 09:38:45 2026] PUT /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2202] 10.0.0.76 () {32 vars in 743 bytes} [Tue Aug 11 09:38:45 2026] DELETE /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2203] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2204] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:45.406 8 INFO neutron.api.v2.resource [None req-dedf640f-b7b2-4b54-a0fe-deab28717e6f 380c709fa1aa4660a843ff01f9d75def fe83ea255e2d4da3a64b3c6158d24cee - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1066/2205] 10.0.0.76 () {32 vars in 747 bytes} [Tue Aug 11 09:38:45 2026] DELETE /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2206] 10.0.0.76 () {34 vars in 759 bytes} [Tue Aug 11 09:38:45 2026] PUT /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags/red => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2207] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:45 2026] DELETE /v2.0/security-groups/8891315e-7549-4f08-97dc-2c6b8b07b1fa => 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: 1068/2208] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:38:45 2026] DELETE /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2209] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2210] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:45.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-01320182-3d4a-4024-9c9f-9021caa7fbb7 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] TaaS: Handle Delete Port: aa39395d-edd0-47a0-a240-8ef5fba22146 2026-08-11 09:38:45.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01320182-3d4a-4024-9c9f-9021caa7fbb7 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Tap Mirror: Handle Delete Port: aa39395d-edd0-47a0-a240-8ef5fba22146 [pid: 8|app: 0|req: 1070/2211] 10.0.0.76 () {34 vars in 781 bytes} [Tue Aug 11 09:38:45 2026] PUT /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2212] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:38:45 2026] DELETE /v2.0/qos/policies/826feb5e-b93a-4d2d-a21c-ca944ccc1047 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2213] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2214] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:45 2026] DELETE /v2.0/floatingips/d86a6ef1-3666-4f6c-9431-7c669dcda60d => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2215] 10.0.0.76 () {34 vars in 752 bytes} [Tue Aug 11 09:38:45 2026] PUT /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2216] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2217] 10.0.0.76 () {32 vars in 740 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:46.014 8 INFO neutron.api.v2.resource [None req-c9ced7fc-bba4-4e6e-9a86-22aa2836c9e2 e5bffedd1dea4f0aaf0eee39bc58fe4d 2acc9b4fae734a178afd1a38c9aa849a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1075/2218] 10.0.0.76 () {32 vars in 744 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2219] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:45 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 1076/2220] 10.0.0.76 () {32 vars in 743 bytes} [Tue Aug 11 09:38:46 2026] DELETE /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2221] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:46 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 1077/2222] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:46 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:46.194 7 INFO neutron.api.v2.resource [None req-cc0a6773-6b0b-486e-a364-faf23467f821 e5bffedd1dea4f0aaf0eee39bc58fe4d 2acc9b4fae734a178afd1a38c9aa849a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1146/2223] 10.0.0.76 () {32 vars in 747 bytes} [Tue Aug 11 09:38:46 2026] DELETE /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2224] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:38:46 2026] DELETE /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2225] 10.0.0.76 () {32 vars in 732 bytes} [Tue Aug 11 09:38:46 2026] GET /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:46.471 8 INFO neutron.services.segments.plugin [-] Segment 869be7ff-5e8d-41b7-8fc4-209e76aaedf4 resource provider aggregate not found 2026-08-11 09:38:46.471 8 INFO neutron.services.segments.plugin [-] Segment 869be7ff-5e8d-41b7-8fc4-209e76aaedf4 resource provider aggregate not found 2026-08-11 09:38:46.489 8 INFO neutron.services.segments.plugin [-] Segment 869be7ff-5e8d-41b7-8fc4-209e76aaedf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 869be7ff-5e8d-41b7-8fc4-209e76aaedf4 found for delete ", "request_id": "req-67428176-a337-446f-8d2f-451aa9cc053c"}]} [pid: 8|app: 0|req: 1079/2226] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:46 2026] DELETE /v2.0/networks/1a5a5480-700b-4ced-85c5-6fc8f6570c27 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:46.497 8 INFO neutron.services.segments.plugin [-] Segment 869be7ff-5e8d-41b7-8fc4-209e76aaedf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 869be7ff-5e8d-41b7-8fc4-209e76aaedf4 found for delete ", "request_id": "req-e003876b-6163-41d8-a296-2ce8580efc95"}]} [pid: 7|app: 0|req: 1148/2227] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:46 2026] GET /v2.0/security-groups?tenant_id=fe83ea255e2d4da3a64b3c6158d24cee&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2228] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:46 2026] DELETE /v2.0/security-groups/fdcd9ea2-cf8c-407e-badc-9a0864e1535b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2231] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:46 2026] GET /v2.0/security-groups?tenant_id=68882016ad9f46b09b2febc3c4fa34f6&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2232] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:46 2026] DELETE /v2.0/security-groups/4c4308af-d233-4ac8-8090-64531b450717 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2233] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:47 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 1085/2234] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:47 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 1150/2235] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:47 2026] GET /v2.0/security-groups?tenant_id=2acc9b4fae734a178afd1a38c9aa849a&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: 1086/2236] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:47 2026] DELETE /v2.0/security-groups/d26a558a-6359-4256-ace9-69ce21f375da => 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: 1151/2237] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:47 2026] GET /v2.0/security-groups?tenant_id=41efadd27e184aaa9b2a686bdc57f553&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: 1087/2238] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:47 2026] DELETE /v2.0/security-groups/a5fddfe0-88da-458c-8e47-4974fe093ae2 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2239] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:48 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 1088/2240] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:38:48 2026] GET /v2.0/security-groups?id=983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5&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: 1153/2241] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:38:48 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:38:48.528 8 INFO neutron_taas.services.taas.taas_plugin [req-f6ad1d9a-a22e-47a0-a53c-9475b641b587 req-bfeb2d8a-53c3-4e32-8071-391912837094 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] TaaS: Handle Delete Port: 6b18f3dd-138a-4470-a6c4-b5aa2e677cae 2026-08-11 09:38:48.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f6ad1d9a-a22e-47a0-a53c-9475b641b587 req-bfeb2d8a-53c3-4e32-8071-391912837094 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Tap Mirror: Handle Delete Port: 6b18f3dd-138a-4470-a6c4-b5aa2e677cae [pid: 8|app: 0|req: 1089/2242] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:38:48 2026] DELETE /v2.0/ports/6b18f3dd-138a-4470-a6c4-b5aa2e677cae => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:48.691 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74595838-9c55-4a5d-8e5f-efc96d1fb594'] response: {'server_uuid': 'ec79f009-dc54-42a8-a2b8-14c240591951', 'name': 'network-vif-deleted', 'tag': '6b18f3dd-138a-4470-a6c4-b5aa2e677cae', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1154/2243] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:49 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:50.575 8 INFO neutron.db.segments_db [None req-1ac535dd-b793-45fa-8ec2-6c2a9d90e1f7 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] Added segment dd213042-5e7e-4b1f-9da4-e693e6a99f7a of type vxlan for network f390247b-5107-4ae4-be57-0c067ee9da99 [pid: 7|app: 0|req: 1155/2244] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:50 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:50.860 8 INFO neutron.db.l3_hamode_db [None req-1ac535dd-b793-45fa-8ec2-6c2a9d90e1f7 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:38:51.004 8 INFO neutron.db.l3_hamode_db [None req-1ac535dd-b793-45fa-8ec2-6c2a9d90e1f7 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1156/2245] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:38:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2246] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:38:51 2026] PUT /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2247] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2248] 10.0.0.76 () {34 vars in 769 bytes} [Tue Aug 11 09:38:51 2026] PUT /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2249] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2250] 10.0.0.76 () {34 vars in 765 bytes} [Tue Aug 11 09:38:51 2026] PUT /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2251] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2252] 10.0.0.76 () {34 vars in 787 bytes} [Tue Aug 11 09:38:51 2026] PUT /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2253] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2254] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:38:51 2026] PUT /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2255] 10.0.0.76 () {34 vars in 667 bytes} [Tue Aug 11 09:38:50 2026] POST /v2.0/routers => generated 474 bytes in 1244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2256] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2257] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:51.740 7 INFO neutron.api.v2.resource [None req-42613215-ff54-483b-ad0a-74d5cf4ed67b d54e06ab60ab479a8bdf20ec6793b673 ff0affebc5194598a6626ca6c2ea9daf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2258] 10.0.0.76 () {32 vars in 750 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2259] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:38:51 2026] DELETE /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2260] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:38:51 2026] PUT /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 25 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2261] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/ports?device_id=ec79f009-dc54-42a8-a2b8-14c240591951 => 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: 1092/2262] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:51.885 8 INFO neutron.api.v2.resource [None req-32cdeb99-1069-47d3-82e7-b842a012f694 d54e06ab60ab479a8bdf20ec6793b673 ff0affebc5194598a6626ca6c2ea9daf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1093/2263] 10.0.0.76 () {32 vars in 753 bytes} [Tue Aug 11 09:38:51 2026] DELETE /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2264] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 25 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2265] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:38:51 2026] DELETE /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2266] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:51 2026] GET /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc/tags => 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: 1096/2267] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:52 2026] DELETE /v2.0/subnetpools/b7234299-9219-40c2-b4a5-b73b31c2abdc => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2268] 10.0.0.76 () {34 vars in 761 bytes} [Tue Aug 11 09:38:51 2026] PUT /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags/green => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2269] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:38:52 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2270] 10.0.0.76 () {34 vars in 757 bytes} [Tue Aug 11 09:38:52 2026] PUT /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags/red => generated 4 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2271] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:38:52 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/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: 1174/2272] 10.0.0.76 () {34 vars in 779 bytes} [Tue Aug 11 09:38:52 2026] PUT /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags/black.or.white => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2273] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:38:52 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 52 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2274] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:38:52 2026] PUT /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 37 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2275] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:52 2026] GET /v2.0/security-groups?tenant_id=ff0affebc5194598a6626ca6c2ea9daf&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2276] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:53 2026] DELETE /v2.0/security-groups/983b5fb2-1fb1-4ab2-9054-ed8f61a98ca5 => 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: 1102/2277] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:53 2026] DELETE /v2.0/security-groups/df3bddf1-a94c-4a91-878f-c24bbee37bb6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2278] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:38:52 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 37 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2279] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags/red => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2280] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/security-groups?tenant_id=a5ab1003281c4c1d9381ea4d2b22c904&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:38:53.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-e12de9fe-8d03-483b-ab1b-7663bf2921b7 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] TaaS: Handle Delete Port: 55d83953-ffa7-418e-8577-f84133b99aa8 2026-08-11 09:38:53.629 7 INFO neutron.api.v2.resource [None req-3f9414eb-ea15-42fe-8fc3-566d4ce5b0a8 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1179/2281] 10.0.0.76 () {32 vars in 742 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags/green => generated 99 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-11 09:38:53.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e12de9fe-8d03-483b-ab1b-7663bf2921b7 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Tap Mirror: Handle Delete Port: 55d83953-ffa7-418e-8577-f84133b99aa8 [pid: 7|app: 0|req: 1180/2282] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:53 2026] DELETE /v2.0/security-groups/a0118c5a-f93a-431d-92d3-b2a1147253ee => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2283] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:38:53 2026] DELETE /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2284] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:38:53 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 30 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:53.981 7 INFO neutron.api.v2.resource [None req-09a83596-8c9c-4750-b160-9816c621ae54 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2285] 10.0.0.76 () {32 vars in 745 bytes} [Tue Aug 11 09:38:53 2026] DELETE /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2286] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:38:53 2026] DELETE /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2287] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:38:53 2026] PUT /v2.0/routers/5ca74223-53f2-4aa1-875a-e0b5af79619b/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2288] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:38:54 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc/tags => generated 12 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2289] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:38:54 2026] GET /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2290] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:38:54 2026] DELETE /v2.0/subnets/47c74089-69ea-4358-bd47-12d044299e8e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:54.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c825d7e-c16d-4785-97dd-f426d2fcdaba ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] TaaS: Handle Delete Port: f59c9c36-6ae7-49bd-859b-87b811d2a48f 2026-08-11 09:38:54.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c825d7e-c16d-4785-97dd-f426d2fcdaba ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Tap Mirror: Handle Delete Port: f59c9c36-6ae7-49bd-859b-87b811d2a48f [pid: 7|app: 0|req: 1187/2291] 10.0.0.76 () {34 vars in 741 bytes} [Tue Aug 11 09:38:54 2026] PUT /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc => generated 480 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2292] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:38:54 2026] GET /v2.0/ports?device_id=3efd997b-3700-4fad-b06c-49ffb2e49bbc => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:54.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c825d7e-c16d-4785-97dd-f426d2fcdaba ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] TaaS: Handle Delete Port: 1596083d-d387-40ef-8eda-095d2d7bf4b3 2026-08-11 09:38:54.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c825d7e-c16d-4785-97dd-f426d2fcdaba ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Tap Mirror: Handle Delete Port: 1596083d-d387-40ef-8eda-095d2d7bf4b3 2026-08-11 09:38:55.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-6be008aa-9b68-4b28-b4b3-52b3db3652c9 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] TaaS: Handle Delete Port: 9198c35d-8a0e-43cb-bc43-726aaa677b66 2026-08-11 09:38:55.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6be008aa-9b68-4b28-b4b3-52b3db3652c9 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] Tap Mirror: Handle Delete Port: 9198c35d-8a0e-43cb-bc43-726aaa677b66 2026-08-11 09:38:55.292 8 INFO neutron.services.segments.plugin [-] Segment a182bb44-4f34-4c82-b345-f473e13a8dbf resource provider aggregate not found 2026-08-11 09:38:55.297 8 INFO neutron.services.segments.plugin [-] Segment a182bb44-4f34-4c82-b345-f473e13a8dbf resource provider aggregate not found 2026-08-11 09:38:55.313 8 INFO neutron.db.l3_hamode_db [None req-7c825d7e-c16d-4785-97dd-f426d2fcdaba ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] HA network bb60d5fd-2ab1-4171-9e30-8e398bcfd568 was deleted as no HA routers are present in tenant d63ac4c927114c139e68b268fb14986f. 2026-08-11 09:38:55.315 8 INFO neutron.services.segments.plugin [-] Segment a182bb44-4f34-4c82-b345-f473e13a8dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a182bb44-4f34-4c82-b345-f473e13a8dbf found for delete ", "request_id": "req-57c75ca4-b6d1-4499-8613-51edbf275e64"}]} 2026-08-11 09:38:55.321 8 INFO neutron.services.segments.plugin [-] Segment a182bb44-4f34-4c82-b345-f473e13a8dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a182bb44-4f34-4c82-b345-f473e13a8dbf found for delete ", "request_id": "req-704b9d94-bbcb-4fe8-ae2e-22c1a669a0c3"}]} [pid: 8|app: 0|req: 1105/2293] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:38:54 2026] DELETE /v2.0/routers/5ca74223-53f2-4aa1-875a-e0b5af79619b => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:55.390 7 INFO neutron.services.segments.plugin [-] Segment dd213042-5e7e-4b1f-9da4-e693e6a99f7a resource provider aggregate not found 2026-08-11 09:38:55.394 7 INFO neutron.services.segments.plugin [-] Segment dd213042-5e7e-4b1f-9da4-e693e6a99f7a resource provider aggregate not found 2026-08-11 09:38:55.412 7 INFO neutron.services.segments.plugin [-] Segment dd213042-5e7e-4b1f-9da4-e693e6a99f7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd213042-5e7e-4b1f-9da4-e693e6a99f7a found for delete ", "request_id": "req-8ca1c264-2ec2-43d9-94e0-f7e131cfe776"}]} 2026-08-11 09:38:55.417 7 INFO neutron.services.segments.plugin [-] Segment dd213042-5e7e-4b1f-9da4-e693e6a99f7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd213042-5e7e-4b1f-9da4-e693e6a99f7a found for delete ", "request_id": "req-c54f447c-845b-4017-9e52-5ba97046f4af"}]} 2026-08-11 09:38:55.427 7 INFO neutron.db.l3_hamode_db [None req-6be008aa-9b68-4b28-b4b3-52b3db3652c9 190309def4184adea4d2bc13758e3adb 1279c5188bb34df990be32ae3dfd8674 - - default default] HA network f390247b-5107-4ae4-be57-0c067ee9da99 was deleted as no HA routers are present in tenant 1279c5188bb34df990be32ae3dfd8674. [pid: 7|app: 0|req: 1189/2294] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:38:54 2026] DELETE /v2.0/routers/3efd997b-3700-4fad-b06c-49ffb2e49bbc => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:55.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-535e9b61-5ed5-4258-95ce-6627884043c7 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] TaaS: Handle Delete Port: 2f249485-358d-4dca-ad35-308fd2e15ae6 2026-08-11 09:38:55.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-535e9b61-5ed5-4258-95ce-6627884043c7 ee2e2067360941e48c499fb18cbbd57a d63ac4c927114c139e68b268fb14986f - - default default] Tap Mirror: Handle Delete Port: 2f249485-358d-4dca-ad35-308fd2e15ae6 [pid: 8|app: 0|req: 1106/2295] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:55 2026] DELETE /v2.0/networks/aa74d412-0f81-4de6-a701-b9b00bc74a7a => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2296] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:56 2026] GET /v2.0/security-groups?tenant_id=7555ac9c4e4249f8a771c4598ef1be93&name=default => generated 2929 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2297] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:56 2026] DELETE /v2.0/security-groups/b3eae2d2-1db6-41a8-857d-ef6ed3f75f0d => 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: 1108/2298] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:56 2026] GET /v2.0/security-groups?tenant_id=1279c5188bb34df990be32ae3dfd8674&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2299] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:56 2026] GET /v2.0/security-groups?tenant_id=1eb171c338564677ab1d2fbec6c2515c&name=default => generated 2929 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2300] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:56 2026] DELETE /v2.0/security-groups/84df4735-1df7-44e7-ada2-d20dfce5e8a1 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2301] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:56 2026] DELETE /v2.0/security-groups/73d3b6e5-430e-4fda-93bc-552a74e352fd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2302] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:57 2026] GET /v2.0/security-groups?tenant_id=d63ac4c927114c139e68b268fb14986f&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2303] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:57 2026] DELETE /v2.0/security-groups/c84bee69-5764-4691-9dd5-28b8b07dc8e2 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:57.338 8 INFO neutron.services.segments.plugin [-] Segment 79967412-9c3e-4588-b543-a186a35a3545 resource provider aggregate not found 2026-08-11 09:38:57.345 8 INFO neutron.services.segments.plugin [-] Segment 79967412-9c3e-4588-b543-a186a35a3545 resource provider aggregate not found 2026-08-11 09:38:57.354 8 INFO neutron.services.segments.plugin [-] Segment 79967412-9c3e-4588-b543-a186a35a3545 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79967412-9c3e-4588-b543-a186a35a3545 found for delete ", "request_id": "req-445cf566-66e4-4324-8192-f2617d744d1d"}]} 2026-08-11 09:38:57.363 8 INFO neutron.services.segments.plugin [-] Segment 79967412-9c3e-4588-b543-a186a35a3545 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79967412-9c3e-4588-b543-a186a35a3545 found for delete ", "request_id": "req-c386a334-7af8-40e9-8df6-aaeb7982a66b"}]} 2026-08-11 09:38:57.516 8 INFO neutron.db.segments_db [None req-540c9154-b121-47fd-9ac9-8da1662a8006 7fb8ce40cbb94e47adede9d15ea44cb5 5cccff5f34ad4e51bc151ebde6191a2e - - default default] Added segment f1a6e53f-20c3-43a0-8f48-009ba2c3a247 of type vxlan for network cf59ee63-8b85-4992-828d-4f4004bdce7e [pid: 8|app: 0|req: 1111/2304] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:38:57 2026] POST /v2.0/networks => generated 613 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2305] 10.0.0.76 () {34 vars in 663 bytes} [Tue Aug 11 09:38:57 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2306] 10.0.0.76 () {34 vars in 665 bytes} [Tue Aug 11 09:38:57 2026] POST /v2.0/trunks => generated 407 bytes in 169 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/2307] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:38:58 2026] PUT /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2308] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2309] 10.0.0.76 () {34 vars in 759 bytes} [Tue Aug 11 09:38:58 2026] PUT /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2310] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/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: 1197/2311] 10.0.0.76 () {34 vars in 755 bytes} [Tue Aug 11 09:38:58 2026] PUT /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2312] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2313] 10.0.0.76 () {34 vars in 777 bytes} [Tue Aug 11 09:38:58 2026] PUT /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2314] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2315] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:38:58 2026] PUT /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2316] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2317] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:58.583 8 INFO neutron.api.v2.resource [None req-b35515c5-a963-4e3e-a9ad-9d713d2bca80 7fb8ce40cbb94e47adede9d15ea44cb5 5cccff5f34ad4e51bc151ebde6191a2e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1118/2318] 10.0.0.76 () {32 vars in 740 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2319] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:38:58 2026] DELETE /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2320] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:38:58.681 7 INFO neutron.api.v2.resource [None req-789b8025-0ee5-4b82-ba8a-384a6bbbbcc2 7fb8ce40cbb94e47adede9d15ea44cb5 5cccff5f34ad4e51bc151ebde6191a2e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1202/2321] 10.0.0.76 () {32 vars in 743 bytes} [Tue Aug 11 09:38:58 2026] DELETE /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2322] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:38:58 2026] DELETE /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2323] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5/tags => 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: 1121/2324] 10.0.0.76 () {32 vars in 718 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2325] 10.0.0.76 () {32 vars in 716 bytes} [Tue Aug 11 09:38:58 2026] GET /v2.0/ports/e19cce4b-5b49-4ddf-a569-adb24909867c => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2326] 10.0.0.76 () {32 vars in 721 bytes} [Tue Aug 11 09:38:58 2026] DELETE /v2.0/trunks/6f99080a-d571-4620-bde9-5ea377d2f0b5 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:38:59.017 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e9df0fa-2e97-407e-8637-865a57dff9cc 7fb8ce40cbb94e47adede9d15ea44cb5 5cccff5f34ad4e51bc151ebde6191a2e - - default default] TaaS: Handle Delete Port: e19cce4b-5b49-4ddf-a569-adb24909867c 2026-08-11 09:38:59.021 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e9df0fa-2e97-407e-8637-865a57dff9cc 7fb8ce40cbb94e47adede9d15ea44cb5 5cccff5f34ad4e51bc151ebde6191a2e - - default default] Tap Mirror: Handle Delete Port: e19cce4b-5b49-4ddf-a569-adb24909867c [pid: 7|app: 0|req: 1205/2327] 10.0.0.76 () {32 vars in 719 bytes} [Tue Aug 11 09:38:58 2026] DELETE /v2.0/ports/e19cce4b-5b49-4ddf-a569-adb24909867c => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2328] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:38:59 2026] DELETE /v2.0/networks/cf59ee63-8b85-4992-828d-4f4004bdce7e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:38:59.374 8 INFO neutron.services.segments.plugin [-] Segment f1a6e53f-20c3-43a0-8f48-009ba2c3a247 resource provider aggregate not found 2026-08-11 09:38:59.386 8 INFO neutron.services.segments.plugin [-] Segment f1a6e53f-20c3-43a0-8f48-009ba2c3a247 resource provider aggregate not found 2026-08-11 09:38:59.395 8 INFO neutron.services.segments.plugin [-] Segment f1a6e53f-20c3-43a0-8f48-009ba2c3a247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a6e53f-20c3-43a0-8f48-009ba2c3a247 found for delete ", "request_id": "req-915873ab-9c1d-42eb-b617-fe1a749e95f2"}]} 2026-08-11 09:38:59.410 8 INFO neutron.services.segments.plugin [-] Segment f1a6e53f-20c3-43a0-8f48-009ba2c3a247 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1a6e53f-20c3-43a0-8f48-009ba2c3a247 found for delete ", "request_id": "req-721ce3dd-b1a9-4385-9354-625584fefa98"}]} 2026-08-11 09:38:59.426 7 INFO neutron.db.segments_db [None req-6d8e4de8-2351-4109-9ec2-58ade2de3b1c a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment fe9d71e5-b681-451b-adca-93becf181fb8 of type vxlan for network 5f57b964-5791-4490-a4fd-78b4acf183e4 [pid: 7|app: 0|req: 1206/2329] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:38:59 2026] POST /v2.0/networks => generated 722 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2330] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:38:59 2026] POST /v2.0/subnets => generated 688 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:38:59.750 7 INFO neutron.db.segments_db [None req-861fc24e-2043-443d-bf39-de06a5ad7577 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 49d3df96-9840-45ca-b14b-75e665c940b6 of type vxlan for network 112272a5-0513-40ea-bee4-950a06b92b6f 2026-08-11 09:38:59.990 7 INFO neutron.db.l3_hamode_db [None req-861fc24e-2043-443d-bf39-de06a5ad7577 a368e61288154a158b02c442d8d43144 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1125/2331] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:38:59 2026] GET /v2.0/security-groups?tenant_id=b34d62cecc5d4db8951c774f12c0bfb4&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2332] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:00 2026] DELETE /v2.0/security-groups/402f68d9-8de4-402d-9854-d9b3bd452bee => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:39:00.504 8 INFO neutron.db.segments_db [None req-3f21ed1c-36a2-4c85-a039-d43be670eb15 80fc26e359b5463e82de1635efdb765a d42187f44b6a4f1da72fb5517b5b7996 - - default default] Added segment f12c6c15-2db4-42f9-ad49-c8feac1aea68 of type vxlan for network 68493db0-78ee-4b32-be26-ce1ff4ee704e [pid: 8|app: 0|req: 1127/2333] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:39:00 2026] POST /v2.0/networks => generated 613 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2334] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:39:00 2026] GET /v2.0/security-groups?tenant_id=5cccff5f34ad4e51bc151ebde6191a2e&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:39:00.796 7 INFO neutron.db.l3_hamode_db [None req-861fc24e-2043-443d-bf39-de06a5ad7577 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1129/2335] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:39:00 2026] POST /v2.0/subnets => generated 626 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2336] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:00 2026] DELETE /v2.0/security-groups/97cc1b94-7d02-4458-a2bc-932fd8a852e5 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2337] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:39:01 2026] PUT /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2338] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2339] 10.0.0.76 () {34 vars in 761 bytes} [Tue Aug 11 09:39:01 2026] PUT /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2340] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2341] 10.0.0.76 () {34 vars in 757 bytes} [Tue Aug 11 09:39:01 2026] PUT /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags/red => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2342] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2343] 10.0.0.76 () {34 vars in 779 bytes} [Tue Aug 11 09:39:01 2026] PUT /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags/black.or.white => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2344] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2345] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:39:01 2026] PUT /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2346] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2347] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:39:01.791 8 INFO neutron.api.v2.resource [None req-9c50b168-e2a2-4327-ac39-b91a5825c615 80fc26e359b5463e82de1635efdb765a d42187f44b6a4f1da72fb5517b5b7996 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1142/2348] 10.0.0.76 () {32 vars in 742 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2349] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:38:59 2026] POST /v2.0/routers => generated 728 bytes in 2147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2350] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:39:01 2026] DELETE /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2351] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:39:01 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:39:01.947 8 INFO neutron.api.v2.resource [None req-9f241120-6f0c-40e6-ad7c-26a70d2369a7 80fc26e359b5463e82de1635efdb765a d42187f44b6a4f1da72fb5517b5b7996 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1145/2352] 10.0.0.76 () {32 vars in 745 bytes} [Tue Aug 11 09:39:01 2026] DELETE /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2355] 10.0.0.76 () {32 vars in 733 bytes} [Tue Aug 11 09:39:01 2026] DELETE /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2356] 10.0.0.76 () {32 vars in 730 bytes} [Tue Aug 11 09:39:02 2026] GET /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2357] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:39:02 2026] DELETE /v2.0/subnets/880c3b13-6a0d-4131-a768-2ceb9c90cc1b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:39:02.316 8 INFO neutron.services.segments.plugin [-] Segment f12c6c15-2db4-42f9-ad49-c8feac1aea68 resource provider aggregate not found 2026-08-11 09:39:02.326 8 INFO neutron.services.segments.plugin [-] Segment f12c6c15-2db4-42f9-ad49-c8feac1aea68 resource provider aggregate not found 2026-08-11 09:39:02.344 8 INFO neutron.services.segments.plugin [-] Segment f12c6c15-2db4-42f9-ad49-c8feac1aea68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f12c6c15-2db4-42f9-ad49-c8feac1aea68 found for delete ", "request_id": "req-681b0356-9cbe-464f-a155-5967a99081b8"}]} 2026-08-11 09:39:02.349 8 INFO neutron.services.segments.plugin [-] Segment f12c6c15-2db4-42f9-ad49-c8feac1aea68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f12c6c15-2db4-42f9-ad49-c8feac1aea68 found for delete ", "request_id": "req-dbbce1b5-6ddf-4a33-83a2-8f2095e74b1d"}]} [pid: 8|app: 0|req: 1151/2358] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:39:02 2026] DELETE /v2.0/networks/68493db0-78ee-4b32-be26-ce1ff4ee704e => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2359] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:39:01 2026] PUT /v2.0/routers/1b18cfa9-5770-4fa6-bfcf-9d2d962b6b2a/add_router_interface => generated 309 bytes in 1126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2360] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:39:03 2026] GET /v2.0/security-groups?tenant_id=d42187f44b6a4f1da72fb5517b5b7996&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2361] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:03 2026] DELETE /v2.0/security-groups/4da936b2-d1d8-4d55-b321-e02ce84ccfcd => 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: 1153/2362] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:39:03 2026] GET /v2.0/security-groups?tenant_id=23f10ad4d564466ba3d89f2b2a3cdbfe&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2363] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:03 2026] DELETE /v2.0/security-groups/564c4d70-e887-48bf-8807-c3ee26ee0dd5 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:39:04.307 8 INFO neutron.db.segments_db [None req-2db4c062-a447-402e-9f78-c4fa1eb3979b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment b804a084-ffa0-4af8-8179-7616d75adb9d of type vxlan for network 930c53d4-ca6c-472c-aec0-5e3999a4ff69 [pid: 8|app: 0|req: 1154/2364] 10.0.0.76 () {34 vars in 670 bytes} [Tue Aug 11 09:39:04 2026] POST /v2.0/networks => generated 720 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2365] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:39:04 2026] POST /v2.0/subnets => generated 686 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:39:04.686 8 INFO neutron.db.segments_db [None req-bb4667de-9017-47fd-8ff9-49a2e1f88a47 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Added segment 7bc3c38c-6469-4b97-87db-d6b4dbe4b4c3 of type vxlan for network 83e41223-e6b4-4429-9380-c9681b4020d8 2026-08-11 09:39:04.936 8 INFO neutron.db.l3_hamode_db [None req-bb4667de-9017-47fd-8ff9-49a2e1f88a47 a368e61288154a158b02c442d8d43144 6ba6bcd89d5645f1bb7b64a8efe71dd2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:39:05.828 8 INFO neutron.db.l3_hamode_db [None req-bb4667de-9017-47fd-8ff9-49a2e1f88a47 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1155/2366] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:39:04 2026] POST /v2.0/routers => generated 726 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2367] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:39:06 2026] PUT /v2.0/routers/ee58db88-23ca-4081-93e3-ef475ff66206/add_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2368] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:39:08 2026] POST /v2.0/security-groups => generated 1677 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2369] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2370] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2371] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2372] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:39:09.417 7 INFO neutron.db.securitygroups_db [None req-905858e5-c20a-40d2-9ae0-6f6b082b3103 e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] Project f457e6bf026a46d3ba18d38395ac7ac8 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: 1215/2373] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:39:09.533 8 INFO neutron.db.securitygroups_db [None req-eea4ea08-a9e9-4c9a-9b14-92d0304b5752 e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] Project f457e6bf026a46d3ba18d38395ac7ac8 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: 1159/2374] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2375] 10.0.0.76 () {34 vars in 684 bytes} [Tue Aug 11 09:39:10 2026] POST /v2.0/security-groups => generated 1662 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2376] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2377] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:39:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2378] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:39:10 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2379] 10.0.0.238 () {34 vars in 1098 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--905354652&fields=id&tenant_id=f457e6bf026a46d3ba18d38395ac7ac8 => 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: 1162/2380] 10.0.0.238 () {34 vars in 1100 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1113656971&fields=id&tenant_id=f457e6bf026a46d3ba18d38395ac7ac8 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2381] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/networks?id=5f57b964-5791-4490-a4fd-78b4acf183e4 => generated 673 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2382] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/quotas/f457e6bf026a46d3ba18d38395ac7ac8 => 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: 1220/2383] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/ports?tenant_id=f457e6bf026a46d3ba18d38395ac7ac8&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: 1164/2384] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/networks/5f57b964-5791-4490-a4fd-78b4acf183e4?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: 1221/2385] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/networks/5f57b964-5791-4490-a4fd-78b4acf183e4?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: 1165/2386] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:11 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1222/2387] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:12 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1166/2388] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:13 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1223/2389] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:14 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1167/2390] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:39:15 2026] GET /v2.0/networks?id=5f57b964-5791-4490-a4fd-78b4acf183e4 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2391] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:39:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f457e6bf026a46d3ba18d38395ac7ac8 => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2392] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:16 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1168/2393] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:39:16 2026] POST /v2.0/ports => generated 997 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2396] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:39:16 2026] PUT /v2.0/ports/6b25e67b-8ff2-483f-80b4-dfc1dd87f35c => generated 1278 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:39:17.036 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3f645d2-f43d-4813-b215-844d8c7fdaa8'] response: {'name': 'network-changed', 'server_uuid': '346c8ce9-866e-4f1f-8d67-a8658268824e', 'tag': '6b25e67b-8ff2-483f-80b4-dfc1dd87f35c', '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: 1171/2397] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:17 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1227/2398] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:17 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2399] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:39:17 2026] GET /v2.0/ports?tenant_id=f457e6bf026a46d3ba18d38395ac7ac8&device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2400] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:39:17 2026] GET /v2.0/networks?tenant_id=f457e6bf026a46d3ba18d38395ac7ac8&shared=False => generated 769 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2401] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:39:17 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: 1229/2402] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1012 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2403] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2404] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/ports?tenant_id=f457e6bf026a46d3ba18d38395ac7ac8&device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1281 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2405] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6b25e67b-8ff2-483f-80b4-dfc1dd87f35c => 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: 1231/2406] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/subnets?id=915b6c2b-5172-41e7-89e5-611f7f97e58b => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2407] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/ports?network_id=5f57b964-5791-4490-a4fd-78b4acf183e4&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: 1232/2408] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/networks/5f57b964-5791-4490-a4fd-78b4acf183e4?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: 1177/2409] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:39:18 2026] GET /v2.0/networks/5f57b964-5791-4490-a4fd-78b4acf183e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2410] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:19 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2411] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:19 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2412] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:20 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2413] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:20 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2414] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:21 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2415] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:21 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2416] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:39:22 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1281 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2417] 199.204.45.229 () {34 vars in 1124 bytes} [Tue Aug 11 09:39:22 2026] GET /v2.0/security-groups?id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&id=abfb6f2c-330c-49ab-9713-b27eee1049e0&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: 1237/2418] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:22 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1014 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2419] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:23 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2420] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:24 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2421] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:24 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2422] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:24 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1014 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:39:24.748 8 INFO neutron.db.l3_db [None req-049b1acb-cf56-4d34-96f5-8bdddca13c0d e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] Floating IP f90b598f-c505-4980-bc44-b2db5afbe356 associated. External IP: 10.96.250.210, port: 6b25e67b-8ff2-483f-80b4-dfc1dd87f35c. [pid: 8|app: 0|req: 1184/2423] 10.0.0.76 () {34 vars in 748 bytes} [Tue Aug 11 09:39:24 2026] PUT /v2.0/floatingips/f90b598f-c505-4980-bc44-b2db5afbe356 => generated 856 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:39:25.148 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3ca1c34-1732-4180-961b-1b0a86415660'] response: {'name': 'network-changed', 'server_uuid': '346c8ce9-866e-4f1f-8d67-a8658268824e', 'tag': '6b25e67b-8ff2-483f-80b4-dfc1dd87f35c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1240/2424] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:39:25 2026] GET /v2.0/ports?tenant_id=f457e6bf026a46d3ba18d38395ac7ac8&device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2425] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:39:25 2026] GET /v2.0/networks?id=5f57b964-5791-4490-a4fd-78b4acf183e4 => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2426] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:39:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6b25e67b-8ff2-483f-80b4-dfc1dd87f35c => generated 859 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2427] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:39:25 2026] GET /v2.0/subnets?id=915b6c2b-5172-41e7-89e5-611f7f97e58b => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2428] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:39:25 2026] GET /v2.0/ports?network_id=5f57b964-5791-4490-a4fd-78b4acf183e4&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: 1187/2429] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:39:25 2026] GET /v2.0/networks/5f57b964-5791-4490-a4fd-78b4acf183e4?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: 1243/2430] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:39:25 2026] GET /v2.0/networks/5f57b964-5791-4490-a4fd-78b4acf183e4?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: 1189/2433] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:33 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2434] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:33 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&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: 1190/2435] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:39:33 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1283 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2436] 10.0.0.76 () {32 vars in 857 bytes} [Tue Aug 11 09:39:33 2026] GET /v2.0/floatingips?floating_network_id=717eaeca-fbe1-4983-8c1c-f24fd90531ad&port_id=6b25e67b-8ff2-483f-80b4-dfc1dd87f35c => generated 861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2437] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:39:34 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2438] 10.0.0.161 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:34 2026] GET /v2.0/security-groups?id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&id=abfb6f2c-330c-49ab-9713-b27eee1049e0&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2439] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:37 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1248/2440] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:37 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&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: 8|app: 0|req: 1193/2441] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:38 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2442] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:38 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2443] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:39 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1014 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2444] 10.0.0.238 () {34 vars in 1120 bytes} [Tue Aug 11 09:39:39 2026] GET /v2.0/security-groups?id=abfb6f2c-330c-49ab-9713-b27eee1049e0&id=341c8a64-3ca4-4720-ab6e-d4b159127bf7&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2445] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:39:39 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:39:40.076 7 INFO neutron_taas.services.taas.taas_plugin [req-b073c4cc-03ce-4338-83b8-e58cd0fbc284 req-836f03ec-8bf9-4ab0-9128-f235b5c9eaa9 e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] TaaS: Handle Delete Port: 6b25e67b-8ff2-483f-80b4-dfc1dd87f35c 2026-08-11 09:39:40.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b073c4cc-03ce-4338-83b8-e58cd0fbc284 req-836f03ec-8bf9-4ab0-9128-f235b5c9eaa9 e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] Tap Mirror: Handle Delete Port: 6b25e67b-8ff2-483f-80b4-dfc1dd87f35c 2026-08-11 09:39:40.201 7 INFO neutron.db.l3_db [req-b073c4cc-03ce-4338-83b8-e58cd0fbc284 req-836f03ec-8bf9-4ab0-9128-f235b5c9eaa9 e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] Floating IP f90b598f-c505-4980-bc44-b2db5afbe356 disassociated. External IP: 10.96.250.210, port: 6b25e67b-8ff2-483f-80b4-dfc1dd87f35c. [pid: 7|app: 0|req: 1251/2446] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:39:39 2026] DELETE /v2.0/ports/6b25e67b-8ff2-483f-80b4-dfc1dd87f35c => generated 0 bytes in 646 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:39:40.618 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b343b31-b70c-4142-a399-eaeb208497ff'] response: {'server_uuid': '346c8ce9-866e-4f1f-8d67-a8658268824e', 'name': 'network-vif-deleted', 'tag': '6b25e67b-8ff2-483f-80b4-dfc1dd87f35c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1196/2447] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:40 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2448] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:42 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1197/2449] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:39:43 2026] GET /v2.0/ports?device_id=346c8ce9-866e-4f1f-8d67-a8658268824e => 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: 1253/2450] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:44 2026] DELETE /v2.0/security-groups/abfb6f2c-330c-49ab-9713-b27eee1049e0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:39:44.490 8 INFO neutron.api.v2.resource [None req-9949c133-c89a-4db4-b58e-32c437c0c44a e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1198/2451] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:39:44 2026] GET /v2.0/security-groups/abfb6f2c-330c-49ab-9713-b27eee1049e0 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:39:44.598 7 INFO neutron_taas.services.taas.taas_plugin [None req-b60ce779-8e44-481d-8cf6-1376e1a3d215 e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] TaaS: Handle Delete Port: add9af42-bad9-4673-8ec1-df0c8aa014ab 2026-08-11 09:39:44.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b60ce779-8e44-481d-8cf6-1376e1a3d215 e07b5d9747f64831ba721cbd23f5b749 f457e6bf026a46d3ba18d38395ac7ac8 - - default default] Tap Mirror: Handle Delete Port: add9af42-bad9-4673-8ec1-df0c8aa014ab [pid: 7|app: 0|req: 1254/2452] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:39:44 2026] DELETE /v2.0/floatingips/f90b598f-c505-4980-bc44-b2db5afbe356 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2453] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:44 2026] DELETE /v2.0/security-groups/341c8a64-3ca4-4720-ab6e-d4b159127bf7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:39:45.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-6be4cc22-a7e3-4bb4-93e9-4b2b202ea517 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: c3f29901-d6ee-4d14-9691-b31a1924c07b 2026-08-11 09:39:45.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6be4cc22-a7e3-4bb4-93e9-4b2b202ea517 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: c3f29901-d6ee-4d14-9691-b31a1924c07b [pid: 7|app: 0|req: 1255/2454] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:39:44 2026] PUT /v2.0/routers/1b18cfa9-5770-4fa6-bfcf-9d2d962b6b2a/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:39:46.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-34cc5452-c61a-43a2-956a-90bc7fb4b46c a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: aefbca1b-a994-4769-80d6-9e9fa594aa90 2026-08-11 09:39:46.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34cc5452-c61a-43a2-956a-90bc7fb4b46c a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: aefbca1b-a994-4769-80d6-9e9fa594aa90 2026-08-11 09:39:46.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-34cc5452-c61a-43a2-956a-90bc7fb4b46c a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 0577a528-e80d-4d23-812d-656463cbcc20 2026-08-11 09:39:46.794 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34cc5452-c61a-43a2-956a-90bc7fb4b46c a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 0577a528-e80d-4d23-812d-656463cbcc20 2026-08-11 09:39:47.120 8 INFO neutron.services.segments.plugin [-] Segment 49d3df96-9840-45ca-b14b-75e665c940b6 resource provider aggregate not found 2026-08-11 09:39:47.126 8 INFO neutron.services.segments.plugin [-] Segment 49d3df96-9840-45ca-b14b-75e665c940b6 resource provider aggregate not found 2026-08-11 09:39:47.145 8 INFO neutron.services.segments.plugin [-] Segment 49d3df96-9840-45ca-b14b-75e665c940b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d3df96-9840-45ca-b14b-75e665c940b6 found for delete ", "request_id": "req-767efbb4-4f82-4bfe-8d39-62454760da27"}]} 2026-08-11 09:39:47.145 8 INFO neutron.services.segments.plugin [-] Segment 49d3df96-9840-45ca-b14b-75e665c940b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d3df96-9840-45ca-b14b-75e665c940b6 found for delete ", "request_id": "req-4fe066f6-a6a0-4bd5-beeb-e2eaae8d952e"}]} 2026-08-11 09:39:47.146 8 INFO neutron.db.l3_hamode_db [None req-34cc5452-c61a-43a2-956a-90bc7fb4b46c a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 112272a5-0513-40ea-bee4-950a06b92b6f was deleted as no HA routers are present in tenant f457e6bf026a46d3ba18d38395ac7ac8. [pid: 8|app: 0|req: 1200/2457] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:39:45 2026] DELETE /v2.0/routers/1b18cfa9-5770-4fa6-bfcf-9d2d962b6b2a => generated 0 bytes in 1271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2458] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:39:47 2026] DELETE /v2.0/subnets/915b6c2b-5172-41e7-89e5-611f7f97e58b => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:39:47.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdda6f6c-f22f-438f-8a32-ec0fb39934d5 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 76d73c72-8c55-419b-b095-f98559431db6 2026-08-11 09:39:47.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdda6f6c-f22f-438f-8a32-ec0fb39934d5 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 76d73c72-8c55-419b-b095-f98559431db6 [pid: 8|app: 0|req: 1201/2459] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:39:47 2026] DELETE /v2.0/networks/5f57b964-5791-4490-a4fd-78b4acf183e4 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:39:48.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-a709e87a-6811-447a-ae80-db8736d9b869 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 5eeb85a1-1cf7-46ce-9624-198b65c7a2e6 2026-08-11 09:39:48.007 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a709e87a-6811-447a-ae80-db8736d9b869 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 5eeb85a1-1cf7-46ce-9624-198b65c7a2e6 [pid: 7|app: 0|req: 1259/2460] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:39:47 2026] PUT /v2.0/routers/ee58db88-23ca-4081-93e3-ef475ff66206/remove_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:39:48.782 8 INFO neutron_taas.services.taas.taas_plugin [None req-b36a828f-501e-4ffd-b5c3-af3a0a4a89eb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 7f112c90-8ea2-4c65-9012-3785fd472914 2026-08-11 09:39:48.785 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b36a828f-501e-4ffd-b5c3-af3a0a4a89eb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 7f112c90-8ea2-4c65-9012-3785fd472914 2026-08-11 09:39:49.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-b36a828f-501e-4ffd-b5c3-af3a0a4a89eb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: a9bb19ac-d258-493d-aa9b-124117d10507 2026-08-11 09:39:49.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b36a828f-501e-4ffd-b5c3-af3a0a4a89eb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: a9bb19ac-d258-493d-aa9b-124117d10507 2026-08-11 09:39:49.166 8 INFO neutron.services.segments.plugin [-] Segment fe9d71e5-b681-451b-adca-93becf181fb8 resource provider aggregate not found 2026-08-11 09:39:49.172 8 INFO neutron.services.segments.plugin [-] Segment fe9d71e5-b681-451b-adca-93becf181fb8 resource provider aggregate not found 2026-08-11 09:39:49.190 8 INFO neutron.services.segments.plugin [-] Segment fe9d71e5-b681-451b-adca-93becf181fb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe9d71e5-b681-451b-adca-93becf181fb8 found for delete ", "request_id": "req-4e453d2c-d8fa-4127-9aee-267810f1113b"}]} 2026-08-11 09:39:49.196 8 INFO neutron.services.segments.plugin [-] Segment fe9d71e5-b681-451b-adca-93becf181fb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe9d71e5-b681-451b-adca-93becf181fb8 found for delete ", "request_id": "req-cb4007c1-e3ce-4d74-8a06-b24661ad0776"}]} 2026-08-11 09:39:49.397 8 INFO neutron.db.l3_hamode_db [None req-b36a828f-501e-4ffd-b5c3-af3a0a4a89eb a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] HA network 83e41223-e6b4-4429-9380-c9681b4020d8 was deleted as no HA routers are present in tenant 6ba6bcd89d5645f1bb7b64a8efe71dd2. [pid: 8|app: 0|req: 1202/2461] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:39:48 2026] DELETE /v2.0/routers/ee58db88-23ca-4081-93e3-ef475ff66206 => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2462] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:39:49 2026] DELETE /v2.0/subnets/84694309-8ae3-462c-bf59-01cafa1bf7f7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:39:49.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f50d238-aff5-43ad-a488-aeee1c313efa a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: d146d489-41ed-4266-a150-44198c31f074 2026-08-11 09:39:49.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f50d238-aff5-43ad-a488-aeee1c313efa a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: d146d489-41ed-4266-a150-44198c31f074 [pid: 8|app: 0|req: 1203/2463] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:39:49 2026] DELETE /v2.0/networks/930c53d4-ca6c-472c-aec0-5e3999a4ff69 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2464] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:39:50 2026] GET /v2.0/security-groups?tenant_id=6ba6bcd89d5645f1bb7b64a8efe71dd2&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2465] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:50 2026] DELETE /v2.0/security-groups/24ca856f-8ebe-4033-95af-49d12a5d7fc4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2466] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:39:50 2026] GET /v2.0/security-groups?tenant_id=f457e6bf026a46d3ba18d38395ac7ac8&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2467] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:39:50 2026] DELETE /v2.0/security-groups/a5b87bea-7ccc-47c9-af15-ad5b845de445 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:39:51.214 8 INFO neutron.services.segments.plugin [-] Segment 7bc3c38c-6469-4b97-87db-d6b4dbe4b4c3 resource provider aggregate not found 2026-08-11 09:39:51.226 8 INFO neutron.services.segments.plugin [-] Segment 7bc3c38c-6469-4b97-87db-d6b4dbe4b4c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bc3c38c-6469-4b97-87db-d6b4dbe4b4c3 found for delete ", "request_id": "req-f0dd4512-0992-4510-a787-705240ec03fc"}]} 2026-08-11 09:39:51.228 8 INFO neutron.services.segments.plugin [-] Segment 7bc3c38c-6469-4b97-87db-d6b4dbe4b4c3 resource provider aggregate not found 2026-08-11 09:39:51.244 8 INFO neutron.services.segments.plugin [-] Segment b804a084-ffa0-4af8-8179-7616d75adb9d resource provider aggregate not found 2026-08-11 09:39:51.248 8 INFO neutron.services.segments.plugin [-] Segment 7bc3c38c-6469-4b97-87db-d6b4dbe4b4c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bc3c38c-6469-4b97-87db-d6b4dbe4b4c3 found for delete ", "request_id": "req-093d10d6-4139-4ddd-9f9b-9743cbe7d6e1"}]} 2026-08-11 09:39:51.267 8 INFO neutron.services.segments.plugin [-] Segment b804a084-ffa0-4af8-8179-7616d75adb9d resource provider aggregate not found 2026-08-11 09:39:51.271 8 INFO neutron.services.segments.plugin [-] Segment b804a084-ffa0-4af8-8179-7616d75adb9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b804a084-ffa0-4af8-8179-7616d75adb9d found for delete ", "request_id": "req-7b667aee-f4da-432e-8421-06e20186494c"}]} 2026-08-11 09:39:51.288 8 INFO neutron.services.segments.plugin [-] Segment b804a084-ffa0-4af8-8179-7616d75adb9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b804a084-ffa0-4af8-8179-7616d75adb9d found for delete ", "request_id": "req-9737bf8c-b491-430d-8eac-04892580291c"}]} 2026-08-11 09:40:00.824 7 INFO neutron.db.segments_db [None req-73cd225c-93b4-4413-95c0-e52633e3695c 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Added segment b4e6340a-64ce-4c7a-8031-0d4518c2fdd1 of type vxlan for network 336aa12e-8b01-4826-ac69-a816b18789b1 [pid: 7|app: 0|req: 1263/2468] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:40:00 2026] POST /v2.0/networks => generated 620 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2469] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:40:00 2026] POST /v2.0/subnets => generated 658 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2470] 10.0.0.76 () {32 vars in 721 bytes} [Tue Aug 11 09:40:01 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2471] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:40:01 2026] POST /v2.0/subnets => generated 731 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:40:01.613 7 INFO neutron.db.segments_db [None req-60559c70-b21f-46a9-a62c-12aab16bb45a 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Added segment 7456b55d-d9f9-4a1e-ab2c-945e29179500 of type vxlan for network 68ee0298-c975-47de-a7e2-8113abc0750c [pid: 7|app: 0|req: 1265/2472] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:40:01 2026] POST /v2.0/networks => generated 619 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2475] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:40:01 2026] POST /v2.0/subnets => generated 656 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2476] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:40:01 2026] POST /v2.0/subnets => generated 725 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:40:02.352 8 INFO neutron.db.segments_db [None req-d487dbef-bbe0-4097-ae41-1b89c7ccdb9e 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Added segment 45f511c8-1714-4ac2-acf0-e2d46ac67167 of type vxlan for network e8a8aee4-8392-49be-bca0-b922c7e1e1af [pid: 8|app: 0|req: 1209/2477] 10.0.0.76 () {34 vars in 669 bytes} [Tue Aug 11 09:40:02 2026] POST /v2.0/networks => generated 619 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2478] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:40:02 2026] POST /v2.0/subnets => generated 654 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2479] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:40:02 2026] POST /v2.0/subnets => generated 730 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:40:03.080 7 INFO neutron.db.segments_db [None req-adcc18dc-5e9c-45f9-a708-9edfd47d873f 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Added segment da69ee40-3061-4f54-b2de-f2e83912e382 of type vxlan for network 85335988-58d5-45f6-adf1-c60bbb1c8702 2026-08-11 09:40:03.348 7 INFO neutron.db.l3_hamode_db [None req-adcc18dc-5e9c-45f9-a708-9edfd47d873f 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:40:04.127 7 INFO neutron.db.l3_hamode_db [None req-adcc18dc-5e9c-45f9-a708-9edfd47d873f 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1270/2480] 10.0.0.76 () {34 vars in 668 bytes} [Tue Aug 11 09:40:03 2026] POST /v2.0/routers => generated 685 bytes in 2042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2481] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:40:05 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/add_router_interface => generated 309 bytes in 1519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2482] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:40:06 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/add_router_interface => generated 309 bytes in 1534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2483] 10.0.0.76 () {34 vars in 782 bytes} [Tue Aug 11 09:40:08 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/add_router_interface => generated 309 bytes in 1508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2484] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:40:09 2026] POST /v2.0/security-groups => generated 1630 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2485] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2486] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2487] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2488] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2489] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2490] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2491] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2492] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2493] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2494] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2495] 10.0.0.76 () {34 vars in 694 bytes} [Tue Aug 11 09:40:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2496] 10.0.0.238 () {34 vars in 1096 bytes} [Tue Aug 11 09:40:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1798302408&fields=id&tenant_id=dbeb3afa062747de85337dda285e11ba => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2497] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:40:12 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2498] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:40:12 2026] GET /v2.0/quotas/dbeb3afa062747de85337dda285e11ba => 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: 1220/2499] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:40:12 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&fields=id => generated 287 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2500] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:40:12 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?fields=segments => generated 14 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2501] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:40:12 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1281/2502] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:12 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2505] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:40:17 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 705 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2506] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:40:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dbeb3afa062747de85337dda285e11ba => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2507] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:40:17 2026] POST /v2.0/ports => generated 1179 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1225/2508] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:17 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1194 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2509] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:17 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&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: 7|app: 0|req: 1284/2510] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:40:17 2026] PUT /v2.0/ports/abd6342f-5542-42a3-81a6-d67401699105 => generated 1460 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:40:18.242 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac42bb5f-0189-4f09-801f-1615703b2abb'] response: {'name': 'network-changed', 'server_uuid': '332ef89c-704c-4ca2-8b7f-7d324766d7e6', 'tag': 'abd6342f-5542-42a3-81a6-d67401699105', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1227/2511] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:40:18 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1463 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: 1285/2512] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:40:18 2026] GET /v2.0/networks?tenant_id=dbeb3afa062747de85337dda285e11ba&shared=False => generated 2376 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2513] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:40:18 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: 1286/2514] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:40:19 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1463 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2515] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:40:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=abd6342f-5542-42a3-81a6-d67401699105 => 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: 1287/2516] 199.204.45.229 () {34 vars in 1104 bytes} [Tue Aug 11 09:40:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b2&port_id=abd6342f-5542-42a3-81a6-d67401699105 => 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: 1230/2517] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:40:20 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72&id=436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2518] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:20 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2519] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:20 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2520] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:40:20 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2521] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:40:20 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1290/2522] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:23 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1194 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2523] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:23 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&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: 7|app: 0|req: 1291/2524] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:28 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1196 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2525] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:28 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2526] 10.0.0.76 () {32 vars in 817 bytes} [Tue Aug 11 09:40:28 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&mac_address=fa%3A16%3A3e%3A11%3A80%3Aac => generated 1196 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:40:29.290 8 INFO neutron.db.l3_db [None req-594c392b-72c5-4865-abb9-ecc0514c66f3 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Floating IP a27b1aa7-9f26-42a5-9ffc-004bc9903c86 associated. External IP: 10.96.250.220, port: abd6342f-5542-42a3-81a6-d67401699105. [pid: 8|app: 0|req: 1235/2527] 10.0.0.76 () {34 vars in 676 bytes} [Tue Aug 11 09:40:28 2026] POST /v2.0/floatingips => generated 854 bytes in 1074 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:40:29.710 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-303a5642-b896-4c86-b177-5959b924fa47'] response: {'name': 'network-changed', 'server_uuid': '332ef89c-704c-4ca2-8b7f-7d324766d7e6', 'tag': 'abd6342f-5542-42a3-81a6-d67401699105', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1293/2528] 10.0.0.238 () {34 vars in 1096 bytes} [Tue Aug 11 09:40:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1798302408&fields=id&tenant_id=dbeb3afa062747de85337dda285e11ba => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2529] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:40:29 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2530] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:40:29 2026] GET /v2.0/quotas/dbeb3afa062747de85337dda285e11ba => 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: 1237/2531] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:40:29 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&fields=id => generated 333 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2532] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1238/2533] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1239/2534] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => 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: 1296/2535] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1465 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2536] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 801 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2537] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=abd6342f-5542-42a3-81a6-d67401699105 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2538] 199.204.45.229 () {34 vars in 1104 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b2&port_id=abd6342f-5542-42a3-81a6-d67401699105 => 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: 1298/2539] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72&id=436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2540] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2541] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2542] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1300/2543] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:40:30 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1245/2546] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:40:34 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 705 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2547] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:40:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dbeb3afa062747de85337dda285e11ba => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2548] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:40:34 2026] POST /v2.0/ports => generated 1183 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1247/2549] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:35 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1198 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2550] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:35 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&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: 7|app: 0|req: 1303/2551] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:40:35 2026] PUT /v2.0/ports/b4f62767-fb06-46e7-bd49-787db614105e => generated 1464 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:40:35.632 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31b31ceb-071e-4c73-8886-f3183a82f7ca'] response: {'name': 'network-changed', 'server_uuid': '3abd280d-a455-457a-b3cc-71669169b6ed', 'tag': 'b4f62767-fb06-46e7-bd49-787db614105e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1249/2552] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:40:36 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1304/2553] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:40:36 2026] GET /v2.0/networks?tenant_id=dbeb3afa062747de85337dda285e11ba&shared=False => generated 2376 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2554] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:40:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2555] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1467 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2556] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.48&port_id=b4f62767-fb06-46e7-bd49-787db614105e => 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: 1305/2557] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1465 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2558] 199.204.45.229 () {34 vars in 1106 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A130&port_id=b4f62767-fb06-46e7-bd49-787db614105e => 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: 1306/2559] 10.0.0.161 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2560] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/subnets?id=f592f00f-cbb0-4948-9a13-d41915fdab76&id=8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2561] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2562] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2563] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1256/2564] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:40:37 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1309/2565] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:40 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2566] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:40 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2567] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:40:45 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1200 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2568] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:46 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 112 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2569] 10.0.0.76 () {32 vars in 817 bytes} [Tue Aug 11 09:40:46 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&mac_address=fa%3A16%3A3e%3A31%3Aea%3Aea => generated 1200 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:40:47.179 8 INFO neutron.db.l3_db [None req-015695f1-ca05-4d6a-99c3-1118cf07ac8c 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Floating IP 37b64c97-0cfa-4ff3-a1db-8b7aa2ab46e3 associated. External IP: 10.96.250.205, port: b4f62767-fb06-46e7-bd49-787db614105e. [pid: 8|app: 0|req: 1259/2572] 10.0.0.76 () {34 vars in 676 bytes} [Tue Aug 11 09:40:46 2026] POST /v2.0/floatingips => generated 854 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:40:47.574 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a72f1f7a-548d-4df8-a475-2e163cd9af33'] response: {'name': 'network-changed', 'server_uuid': '3abd280d-a455-457a-b3cc-71669169b6ed', 'tag': 'b4f62767-fb06-46e7-bd49-787db614105e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1314/2573] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2574] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 801 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2575] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.48&port_id=b4f62767-fb06-46e7-bd49-787db614105e => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2576] 199.204.45.229 () {34 vars in 1106 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A130&port_id=b4f62767-fb06-46e7-bd49-787db614105e => 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: 1316/2577] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/subnets?id=f592f00f-cbb0-4948-9a13-d41915fdab76&id=8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 1413 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2578] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2579] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2580] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1318/2581] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:40:48 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1264/2582] 10.0.0.161 () {34 vars in 990 bytes} [Tue Aug 11 09:40:53 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1469 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2583] 10.0.0.161 () {34 vars in 1040 bytes} [Tue Aug 11 09:40:53 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&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: 1321/2586] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:41:04 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2587] 10.0.0.34 () {30 vars in 689 bytes} [Tue Aug 11 09:41:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2588] 10.0.0.34 () {30 vars in 691 bytes} [Tue Aug 11 09:41:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2589] 10.0.0.34 () {30 vars in 667 bytes} [Tue Aug 11 09:41:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2590] 10.0.0.34 () {30 vars in 703 bytes} [Tue Aug 11 09:41:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2591] 10.0.0.34 () {28 vars in 438 bytes} [Tue Aug 11 09:41:06 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2592] 10.0.0.34 () {30 vars in 727 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 658 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2593] 10.0.0.34 () {30 vars in 689 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2594] 10.0.0.34 () {30 vars in 691 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2595] 10.0.0.34 () {30 vars in 667 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2596] 10.0.0.34 () {30 vars in 703 bytes} [Tue Aug 11 09:41:06 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: 1271/2597] 10.0.0.34 () {30 vars in 727 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2598] 10.0.0.34 () {30 vars in 689 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2599] 10.0.0.34 () {30 vars in 691 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2600] 10.0.0.34 () {30 vars in 667 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2601] 10.0.0.34 () {30 vars in 703 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2602] 10.0.0.34 () {30 vars in 729 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2603] 10.0.0.34 () {30 vars in 681 bytes} [Tue Aug 11 09:41:06 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2604] 10.0.0.34 () {34 vars in 703 bytes} [Tue Aug 11 09:41:06 2026] POST /v2.0/ports => generated 1132 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2605] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:41:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1331/2606] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:41:09 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: 1276/2607] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:41:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2608] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:41:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2609] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:41:09 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2610] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2611] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2612] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2613] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:41:10.118 7 INFO neutron.api.v2.resource [None req-f8e4211d-6a8b-4a66-bbc4-b60d180c6204 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1335/2614] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/security-groups/lb-88c64b45-b800-45c8-876c-323777438bde => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2615] 199.204.45.229 () {30 vars in 785 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/security-groups?name=lb-88c64b45-b800-45c8-876c-323777438bde => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2616] 199.204.45.229 () {34 vars in 736 bytes} [Tue Aug 11 09:41:10 2026] POST /v2.0/security-groups => generated 1638 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2617] 199.204.45.229 () {30 vars in 815 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/security-group-rules?security_group_id=2ff295d2-a10a-411b-a738-b0918d865463 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2618] 199.204.45.229 () {34 vars in 789 bytes} [Tue Aug 11 09:41:10 2026] PUT /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2619] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1338/2620] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2621] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2622] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2623] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:41:10 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2626] 10.0.0.238 () {34 vars in 1016 bytes} [Tue Aug 11 09:41:18 2026] GET /v2.0/security-groups?id=d17779cc-9b74-4efc-b0c1-729de793391f&fields=id => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2627] 10.0.0.238 () {34 vars in 982 bytes} [Tue Aug 11 09:41:18 2026] GET /v2.0/networks?id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 735 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2628] 10.0.0.238 () {34 vars in 965 bytes} [Tue Aug 11 09:41:18 2026] GET /v2.0/quotas/006584493f0c457c9b13f8af45ba0a2b => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2629] 10.0.0.238 () {34 vars in 1002 bytes} [Tue Aug 11 09:41:18 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&fields=id => generated 149 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2630] 10.0.0.238 () {34 vars in 1008 bytes} [Tue Aug 11 09:41:18 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2631] 10.0.0.238 () {34 vars in 1108 bytes} [Tue Aug 11 09:41:18 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1344/2632] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:19 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => 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: 1289/2633] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:19 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => 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: 1345/2634] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:22 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => 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: 1290/2635] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:22 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => 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: 1346/2636] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:41:23 2026] GET /v2.0/networks?id=cf21895c-ebd7-4442-aaa8-2d7c593a6873 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2637] 199.204.45.229 () {34 vars in 1050 bytes} [Tue Aug 11 09:41:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=006584493f0c457c9b13f8af45ba0a2b => generated 343 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2638] 199.204.45.229 () {38 vars in 955 bytes} [Tue Aug 11 09:41:23 2026] POST /v2.0/ports => generated 1082 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2639] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:41:23 2026] PUT /v2.0/ports/55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => generated 1243 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:41:24.473 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80568113-6c1c-41ea-8272-d4f50ec0fa0c'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': '55a8f1f5-98b9-480f-8f35-1bf00ee99e04', '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: 1348/2640] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:41:24 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1246 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1293/2641] 199.204.45.229 () {34 vars in 1018 bytes} [Tue Aug 11 09:41:25 2026] GET /v2.0/networks?tenant_id=006584493f0c457c9b13f8af45ba0a2b&shared=False => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2642] 199.204.45.229 () {34 vars in 930 bytes} [Tue Aug 11 09:41:25 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: 1294/2643] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:25 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1246 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2644] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:41:25 2026] GET /v2.0/security-groups?id=d17779cc-9b74-4efc-b0c1-729de793391f&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2645] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:25 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2646] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:41:26 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2647] 199.204.45.229 () {34 vars in 1062 bytes} [Tue Aug 11 09:41:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.188&port_id=55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => 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: 1352/2648] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:41:26 2026] GET /v2.0/subnets?id=e79a5141-d660-4f66-9340-b2029d19adab => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2649] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:41:26 2026] GET /v2.0/ports?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&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: 1353/2650] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:41:26 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1298/2651] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:41:26 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1354/2652] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:28 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2653] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:41:28 2026] GET /v2.0/security-groups?id=d17779cc-9b74-4efc-b0c1-729de793391f&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2654] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:28 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2655] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:41:30 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2656] 199.204.45.229 () {34 vars in 1044 bytes} [Tue Aug 11 09:41:30 2026] GET /v2.0/security-groups?id=d17779cc-9b74-4efc-b0c1-729de793391f&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2657] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:31 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2658] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:41:31 2026] GET /v2.0/security-groups?id=d17779cc-9b74-4efc-b0c1-729de793391f&fields=id&fields=name => generated 96 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2661] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:31 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2662] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:34 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2663] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:41:34 2026] GET /v2.0/security-groups?id=d17779cc-9b74-4efc-b0c1-729de793391f&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2664] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:41:34 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2669] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2670] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2671] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2672] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2673] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2674] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2675] 199.204.45.229 () {34 vars in 717 bytes} [Tue Aug 11 09:42:10 2026] POST /v2.0/ports => generated 1059 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2676] 10.0.0.238 () {34 vars in 971 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1059 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2677] 10.0.0.238 () {34 vars in 907 bytes} [Tue Aug 11 09:42:10 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2678] 199.204.45.229 () {34 vars in 1262 bytes} [Tue Aug 11 09:42:11 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2679] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:11 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1369/2680] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:11 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1312/2681] 199.204.45.229 () {34 vars in 975 bytes} [Tue Aug 11 09:42:12 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2682] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:42:12 2026] GET /v2.0/networks?id=336aa12e-8b01-4826-ac69-a816b18789b1 => generated 802 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2683] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:42:12 2026] PUT /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1249 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:42:13.048 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c309152-3888-4d68-b760-d1dec66ff094'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': '85083a50-9a12-4563-af90-abb210964ced', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1371/2684] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:42:13 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2685] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:42:13 2026] GET /v2.0/networks?id=336aa12e-8b01-4826-ac69-a816b18789b1 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2686] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:42:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => 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: 1315/2687] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:42:13 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2688] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:13 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2689] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:13 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1374/2690] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:13 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1317/2691] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:42:14 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2489 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2692] 199.204.45.229 () {34 vars in 1062 bytes} [Tue Aug 11 09:42:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.188&port_id=55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => 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: 1318/2693] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:42:14 2026] GET /v2.0/subnets?id=e79a5141-d660-4f66-9340-b2029d19adab => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2694] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/ports?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&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: 1319/2695] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1377/2696] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1320/2697] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => 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: 1378/2698] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2699] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2700] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1322/2701] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:15 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1381/2704] 10.0.0.238 () {34 vars in 971 bytes} [Tue Aug 11 09:42:19 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1251 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2705] 199.204.45.229 () {34 vars in 789 bytes} [Tue Aug 11 09:42:19 2026] PUT /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1276 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:42:19.681 7 INFO neutron.api.v2.resource [None req-260e3986-659f-4071-b268-f0a37eaa1fbe a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2706] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:42:19 2026] GET /v2.0/security-groups/lb-88c64b45-b800-45c8-876c-323777438bde => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:42:19.703 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ad6c708-f7b8-4d31-b392-845d3e50d783'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': '85083a50-9a12-4563-af90-abb210964ced', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1325/2707] 199.204.45.229 () {30 vars in 785 bytes} [Tue Aug 11 09:42:19 2026] GET /v2.0/security-groups?name=lb-88c64b45-b800-45c8-876c-323777438bde => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2708] 199.204.45.229 () {34 vars in 789 bytes} [Tue Aug 11 09:42:19 2026] PUT /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1314 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:42:20.060 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6857c6c-3f6d-4934-9450-389a78a1157a'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': '85083a50-9a12-4563-af90-abb210964ced', '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: 1384/2709] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2710] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2711] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2712] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2713] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2714] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2715] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/networks?id=336aa12e-8b01-4826-ac69-a816b18789b1 => generated 802 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2716] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => 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: 1329/2717] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2718] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2719] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2720] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2721] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2722] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1332/2723] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2724] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2725] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1334/2726] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:20 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2727] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:42:21 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2728] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:42:21 2026] GET /v2.0/networks?id=336aa12e-8b01-4826-ac69-a816b18789b1 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2729] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:42:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => 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: 1336/2730] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:42:21 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2731] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:21 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2732] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:21 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1396/2733] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:21 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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-08-11 09:42:28.359 8 INFO neutron.db.l3_db [None req-ce4579a2-af46-46e4-9d0f-c2360a032a63 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Floating IP 2e2f48c1-5a65-4309-8bce-045c4da2819c associated. External IP: 10.96.250.213, port: 7715732f-dd99-46a5-b476-75d21d3c4c3b. [pid: 8|app: 0|req: 1338/2734] 10.0.0.76 () {34 vars in 676 bytes} [Tue Aug 11 09:42:27 2026] POST /v2.0/floatingips => generated 899 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2735] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:42:31 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: 1339/2736] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:42:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2737] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:42:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2738] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:42:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:42:31.551 7 INFO neutron.api.v2.resource [None req-9a604d80-75d2-4681-b9da-51b85927ec53 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1399/2739] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:42:31 2026] GET /v2.0/security-groups/lb-88c64b45-b800-45c8-876c-323777438bde => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2740] 199.204.45.229 () {30 vars in 785 bytes} [Tue Aug 11 09:42:31 2026] GET /v2.0/security-groups?name=lb-88c64b45-b800-45c8-876c-323777438bde => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2741] 199.204.45.229 () {30 vars in 815 bytes} [Tue Aug 11 09:42:31 2026] GET /v2.0/security-group-rules?security_group_id=2ff295d2-a10a-411b-a738-b0918d865463 => generated 1182 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2742] 199.204.45.229 () {34 vars in 747 bytes} [Tue Aug 11 09:42:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2743] 199.204.45.229 () {34 vars in 747 bytes} [Tue Aug 11 09:42:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2746] 10.0.0.34 () {30 vars in 689 bytes} [Tue Aug 11 09:42:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2747] 10.0.0.34 () {30 vars in 691 bytes} [Tue Aug 11 09:42:40 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: 1345/2748] 10.0.0.34 () {30 vars in 667 bytes} [Tue Aug 11 09:42:40 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2749] 10.0.0.34 () {30 vars in 703 bytes} [Tue Aug 11 09:42:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2750] 10.0.0.34 () {28 vars in 438 bytes} [Tue Aug 11 09:42:41 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2751] 10.0.0.34 () {30 vars in 727 bytes} [Tue Aug 11 09:42:41 2026] GET /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2752] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2753] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2754] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2755] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2756] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 674 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2757] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2758] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2759] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2760] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2761] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:42:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2762] 199.204.45.229 () {34 vars in 717 bytes} [Tue Aug 11 09:42:44 2026] POST /v2.0/ports => generated 1324 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2763] 10.0.0.238 () {34 vars in 971 bytes} [Tue Aug 11 09:42:45 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1324 bytes in 56 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: 1353/2764] 10.0.0.238 () {34 vars in 907 bytes} [Tue Aug 11 09:42:45 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: 1412/2765] 199.204.45.229 () {34 vars in 1262 bytes} [Tue Aug 11 09:42:46 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2766] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:46 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2767] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:46 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1415/2770] 199.204.45.229 () {34 vars in 975 bytes} [Tue Aug 11 09:42:47 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2771] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:42:47 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2772] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:42:47 2026] PUT /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1514 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:42:47.710 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73ffecc4-e548-4b8a-bff7-cf2799833a62'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': '8cb89620-ab54-46ef-8219-f7e6ed8669e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1357/2773] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4096 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: 1417/2774] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2775] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.24&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1418/2776] 199.204.45.229 () {34 vars in 1104 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18f&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1359/2777] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72&id=436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 1410 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2778] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2779] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2780] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1361/2781] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:48 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1421/2782] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4096 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2783] 199.204.45.229 () {34 vars in 1062 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.188&port_id=55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => 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: 1422/2784] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/subnets?id=e79a5141-d660-4f66-9340-b2029d19adab => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2785] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/ports?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2786] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1364/2787] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1424/2788] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => 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: 1365/2789] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:42:49 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2790] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2791] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1426/2792] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1367/2793] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.24&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1427/2794] 199.204.45.229 () {34 vars in 1104 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18f&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1368/2795] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72&id=436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2796] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2797] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2798] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1370/2799] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:42:50 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1430/2800] 10.0.0.238 () {34 vars in 971 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1514 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2801] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2802] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 674 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2803] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/subnets/436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 743 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2804] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:42:54 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: 1373/2805] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2806] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2807] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2808] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2809] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2810] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2811] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2812] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:42:54 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2813] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:42:55 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2814] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:42:55 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2815] 10.0.0.34 () {30 vars in 689 bytes} [Tue Aug 11 09:43:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2816] 10.0.0.34 () {30 vars in 691 bytes} [Tue Aug 11 09:43:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2817] 10.0.0.34 () {30 vars in 667 bytes} [Tue Aug 11 09:43:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2818] 10.0.0.34 () {30 vars in 703 bytes} [Tue Aug 11 09:43:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2821] 10.0.0.34 () {28 vars in 438 bytes} [Tue Aug 11 09:43:02 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2822] 10.0.0.34 () {30 vars in 727 bytes} [Tue Aug 11 09:43:02 2026] GET /v2.0/subnets/f592f00f-cbb0-4948-9a13-d41915fdab76 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2823] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2824] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2825] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2826] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2827] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2828] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/subnets/f592f00f-cbb0-4948-9a13-d41915fdab76 => generated 672 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2829] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4098 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2830] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2831] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2832] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2833] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2834] 199.204.45.229 () {34 vars in 717 bytes} [Tue Aug 11 09:43:03 2026] POST /v2.0/ports => generated 1332 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2835] 10.0.0.238 () {34 vars in 971 bytes} [Tue Aug 11 09:43:03 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1332 bytes in 29 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: 1448/2836] 199.204.45.229 () {34 vars in 1262 bytes} [Tue Aug 11 09:43:04 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2837] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:04 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1449/2838] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:05 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1390/2839] 199.204.45.229 () {34 vars in 975 bytes} [Tue Aug 11 09:43:05 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1332 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2840] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:43:05 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2841] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:43:05 2026] PUT /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1522 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:43:06.238 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-80c7abee-d9c6-43e1-89d8-7e4a8a8d95dd'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': 'cbd44834-27cf-44bd-87a4-eda664362ad3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1451/2842] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:06 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 5612 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1392/2843] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:43:06 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2844] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:43:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.149&port_id=cbd44834-27cf-44bd-87a4-eda664362ad3 => 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: 1393/2845] 199.204.45.229 () {34 vars in 1106 bytes} [Tue Aug 11 09:43:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f3&port_id=cbd44834-27cf-44bd-87a4-eda664362ad3 => 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: 1453/2846] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:43:06 2026] GET /v2.0/subnets?id=f592f00f-cbb0-4948-9a13-d41915fdab76&id=8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2847] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:06 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2848] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:07 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2849] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:07 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1455/2850] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:07 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1396/2851] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 5612 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2852] 199.204.45.229 () {34 vars in 1062 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.188&port_id=55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => 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: 1397/2853] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/subnets?id=e79a5141-d660-4f66-9340-b2029d19adab => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2854] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/ports?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&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: 1398/2855] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1458/2856] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1399/2857] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => 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: 1459/2858] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2859] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2860] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1401/2861] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1461/2862] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.24&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1402/2863] 199.204.45.229 () {34 vars in 1104 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A18f&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1462/2864] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72&id=436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2865] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2866] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2867] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1464/2868] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:08 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1405/2869] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.149&port_id=cbd44834-27cf-44bd-87a4-eda664362ad3 => 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: 1465/2870] 199.204.45.229 () {34 vars in 1106 bytes} [Tue Aug 11 09:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f3&port_id=cbd44834-27cf-44bd-87a4-eda664362ad3 => 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: 1406/2871] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:43:09 2026] GET /v2.0/subnets?id=f592f00f-cbb0-4948-9a13-d41915fdab76&id=8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2872] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:09 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2873] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:09 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2874] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:09 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1408/2875] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:09 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1468/2876] 10.0.0.238 () {34 vars in 971 bytes} [Tue Aug 11 09:43:13 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2877] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:13 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 798 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2878] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:13 2026] GET /v2.0/subnets/f592f00f-cbb0-4948-9a13-d41915fdab76 => generated 672 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2879] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:13 2026] GET /v2.0/subnets/8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2880] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:13 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1516 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2881] 199.204.45.229 () {34 vars in 790 bytes} [Tue Aug 11 09:43:13 2026] PUT /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1251 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:43:14.103 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79848d7a-41c6-48e4-9265-92e3c9192050'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': '8cb89620-ab54-46ef-8219-f7e6ed8669e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1471/2882] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1412/2883] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2884] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:14 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: 1413/2885] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2886] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2887] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2888] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => 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: 1415/2889] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2890] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2891] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2892] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2893] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2894] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 5385 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2895] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2896] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2897] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.24&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1419/2898] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2899] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2900] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1481/2901] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:14 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1483/2904] 10.0.0.238 () {34 vars in 1178 bytes} [Tue Aug 11 09:43:22 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4&device_id=3abd280d-a455-457a-b3cc-71669169b6ed&device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 8297 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2905] 10.0.0.238 () {34 vars in 1280 bytes} [Tue Aug 11 09:43:22 2026] GET /v2.0/security-groups?id=482ff057-8e71-483c-9e22-34b46206a89a&id=d17779cc-9b74-4efc-b0c1-729de793391f&id=2ff295d2-a10a-411b-a738-b0918d865463&id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 353 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2906] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:43:23 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 5385 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2907] 10.0.0.238 () {34 vars in 1200 bytes} [Tue Aug 11 09:43:23 2026] GET /v2.0/security-groups?id=482ff057-8e71-483c-9e22-34b46206a89a&id=d17779cc-9b74-4efc-b0c1-729de793391f&id=2ff295d2-a10a-411b-a738-b0918d865463&fields=id&fields=name => generated 262 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2908] 10.0.0.238 () {34 vars in 1084 bytes} [Tue Aug 11 09:43:24 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed&device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 2923 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2909] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:43:24 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2910] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2911] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2912] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2913] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2914] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2915] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 5385 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2916] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2917] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2918] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:27 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: 1429/2919] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2920] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2921] 199.204.45.229 () {34 vars in 790 bytes} [Tue Aug 11 09:43:27 2026] PUT /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1311 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2922] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 798 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:43:27.840 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da466a2e-be74-44e0-8ef3-c1056eeb3632'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': 'cbd44834-27cf-44bd-87a4-eda664362ad3', '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: 1431/2923] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/subnets/8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 748 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2924] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:27 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1347 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2925] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 5208 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2926] 199.204.45.229 () {34 vars in 789 bytes} [Tue Aug 11 09:43:27 2026] PUT /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1080 bytes in 504 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: 1495/2927] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2928] 199.204.45.229 () {34 vars in 1106 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f3&port_id=cbd44834-27cf-44bd-87a4-eda664362ad3 => 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: 1433/2929] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2930] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/subnets?id=8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 751 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2931] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2932] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4977 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2933] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1500/2934] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4977 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2935] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:28 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1501/2936] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:29 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4977 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:43:29.880 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-002428d7-1d70-41d7-9fca-8acea315cf09'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': 'cbd44834-27cf-44bd-87a4-eda664362ad3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1436/2937] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:30 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2938] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:43:30 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2939] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:30 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1503/2940] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:30 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1438/2941] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:30 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2942] 199.204.45.229 () {34 vars in 975 bytes} [Tue Aug 11 09:43:30 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 1116 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2943] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:43:31 2026] GET /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2944] 199.204.45.229 () {34 vars in 1016 bytes} [Tue Aug 11 09:43:31 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?fields=dns_domain => generated 29 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2945] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:43:31 2026] PUT /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 917 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2947] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:31 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3869 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:43:32.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bdfa959-d027-41ce-8fcc-b0be99df21ac a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: cbd44834-27cf-44bd-87a4-eda664362ad3 2026-08-11 09:43:32.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bdfa959-d027-41ce-8fcc-b0be99df21ac a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: cbd44834-27cf-44bd-87a4-eda664362ad3 [pid: 7|app: 0|req: 1507/2949] 199.204.45.229 () {32 vars in 759 bytes} [Tue Aug 11 09:43:31 2026] DELETE /v2.0/ports/cbd44834-27cf-44bd-87a4-eda664362ad3 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1443/2950] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2951] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2952] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2953] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:32 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: 1445/2954] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2955] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2956] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1350 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2957] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2958] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2959] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2960] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2961] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3869 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2962] 199.204.45.229 () {34 vars in 1226 bytes} [Tue Aug 11 09:43:32 2026] GET /v2.0/networks?id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&id=336aa12e-8b01-4826-ac69-a816b18789b1&id=68ee0298-c975-47de-a7e2-8113abc0750c&id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 3097 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2963] 199.204.45.229 () {34 vars in 1062 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.188&port_id=55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => 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: 1450/2964] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/subnets?id=e79a5141-d660-4f66-9340-b2029d19adab => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2965] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/ports?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&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: 1451/2966] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1516/2967] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1452/2968] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2969] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2970] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2971] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1454/2972] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1519/2973] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.24&port_id=8cb89620-ab54-46ef-8219-f7e6ed8669e5 => 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: 1455/2974] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2975] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2976] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1521/2977] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:33 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1457/2978] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2979] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2980] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2981] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2982] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3869 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2983] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2984] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2985] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2986] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2987] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1287 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2988] 199.204.45.229 () {34 vars in 789 bytes} [Tue Aug 11 09:43:37 2026] PUT /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1080 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:43:38.019 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-15f0c2df-85e3-4018-b127-d44a012cf2cc'] response: {'name': 'network-changed', 'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'tag': '8cb89620-ab54-46ef-8219-f7e6ed8669e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1527/2989] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:37 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1463/2990] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:38 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2991] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:38 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3698 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2992] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:38 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2993] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:43:38 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2994] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:38 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1530/2995] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:38 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1466/2996] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:39 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2997] 199.204.45.229 () {34 vars in 975 bytes} [Tue Aug 11 09:43:40 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2998] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:43:40 2026] GET /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2999] 199.204.45.229 () {34 vars in 1016 bytes} [Tue Aug 11 09:43:40 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?fields=dns_domain => generated 29 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3000] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:40 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3001] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:43:40 2026] PUT /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 917 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3002] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:43:41.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-3307ca0d-b78c-4c75-8d1b-518bac658a21 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 8cb89620-ab54-46ef-8219-f7e6ed8669e5 2026-08-11 09:43:41.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3307ca0d-b78c-4c75-8d1b-518bac658a21 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 8cb89620-ab54-46ef-8219-f7e6ed8669e5 [pid: 7|app: 0|req: 1534/3003] 199.204.45.229 () {32 vars in 759 bytes} [Tue Aug 11 09:43:41 2026] DELETE /v2.0/ports/8cb89620-ab54-46ef-8219-f7e6ed8669e5 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3004] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3005] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3006] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3007] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3008] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3009] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3010] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3011] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:41 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3012] 199.204.45.229 () {30 vars in 743 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3013] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3014] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3015] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3016] 199.204.45.229 () {34 vars in 1146 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/networks?id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&id=336aa12e-8b01-4826-ac69-a816b18789b1&id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 2310 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3017] 199.204.45.229 () {34 vars in 1062 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.188&port_id=55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3018] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/subnets?id=e79a5141-d660-4f66-9340-b2029d19adab => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3019] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/ports?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&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: 1478/3020] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1543/3021] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1479/3022] 199.204.45.229 () {34 vars in 1058 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.175&port_id=85083a50-9a12-4563-af90-abb210964ced => 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: 1544/3023] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/subnets?id=3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3024] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/ports?network_id=336aa12e-8b01-4826-ac69-a816b18789b1&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3025] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1481/3026] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:43:42 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?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: 1547/3029] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3030] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3031] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3032] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:43:53.593 7 INFO neutron.api.v2.resource [None req-660c2f74-447f-4589-a636-e8d0d0d80dcd a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/3033] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:43:53 2026] GET /v2.0/security-groups/lb-88c64b45-b800-45c8-876c-323777438bde => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3034] 199.204.45.229 () {30 vars in 785 bytes} [Tue Aug 11 09:43:53 2026] GET /v2.0/security-groups?name=lb-88c64b45-b800-45c8-876c-323777438bde => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3035] 199.204.45.229 () {30 vars in 815 bytes} [Tue Aug 11 09:43:53 2026] GET /v2.0/security-group-rules?security_group_id=2ff295d2-a10a-411b-a738-b0918d865463 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3036] 199.204.45.229 () {32 vars in 789 bytes} [Tue Aug 11 09:43:53 2026] DELETE /v2.0/security-group-rules/5867c8e2-0d3b-46d3-b5eb-26fba34d5a7a => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3037] 199.204.45.229 () {32 vars in 789 bytes} [Tue Aug 11 09:43:53 2026] DELETE /v2.0/security-group-rules/ec1d0ee8-f55a-4ffc-a997-fdc9119c61a2 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:43:57.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-22e8db50-ae27-453f-9ce3-dcdb47d1b58e 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: b0942808-989a-4209-93ab-92bd1c1250ca 2026-08-11 09:43:57.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22e8db50-ae27-453f-9ce3-dcdb47d1b58e 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: b0942808-989a-4209-93ab-92bd1c1250ca 2026-08-11 09:43:57.693 8 INFO neutron.db.l3_db [None req-22e8db50-ae27-453f-9ce3-dcdb47d1b58e 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Floating IP 2e2f48c1-5a65-4309-8bce-045c4da2819c disassociated (deleted). External IP: 10.96.250.213, port: 7715732f-dd99-46a5-b476-75d21d3c4c3b. [pid: 8|app: 0|req: 1487/3038] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:43:57 2026] DELETE /v2.0/floatingips/2e2f48c1-5a65-4309-8bce-045c4da2819c => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:43:58.040 7 INFO neutron.api.v2.resource [None req-9b39259d-4137-45da-9b9c-2e5eda42536f 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3039] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/floatingips/2e2f48c1-5a65-4309-8bce-045c4da2819c => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3040] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3041] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3042] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3043] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:43:58.864 8 INFO neutron.api.v2.resource [None req-a9f05a4f-5ebc-4da7-9392-1c1da215d376 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1490/3044] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/security-groups/lb-88c64b45-b800-45c8-876c-323777438bde => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3045] 199.204.45.229 () {30 vars in 785 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/security-groups?name=lb-88c64b45-b800-45c8-876c-323777438bde => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3046] 199.204.45.229 () {30 vars in 815 bytes} [Tue Aug 11 09:43:58 2026] GET /v2.0/security-group-rules?security_group_id=2ff295d2-a10a-411b-a738-b0918d865463 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3047] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:43:59 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: 1492/3048] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:43:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3049] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:43:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3050] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:43:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3051] 199.204.45.229 () {30 vars in 741 bytes} [Tue Aug 11 09:43:59 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3052] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:59 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3053] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:59 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3054] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:43:59 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3055] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:44:00 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3056] 199.204.45.229 () {34 vars in 975 bytes} [Tue Aug 11 09:44:01 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3057] 199.204.45.229 () {34 vars in 1060 bytes} [Tue Aug 11 09:44:01 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3058] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:44:01 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3059] 199.204.45.229 () {34 vars in 1016 bytes} [Tue Aug 11 09:44:01 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3060] 199.204.45.229 () {38 vars in 1028 bytes} [Tue Aug 11 09:44:01 2026] PUT /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1151 bytes in 282 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/3063] 199.204.45.229 () {30 vars in 769 bytes} [Tue Aug 11 09:44:02 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3064] 199.204.45.229 () {34 vars in 789 bytes} [Tue Aug 11 09:44:02 2026] PUT /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1091 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3065] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:44:02 2026] GET /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 1091 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-11 09:44:02.909 7 INFO neutron_taas.services.taas.taas_plugin [None req-6aa80c63-4b49-42e5-809a-451e7a6e6127 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 85083a50-9a12-4563-af90-abb210964ced 2026-08-11 09:44:02.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aa80c63-4b49-42e5-809a-451e7a6e6127 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 85083a50-9a12-4563-af90-abb210964ced [pid: 7|app: 0|req: 1565/3066] 199.204.45.229 () {32 vars in 759 bytes} [Tue Aug 11 09:44:02 2026] DELETE /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3067] 199.204.45.229 () {30 vars in 703 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3068] 199.204.45.229 () {30 vars in 705 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3069] 199.204.45.229 () {30 vars in 681 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3070] 199.204.45.229 () {30 vars in 717 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:44:03.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7a66d2d-a43e-4f0f-a3db-afd63ea35657 a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1504/3071] 199.204.45.229 () {32 vars in 759 bytes} [Tue Aug 11 09:44:03 2026] DELETE /v2.0/ports/85083a50-9a12-4563-af90-abb210964ced => 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: 1568/3072] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:44:03.292 8 INFO neutron.api.v2.resource [None req-9298a71e-1e71-42ce-8d41-916d98c9554b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/3073] 199.204.45.229 () {30 vars in 763 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/security-groups/lb-88c64b45-b800-45c8-876c-323777438bde => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3074] 199.204.45.229 () {30 vars in 785 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/security-groups?name=lb-88c64b45-b800-45c8-876c-323777438bde => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3075] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/ports?tenant_id=006584493f0c457c9b13f8af45ba0a2b&device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3076] 199.204.45.229 () {30 vars in 737 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1132 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3077] 199.204.45.229 () {34 vars in 1066 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/networks?id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&id=336aa12e-8b01-4826-ac69-a816b18789b1 => generated 1523 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3078] 199.204.45.229 () {34 vars in 1062 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.188&port_id=55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => 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: 1572/3079] 199.204.45.229 () {34 vars in 984 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/subnets?id=e79a5141-d660-4f66-9340-b2029d19adab => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3080] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/ports?network_id=cf21895c-ebd7-4442-aaa8-2d7c593a6873&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: 1574/3081] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1575/3082] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:44:03 2026] GET /v2.0/networks/cf21895c-ebd7-4442-aaa8-2d7c593a6873?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: 1508/3083] 199.204.45.229 () {34 vars in 789 bytes} [Tue Aug 11 09:44:03 2026] PUT /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 1094 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3084] 199.204.45.229 () {32 vars in 779 bytes} [Tue Aug 11 09:44:03 2026] DELETE /v2.0/security-groups/2ff295d2-a10a-411b-a738-b0918d865463 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:03.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-58b3f07f-fd39-4787-9750-e165e4effc5d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 7715732f-dd99-46a5-b476-75d21d3c4c3b 2026-08-11 09:44:03.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b3f07f-fd39-4787-9750-e165e4effc5d a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 7715732f-dd99-46a5-b476-75d21d3c4c3b [pid: 8|app: 0|req: 1509/3085] 199.204.45.229 () {32 vars in 759 bytes} [Tue Aug 11 09:44:03 2026] DELETE /v2.0/ports/7715732f-dd99-46a5-b476-75d21d3c4c3b => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3086] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:44:06 2026] GET /v2.0/ports?device_id=265983bd-c914-478e-ae78-afd692a1adf4 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:44:06.772 8 INFO neutron_taas.services.taas.taas_plugin [req-b7000607-a43f-453e-abb7-f6337d66a6e5 req-db1f81fe-96d2-4ebf-b65a-4b262e35799b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] TaaS: Handle Delete Port: 55a8f1f5-98b9-480f-8f35-1bf00ee99e04 2026-08-11 09:44:06.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b7000607-a43f-453e-abb7-f6337d66a6e5 req-db1f81fe-96d2-4ebf-b65a-4b262e35799b a368e61288154a158b02c442d8d43144 006584493f0c457c9b13f8af45ba0a2b - - default default] Tap Mirror: Handle Delete Port: 55a8f1f5-98b9-480f-8f35-1bf00ee99e04 [pid: 8|app: 0|req: 1510/3087] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:44:06 2026] DELETE /v2.0/ports/55a8f1f5-98b9-480f-8f35-1bf00ee99e04 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:06.966 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af0938df-0502-4161-a188-c275adb6ee11'] response: {'server_uuid': '265983bd-c914-478e-ae78-afd692a1adf4', 'name': 'network-vif-deleted', 'tag': '55a8f1f5-98b9-480f-8f35-1bf00ee99e04', 'status': 'completed', 'code': 200} 2026-08-11 09:44:08.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-39da38ba-d804-4551-b009-0faf4acf4fcf 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: e4aeae86-3e74-403d-9046-0da2dac99faa 2026-08-11 09:44:08.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39da38ba-d804-4551-b009-0faf4acf4fcf 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: e4aeae86-3e74-403d-9046-0da2dac99faa 2026-08-11 09:44:08.601 7 INFO neutron.db.l3_db [None req-39da38ba-d804-4551-b009-0faf4acf4fcf 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Floating IP 37b64c97-0cfa-4ff3-a1db-8b7aa2ab46e3 disassociated (deleted). External IP: 10.96.250.205, port: b4f62767-fb06-46e7-bd49-787db614105e. [pid: 7|app: 0|req: 1578/3088] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:44:08 2026] DELETE /v2.0/floatingips/37b64c97-0cfa-4ff3-a1db-8b7aa2ab46e3 => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:08.903 8 INFO neutron.api.v2.resource [None req-056df74e-b1af-4a53-ba1f-56a4ca4c20ab 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3089] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:44:08 2026] GET /v2.0/floatingips/37b64c97-0cfa-4ff3-a1db-8b7aa2ab46e3 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:08.939 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a60fdfe3-60cf-4363-b5fb-dbb9680fa2dc'] response: {'name': 'network-changed', 'server_uuid': '3abd280d-a455-457a-b3cc-71669169b6ed', 'tag': 'b4f62767-fb06-46e7-bd49-787db614105e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1579/3090] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3091] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3092] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3093] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/networks?id=e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3094] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.48&port_id=b4f62767-fb06-46e7-bd49-787db614105e => 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: 1514/3095] 199.204.45.229 () {34 vars in 1106 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A130&port_id=b4f62767-fb06-46e7-bd49-787db614105e => 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: 1582/3096] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/subnets?id=f592f00f-cbb0-4948-9a13-d41915fdab76&id=8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3097] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3098] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/ports?network_id=e8a8aee4-8392-49be-bca0-b922c7e1e1af&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3099] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1584/3100] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:44:09 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af?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: 1517/3101] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:44:11 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:44:11.702 7 INFO neutron_taas.services.taas.taas_plugin [req-d6c03898-e610-468b-8a07-48392a40763b req-9ae4e8ea-241a-4948-bb51-c48a89a65a01 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: b4f62767-fb06-46e7-bd49-787db614105e 2026-08-11 09:44:11.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d6c03898-e610-468b-8a07-48392a40763b req-9ae4e8ea-241a-4948-bb51-c48a89a65a01 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: b4f62767-fb06-46e7-bd49-787db614105e [pid: 7|app: 0|req: 1585/3102] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:44:11 2026] DELETE /v2.0/ports/b4f62767-fb06-46e7-bd49-787db614105e => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:11.926 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48e99ea1-777d-4379-88fa-864c630e1c7f'] response: {'server_uuid': '3abd280d-a455-457a-b3cc-71669169b6ed', 'name': 'network-vif-deleted', 'tag': 'b4f62767-fb06-46e7-bd49-787db614105e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1518/3103] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:44:14 2026] GET /v2.0/ports?device_id=3abd280d-a455-457a-b3cc-71669169b6ed => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:44:19.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd8668b6-28a5-4803-9d6c-93c495f106bc 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: 865d269a-1b90-470d-91c9-42041263dc0b 2026-08-11 09:44:19.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd8668b6-28a5-4803-9d6c-93c495f106bc 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: 865d269a-1b90-470d-91c9-42041263dc0b 2026-08-11 09:44:19.688 7 INFO neutron.db.l3_db [None req-cd8668b6-28a5-4803-9d6c-93c495f106bc 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Floating IP a27b1aa7-9f26-42a5-9ffc-004bc9903c86 disassociated (deleted). External IP: 10.96.250.220, port: abd6342f-5542-42a3-81a6-d67401699105. [pid: 7|app: 0|req: 1587/3106] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:44:19 2026] DELETE /v2.0/floatingips/a27b1aa7-9f26-42a5-9ffc-004bc9903c86 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:20.038 8 INFO neutron.api.v2.resource [None req-bccacfa4-a74a-45b9-8929-2eaffa92523b 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3107] 10.0.0.76 () {32 vars in 728 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/floatingips/a27b1aa7-9f26-42a5-9ffc-004bc9903c86 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:20.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c580f641-0457-44a3-8405-95303d73e354'] response: {'name': 'network-changed', 'server_uuid': '332ef89c-704c-4ca2-8b7f-7d324766d7e6', 'tag': 'abd6342f-5542-42a3-81a6-d67401699105', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1588/3108] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3109] 10.0.0.238 () {34 vars in 1040 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/security-groups?id=91ea0fda-318b-4764-a1d3-f82bef8862f0&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3110] 199.204.45.229 () {34 vars in 1080 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/ports?tenant_id=dbeb3afa062747de85337dda285e11ba&device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3111] 199.204.45.229 () {34 vars in 986 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/networks?id=68ee0298-c975-47de-a7e2-8113abc0750c => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3112] 199.204.45.229 () {34 vars in 1056 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.47&port_id=abd6342f-5542-42a3-81a6-d67401699105 => 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: 1523/3113] 199.204.45.229 () {34 vars in 1104 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b2&port_id=abd6342f-5542-42a3-81a6-d67401699105 => 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: 1591/3114] 199.204.45.229 () {34 vars in 1064 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/subnets?id=91bf3c55-92a6-48b7-9352-2f7081573d72&id=436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3115] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3116] 199.204.45.229 () {34 vars in 1052 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/ports?network_id=68ee0298-c975-47de-a7e2-8113abc0750c&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3117] 199.204.45.229 () {34 vars in 1012 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1593/3118] 199.204.45.229 () {34 vars in 1112 bytes} [Tue Aug 11 09:44:20 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c?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: 1526/3119] 199.204.45.229 () {34 vars in 994 bytes} [Tue Aug 11 09:44:22 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => generated 1196 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-11 09:44:22.835 7 INFO neutron_taas.services.taas.taas_plugin [req-eacd4c9f-cbb0-4b17-9dd9-5b2f2b6ac4fc req-939298c6-105e-4de5-a623-f09dda5288a6 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: abd6342f-5542-42a3-81a6-d67401699105 2026-08-11 09:44:22.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eacd4c9f-cbb0-4b17-9dd9-5b2f2b6ac4fc req-939298c6-105e-4de5-a623-f09dda5288a6 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: abd6342f-5542-42a3-81a6-d67401699105 [pid: 7|app: 0|req: 1594/3120] 199.204.45.229 () {36 vars in 997 bytes} [Tue Aug 11 09:44:22 2026] DELETE /v2.0/ports/abd6342f-5542-42a3-81a6-d67401699105 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:23.076 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91fe0d0b-d656-4a00-96db-fd432c682bb4'] response: {'server_uuid': '332ef89c-704c-4ca2-8b7f-7d324766d7e6', 'name': 'network-vif-deleted', 'tag': 'abd6342f-5542-42a3-81a6-d67401699105', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1527/3121] 10.0.0.238 () {34 vars in 990 bytes} [Tue Aug 11 09:44:25 2026] GET /v2.0/ports?device_id=332ef89c-704c-4ca2-8b7f-7d324766d7e6 => 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: 1595/3122] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:30 2026] DELETE /v2.0/security-group-rules/191959e9-5b47-47aa-923b-ee70543a3d4a => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:30.596 8 INFO neutron.api.v2.resource [None req-64c15e85-411b-4737-80f6-c8f596ffcadb 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3123] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:30 2026] GET /v2.0/security-group-rules/191959e9-5b47-47aa-923b-ee70543a3d4a => 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: 1596/3124] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:30 2026] DELETE /v2.0/security-group-rules/10182786-8a4c-4ace-a634-2c1579e41769 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:30.689 8 INFO neutron.api.v2.resource [None req-88088aec-c467-4117-9b4f-7e0c6b3668b9 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3125] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:30 2026] GET /v2.0/security-group-rules/10182786-8a4c-4ace-a634-2c1579e41769 => 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: 1597/3126] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:30 2026] DELETE /v2.0/security-group-rules/41119be0-bb33-4408-a6ec-243f62943ee6 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:30.791 8 INFO neutron.api.v2.resource [None req-8fa3ac3e-ec0c-413e-9649-f6e27a3125a4 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3127] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:30 2026] GET /v2.0/security-group-rules/41119be0-bb33-4408-a6ec-243f62943ee6 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3128] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:30 2026] DELETE /v2.0/security-group-rules/6d3901b3-2cd0-4e0a-9312-334b32d587d8 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:30.881 8 INFO neutron.api.v2.resource [None req-2fc64971-c8f2-4f0b-8600-1949b98cb6aa 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3129] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:30 2026] GET /v2.0/security-group-rules/6d3901b3-2cd0-4e0a-9312-334b32d587d8 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3130] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:30 2026] DELETE /v2.0/security-group-rules/2d4a7521-3759-4eef-8ce8-00a72a0aa3c9 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:30.967 8 INFO neutron.api.v2.resource [None req-fdd39dce-d8d4-42c3-ac26-848a3130b205 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3131] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:30 2026] GET /v2.0/security-group-rules/2d4a7521-3759-4eef-8ce8-00a72a0aa3c9 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3132] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:30 2026] DELETE /v2.0/security-group-rules/25d1a3b5-14f0-4748-a5ac-d327a4d67212 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:31.073 8 INFO neutron.api.v2.resource [None req-681e67ec-a3f5-4e2a-9d6f-e2abe1448fe4 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3133] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:31 2026] GET /v2.0/security-group-rules/25d1a3b5-14f0-4748-a5ac-d327a4d67212 => generated 155 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3134] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:31 2026] DELETE /v2.0/security-group-rules/531634bf-0728-4a5a-82a5-84b1ee60f502 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:31.157 8 INFO neutron.api.v2.resource [None req-31e1bbf3-aaea-4abc-b5a7-ecd1f83aaaec 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3135] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:31 2026] GET /v2.0/security-group-rules/531634bf-0728-4a5a-82a5-84b1ee60f502 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3136] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:31 2026] DELETE /v2.0/security-group-rules/5dd2e098-c357-4567-bb42-9befe382f32b => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:31.236 8 INFO neutron.api.v2.resource [None req-4d5125fd-3baf-4958-8185-ee0406929433 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3137] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:31 2026] GET /v2.0/security-group-rules/5dd2e098-c357-4567-bb42-9befe382f32b => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3138] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:31 2026] DELETE /v2.0/security-group-rules/d48033a9-d676-4f2d-bdea-5b5ad5074009 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:31.316 8 INFO neutron.api.v2.resource [None req-2fc5a752-86c8-4582-bd01-5843331a583d 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3139] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:31 2026] GET /v2.0/security-group-rules/d48033a9-d676-4f2d-bdea-5b5ad5074009 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3140] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:31 2026] DELETE /v2.0/security-group-rules/1bdd5cb6-0974-42f6-9cd5-405c24433ff0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:31.413 8 INFO neutron.api.v2.resource [None req-73c774f7-43d4-45fd-91ce-91b8a0986687 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3141] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:31 2026] GET /v2.0/security-group-rules/1bdd5cb6-0974-42f6-9cd5-405c24433ff0 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3142] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:44:31 2026] DELETE /v2.0/security-group-rules/4cfaba00-b08d-489b-b089-f14206700dbf => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:31.490 8 INFO neutron.api.v2.resource [None req-da2ad1a7-3b33-43f7-ba57-b0dfe674a9d9 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1538/3143] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:44:31 2026] GET /v2.0/security-group-rules/4cfaba00-b08d-489b-b089-f14206700dbf => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3144] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:31 2026] DELETE /v2.0/security-groups/91ea0fda-318b-4764-a1d3-f82bef8862f0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:31.590 8 INFO neutron.api.v2.resource [None req-2a06b215-22c4-4a2a-9c8d-fa732f78f57e 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3145] 10.0.0.76 () {32 vars in 736 bytes} [Tue Aug 11 09:44:31 2026] GET /v2.0/security-groups/91ea0fda-318b-4764-a1d3-f82bef8862f0 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:32.051 7 INFO neutron_taas.services.taas.taas_plugin [None req-1213ee00-434c-4fb6-a7ee-e6e4e8b8109c 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: aa08fd57-f66d-4598-99f9-19819802d4c2 2026-08-11 09:44:32.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1213ee00-434c-4fb6-a7ee-e6e4e8b8109c 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: aa08fd57-f66d-4598-99f9-19819802d4c2 [pid: 7|app: 0|req: 1607/3148] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:44:31 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/remove_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:44:32.839 8 INFO neutron.api.v2.resource [None req-5186219d-f754-4f49-abca-474e2152a279 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1542/3149] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:44:32 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:33.188 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e20093a-0246-47c9-9465-cf2c40f984e2 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: 8fbcc2f4-8e37-438d-addf-90cd5996ead4 2026-08-11 09:44:33.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e20093a-0246-47c9-9465-cf2c40f984e2 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: 8fbcc2f4-8e37-438d-addf-90cd5996ead4 [pid: 7|app: 0|req: 1608/3150] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:44:32 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:44:33.944 8 INFO neutron.api.v2.resource [None req-c2d0fcda-0b78-4be5-bca0-c0eda6e0ad3d 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3151] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:44:33 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:34.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-0722f35a-a651-464c-91e1-e6a23483b874 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: ec348ec0-6061-4a79-8490-165287546943 2026-08-11 09:44:34.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0722f35a-a651-464c-91e1-e6a23483b874 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: ec348ec0-6061-4a79-8490-165287546943 [pid: 7|app: 0|req: 1609/3152] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:44:33 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-11 09:44:35.001 8 INFO neutron.api.v2.resource [None req-910f4354-dbd7-476d-ae35-3b7b11c4f2a9 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1544/3153] 10.0.0.76 () {34 vars in 788 bytes} [Tue Aug 11 09:44:34 2026] PUT /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:35.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8cb552e-5f63-41e5-95b5-1e4c627c2c38 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: c3af348e-225d-41ef-97ac-bb79aca33a11 2026-08-11 09:44:35.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8cb552e-5f63-41e5-95b5-1e4c627c2c38 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: c3af348e-225d-41ef-97ac-bb79aca33a11 2026-08-11 09:44:35.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8cb552e-5f63-41e5-95b5-1e4c627c2c38 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: 4a013a52-29b5-4011-a054-eba1ee1ff362 2026-08-11 09:44:35.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8cb552e-5f63-41e5-95b5-1e4c627c2c38 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: 4a013a52-29b5-4011-a054-eba1ee1ff362 2026-08-11 09:44:35.923 7 INFO neutron.db.l3_hamode_db [None req-e8cb552e-5f63-41e5-95b5-1e4c627c2c38 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] HA network 85335988-58d5-45f6-adf1-c60bbb1c8702 was deleted as no HA routers are present in tenant dbeb3afa062747de85337dda285e11ba. 2026-08-11 09:44:35.928 7 INFO neutron.services.segments.plugin [-] Segment da69ee40-3061-4f54-b2de-f2e83912e382 resource provider aggregate not found [pid: 7|app: 0|req: 1610/3154] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:35 2026] DELETE /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:35.939 7 INFO neutron.services.segments.plugin [-] Segment da69ee40-3061-4f54-b2de-f2e83912e382 resource provider aggregate not found 2026-08-11 09:44:35.946 7 INFO neutron.services.segments.plugin [-] Segment da69ee40-3061-4f54-b2de-f2e83912e382 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da69ee40-3061-4f54-b2de-f2e83912e382 found for delete ", "request_id": "req-19de91a4-bf31-4a8a-a4e1-4462304006b7"}]} 2026-08-11 09:44:35.957 8 INFO neutron.api.v2.resource [None req-4cdc3bf5-260c-4f70-9101-6b38a3bb87a1 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3155] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:35 2026] GET /v2.0/routers/96dbf907-4b84-49fd-b325-8e061acdcae3 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:35.962 7 INFO neutron.services.segments.plugin [-] Segment da69ee40-3061-4f54-b2de-f2e83912e382 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da69ee40-3061-4f54-b2de-f2e83912e382 found for delete ", "request_id": "req-82054507-858e-4060-b578-1fb2b7b1fbff"}]} [pid: 7|app: 0|req: 1611/3156] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:35 2026] DELETE /v2.0/subnets/8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:36.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a402678f-ff2b-408b-8cde-2f68750a6664 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1546/3157] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:36 2026] GET /v2.0/subnets/8b9b291b-039e-4854-b5b9-5d9e741beeee => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3158] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:36 2026] DELETE /v2.0/subnets/f592f00f-cbb0-4948-9a13-d41915fdab76 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:36.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca566fb5-9bd9-4ced-86da-0ee21b09bd30 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1547/3159] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:36 2026] GET /v2.0/subnets/f592f00f-cbb0-4948-9a13-d41915fdab76 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:36.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-906b7348-729f-4f1a-a025-eacfedaa9673 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: 9bfeed29-d87f-454f-945c-93b8bbcd6b0e 2026-08-11 09:44:36.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-906b7348-729f-4f1a-a025-eacfedaa9673 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: 9bfeed29-d87f-454f-945c-93b8bbcd6b0e [pid: 7|app: 0|req: 1613/3160] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:44:36 2026] DELETE /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:36.659 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10ca9133-0404-48fd-b628-ac4b0f25b083 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3161] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:44:36 2026] GET /v2.0/networks/e8a8aee4-8392-49be-bca0-b922c7e1e1af => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3162] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:36 2026] DELETE /v2.0/subnets/436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:36.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c1cc69e4-847f-486d-a634-cc98e97f50df 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3163] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:36 2026] GET /v2.0/subnets/436017d6-9faa-4265-9dcb-64bd17feb3a6 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3164] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:36 2026] DELETE /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:37.021 8 INFO neutron.pecan_wsgi.hooks.translation [None req-312a1248-c913-419f-9acf-2b5315112d5b 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1550/3165] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:37 2026] GET /v2.0/subnets/91bf3c55-92a6-48b7-9352-2f7081573d72 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:37.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5733e50-5384-4e0a-a8cd-7141ea58be98 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: 635a83c5-2976-466d-9110-9697c0f7ce0e 2026-08-11 09:44:37.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5733e50-5384-4e0a-a8cd-7141ea58be98 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: 635a83c5-2976-466d-9110-9697c0f7ce0e [pid: 7|app: 0|req: 1616/3166] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:44:37 2026] DELETE /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:37.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9f260fc-5bd1-4b1d-9626-356332d68846 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1551/3167] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:44:37 2026] GET /v2.0/networks/68ee0298-c975-47de-a7e2-8113abc0750c => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3168] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:37 2026] DELETE /v2.0/subnets/6730a78b-7466-4a65-ba98-7455a6c6f670 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:37.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa652cac-1bea-41b7-b37f-2fe7bb3adf56 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3169] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:37 2026] GET /v2.0/subnets/6730a78b-7466-4a65-ba98-7455a6c6f670 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3170] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:37 2026] DELETE /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:37.651 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a2bcb7f-aa19-4129-8df8-c8949223c479 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3171] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:37 2026] GET /v2.0/subnets/3defb24c-7d26-48d9-9f63-d8c88c099515 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:37.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a0d6ad3-249e-4acb-ae46-cedced35227e 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] TaaS: Handle Delete Port: c43d31bd-030c-4026-a0bd-2eaca127b5ce 2026-08-11 09:44:37.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a0d6ad3-249e-4acb-ae46-cedced35227e 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] Tap Mirror: Handle Delete Port: c43d31bd-030c-4026-a0bd-2eaca127b5ce [pid: 7|app: 0|req: 1619/3172] 10.0.0.76 () {32 vars in 725 bytes} [Tue Aug 11 09:44:37 2026] DELETE /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-11 09:44:37.900 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e194b41b-5c7d-4196-aff4-2441ce2dd75c 6b875a573d2b48e5a36f89a8081c0acb dbeb3afa062747de85337dda285e11ba - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3173] 10.0.0.76 () {32 vars in 722 bytes} [Tue Aug 11 09:44:37 2026] GET /v2.0/networks/336aa12e-8b01-4826-ac69-a816b18789b1 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-11 09:44:37.961 7 INFO neutron.services.segments.plugin [-] Segment 45f511c8-1714-4ac2-acf0-e2d46ac67167 resource provider aggregate not found 2026-08-11 09:44:37.976 7 INFO neutron.services.segments.plugin [-] Segment 45f511c8-1714-4ac2-acf0-e2d46ac67167 resource provider aggregate not found 2026-08-11 09:44:37.988 7 INFO neutron.services.segments.plugin [-] Segment 45f511c8-1714-4ac2-acf0-e2d46ac67167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f511c8-1714-4ac2-acf0-e2d46ac67167 found for delete ", "request_id": "req-8eea3cb8-4413-49d8-95c4-dafb9acb07c7"}]} 2026-08-11 09:44:37.994 7 INFO neutron.services.segments.plugin [-] Segment 45f511c8-1714-4ac2-acf0-e2d46ac67167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45f511c8-1714-4ac2-acf0-e2d46ac67167 found for delete ", "request_id": "req-9876621d-e81a-45c3-9088-7c331e034a82"}]} 2026-08-11 09:44:38.005 7 INFO neutron.services.segments.plugin [-] Segment 7456b55d-d9f9-4a1e-ab2c-945e29179500 resource provider aggregate not found 2026-08-11 09:44:38.013 7 INFO neutron.services.segments.plugin [-] Segment 7456b55d-d9f9-4a1e-ab2c-945e29179500 resource provider aggregate not found 2026-08-11 09:44:38.022 7 INFO neutron.services.segments.plugin [-] Segment 7456b55d-d9f9-4a1e-ab2c-945e29179500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7456b55d-d9f9-4a1e-ab2c-945e29179500 found for delete ", "request_id": "req-7a77175a-2058-4b4b-9afc-d73ee1b0aace"}]} 2026-08-11 09:44:38.029 7 INFO neutron.services.segments.plugin [-] Segment 7456b55d-d9f9-4a1e-ab2c-945e29179500 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7456b55d-d9f9-4a1e-ab2c-945e29179500 found for delete ", "request_id": "req-7cf861e7-6b78-4f47-a091-40b08dc65c85"}]} 2026-08-11 09:44:38.041 7 INFO neutron.services.segments.plugin [-] Segment b4e6340a-64ce-4c7a-8031-0d4518c2fdd1 resource provider aggregate not found 2026-08-11 09:44:38.052 7 INFO neutron.services.segments.plugin [-] Segment b4e6340a-64ce-4c7a-8031-0d4518c2fdd1 resource provider aggregate not found 2026-08-11 09:44:38.056 7 INFO neutron.services.segments.plugin [-] Segment b4e6340a-64ce-4c7a-8031-0d4518c2fdd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e6340a-64ce-4c7a-8031-0d4518c2fdd1 found for delete ", "request_id": "req-42153c00-eddf-46f2-8716-f0cca6f9eaff"}]} 2026-08-11 09:44:38.067 7 INFO neutron.services.segments.plugin [-] Segment b4e6340a-64ce-4c7a-8031-0d4518c2fdd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e6340a-64ce-4c7a-8031-0d4518c2fdd1 found for delete ", "request_id": "req-89e27c5b-54df-4ce2-af12-62ec243b7716"}]} [pid: 7|app: 0|req: 1620/3174] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:39 2026] GET /v2.0/security-groups?tenant_id=dbeb3afa062747de85337dda285e11ba&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3175] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:39 2026] DELETE /v2.0/security-groups/fae5052f-0f23-4b61-ba43-e32c621c8fbe => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3176] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:40 2026] GET /v2.0/security-groups?tenant_id=54eead6d9a5a4067b49c673acbf5bbfd&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3177] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:40 2026] DELETE /v2.0/security-groups/e46236ef-8b3c-4790-96c2-9effa5d5de10 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3178] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:40 2026] GET /v2.0/security-groups?tenant_id=406c097d11b44d10972778d3f7ce57e1&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3179] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:40 2026] DELETE /v2.0/security-groups/5a085d6b-2d09-4cd4-8f15-dfed377c16cf => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3180] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:40 2026] GET /v2.0/security-groups?tenant_id=d5ad4b0fd42741179dfb48ed4eb6c891&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3181] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:41 2026] DELETE /v2.0/security-groups/4821517a-02c6-4183-a290-76d6852e661a => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3182] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:41 2026] GET /v2.0/security-groups?tenant_id=42bfdcb0162a4fbe85192f8ba13bd6e8&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3183] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:41 2026] DELETE /v2.0/security-groups/4cf48c44-10f2-47a5-bd7c-24e9b7f3c4ef => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3184] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:41 2026] GET /v2.0/security-groups?tenant_id=0b7b40bdea0b417fb0504344f7bbddd5&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3185] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:41 2026] DELETE /v2.0/security-groups/756870d4-f80c-4f46-861f-878b2c981a47 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3186] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:42 2026] GET /v2.0/security-groups?tenant_id=3cc82ea0b2284b68ae535cbdf5982521&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3187] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:42 2026] DELETE /v2.0/security-groups/ed682471-aa70-44ca-9fb9-058e7124436c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:44:46.573 7 INFO neutron.db.segments_db [None req-de24e23c-06aa-46ff-9deb-b414202519cb 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Added segment 30afba40-464f-4f91-91e6-81a6f14e62b7 of type vxlan for network e3d6a699-e01b-45a1-9a02-86e5472c80d7 2026-08-11 09:44:46.827 7 INFO neutron.db.l3_hamode_db [None req-de24e23c-06aa-46ff-9deb-b414202519cb 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:44:46.955 7 INFO neutron.db.l3_hamode_db [None req-de24e23c-06aa-46ff-9deb-b414202519cb 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1627/3190] 10.0.0.76 () {34 vars in 667 bytes} [Tue Aug 11 09:44:46 2026] POST /v2.0/routers => generated 474 bytes in 1239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:44:47.644 8 INFO neutron.db.l3_hamode_db [None req-d88dee5e-ec59-4024-97e3-ec60b8d0bf57 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:44:47.766 8 INFO neutron.db.l3_hamode_db [None req-d88dee5e-ec59-4024-97e3-ec60b8d0bf57 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1564/3191] 10.0.0.76 () {34 vars in 667 bytes} [Tue Aug 11 09:44:47 2026] POST /v2.0/routers => generated 474 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:44:48.422 7 INFO neutron.db.l3_hamode_db [None req-0357f8e9-bc2f-45d2-a056-9f8ea82f0761 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:44:48.534 7 INFO neutron.db.l3_hamode_db [None req-0357f8e9-bc2f-45d2-a056-9f8ea82f0761 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1628/3192] 10.0.0.76 () {34 vars in 667 bytes} [Tue Aug 11 09:44:48 2026] POST /v2.0/routers => generated 474 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:44:49.102 8 INFO neutron.db.l3_hamode_db [None req-9a71330c-ad80-4594-a32e-929fe078ddc7 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:44:49.234 8 INFO neutron.db.l3_hamode_db [None req-9a71330c-ad80-4594-a32e-929fe078ddc7 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1565/3193] 10.0.0.76 () {34 vars in 667 bytes} [Tue Aug 11 09:44:49 2026] POST /v2.0/routers => generated 474 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-11 09:44:49.853 7 INFO neutron.db.l3_hamode_db [None req-72967898-14e9-4a40-a1e3-0c88cfa21678 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-11 09:44:49.972 7 INFO neutron.db.l3_hamode_db [None req-72967898-14e9-4a40-a1e3-0c88cfa21678 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1629/3194] 10.0.0.76 () {34 vars in 667 bytes} [Tue Aug 11 09:44:49 2026] POST /v2.0/routers => generated 474 bytes in 830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3195] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:44:50 2026] PUT /v2.0/routers/21c950f5-ce67-4f71-9cdd-6dea9a2b8c5a/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3196] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:44:50 2026] PUT /v2.0/routers/0d049007-f9c4-4f42-8b72-097a70e17943/tags => generated 25 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3197] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:44:50 2026] PUT /v2.0/routers/fba03d6f-5c01-4f4f-9594-56a0abe82009/tags => generated 34 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3198] 10.0.0.76 () {34 vars in 750 bytes} [Tue Aug 11 09:44:51 2026] PUT /v2.0/routers/c4444f6a-cb92-45c2-8a38-d3d2ac739108/tags => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3199] 10.0.0.76 () {32 vars in 663 bytes} [Tue Aug 11 09:44:51 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3200] 10.0.0.76 () {32 vars in 677 bytes} [Tue Aug 11 09:44:51 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3201] 10.0.0.76 () {32 vars in 673 bytes} [Tue Aug 11 09:44:51 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3202] 10.0.0.76 () {32 vars in 685 bytes} [Tue Aug 11 09:44:51 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3203] 10.0.0.76 () {32 vars in 671 bytes} [Tue Aug 11 09:44:52 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3204] 10.0.0.76 () {32 vars in 685 bytes} [Tue Aug 11 09:44:52 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3205] 10.0.0.76 () {32 vars in 681 bytes} [Tue Aug 11 09:44:52 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3206] 10.0.0.76 () {32 vars in 693 bytes} [Tue Aug 11 09:44:52 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3207] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:52 2026] GET /v2.0/routers/21c950f5-ce67-4f71-9cdd-6dea9a2b8c5a => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3208] 10.0.0.76 () {34 vars in 741 bytes} [Tue Aug 11 09:44:52 2026] PUT /v2.0/routers/21c950f5-ce67-4f71-9cdd-6dea9a2b8c5a => generated 485 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3209] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:44:53 2026] GET /v2.0/ports?device_id=21c950f5-ce67-4f71-9cdd-6dea9a2b8c5a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:44:53.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-17e07546-f894-4308-8e8d-87dc7767ec22 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] TaaS: Handle Delete Port: a17d50cf-b739-4434-8f2a-0615e1cbb7b9 2026-08-11 09:44:53.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17e07546-f894-4308-8e8d-87dc7767ec22 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Tap Mirror: Handle Delete Port: a17d50cf-b739-4434-8f2a-0615e1cbb7b9 [pid: 7|app: 0|req: 1637/3210] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:53 2026] DELETE /v2.0/routers/21c950f5-ce67-4f71-9cdd-6dea9a2b8c5a => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3211] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:53 2026] GET /v2.0/routers/0d049007-f9c4-4f42-8b72-097a70e17943 => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3212] 10.0.0.76 () {34 vars in 741 bytes} [Tue Aug 11 09:44:53 2026] PUT /v2.0/routers/0d049007-f9c4-4f42-8b72-097a70e17943 => generated 493 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3213] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:44:54 2026] GET /v2.0/ports?device_id=0d049007-f9c4-4f42-8b72-097a70e17943 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:44:54.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c110b42-6263-4c41-a5d8-1a286d7c0b4e 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] TaaS: Handle Delete Port: cd5b1671-fb58-4bd6-828a-16fa02a60c5c 2026-08-11 09:44:54.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c110b42-6263-4c41-a5d8-1a286d7c0b4e 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Tap Mirror: Handle Delete Port: cd5b1671-fb58-4bd6-828a-16fa02a60c5c [pid: 7|app: 0|req: 1639/3214] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:54 2026] DELETE /v2.0/routers/0d049007-f9c4-4f42-8b72-097a70e17943 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3215] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:54 2026] GET /v2.0/routers/fba03d6f-5c01-4f4f-9594-56a0abe82009 => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3216] 10.0.0.76 () {34 vars in 741 bytes} [Tue Aug 11 09:44:54 2026] PUT /v2.0/routers/fba03d6f-5c01-4f4f-9594-56a0abe82009 => generated 502 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3217] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:44:55 2026] GET /v2.0/ports?device_id=fba03d6f-5c01-4f4f-9594-56a0abe82009 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:44:55.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-e292c4ea-0906-455b-a687-befcccd68b3b 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] TaaS: Handle Delete Port: cc50e347-321c-4bac-9be1-a1cd46676a71 2026-08-11 09:44:55.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e292c4ea-0906-455b-a687-befcccd68b3b 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Tap Mirror: Handle Delete Port: cc50e347-321c-4bac-9be1-a1cd46676a71 [pid: 7|app: 0|req: 1641/3218] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:55 2026] DELETE /v2.0/routers/fba03d6f-5c01-4f4f-9594-56a0abe82009 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3219] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:55 2026] GET /v2.0/routers/c4444f6a-cb92-45c2-8a38-d3d2ac739108 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3220] 10.0.0.76 () {34 vars in 741 bytes} [Tue Aug 11 09:44:55 2026] PUT /v2.0/routers/c4444f6a-cb92-45c2-8a38-d3d2ac739108 => generated 487 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3221] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:44:56 2026] GET /v2.0/ports?device_id=c4444f6a-cb92-45c2-8a38-d3d2ac739108 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:44:56.695 7 INFO neutron_taas.services.taas.taas_plugin [None req-11d7d1dd-d62b-4fc3-9096-8ba9e2edab2a 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] TaaS: Handle Delete Port: b18e3fe3-4ff1-4de6-b147-c1ffbc1356cb 2026-08-11 09:44:56.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11d7d1dd-d62b-4fc3-9096-8ba9e2edab2a 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Tap Mirror: Handle Delete Port: b18e3fe3-4ff1-4de6-b147-c1ffbc1356cb [pid: 7|app: 0|req: 1643/3222] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:56 2026] DELETE /v2.0/routers/c4444f6a-cb92-45c2-8a38-d3d2ac739108 => 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: 1580/3223] 10.0.0.76 () {32 vars in 720 bytes} [Tue Aug 11 09:44:56 2026] GET /v2.0/routers/aefa29cb-867c-4905-a4e5-e55f2b8f5b4d => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3224] 10.0.0.76 () {34 vars in 741 bytes} [Tue Aug 11 09:44:56 2026] PUT /v2.0/routers/aefa29cb-867c-4905-a4e5-e55f2b8f5b4d => generated 480 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3225] 10.0.0.76 () {32 vars in 735 bytes} [Tue Aug 11 09:44:57 2026] GET /v2.0/ports?device_id=aefa29cb-867c-4905-a4e5-e55f2b8f5b4d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:44:57.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d52c02f-0cf2-40fc-b2b7-012f38a9c285 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] TaaS: Handle Delete Port: 9e2ab2e1-1233-429c-9b8b-c8151db92360 2026-08-11 09:44:57.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d52c02f-0cf2-40fc-b2b7-012f38a9c285 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] Tap Mirror: Handle Delete Port: 9e2ab2e1-1233-429c-9b8b-c8151db92360 2026-08-11 09:44:57.975 7 INFO neutron.services.segments.plugin [-] Segment 30afba40-464f-4f91-91e6-81a6f14e62b7 resource provider aggregate not found 2026-08-11 09:44:57.981 7 INFO neutron.services.segments.plugin [-] Segment 30afba40-464f-4f91-91e6-81a6f14e62b7 resource provider aggregate not found 2026-08-11 09:44:57.999 7 INFO neutron.services.segments.plugin [-] Segment 30afba40-464f-4f91-91e6-81a6f14e62b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30afba40-464f-4f91-91e6-81a6f14e62b7 found for delete ", "request_id": "req-5e79cbd8-2017-4dfb-a5c2-79b94c53bc95"}]} 2026-08-11 09:44:58.006 7 INFO neutron.services.segments.plugin [-] Segment 30afba40-464f-4f91-91e6-81a6f14e62b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30afba40-464f-4f91-91e6-81a6f14e62b7 found for delete ", "request_id": "req-674b1225-967f-4a7b-a564-bf2c598bfcb1"}]} 2026-08-11 09:44:58.013 7 INFO neutron.db.l3_hamode_db [None req-8d52c02f-0cf2-40fc-b2b7-012f38a9c285 2ec94ce5e1ea4efdb0c1b381090c6471 647a7c33049c409ea53c4ac8fc797e7b - - default default] HA network e3d6a699-e01b-45a1-9a02-86e5472c80d7 was deleted as no HA routers are present in tenant 647a7c33049c409ea53c4ac8fc797e7b. [pid: 7|app: 0|req: 1645/3226] 10.0.0.76 () {32 vars in 723 bytes} [Tue Aug 11 09:44:57 2026] DELETE /v2.0/routers/aefa29cb-867c-4905-a4e5-e55f2b8f5b4d => generated 0 bytes in 440 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3227] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:58 2026] GET /v2.0/security-groups?tenant_id=7cb4620e0aa547e99cfe087019f2da36&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3228] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:59 2026] DELETE /v2.0/security-groups/3ff557e9-b94a-4e5f-8b79-6aab8195908e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3229] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:59 2026] GET /v2.0/security-groups?tenant_id=647a7c33049c409ea53c4ac8fc797e7b&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3230] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:59 2026] DELETE /v2.0/security-groups/8515ed78-2c89-4a7d-8834-e576fb2f8d7a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3231] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:44:59 2026] GET /v2.0/security-groups?tenant_id=39eb6c32f6ce4f379129b136729056e7&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3232] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:44:59 2026] DELETE /v2.0/security-groups/f6653c15-7dfb-4d21-b099-b8a3f693d84a => 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: 1586/3235] 10.0.0.76 () {34 vars in 675 bytes} [Tue Aug 11 09:45:03 2026] POST /v2.0/floatingips => generated 552 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3236] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:45:03 2026] PUT /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3237] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:45:03 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3238] 10.0.0.76 () {34 vars in 769 bytes} [Tue Aug 11 09:45:03 2026] PUT /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3239] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3240] 10.0.0.76 () {34 vars in 765 bytes} [Tue Aug 11 09:45:04 2026] PUT /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3241] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3242] 10.0.0.76 () {34 vars in 787 bytes} [Tue Aug 11 09:45:04 2026] PUT /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3243] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3244] 10.0.0.76 () {34 vars in 758 bytes} [Tue Aug 11 09:45:04 2026] PUT /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3245] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3246] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:45:04.613 8 INFO neutron.api.v2.resource [None req-66fb1a47-f556-46ab-a736-6ea3e8904aab fa044db230d04104bf0af2f41a1ae4c5 92e333bf89f8485689d4938925a37757 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3247] 10.0.0.76 () {32 vars in 750 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3248] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:45:04 2026] DELETE /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3249] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:45:04.793 7 INFO neutron.api.v2.resource [None req-a7359ffd-1275-498b-a66f-2e189de31f85 fa044db230d04104bf0af2f41a1ae4c5 92e333bf89f8485689d4938925a37757 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3250] 10.0.0.76 () {32 vars in 753 bytes} [Tue Aug 11 09:45:04 2026] DELETE /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3251] 10.0.0.76 () {32 vars in 741 bytes} [Tue Aug 11 09:45:04 2026] DELETE /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3252] 10.0.0.76 () {32 vars in 738 bytes} [Tue Aug 11 09:45:04 2026] GET /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:45:05.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b9dd115-a275-4267-acf3-bc7f99d723b7 fa044db230d04104bf0af2f41a1ae4c5 92e333bf89f8485689d4938925a37757 - - default default] TaaS: Handle Delete Port: ebb3d955-4c83-4df6-8c7a-421a734f8849 2026-08-11 09:45:05.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b9dd115-a275-4267-acf3-bc7f99d723b7 fa044db230d04104bf0af2f41a1ae4c5 92e333bf89f8485689d4938925a37757 - - default default] Tap Mirror: Handle Delete Port: ebb3d955-4c83-4df6-8c7a-421a734f8849 [pid: 8|app: 0|req: 1595/3253] 10.0.0.76 () {32 vars in 731 bytes} [Tue Aug 11 09:45:04 2026] DELETE /v2.0/floatingips/8523e017-82b8-44e1-b634-b060d2a1d9cb => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3254] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:45:05 2026] GET /v2.0/security-groups?tenant_id=e0a0b6bf95574f41a0982cf540d51009&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3255] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:45:06 2026] DELETE /v2.0/security-groups/79ba76fa-ecc0-42fb-b871-09f309526ab0 => 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: 1660/3256] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:45:06 2026] GET /v2.0/security-groups?tenant_id=92e333bf89f8485689d4938925a37757&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3257] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:45:06 2026] DELETE /v2.0/security-groups/acffdded-5cba-4bdc-b61b-003a28a7c0b9 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3258] 10.0.0.76 () {34 vars in 683 bytes} [Tue Aug 11 09:45:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3259] 10.0.0.76 () {34 vars in 766 bytes} [Tue Aug 11 09:45:10 2026] PUT /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3260] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3261] 10.0.0.76 () {34 vars in 777 bytes} [Tue Aug 11 09:45:10 2026] PUT /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3262] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3263] 10.0.0.76 () {34 vars in 773 bytes} [Tue Aug 11 09:45:10 2026] PUT /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3264] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3265] 10.0.0.76 () {34 vars in 795 bytes} [Tue Aug 11 09:45:10 2026] PUT /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3266] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3267] 10.0.0.76 () {34 vars in 766 bytes} [Tue Aug 11 09:45:10 2026] PUT /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3268] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3269] 10.0.0.76 () {32 vars in 754 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-11 09:45:10.726 7 INFO neutron.api.v2.resource [None req-90e88909-d884-4224-8198-58144a50f030 5c00242c5bce4895a8a40dda86fcd318 8af0c2483a464e28a1fd4578fce2e05c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3270] 10.0.0.76 () {32 vars in 758 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3271] 10.0.0.76 () {32 vars in 757 bytes} [Tue Aug 11 09:45:10 2026] DELETE /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3272] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-11 09:45:10.878 8 INFO neutron.api.v2.resource [None req-aacdbd9c-a922-474c-8c2b-22a73d878889 5c00242c5bce4895a8a40dda86fcd318 8af0c2483a464e28a1fd4578fce2e05c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3273] 10.0.0.76 () {32 vars in 761 bytes} [Tue Aug 11 09:45:10 2026] DELETE /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3274] 10.0.0.76 () {32 vars in 749 bytes} [Tue Aug 11 09:45:10 2026] DELETE /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3275] 10.0.0.76 () {32 vars in 746 bytes} [Tue Aug 11 09:45:10 2026] GET /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25/tags => 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: 1670/3276] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:45:10 2026] DELETE /v2.0/security-groups/99248e89-aa1e-4d0f-a69d-476eca0e3e25 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3277] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:45:11 2026] GET /v2.0/security-groups?tenant_id=8af0c2483a464e28a1fd4578fce2e05c&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3278] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:45:11 2026] DELETE /v2.0/security-groups/bc2732ea-daef-4c91-b6dd-b9be630376e2 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3279] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:45:12 2026] GET /v2.0/security-groups?tenant_id=3c6a6e41a53c4944938288cb5a1fa5b4&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3280] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:45:12 2026] DELETE /v2.0/security-groups/ccfd4409-3ee9-4783-bd7f-bef110421ab7 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3281] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:45:15 2026] GET /v2.0/security-groups?tenant_id=d2631afd245f457ca6221a8ab5194e2e&name=default => generated 2929 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3282] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:45:16 2026] DELETE /v2.0/security-groups/2ae3a2bf-9cbf-4fbd-a009-94190922fd4d => 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: 1610/3283] 10.0.0.76 () {32 vars in 773 bytes} [Tue Aug 11 09:45:16 2026] GET /v2.0/security-groups?tenant_id=e7d0c2c14daa4a37983c1ca59eee791b&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3284] 10.0.0.76 () {32 vars in 739 bytes} [Tue Aug 11 09:45:16 2026] DELETE /v2.0/security-groups/216c41f0-2c38-454f-8984-5ede1d42f514 => 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: 1612/3287] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:45:19 2026] GET /v2.0/networks => generated 2168 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3288] 10.0.0.76 () {32 vars in 654 bytes} [Tue Aug 11 09:45:20 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3289] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:45:20 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3290] 10.0.0.76 () {32 vars in 642 bytes} [Tue Aug 11 09:45:20 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3291] 10.0.0.76 () {32 vars in 646 bytes} [Tue Aug 11 09:45:20 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3292] 10.0.0.76 () {32 vars in 648 bytes} [Tue Aug 11 09:45:20 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3293] 10.0.0.76 () {32 vars in 662 bytes} [Tue Aug 11 09:45:20 2026] GET /v2.0/security-groups => generated 17401 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3294] 10.0.0.76 () {32 vars in 654 bytes} [Tue Aug 11 09:45:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)