+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Wed Jul 29 19:34:46 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-5c6f5994f-xkw57 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 0x7ff28bac3668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-07-29 19:34:50.231 8 INFO neutron.common.config [-] Logging enabled! 2026-07-29 19:34:50.231 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-29 19:34:50.334 7 INFO neutron.common.config [-] Logging enabled! 2026-07-29 19:34:50.334 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-29 19:34:51.282 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-29 19:34:51.376 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-29 19:34:52.810 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 19:34:52.813 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-29 19:34:52.817 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-29 19:34:52.818 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 19:34:52.818 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-29 19:34:52.818 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-29 19:34:52.818 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 19:34:52.827 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 19:34:52.827 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 19:34:52.827 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 19:34:52.851 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-29 19:34:52.852 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 19:34:52.852 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-29 19:34:52.878 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-29 19:34:52.879 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-29 19:34:52.879 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-29 19:34:52.879 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-29 19:34:52.928 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 19:34:52.932 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-29 19:34:52.936 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-29 19:34:52.937 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-29 19:34:52.937 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-29 19:34:52.937 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-29 19:34:52.938 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 19:34:52.948 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 19:34:52.948 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-29 19:34:52.949 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 19:34:52.976 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-29 19:34:52.977 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-29 19:34:52.978 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-29 19:34:53.008 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-29 19:34:53.009 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-29 19:34:53.009 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-29 19:34:53.009 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-29 19:34:53.157 8 INFO neutron.plugins.ml2.managers [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] Initializing driver for type 'vlan' 2026-07-29 19:34:53.319 7 INFO neutron.plugins.ml2.managers [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] Initializing driver for type 'vlan' 2026-07-29 19:34:53.422 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] VlanTypeDriver initialization complete 2026-07-29 19:34:53.422 8 INFO neutron.plugins.ml2.managers [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] Initializing driver for type 'vxlan' 2026-07-29 19:34:53.423 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-29 19:34:53.435 8 INFO neutron.plugins.ml2.managers [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-29 19:34:53.435 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-29 19:34:53.436 8 INFO neutron.plugins.ml2.managers [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] Initializing extension driver 'port_security' 2026-07-29 19:34:53.436 8 INFO neutron.plugins.ml2.extensions.port_security [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-29 19:34:53.436 8 INFO neutron.plugins.ml2.managers [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] Initializing extension driver 'qos' 2026-07-29 19:34:53.436 8 INFO neutron.plugins.ml2.managers [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-29 19:34:53.436 8 INFO neutron.plugins.ml2.managers [None req-7fd4c94b-0f51-403d-af25-6213e3f8a831 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-29 19:34:53.450 8 INFO neutron.quota [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded quota_driver: . 2026-07-29 19:34:53.451 8 INFO neutron.plugins.ml2.plugin [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Modular L2 Plugin initialization complete 2026-07-29 19:34:53.451 8 INFO neutron.plugins.ml2.managers [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-29 19:34:53.451 8 INFO neutron.plugins.ml2.managers [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-29 19:34:53.451 8 INFO neutron.plugins.ml2.managers [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-29 19:34:53.451 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: qos 2026-07-29 19:34:53.464 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: router 2026-07-29 19:34:53.508 8 INFO neutron.services.service_base [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-29 19:34:53.508 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: segments 2026-07-29 19:34:53.588 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] VlanTypeDriver initialization complete 2026-07-29 19:34:53.588 7 INFO neutron.plugins.ml2.managers [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] Initializing driver for type 'vxlan' 2026-07-29 19:34:53.588 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-29 19:34:53.601 7 INFO neutron.plugins.ml2.managers [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-29 19:34:53.601 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-29 19:34:53.601 7 INFO neutron.plugins.ml2.managers [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] Initializing extension driver 'port_security' 2026-07-29 19:34:53.601 7 INFO neutron.plugins.ml2.extensions.port_security [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-29 19:34:53.601 7 INFO neutron.plugins.ml2.managers [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] Initializing extension driver 'qos' 2026-07-29 19:34:53.602 7 INFO neutron.plugins.ml2.managers [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-29 19:34:53.602 7 INFO neutron.plugins.ml2.managers [None req-8938f3db-91b5-4228-bee9-0e66b595895b - - - - - -] Initializing mechanism driver 'l2population' 2026-07-29 19:34:53.602 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: trunk 2026-07-29 19:34:53.614 7 INFO neutron.quota [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded quota_driver: . 2026-07-29 19:34:53.614 7 INFO neutron.plugins.ml2.plugin [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Modular L2 Plugin initialization complete 2026-07-29 19:34:53.614 7 INFO neutron.plugins.ml2.managers [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-29 19:34:53.614 7 INFO neutron.plugins.ml2.managers [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-29 19:34:53.614 7 INFO neutron.plugins.ml2.managers [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-29 19:34:53.615 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: qos 2026-07-29 19:34:53.616 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: vpnaas 2026-07-29 19:34:53.627 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: router 2026-07-29 19:34:53.656 8 WARNING stevedore.named [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 19:34:53.671 7 INFO neutron.services.service_base [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-29 19:34:53.672 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: segments 2026-07-29 19:34:53.725 8 INFO neutron_vpnaas.services.vpn.plugin [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-29 19:34:53.726 8 INFO neutron.common.utils [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-29 19:34:53.726 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: taas 2026-07-29 19:34:53.752 8 WARNING stevedore.named [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 19:34:53.752 8 WARNING stevedore.named [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 19:34:53.767 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: trunk 2026-07-29 19:34:53.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-29 19:34:53.771 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: tapmirror 2026-07-29 19:34:53.782 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: vpnaas 2026-07-29 19:34:53.784 8 WARNING stevedore.named [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 19:34:53.784 8 WARNING stevedore.named [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 19:34:53.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-29 19:34:53.798 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: auto_allocate 2026-07-29 19:34:53.806 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: tag 2026-07-29 19:34:53.817 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: timestamp 2026-07-29 19:34:53.820 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: network_ip_availability 2026-07-29 19:34:53.822 7 WARNING stevedore.named [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 19:34:53.823 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: flavors 2026-07-29 19:34:53.827 8 INFO neutron.manager [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loading Plugin: revisions 2026-07-29 19:34:53.830 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Initializing extension manager. 2026-07-29 19:34:53.832 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: address-group 2026-07-29 19:34:53.833 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: address-scope 2026-07-29 19:34:53.833 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-29 19:34:53.834 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: agent 2026-07-29 19:34:53.834 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: agent-resources-synced 2026-07-29 19:34:53.836 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-29 19:34:53.837 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-29 19:34:53.838 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: availability_zone 2026-07-29 19:34:53.838 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: availability_zone_filter 2026-07-29 19:34:53.839 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-29 19:34:53.839 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: default-subnetpools 2026-07-29 19:34:53.841 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-29 19:34:53.841 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: dns-integration 2026-07-29 19:34:53.842 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: dns-domain-ports 2026-07-29 19:34:53.842 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-29 19:34:53.843 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: dvr 2026-07-29 19:34:53.843 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-29 19:34:53.844 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: empty-string-filtering 2026-07-29 19:34:53.844 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 19:34:53.845 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-29 19:34:53.845 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: external-net 2026-07-29 19:34:53.846 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-29 19:34:53.846 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: extraroute 2026-07-29 19:34:53.847 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: extraroute-atomic 2026-07-29 19:34:53.848 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-29 19:34:53.848 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-29 19:34:53.849 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-29 19:34:53.850 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-29 19:34:53.851 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: fip-port-details 2026-07-29 19:34:53.852 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: flavors 2026-07-29 19:34:53.853 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-29 19:34:53.854 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: floatingip-pools 2026-07-29 19:34:53.855 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: ip_allocation 2026-07-29 19:34:53.856 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-29 19:34:53.856 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: l2_adjacency 2026-07-29 19:34:53.859 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: router 2026-07-29 19:34:53.861 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 19:34:53.861 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-29 19:34:53.862 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-29 19:34:53.862 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: ext-gw-mode 2026-07-29 19:34:53.863 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: l3-ha 2026-07-29 19:34:53.864 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-29 19:34:53.865 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-29 19:34:53.865 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: l3-flavors 2026-07-29 19:34:53.867 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-29 19:34:53.868 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-29 19:34:53.871 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-29 19:34:53.872 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-29 19:34:53.873 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-29 19:34:53.874 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-29 19:34:53.875 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-29 19:34:53.876 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: multi-provider 2026-07-29 19:34:53.876 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: net-mtu 2026-07-29 19:34:53.877 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: net-mtu-writable 2026-07-29 19:34:53.877 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: network_availability_zone 2026-07-29 19:34:53.878 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: network_ha 2026-07-29 19:34:53.878 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: network-ip-availability 2026-07-29 19:34:53.879 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-29 19:34:53.880 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: pagination 2026-07-29 19:34:53.880 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-device-profile 2026-07-29 19:34:53.881 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-29 19:34:53.881 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-29 19:34:53.882 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-29 19:34:53.883 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-mac-override 2026-07-29 19:34:53.883 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-29 19:34:53.884 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-29 19:34:53.884 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-29 19:34:53.885 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-resource-request 2026-07-29 19:34:53.885 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-29 19:34:53.886 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-29 19:34:53.886 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: binding 2026-07-29 19:34:53.887 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: binding-extended 2026-07-29 19:34:53.888 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-security 2026-07-29 19:34:53.888 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: project-id 2026-07-29 19:34:53.889 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: provider 2026-07-29 19:34:53.889 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-29 19:34:53.892 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos 2026-07-29 19:34:53.892 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-29 19:34:53.893 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-29 19:34:53.894 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-default 2026-07-29 19:34:53.894 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-fip 2026-07-29 19:34:53.895 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-29 19:34:53.895 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-29 19:34:53.896 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-29 19:34:53.897 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-29 19:34:53.897 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-29 19:34:53.898 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-pps 2026-07-29 19:34:53.899 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-29 19:34:53.899 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-29 19:34:53.900 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: qos-rules-alias 2026-07-29 19:34:53.900 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: quota-check-limit 2026-07-29 19:34:53.901 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-29 19:34:53.903 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: quotas 2026-07-29 19:34:53.903 7 INFO neutron_vpnaas.services.vpn.plugin [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-29 19:34:53.904 7 INFO neutron.common.utils [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-29 19:34:53.904 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: quota_details 2026-07-29 19:34:53.904 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: taas 2026-07-29 19:34:53.906 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: rbac-policies 2026-07-29 19:34:53.906 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: rbac-address-group 2026-07-29 19:34:53.907 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: rbac-address-scope 2026-07-29 19:34:53.907 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: rbac-security-groups 2026-07-29 19:34:53.908 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-29 19:34:53.908 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: revision-if-match 2026-07-29 19:34:53.909 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-29 19:34:53.910 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: router_availability_zone 2026-07-29 19:34:53.910 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-29 19:34:53.912 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-29 19:34:53.913 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-29 19:34:53.913 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-29 19:34:53.914 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-29 19:34:53.914 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-29 19:34:53.915 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-29 19:34:53.920 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: security-group 2026-07-29 19:34:53.921 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: segment 2026-07-29 19:34:53.921 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-29 19:34:53.922 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: service-type 2026-07-29 19:34:53.922 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: sorting 2026-07-29 19:34:53.923 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: standard-attr-segment 2026-07-29 19:34:53.924 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: standard-attr-description 2026-07-29 19:34:53.924 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: stateful-security-group 2026-07-29 19:34:53.925 8 WARNING neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-29 19:34:53.925 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-29 19:34:53.926 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: subnet-external-network 2026-07-29 19:34:53.926 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: subnet_onboard 2026-07-29 19:34:53.927 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-29 19:34:53.927 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: subnet-service-types 2026-07-29 19:34:53.930 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: subnet_allocation 2026-07-29 19:34:53.930 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-29 19:34:53.931 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: tag-creation 2026-07-29 19:34:53.932 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-29 19:34:53.937 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: standard-attr-tag 2026-07-29 19:34:53.937 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-29 19:34:53.938 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: trunk 2026-07-29 19:34:53.939 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: trunk-details 2026-07-29 19:34:53.939 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-29 19:34:53.939 7 WARNING stevedore.named [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 19:34:53.940 7 WARNING stevedore.named [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 19:34:53.940 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-29 19:34:53.941 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-29 19:34:53.942 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-29 19:34:53.944 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-29 19:34:53.944 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-29 19:34:53.945 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: vpn-flavors 2026-07-29 19:34:53.947 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: vpnaas 2026-07-29 19:34:53.948 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: taas 2026-07-29 19:34:53.949 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: tap-mirror 2026-07-29 19:34:53.950 8 INFO neutron.api.extensions [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-29 19:34:53.953 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-29 19:34:53.953 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-29 19:34:53.953 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:53.953 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-29 19:34:53.957 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 19:34:53.958 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 19:34:53.964 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 19:34:53.965 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 19:34:53.966 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 19:34:53.967 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:53.967 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] subnetpool is already registered 2026-07-29 19:34:53.968 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:53.968 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] subnetpool is already registered 2026-07-29 19:34:53.968 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 19:34:53.969 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:53.969 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:53.970 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 19:34:53.970 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 19:34:53.971 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 19:34:53.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-29 19:34:53.971 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: tapmirror 2026-07-29 19:34:53.971 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:53.971 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] ipsecpolicy is already registered 2026-07-29 19:34:53.972 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:53.972 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] ikepolicy is already registered 2026-07-29 19:34:53.977 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 19:34:53.978 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] router is already registered 2026-07-29 19:34:53.978 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 19:34:53.978 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] floatingip is already registered 2026-07-29 19:34:53.983 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 19:34:53.983 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] rbac_policy is already registered 2026-07-29 19:34:53.983 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 19:34:53.984 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] security_group is already registered 2026-07-29 19:34:53.984 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 19:34:53.984 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] security_group_rule is already registered 2026-07-29 19:34:53.985 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:53.985 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] subnetpool is already registered 2026-07-29 19:34:53.986 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:53.986 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] subnetpool is already registered 2026-07-29 19:34:53.987 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 19:34:53.987 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] trunk is already registered 2026-07-29 19:34:53.987 7 WARNING stevedore.named [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-29 19:34:53.987 7 WARNING stevedore.named [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-29 19:34:53.987 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:53.987 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] ikepolicy is already registered 2026-07-29 19:34:53.988 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:53.988 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] ipsecpolicy is already registered 2026-07-29 19:34:53.988 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 19:34:53.989 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] endpoint_group is already registered 2026-07-29 19:34:53.989 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 19:34:53.989 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] vpnservice is already registered 2026-07-29 19:34:53.989 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 19:34:53.990 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] ipsec_site_connection is already registered 2026-07-29 19:34:53.990 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:53.990 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] ipsecpolicy is already registered 2026-07-29 19:34:53.991 8 INFO neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:53.991 8 WARNING neutron.quota.resource_registry [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] ikepolicy is already registered 2026-07-29 19:34:54.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-29 19:34:54.003 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: auto_allocate 2026-07-29 19:34:54.016 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: tag 2026-07-29 19:34:54.026 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: timestamp 2026-07-29 19:34:54.029 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: network_ip_availability 2026-07-29 19:34:54.032 8 WARNING keystonemiddleware._common.config [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 19:34:54.033 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: flavors 2026-07-29 19:34:54.039 7 INFO neutron.manager [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loading Plugin: revisions 2026-07-29 19:34:54.039 8 WARNING oslo_config.cfg [None req-cdccb688-8fb5-4318-bb9b-bfa2c24089f5 - - - - - -] 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 0x7ff28bac3668 pid: 8 (default app) 2026-07-29 19:34:54.045 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Initializing extension manager. 2026-07-29 19:34:54.047 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: address-group 2026-07-29 19:34:54.048 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: address-scope 2026-07-29 19:34:54.049 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-29 19:34:54.049 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: agent 2026-07-29 19:34:54.050 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: agent-resources-synced 2026-07-29 19:34:54.051 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-29 19:34:54.052 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-29 19:34:54.053 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: availability_zone 2026-07-29 19:34:54.055 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: availability_zone_filter 2026-07-29 19:34:54.056 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-29 19:34:54.057 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: default-subnetpools 2026-07-29 19:34:54.060 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-29 19:34:54.060 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: dns-integration 2026-07-29 19:34:54.061 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: dns-domain-ports 2026-07-29 19:34:54.062 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-29 19:34:54.062 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: dvr 2026-07-29 19:34:54.063 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-29 19:34:54.063 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: empty-string-filtering 2026-07-29 19:34:54.064 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 19:34:54.064 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-29 19:34:54.065 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: external-net 2026-07-29 19:34:54.065 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-29 19:34:54.066 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: extraroute 2026-07-29 19:34:54.066 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: extraroute-atomic 2026-07-29 19:34:54.067 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-29 19:34:54.067 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-29 19:34:54.068 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-29 19:34:54.068 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-29 19:34:54.069 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: fip-port-details 2026-07-29 19:34:54.069 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: flavors 2026-07-29 19:34:54.071 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-29 19:34:54.072 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: floatingip-pools 2026-07-29 19:34:54.072 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: ip_allocation 2026-07-29 19:34:54.073 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-29 19:34:54.073 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: l2_adjacency 2026-07-29 19:34:54.075 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: router 2026-07-29 19:34:54.077 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-29 19:34:54.077 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-29 19:34:54.078 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-29 19:34:54.079 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: ext-gw-mode 2026-07-29 19:34:54.079 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: l3-ha 2026-07-29 19:34:54.080 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-29 19:34:54.080 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-29 19:34:54.081 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: l3-flavors 2026-07-29 19:34:54.082 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-29 19:34:54.082 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-29 19:34:54.085 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-29 19:34:54.086 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-29 19:34:54.087 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-29 19:34:54.088 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-29 19:34:54.089 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-29 19:34:54.089 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: multi-provider 2026-07-29 19:34:54.090 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: net-mtu 2026-07-29 19:34:54.091 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: net-mtu-writable 2026-07-29 19:34:54.091 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: network_availability_zone 2026-07-29 19:34:54.092 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: network_ha 2026-07-29 19:34:54.093 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: network-ip-availability 2026-07-29 19:34:54.094 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-29 19:34:54.094 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: pagination 2026-07-29 19:34:54.095 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-device-profile 2026-07-29 19:34:54.095 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-29 19:34:54.096 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-29 19:34:54.096 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-29 19:34:54.097 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-mac-override 2026-07-29 19:34:54.097 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-29 19:34:54.098 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-29 19:34:54.099 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-29 19:34:54.099 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-resource-request 2026-07-29 19:34:54.100 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-29 19:34:54.101 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-29 19:34:54.101 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: binding 2026-07-29 19:34:54.102 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: binding-extended 2026-07-29 19:34:54.103 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-security 2026-07-29 19:34:54.104 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: project-id 2026-07-29 19:34:54.105 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: provider 2026-07-29 19:34:54.106 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-29 19:34:54.108 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos 2026-07-29 19:34:54.109 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-29 19:34:54.110 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-29 19:34:54.110 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-default 2026-07-29 19:34:54.111 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-fip 2026-07-29 19:34:54.111 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-29 19:34:54.112 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-29 19:34:54.112 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-29 19:34:54.113 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-29 19:34:54.113 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-29 19:34:54.114 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-pps 2026-07-29 19:34:54.115 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-29 19:34:54.115 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-29 19:34:54.117 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: qos-rules-alias 2026-07-29 19:34:54.118 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: quota-check-limit 2026-07-29 19:34:54.119 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-29 19:34:54.122 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: quotas 2026-07-29 19:34:54.123 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: quota_details 2026-07-29 19:34:54.125 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: rbac-policies 2026-07-29 19:34:54.126 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: rbac-address-group 2026-07-29 19:34:54.126 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: rbac-address-scope 2026-07-29 19:34:54.127 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: rbac-security-groups 2026-07-29 19:34:54.127 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-29 19:34:54.128 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: revision-if-match 2026-07-29 19:34:54.129 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-29 19:34:54.129 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: router_availability_zone 2026-07-29 19:34:54.130 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-29 19:34:54.132 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-29 19:34:54.132 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-29 19:34:54.133 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-29 19:34:54.133 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-29 19:34:54.134 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-29 19:34:54.135 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-29 19:34:54.142 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: security-group 2026-07-29 19:34:54.144 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: segment 2026-07-29 19:34:54.145 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-29 19:34:54.145 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: service-type 2026-07-29 19:34:54.146 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: sorting 2026-07-29 19:34:54.146 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: standard-attr-segment 2026-07-29 19:34:54.147 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: standard-attr-description 2026-07-29 19:34:54.148 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: stateful-security-group 2026-07-29 19:34:54.148 7 WARNING neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-29 19:34:54.148 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-29 19:34:54.149 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: subnet-external-network 2026-07-29 19:34:54.150 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: subnet_onboard 2026-07-29 19:34:54.150 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-29 19:34:54.151 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: subnet-service-types 2026-07-29 19:34:54.151 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: subnet_allocation 2026-07-29 19:34:54.152 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-29 19:34:54.153 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: tag-creation 2026-07-29 19:34:54.153 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-29 19:34:54.157 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: standard-attr-tag 2026-07-29 19:34:54.159 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-29 19:34:54.160 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: trunk 2026-07-29 19:34:54.160 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: trunk-details 2026-07-29 19:34:54.161 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-29 19:34:54.161 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-29 19:34:54.162 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-29 19:34:54.162 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-29 19:34:54.165 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-29 19:34:54.165 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-29 19:34:54.166 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: vpn-flavors 2026-07-29 19:34:54.168 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: vpnaas 2026-07-29 19:34:54.169 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: taas 2026-07-29 19:34:54.170 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: tap-mirror 2026-07-29 19:34:54.171 7 INFO neutron.api.extensions [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-29 19:34:54.173 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-29 19:34:54.173 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-29 19:34:54.174 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:54.174 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-29 19:34:54.177 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 19:34:54.178 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 19:34:54.182 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 19:34:54.183 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 19:34:54.184 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 19:34:54.185 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:54.185 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] subnetpool is already registered 2026-07-29 19:34:54.185 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:54.186 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] subnetpool is already registered 2026-07-29 19:34:54.186 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 19:34:54.187 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:54.187 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:54.188 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 19:34:54.188 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 19:34:54.189 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 19:34:54.189 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:54.189 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] ipsecpolicy is already registered 2026-07-29 19:34:54.189 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:54.190 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] ikepolicy is already registered 2026-07-29 19:34:54.194 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-29 19:34:54.195 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] router is already registered 2026-07-29 19:34:54.195 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-29 19:34:54.195 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] floatingip is already registered 2026-07-29 19:34:54.199 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-29 19:34:54.199 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] rbac_policy is already registered 2026-07-29 19:34:54.199 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-29 19:34:54.200 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] security_group is already registered 2026-07-29 19:34:54.200 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-29 19:34:54.200 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] security_group_rule is already registered 2026-07-29 19:34:54.201 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:54.201 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] subnetpool is already registered 2026-07-29 19:34:54.201 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-29 19:34:54.202 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] subnetpool is already registered 2026-07-29 19:34:54.202 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-29 19:34:54.202 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] trunk is already registered 2026-07-29 19:34:54.203 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:54.203 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] ikepolicy is already registered 2026-07-29 19:34:54.203 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:54.203 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] ipsecpolicy is already registered 2026-07-29 19:34:54.204 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-29 19:34:54.204 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] endpoint_group is already registered 2026-07-29 19:34:54.204 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-29 19:34:54.204 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] vpnservice is already registered 2026-07-29 19:34:54.205 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-29 19:34:54.205 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] ipsec_site_connection is already registered 2026-07-29 19:34:54.205 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-29 19:34:54.205 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] ipsecpolicy is already registered 2026-07-29 19:34:54.206 7 INFO neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-29 19:34:54.206 7 WARNING neutron.quota.resource_registry [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] ikepolicy is already registered 2026-07-29 19:34:54.243 7 WARNING keystonemiddleware._common.config [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-29 19:34:54.250 7 WARNING oslo_config.cfg [None req-4eec7285-e741-4982-8937-7c5e5c5f5201 - - - - - -] 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 0x7ff28bac3668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 19:34:57.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6edec95f-fa1d-4f9c-90c8-1e6a188598d5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 19:34:56 2026] GET /v2.0/networks/public => generated 108 bytes in 800 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 19:34:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:34:58.271 8 WARNING neutron.services.revisions.revision_plugin [None req-f68651d8-c36e-43b2-af9b-2a9486320511 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Could not find related network for resource to bump revision. 2026-07-29 19:34:58.293 8 INFO neutron.db.segments_db [None req-f68651d8-c36e-43b2-af9b-2a9486320511 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 58945fca-ace1-4103-a61f-9c8ab2a35c74 of type flat for network 988b76c2-8634-464b-acda-71f52d672ec3 2026-07-29 19:34:58.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f68651d8-c36e-43b2-af9b-2a9486320511 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.19.213.12 () {48 vars in 961 bytes} [Wed Jul 29 19:34:57 2026] POST /v2.0/networks => generated 124 bytes in 501 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 19:35:04.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e40278e-9a2b-4e5f-865e-0bb46afbbf0e f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 19:35:04 2026] GET /v2.0/networks/public => generated 108 bytes in 376 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 19:35:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:35:04.802 7 WARNING neutron.services.revisions.revision_plugin [None req-930d67d1-b9ad-469a-9c49-01b862e32cb1 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Could not find related network for resource to bump revision. 2026-07-29 19:35:04.825 7 INFO neutron.db.segments_db [None req-930d67d1-b9ad-469a-9c49-01b862e32cb1 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 558543fe-75d7-4e48-92b3-2a21c0177b85 of type flat for network 83254d43-8311-4157-9df3-9a8b0106e18c 2026-07-29 19:35:04.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-930d67d1-b9ad-469a-9c49-01b862e32cb1 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.19.213.12 () {48 vars in 961 bytes} [Wed Jul 29 19:35:04 2026] POST /v2.0/networks => generated 124 bytes in 329 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 19:35:10.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-119e0567-1c22-4921-b7ce-5bf7b327b6f2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 19:35:10 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/11] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 19:35:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:35:10.922 8 WARNING neutron.services.revisions.revision_plugin [None req-bbc48f3c-dd7b-4793-ad9e-f9b69dbc80c3 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Could not find related network for resource to bump revision. 2026-07-29 19:35:10.935 8 INFO neutron.db.segments_db [None req-bbc48f3c-dd7b-4793-ad9e-f9b69dbc80c3 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 3d5bd742-e926-43e8-9147-ff10e3a98947 of type flat for network 396e6bc2-db53-49a3-adb2-9b131bffd936 2026-07-29 19:35:10.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bbc48f3c-dd7b-4793-ad9e-f9b69dbc80c3 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/12] 199.19.213.12 () {48 vars in 961 bytes} [Wed Jul 29 19:35:10 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 19:35:16.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ddcc2178-55da-415b-9a32-40dde351a24b f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 19:35:16 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 19:35:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:35:16.900 8 WARNING neutron.services.revisions.revision_plugin [None req-2171954a-9442-4669-81c8-a56a5e065b95 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Could not find related network for resource to bump revision. 2026-07-29 19:35:16.923 8 INFO neutron.db.segments_db [None req-2171954a-9442-4669-81c8-a56a5e065b95 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 1bb6b7ba-5c40-405d-9ceb-58a1fb82228e of type flat for network 001210e1-f150-46fb-bee0-edc0d4828b68 2026-07-29 19:35:16.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2171954a-9442-4669-81c8-a56a5e065b95 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.19.213.12 () {48 vars in 961 bytes} [Wed Jul 29 19:35:16 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 19:35:22.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5f2c47b-2416-4bf3-a7ad-a0a7685c4e81 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/17] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 19:35:22 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/18] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 19:35:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:35:22.992 7 WARNING neutron.services.revisions.revision_plugin [None req-36925b37-0581-46af-b603-b1bcc7adb912 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Could not find related network for resource to bump revision. 2026-07-29 19:35:23.018 7 INFO neutron.db.segments_db [None req-36925b37-0581-46af-b603-b1bcc7adb912 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 1effd9cf-e210-42e8-946e-a05ced8e31c2 of type flat for network fdc7292e-e94c-4e34-b735-248fd2785214 2026-07-29 19:35:23.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36925b37-0581-46af-b603-b1bcc7adb912 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/19] 199.19.213.12 () {48 vars in 961 bytes} [Wed Jul 29 19:35:22 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 19:35:29.131 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7dc68dd-1d64-4a59-bfdf-b4772964a8f7 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 19:35:29 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 19:35:29 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:35:29.194 7 WARNING neutron.services.revisions.revision_plugin [None req-0f3eff36-f3b8-476a-b6b6-86d0120dd406 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Could not find related network for resource to bump revision. 2026-07-29 19:35:29.213 7 INFO neutron.db.segments_db [None req-0f3eff36-f3b8-476a-b6b6-86d0120dd406 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 36dd54ac-9b5f-4696-839e-178355e9398c of type flat for network 073c7fbd-1ccb-464b-bec6-a98483deeaff [pid: 7|app: 0|req: 10/23] 199.19.213.12 () {48 vars in 961 bytes} [Wed Jul 29 19:35:29 2026] POST /v2.0/networks => generated 706 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 19:35:30.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0fea65f-e92e-4f1b-8fd6-57212e9e7305 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 19:35: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: 7|app: 0|req: 11/25] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 19:35:30 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 19:35:30.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85dcd9de-4267-4ff9-8a8a-7dd54c9053fc f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.19.213.12 () {44 vars in 1028 bytes} [Wed Jul 29 19:35:30 2026] GET /v2.0/subnets/public-subnet?network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 199.19.213.12 () {44 vars in 1051 bytes} [Wed Jul 29 19:35:30 2026] GET /v2.0/subnets?name=public-subnet&network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.19.213.12 () {48 vars in 959 bytes} [Wed Jul 29 19:35:30 2026] POST /v2.0/subnets => generated 664 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 19:40:21.875 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b13b8305-ceca-4a7d-aded-9761145faeca f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.19.213.12 () {44 vars in 931 bytes} [Wed Jul 29 19:40:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.19.213.12 () {44 vars in 953 bytes} [Wed Jul 29 19:40:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:40:21.975 8 INFO neutron.db.segments_db [None req-0e7fdf7a-97e6-4937-99df-1a143c648985 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 5d8820b1-d6da-4923-8c34-81b73c127199 of type vxlan for network 386d29be-55b7-4bf1-8f12-fa1594e56240 [pid: 8|app: 0|req: 36/68] 199.19.213.12 () {48 vars in 960 bytes} [Wed Jul 29 19:40:21 2026] POST /v2.0/networks => generated 688 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 19:40:23.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0c422a0-7c01-4048-a31e-87e6c1e6df12 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.19.213.12 () {44 vars in 931 bytes} [Wed Jul 29 19:40:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.19.213.12 () {44 vars in 953 bytes} [Wed Jul 29 19:40:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 19:40:23.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b7285e5-66e8-4003-8652-fa8194cc8c47 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.19.213.12 () {44 vars in 1030 bytes} [Wed Jul 29 19:40:23 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.19.213.12 () {44 vars in 1053 bytes} [Wed Jul 29 19:40:23 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.19.213.12 () {48 vars in 959 bytes} [Wed Jul 29 19:40:23 2026] POST /v2.0/subnets => generated 651 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 19:40:24.550 8 INFO neutron.api.v2.resource [None req-7f28bc3b-0918-4ca3-aa14-5e5a8b577c92 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.19.213.12 () {44 vars in 965 bytes} [Wed Jul 29 19:40:24 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.12 () {44 vars in 987 bytes} [Wed Jul 29 19:40:24 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.12 () {48 vars in 974 bytes} [Wed Jul 29 19:40:24 2026] POST /v2.0/security-groups => generated 1616 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:25 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 1616 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:25 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:25 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:40:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:26 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:26 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:26 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:40:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:27 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:27 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:27 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:40:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:28 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:28 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:29 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:40:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:29 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:30 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:30 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:40:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/99] 199.19.213.12 () {44 vars in 981 bytes} [Wed Jul 29 19:40:31 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 19:40:31.551 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4900fd6b-8b6d-4205-84df-de3d8dc6ceb6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/100] 199.19.213.12 () {44 vars in 1070 bytes} [Wed Jul 29 19:40:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/101] 199.19.213.12 () {44 vars in 1093 bytes} [Wed Jul 29 19:40:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/102] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:31 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/103] 199.19.213.12 () {48 vars in 955 bytes} [Wed Jul 29 19:40:31 2026] POST /v2.0/ports => generated 1100 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-29 19:40:39.256 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6035f1f5-da5f-4500-a28f-cb06306825bb f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/104] 199.19.213.12 () {44 vars in 973 bytes} [Wed Jul 29 19:40:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 51/105] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/106] 199.19.213.12 () {48 vars in 1025 bytes} [Wed Jul 29 19:40:39 2026] PUT /v2.0/ports/613751c9-ecba-4653-97d1-196a90f7d06e => generated 1249 bytes in 718 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/107] 199.19.213.12 () {44 vars in 914 bytes} [Wed Jul 29 19:40:41 2026] GET /v2.0/ports => generated 3730 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 19:40:42.773 8 INFO neutron.api.v2.resource [None req-e295f5f0-cb9e-4bf6-baba-6837133fa26c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/108] 199.19.213.12 () {44 vars in 953 bytes} [Wed Jul 29 19:40:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.19.213.12 () {44 vars in 975 bytes} [Wed Jul 29 19:40:42 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.19.213.12 () {48 vars in 974 bytes} [Wed Jul 29 19:40:42 2026] POST /v2.0/security-groups => generated 1610 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:43 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 1610 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:43 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:43 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:40:43 2026] POST /v2.0/security-group-rules => generated 623 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:44 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 2246 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:44 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:40:44 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 2246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:40:45 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/129] 199.19.213.12 () {44 vars in 969 bytes} [Wed Jul 29 19:41:47 2026] GET /v2.0/quotas/55bc5f759fe04f299abd7d56436d79a3 => 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: 66/130] 199.19.213.12 () {48 vars in 1021 bytes} [Wed Jul 29 19:41:48 2026] PUT /v2.0/quotas/55bc5f759fe04f299abd7d56436d79a3 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 19:44:09.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-358d56f7-eaa6-4dfd-9a73-d8663e1f6b35 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/149] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 19:44:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 190 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: 76/150] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 19:44:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 19:44:11.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa4a3e65-04c6-4c57-8abe-416e368d20b9 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/151] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 19:44:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/152] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 19:44:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 19:50:27.643 8 INFO neutron.api.v2.resource [None req-ef5b95d7-2e98-4f6c-b6c4-678cc589be4d f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/203] 199.19.213.12 () {44 vars in 1068 bytes} [Wed Jul 29 19:50:27 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 139 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/204] 199.19.213.12 () {44 vars in 1091 bytes} [Wed Jul 29 19:50:27 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 23 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/207] 199.19.213.12 () {48 vars in 975 bytes} [Wed Jul 29 19:50:27 2026] POST /v2.0/security-groups => generated 1624 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/208] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:28 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/209] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:50:29 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/210] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:29 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/211] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:50:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/212] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:30 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 2234 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/213] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:50:30 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/214] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:30 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/215] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:50:30 2026] POST /v2.0/security-group-rules => generated 599 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:31 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 2846 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:50:31 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/218] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:31 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/219] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:50:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:32 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 3460 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 19:50:32 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 19:50:32 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 199.19.213.12 () {48 vars in 985 bytes} [Wed Jul 29 19:50:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/242] 199.19.213.12 () {30 vars in 738 bytes} [Wed Jul 29 19:52:54 2026] GET /v2.0/networks?tenant_id=5ddd94050f124d8f84b4144d1dd736a1&shared=False => generated 15 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 19:52:54.204 8 INFO neutron.db.segments_db [None req-03c2ac1a-20b6-4d6b-9854-9eecbb6bef2a c894dc5494094c118770fae4fcd11ac7 5ddd94050f124d8f84b4144d1dd736a1 - - 56ff4ba98d8e428293d655e30a737bd8 56ff4ba98d8e428293d655e30a737bd8] Added segment 47c970f7-a7a7-4ff0-8c6d-e1c01c94ba6d of type vxlan for network 66f96ea3-9d3a-46b6-9203-ea5e6eef4db6 [pid: 8|app: 0|req: 122/243] 199.19.213.12 () {34 vars in 680 bytes} [Wed Jul 29 19:52:54 2026] POST /v2.0/networks => generated 699 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/244] 199.19.213.12 () {30 vars in 720 bytes} [Wed Jul 29 19:52:54 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/245] 199.19.213.12 () {30 vars in 631 bytes} [Wed Jul 29 19:52:54 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/246] 199.19.213.12 () {34 vars in 675 bytes} [Wed Jul 29 19:52:54 2026] POST /v2.0/ports => generated 999 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/247] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 19:52:54 2026] GET /v2.0/networks/66f96ea3-9d3a-46b6-9203-ea5e6eef4db6 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 199.19.213.12 () {30 vars in 720 bytes} [Wed Jul 29 19:52:56 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/249] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 19:52:56 2026] GET /v2.0/networks/66f96ea3-9d3a-46b6-9203-ea5e6eef4db6 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.19.213.12 () {44 vars in 969 bytes} [Wed Jul 29 19:53:20 2026] GET /v2.0/quotas/5ddd94050f124d8f84b4144d1dd736a1 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/255] 199.19.213.12 () {48 vars in 1021 bytes} [Wed Jul 29 19:53:21 2026] PUT /v2.0/quotas/5ddd94050f124d8f84b4144d1dd736a1 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:05:36.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d5944c7-4304-4ac6-ab8d-77848769fac6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/354] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 20:05:36 2026] GET /v2.0/networks/public => generated 108 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/355] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 20:05:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:05:38.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-986fc6c5-0ba6-4f8f-9f93-262b1161dcf9 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/356] 199.19.213.12 () {44 vars in 921 bytes} [Wed Jul 29 20:05:37 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/357] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 20:05:38 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-07-29 20:05:38.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49724f7c-ea3a-405d-9cc0-bbda89207d2c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.19.213.12 () {44 vars in 1028 bytes} [Wed Jul 29 20:05:38 2026] GET /v2.0/subnets/public-subnet?network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.19.213.12 () {44 vars in 1051 bytes} [Wed Jul 29 20:05:38 2026] GET /v2.0/subnets?name=public-subnet&network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:06:05.446 8 INFO neutron.pecan_wsgi.hooks.translation [None req-63602559-4025-46a2-a0d8-f81bd35d39bd f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/364] 199.19.213.12 () {44 vars in 931 bytes} [Wed Jul 29 20:06:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/365] 199.19.213.12 () {44 vars in 953 bytes} [Wed Jul 29 20:06:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:06:06.454 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae9fc5cf-9db6-408d-8f5f-b2f974421af5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/366] 199.19.213.12 () {44 vars in 931 bytes} [Wed Jul 29 20:06:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.19.213.12 () {44 vars in 953 bytes} [Wed Jul 29 20:06:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:06:06.522 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79c2f837-04bc-4e66-8063-8def40c884f8 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/368] 199.19.213.12 () {44 vars in 1030 bytes} [Wed Jul 29 20:06:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.19.213.12 () {44 vars in 1053 bytes} [Wed Jul 29 20:06:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:06:07.729 8 INFO neutron.api.v2.resource [None req-9f657cc1-1ca6-4cad-b87b-3876ef5e1bef f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/370] 199.19.213.12 () {44 vars in 965 bytes} [Wed Jul 29 20:06:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.19.213.12 () {44 vars in 987 bytes} [Wed Jul 29 20:06:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:08 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:08 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => 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: 188/374] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:06:09 2026] GET /v2.0/security-group-rules/f0099eef-f476-4deb-be3d-b9f0935724c3 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:09 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:09 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:06:09 2026] GET /v2.0/security-group-rules/41c7c204-2b53-432e-9738-e587027f2bc9 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:10 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:10 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:06:10 2026] GET /v2.0/security-group-rules/97e2f984-41c3-40ec-a69c-28ce908ac475 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:11 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:11 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:06:11 2026] GET /v2.0/security-group-rules/9f26c522-9119-49de-9afa-a258e1290863 => 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: 193/386] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:12 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:12 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:06:12 2026] GET /v2.0/security-group-rules/b7f29cf3-3ece-4fdf-bc67-da6305eb5f80 => generated 603 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.19.213.12 () {44 vars in 981 bytes} [Wed Jul 29 20:06:14 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:06:14.356 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4fce92b-37ec-434d-a802-1ad229de2b5f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/390] 199.19.213.12 () {44 vars in 1070 bytes} [Wed Jul 29 20:06:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/391] 199.19.213.12 () {44 vars in 1093 bytes} [Wed Jul 29 20:06:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 1254 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:14 2026] GET /v2.0/security-groups/3340c5bf-ff11-441f-8f15-e2316494db1e => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:06:22.371 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fcae17f7-b97a-4665-b5ac-365240b6a499 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/393] 199.19.213.12 () {44 vars in 973 bytes} [Wed Jul 29 20:06:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/394] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/395] 199.19.213.12 () {44 vars in 914 bytes} [Wed Jul 29 20:06:23 2026] GET /v2.0/ports => generated 4725 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:06:25.076 8 INFO neutron.api.v2.resource [None req-b1873b3e-7494-4051-a1e9-96f52a5605dc f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/396] 199.19.213.12 () {44 vars in 953 bytes} [Wed Jul 29 20:06:25 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: 199/397] 199.19.213.12 () {44 vars in 975 bytes} [Wed Jul 29 20:06:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/398] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:26 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 2886 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:26 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:06:26 2026] GET /v2.0/security-group-rules/21e8695b-ae49-43c2-95b6-a7c2e315f7bf => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:27 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:06:27 2026] GET /v2.0/security-groups/38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:06:27 2026] GET /v2.0/security-group-rules/d0790756-1de5-4a28-913e-67e01e5f171f => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.19.213.12 () {44 vars in 969 bytes} [Wed Jul 29 20:06:39 2026] GET /v2.0/quotas/55bc5f759fe04f299abd7d56436d79a3 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:07:35.352 8 INFO neutron.api.v2.resource [None req-4a21c386-6737-4992-9e6c-c175117c2a90 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/415] 199.19.213.12 () {44 vars in 1068 bytes} [Wed Jul 29 20:07:35 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/416] 199.19.213.12 () {44 vars in 1091 bytes} [Wed Jul 29 20:07:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 20:07:36 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/418] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:07:36 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/419] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:07:36 2026] GET /v2.0/security-group-rules/f8a046ae-6e46-46f9-a313-f454afdf2fe5 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/420] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 20:07:37 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => 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: 210/421] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:07:37 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/422] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:07:37 2026] GET /v2.0/security-group-rules/f5dc68f4-5628-441e-a99b-bd97dfb3edf1 => generated 599 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/423] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 20:07:38 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/424] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:07:38 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/425] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:07:38 2026] GET /v2.0/security-group-rules/066d5546-3066-48f5-830f-25e9c45bfc1d => 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: 214/426] 199.19.213.12 () {44 vars in 1082 bytes} [Wed Jul 29 20:07:39 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13?project_id=5ddd94050f124d8f84b4144d1dd736a1 => 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: 213/427] 199.19.213.12 () {44 vars in 995 bytes} [Wed Jul 29 20:07:39 2026] GET /v2.0/security-groups/e81336aa-cb23-4a66-951c-3735623c5d13 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/428] 199.19.213.12 () {44 vars in 1005 bytes} [Wed Jul 29 20:07:39 2026] GET /v2.0/security-group-rules/b2cb3968-5c83-4454-8b61-59e27c70b394 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 199.19.213.12 () {44 vars in 969 bytes} [Wed Jul 29 20:07:47 2026] GET /v2.0/quotas/5ddd94050f124d8f84b4144d1dd736a1 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 199.19.213.12 () {44 vars in 943 bytes} [Wed Jul 29 20:08:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:09:17 2026] GET /v2.0/networks => generated 2168 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/446] 10.0.0.222 () {32 vars in 654 bytes} [Wed Jul 29 20:09:19 2026] GET /v2.0/floatingips => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/447] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:09:19 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/448] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:09:19 2026] GET /v2.0/ports => generated 4725 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/449] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:09:19 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/450] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:09:19 2026] GET /v2.0/networks => generated 2168 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/451] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:09:19 2026] GET /v2.0/security-groups => generated 17401 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 10.0.0.222 () {32 vars in 654 bytes} [Wed Jul 29 20:09:19 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-07-29 20:09:30.611 8 INFO neutron.db.segments_db [None req-c97cda77-48fb-470b-8928-efeb6c59841a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 02c36b25-9a7b-4dfa-a589-72b7455f83b4 of type vxlan for network c7e677fb-42b7-4d0d-9366-f41a2488457f [pid: 8|app: 0|req: 226/455] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:09:30 2026] POST /v2.0/networks => generated 727 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:30.754 7 INFO neutron.db.segments_db [None req-79789b96-1d59-49e1-bfca-7fccff786dc2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment fb1c0c0a-d2a0-45c5-87eb-619c4430577c of type vxlan for network cc3ce3f1-23c5-48fc-bbe5-54a411979820 [pid: 7|app: 0|req: 230/456] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:09:30 2026] POST /v2.0/networks => generated 733 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:30.860 8 INFO neutron.db.segments_db [None req-4563597b-55e3-4624-939a-cae2045ddf1b f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 6d72dc9c-7225-459e-bb52-92435c41d304 of type vxlan for network 624754d0-6563-4b66-a73b-0be7a79019f8 [pid: 8|app: 0|req: 227/457] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:09:30 2026] POST /v2.0/networks => generated 724 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/458] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:30 2026] POST /v2.0/subnets => generated 693 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/459] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:30 2026] POST /v2.0/subnets => generated 699 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:31.217 8 INFO neutron.db.segments_db [None req-1e98d8b5-b71f-4e3d-b542-a9fc37911980 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 5845d8e0-d7dd-4d39-964c-7ef2116e981c of type vxlan for network 9e8f29b7-a39b-4b50-a41b-d102db33e702 [pid: 7|app: 0|req: 232/460] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:31 2026] POST /v2.0/subnets => generated 690 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:31.268 7 INFO neutron.db.segments_db [None req-d44e4b32-b8ff-48c3-abe8-61d2b6632fd5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment f89e4d5c-4884-4a43-a703-6ce2cab07137 of type vxlan for network cdac7dbd-4f6f-48ec-9649-2dcc23836888 2026-07-29 20:09:31.466 8 INFO neutron.db.l3_hamode_db [None req-1e98d8b5-b71f-4e3d-b542-a9fc37911980 f22bf472d03d44e39462205faffc5ae7 e763211795de4eecbcaac2ded0d6468c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:09:31.492 7 INFO neutron.db.l3_hamode_db [None req-d44e4b32-b8ff-48c3-abe8-61d2b6632fd5 f22bf472d03d44e39462205faffc5ae7 51cf68fad767490bb1536a38ab076d74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:09:32.281 8 INFO neutron.db.l3_hamode_db [None req-1e98d8b5-b71f-4e3d-b542-a9fc37911980 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:09:32.342 7 INFO neutron.db.l3_hamode_db [None req-d44e4b32-b8ff-48c3-abe8-61d2b6632fd5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/461] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:31 2026] POST /v2.0/routers => generated 733 bytes in 2445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:33.655 8 INFO neutron.db.segments_db [None req-430d7cf9-56b5-4c1b-9af7-1ebb44d9960b f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 77f00e32-00df-4189-9d22-7be8c650bd8b of type vxlan for network 94adc977-db9b-44e1-99ce-45245e510ef7 [pid: 7|app: 0|req: 233/462] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:31 2026] POST /v2.0/routers => generated 739 bytes in 2449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:33.901 8 INFO neutron.db.l3_hamode_db [None req-430d7cf9-56b5-4c1b-9af7-1ebb44d9960b f22bf472d03d44e39462205faffc5ae7 3526d0b958124a93805aa4aa4583e290 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 234/463] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:09:33 2026] GET /v2.0/security-groups?tenant_id=26f26345c3be4b3fba428df9540e123c&name=default => generated 2923 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:09:34.630 8 INFO neutron.db.l3_hamode_db [None req-430d7cf9-56b5-4c1b-9af7-1ebb44d9960b f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 235/464] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:09:33 2026] PUT /v2.0/routers/eb0c751a-27aa-4e37-a812-e25db8355eca/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/465] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:33 2026] POST /v2.0/routers => generated 730 bytes in 1849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:09:35 2026] DELETE /v2.0/security-groups/cc996d49-e5a1-4a0c-ac6b-e7be6b2b4d32 => 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: 236/467] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:09:35 2026] PUT /v2.0/routers/3266dfdd-6b2f-45a7-a67e-fd0d1e777d9b/add_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/468] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:09:35 2026] PUT /v2.0/routers/35edd654-0fa1-4e4c-86bf-dd42d91b96d7/add_router_interface => generated 309 bytes in 1227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/469] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:09:36 2026] GET /v2.0/networks?id=c7e677fb-42b7-4d0d-9366-f41a2488457f => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/470] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:09:36 2026] GET /v2.0/quotas/e763211795de4eecbcaac2ded0d6468c => 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: 233/471] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:09:36 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:09:36 2026] GET /v2.0/ports?tenant_id=e763211795de4eecbcaac2ded0d6468c&fields=id => generated 103 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:09:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:09:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/475] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:09:37 2026] POST /v2.0/security-groups => generated 1661 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/476] 10.0.0.182 () {34 vars in 906 bytes} [Wed Jul 29 20:09:37 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-29 20:09:37.749 7 INFO neutron.db.segments_db [None req-ea5fa0ed-1d73-44bc-beff-4b91f6acc839 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 1759c675-cd20-42c7-adf4-5dba5ccdf54e of type vxlan for network ca183e59-4aa3-4b84-9fa8-2a5c736ad2a8 [pid: 8|app: 0|req: 235/477] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:09:37 2026] POST /v2.0/floatingips => generated 552 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/478] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:09:37 2026] POST /v2.0/networks => generated 730 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/479] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:09:37 2026] GET /v2.0/networks/c7e677fb-42b7-4d0d-9366-f41a2488457f?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: 236/480] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:09:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/481] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:09:37 2026] GET /v2.0/networks/c7e677fb-42b7-4d0d-9366-f41a2488457f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/482] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:37 2026] POST /v2.0/subnets => generated 696 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/483] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:09:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:38.170 7 INFO neutron.db.segments_db [None req-67998c72-55a1-43fa-a723-f9a98f39fdc0 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 7319fafd-9c0b-4278-ae6a-f151003fe030 of type vxlan for network a4f0bca8-e726-4f8a-8489-b6887265dc3e 2026-07-29 20:09:38.473 7 INFO neutron.db.l3_hamode_db [None req-67998c72-55a1-43fa-a723-f9a98f39fdc0 f22bf472d03d44e39462205faffc5ae7 4a74d8eab87c4ca2a929dd7cfeeae175 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/484] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:09:38 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/485] 10.0.0.182 () {34 vars in 1099 bytes} [Wed Jul 29 20:09:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1071831098&fields=id&tenant_id=51cf68fad767490bb1536a38ab076d74 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/486] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:38 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 12 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/487] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:09:38 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/488] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:09:38 2026] GET /v2.0/quotas/51cf68fad767490bb1536a38ab076d74 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/489] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:09:38 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&fields=id => generated 103 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/490] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/491] 10.0.0.182 () {34 vars in 1099 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1675028007&fields=id&tenant_id=3526d0b958124a93805aa4aa4583e290 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/492] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 248/493] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/networks?id=624754d0-6563-4b66-a73b-0be7a79019f8 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/494] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/quotas/3526d0b958124a93805aa4aa4583e290 => 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: 250/495] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/ports?tenant_id=3526d0b958124a93805aa4aa4583e290&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:39.254 7 INFO neutron.db.l3_hamode_db [None req-67998c72-55a1-43fa-a723-f9a98f39fdc0 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 251/496] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 252/497] 10.0.0.182 () {34 vars in 906 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/498] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?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: 254/499] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?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: 255/500] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 256/501] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:39 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 257/502] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:40 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 246/503] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:38 2026] POST /v2.0/routers => generated 736 bytes in 2369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/504] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:41 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 248/505] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:41 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 249/506] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:41 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/507] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:09:40 2026] PUT /v2.0/routers/6f677b81-b112-4023-ba81-adce9d456137/add_router_interface => generated 309 bytes in 1541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/508] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:42 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 259/509] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:42 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 260/510] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:42 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 251/511] 10.0.0.182 () {38 vars in 970 bytes} [Wed Jul 29 20:09:42 2026] POST /v2.0/security-groups => generated 1686 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/512] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:42 2026] GET /v2.0/security-groups/3ca10429-c6bc-47d5-80b2-b46ca4408dcb => generated 1686 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/515] 10.0.0.182 () {38 vars in 980 bytes} [Wed Jul 29 20:09:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/516] 10.0.0.182 () {38 vars in 970 bytes} [Wed Jul 29 20:09:42 2026] POST /v2.0/security-groups => generated 1686 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/517] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/security-groups/d892311b-2cd9-4ee4-bec5-e04ddfe7cb53 => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/518] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/networks?id=c7e677fb-42b7-4d0d-9366-f41a2488457f => generated 678 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/519] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 266/520] 10.0.0.182 () {38 vars in 980 bytes} [Wed Jul 29 20:09:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/521] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 268/522] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/security-groups/d892311b-2cd9-4ee4-bec5-e04ddfe7cb53 => generated 2311 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/523] 10.0.0.182 () {38 vars in 980 bytes} [Wed Jul 29 20:09:43 2026] POST /v2.0/security-group-rules => generated 619 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/524] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/security-groups/d892311b-2cd9-4ee4-bec5-e04ddfe7cb53 => generated 2941 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/525] 10.0.0.182 () {34 vars in 1000 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/security-group-rules/2da522ed-386e-4f44-b8da-087ce14b3a99 => generated 616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/526] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:09:43 2026] POST /v2.0/ports => generated 954 bytes in 411 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: 256/527] 199.19.213.12 () {34 vars in 909 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/528] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/security-groups/d892311b-2cd9-4ee4-bec5-e04ddfe7cb53 => generated 2941 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/529] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 257/530] 10.0.0.182 () {36 vars in 1022 bytes} [Wed Jul 29 20:09:43 2026] DELETE /v2.0/security-group-rules/2da522ed-386e-4f44-b8da-087ce14b3a99 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/531] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/security-groups/d892311b-2cd9-4ee4-bec5-e04ddfe7cb53 => generated 2311 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/532] 10.0.0.182 () {36 vars in 1012 bytes} [Wed Jul 29 20:09:43 2026] DELETE /v2.0/security-groups/d892311b-2cd9-4ee4-bec5-e04ddfe7cb53 => 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: 275/533] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:43 2026] GET /v2.0/security-groups/3ca10429-c6bc-47d5-80b2-b46ca4408dcb => generated 2311 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/534] 10.0.0.182 () {36 vars in 1012 bytes} [Wed Jul 29 20:09:44 2026] DELETE /v2.0/security-groups/3ca10429-c6bc-47d5-80b2-b46ca4408dcb => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/535] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:09:43 2026] PUT /v2.0/ports/36c28919-8fea-429f-acfe-5a1e2c886314 => generated 1235 bytes in 478 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: 260/536] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:44 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 261/537] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:44 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/538] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:44 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:09:44.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9117c07-f070-45cc-86b8-b1f1f17d269f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 0205c2bf-ce30-4276-aae6-ff120620d3c0 2026-07-29 20:09:44.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9117c07-f070-45cc-86b8-b1f1f17d269f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 0205c2bf-ce30-4276-aae6-ff120620d3c0 [pid: 7|app: 0|req: 263/539] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:44 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:09:44.918 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3269d4cb-ab86-4516-bab1-205e0ea6816f'] response: {'name': 'network-changed', 'server_uuid': '386c7606-0eae-457f-91a0-41fdfb9f96d2', 'tag': '36c28919-8fea-429f-acfe-5a1e2c886314', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 264/540] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:09:44 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 684 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/541] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:09:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=51cf68fad767490bb1536a38ab076d74 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/542] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:09:44 2026] PUT /v2.0/routers/6f677b81-b112-4023-ba81-adce9d456137/remove_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/543] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:09:45 2026] POST /v2.0/ports => generated 958 bytes in 423 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: 267/544] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:09:45 2026] GET /v2.0/ports?tenant_id=e763211795de4eecbcaac2ded0d6468c&device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:09:45.575 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8dc3114-efb8-457e-a153-d180cc10326e f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 0635c656-491e-4902-8958-2b1fa2d4cca5 2026-07-29 20:09:45.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8dc3114-efb8-457e-a153-d180cc10326e f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 0635c656-491e-4902-8958-2b1fa2d4cca5 2026-07-29 20:09:45.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8dc3114-efb8-457e-a153-d180cc10326e f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 338d03b3-9291-4d84-9c6d-2636d7d69cf3 2026-07-29 20:09:45.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8dc3114-efb8-457e-a153-d180cc10326e f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 338d03b3-9291-4d84-9c6d-2636d7d69cf3 [pid: 7|app: 0|req: 268/545] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:09:45 2026] PUT /v2.0/ports/1341dd66-505b-437f-af29-1c7c76304c03 => generated 1239 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:09:45.992 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c8dc3114-efb8-457e-a153-d180cc10326e f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 269/546] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:09:45 2026] GET /v2.0/networks?tenant_id=e763211795de4eecbcaac2ded0d6468c&shared=False => generated 774 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/547] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:46 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 271/548] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:46 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/549] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:09:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/550] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:46 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&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: 274/551] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:46 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/552] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:46 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:46.418 8 INFO neutron.db.l3_hamode_db [None req-c8dc3114-efb8-457e-a153-d180cc10326e f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network a4f0bca8-e726-4f8a-8489-b6887265dc3e was deleted as no HA routers are present in tenant 4a74d8eab87c4ca2a929dd7cfeeae175. [pid: 8|app: 0|req: 278/553] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:09:45 2026] DELETE /v2.0/routers/6f677b81-b112-4023-ba81-adce9d456137 => generated 0 bytes in 1067 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/554] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:09:46 2026] DELETE /v2.0/subnets/25cdef3b-e06c-459b-9187-d3755333d730 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:09:46.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b6b791d-d0fa-46d1-90f1-48d2f93df398 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 94c70873-4e6b-4558-9bbf-2998831f8e76 2026-07-29 20:09:46.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b6b791d-d0fa-46d1-90f1-48d2f93df398 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 94c70873-4e6b-4558-9bbf-2998831f8e76 2026-07-29 20:09:46.745 8 INFO neutron.services.segments.plugin [-] Segment 7319fafd-9c0b-4278-ae6a-f151003fe030 resource provider aggregate not found 2026-07-29 20:09:46.749 8 INFO neutron.services.segments.plugin [-] Segment 7319fafd-9c0b-4278-ae6a-f151003fe030 resource provider aggregate not found 2026-07-29 20:09:46.786 8 INFO neutron.services.segments.plugin [-] Segment 7319fafd-9c0b-4278-ae6a-f151003fe030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7319fafd-9c0b-4278-ae6a-f151003fe030 found for delete ", "request_id": "req-da63192e-41df-49a6-9f5f-84c0e820a15b"}]} 2026-07-29 20:09:46.790 8 INFO neutron.services.segments.plugin [-] Segment 7319fafd-9c0b-4278-ae6a-f151003fe030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7319fafd-9c0b-4278-ae6a-f151003fe030 found for delete ", "request_id": "req-cb9337f6-91f2-416e-b20c-4c6efccc96be"}]} 2026-07-29 20:09:46.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ea05e0a-1639-4129-be6e-f64ef3af9e2d'] response: {'name': 'network-changed', 'server_uuid': '6a715bef-18cb-4c8f-9182-a5207a31c19f', 'tag': '1341dd66-505b-437f-af29-1c7c76304c03', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 279/555] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:09:46 2026] DELETE /v2.0/networks/ca183e59-4aa3-4b84-9fa8-2a5c736ad2a8 => generated 0 bytes in 430 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/556] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:09:46 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/557] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/networks?id=624754d0-6563-4b66-a73b-0be7a79019f8 => generated 675 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/558] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => 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: 279/559] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3526d0b958124a93805aa4aa4583e290 => 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: 281/560] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/subnets?id=9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/561] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 281/562] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/ports?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/563] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/security-groups?tenant_id=4a74d8eab87c4ca2a929dd7cfeeae175&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/564] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/ports?tenant_id=e763211795de4eecbcaac2ded0d6468c&device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/565] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/566] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:09:47 2026] DELETE /v2.0/security-groups/babb8fcb-1e73-48a2-9b7b-9519d9de32d2 => 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: 286/567] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/568] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=36c28919-8fea-429f-acfe-5a1e2c886314 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/569] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 289/570] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/571] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/572] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:09:47 2026] POST /v2.0/ports => generated 958 bytes in 459 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: 291/573] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/subnets?id=f10114af-4fb5-47fb-9932-afd36135a641 => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/574] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/575] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/ports?network_id=c7e677fb-42b7-4d0d-9366-f41a2488457f&device_owner=network%3Adhcp => 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: 285/576] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/networks/c7e677fb-42b7-4d0d-9366-f41a2488457f?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: 286/577] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:09:47 2026] GET /v2.0/networks/c7e677fb-42b7-4d0d-9366-f41a2488457f?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: 292/578] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:09:47 2026] PUT /v2.0/ports/67e2660c-5794-4abc-8b50-7ac61757ca5f => generated 1239 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/579] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 293/580] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 288/581] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/582] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/583] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => 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: 296/584] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/subnets?id=9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/585] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 297/586] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/ports?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:09:48.809 8 INFO neutron.services.segments.plugin [-] Segment 1759c675-cd20-42c7-adf4-5dba5ccdf54e resource provider aggregate not found 2026-07-29 20:09:48.816 8 INFO neutron.services.segments.plugin [-] Segment 1759c675-cd20-42c7-adf4-5dba5ccdf54e resource provider aggregate not found [pid: 7|app: 0|req: 298/587] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:09:48.840 8 INFO neutron.services.segments.plugin [-] Segment 1759c675-cd20-42c7-adf4-5dba5ccdf54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1759c675-cd20-42c7-adf4-5dba5ccdf54e found for delete ", "request_id": "req-d1aac3c4-3426-4791-aa2d-24bebbdca0e3"}]} [pid: 8|app: 0|req: 290/588] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 973 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:48.842 8 INFO neutron.services.segments.plugin [-] Segment 1759c675-cd20-42c7-adf4-5dba5ccdf54e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1759c675-cd20-42c7-adf4-5dba5ccdf54e found for delete ", "request_id": "req-cd70b7f2-2b92-4ec4-974a-9c448b8e77da"}]} [pid: 7|app: 0|req: 299/589] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 291/590] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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: 300/591] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:09:48 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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-07-29 20:09:49.047 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-299990d1-e061-4b34-83a2-41b68dbcc13b'] response: {'name': 'network-changed', 'server_uuid': '6605416d-8ca0-428f-ba6d-e29603ef9738', 'tag': '67e2660c-5794-4abc-8b50-7ac61757ca5f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 292/592] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/ports?tenant_id=3526d0b958124a93805aa4aa4583e290&device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/593] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=67e2660c-5794-4abc-8b50-7ac61757ca5f => 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: 293/594] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/subnets?id=b8ff3da4-71cb-42e3-80af-14b8668c92eb => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/595] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/ports?network_id=624754d0-6563-4b66-a73b-0be7a79019f8&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/596] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?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: 295/597] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/598] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/599] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:49.590 7 INFO neutron.db.segments_db [None req-0a76e221-c23f-4a78-a24b-2c66b5882696 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 6b56f46c-4041-4157-a360-893b12f646e6 of type vxlan for network c7b1c422-97fd-41e9-89f4-64ac96a2cf32 [pid: 7|app: 0|req: 303/600] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:09:49 2026] POST /v2.0/networks => generated 726 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/601] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:49 2026] POST /v2.0/subnets => generated 692 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:09:49.918 7 INFO neutron.db.segments_db [None req-cd7609dd-8e16-43fd-abea-a4f33c6e3eb6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 95d7fed6-8e1d-4b26-9cc4-30715595716a of type vxlan for network 8dda4f76-2655-47a7-be9e-fada9496d782 [pid: 8|app: 0|req: 299/602] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/603] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:49 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/604] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/605] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:50.213 7 INFO neutron.db.l3_hamode_db [None req-cd7609dd-8e16-43fd-abea-a4f33c6e3eb6 f22bf472d03d44e39462205faffc5ae7 032d8a17d26f4143b6e04f20321a56af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 303/606] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/ports?tenant_id=3526d0b958124a93805aa4aa4583e290&device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/607] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/networks?id=624754d0-6563-4b66-a73b-0be7a79019f8 => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/608] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=67e2660c-5794-4abc-8b50-7ac61757ca5f => 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: 306/609] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/subnets?id=b8ff3da4-71cb-42e3-80af-14b8668c92eb => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/610] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/ports?network_id=624754d0-6563-4b66-a73b-0be7a79019f8&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: 308/611] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/612] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?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: 310/613] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 311/614] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:09:50 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?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) 2026-07-29 20:09:51.107 7 INFO neutron.db.l3_hamode_db [None req-cd7609dd-8e16-43fd-abea-a4f33c6e3eb6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 312/615] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:51 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/616] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:51 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&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: 314/617] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:51 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/618] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:51 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/619] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:51 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/620] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:51 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 304/621] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:09:49 2026] POST /v2.0/routers => generated 732 bytes in 2131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/622] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:52 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/623] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:52 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/624] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:52 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/625] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:52 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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: 309/626] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:52 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/627] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:52 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 8|app: 0|req: 318/628] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:09:51 2026] PUT /v2.0/routers/0fcb532a-1dda-463a-83a9-46ee19df9f1c/add_router_interface => generated 309 bytes in 1213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/629] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:53 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/630] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:53 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/631] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:53 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 320/632] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:53 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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: 313/633] 10.0.0.182 () {38 vars in 970 bytes} [Wed Jul 29 20:09:53 2026] POST /v2.0/security-groups => generated 1680 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/634] 10.0.0.182 () {38 vars in 970 bytes} [Wed Jul 29 20:09:53 2026] POST /v2.0/security-groups => generated 1679 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/635] 10.0.0.182 () {38 vars in 970 bytes} [Wed Jul 29 20:09:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/636] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/637] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups?tenant_id=032d8a17d26f4143b6e04f20321a56af => generated 7905 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/638] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 316/639] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/97405500-e3dc-46a0-9c32-24fd1c735adc => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/640] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/97405500-e3dc-46a0-9c32-24fd1c735adc => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/641] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/59705d7e-8d6f-4ded-9606-a25bdf2025cb => generated 1680 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/642] 10.0.0.182 () {36 vars in 1012 bytes} [Wed Jul 29 20:09:54 2026] DELETE /v2.0/security-groups/59705d7e-8d6f-4ded-9606-a25bdf2025cb => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:09:54.491 7 INFO neutron.api.v2.resource [req-2d1a5d5c-b1d2-4cdc-86b6-229369051c83 req-6d58c0bc-6dac-41f2-a511-494e64ad352a 4d95a3baf7eb4916a46c903c4e1970bc 032d8a17d26f4143b6e04f20321a56af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 318/643] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/59705d7e-8d6f-4ded-9606-a25bdf2025cb => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/644] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/37ae58d9-5fa4-4d6d-9a80-1f0fe0bec72b => generated 1679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/645] 10.0.0.182 () {36 vars in 1012 bytes} [Wed Jul 29 20:09:54 2026] DELETE /v2.0/security-groups/37ae58d9-5fa4-4d6d-9a80-1f0fe0bec72b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:09:54.686 7 INFO neutron.api.v2.resource [req-022edefd-2abe-444c-a85d-26dbd6e95305 req-371ae50f-d0c3-4ac3-83b9-be9a1956a951 4d95a3baf7eb4916a46c903c4e1970bc 032d8a17d26f4143b6e04f20321a56af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 320/646] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/37ae58d9-5fa4-4d6d-9a80-1f0fe0bec72b => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/647] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 969 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/648] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 328/649] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/650] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/651] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/4f107b6f-adc8-4608-94c8-18c8abc0ab09 => generated 1681 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/652] 10.0.0.182 () {36 vars in 1012 bytes} [Wed Jul 29 20:09:54 2026] DELETE /v2.0/security-groups/4f107b6f-adc8-4608-94c8-18c8abc0ab09 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:09:54.989 8 INFO neutron.api.v2.resource [req-c335cefb-dadf-45ac-b770-1927cf9d4dbe req-78156c70-5fc4-4bc4-828e-96280ef654b9 4d95a3baf7eb4916a46c903c4e1970bc 032d8a17d26f4143b6e04f20321a56af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 330/653] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:54 2026] GET /v2.0/security-groups/4f107b6f-adc8-4608-94c8-18c8abc0ab09 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/654] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/security-groups?tenant_id=032d8a17d26f4143b6e04f20321a56af => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/655] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/security-groups/97405500-e3dc-46a0-9c32-24fd1c735adc => 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: 325/656] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/security-groups/97405500-e3dc-46a0-9c32-24fd1c735adc => generated 2922 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:09:55.216 8 INFO neutron.api.v2.resource [req-28f552b3-e9e5-4c27-90a4-21f4728c9617 req-d00ad98f-8c5c-4aa3-8e95-304e32c048ba 4d95a3baf7eb4916a46c903c4e1970bc 032d8a17d26f4143b6e04f20321a56af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 332/657] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/security-groups/4f107b6f-adc8-4608-94c8-18c8abc0ab09 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:09:55.256 7 INFO neutron.api.v2.resource [req-83e448f7-b79b-4674-83e5-133ffe177544 req-05c6b0a0-3d04-46a8-8841-33d2693f9d61 4d95a3baf7eb4916a46c903c4e1970bc 032d8a17d26f4143b6e04f20321a56af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/658] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/security-groups/37ae58d9-5fa4-4d6d-9a80-1f0fe0bec72b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:09:55.292 8 INFO neutron.api.v2.resource [req-d33362c8-8f3b-495a-bf1f-d50f3fdbbd02 req-9df157bd-be6e-4ef0-b998-4486417333e3 4d95a3baf7eb4916a46c903c4e1970bc 032d8a17d26f4143b6e04f20321a56af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 333/659] 10.0.0.182 () {34 vars in 990 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/security-groups/59705d7e-8d6f-4ded-9606-a25bdf2025cb => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/660] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/661] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:55.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-d16923bc-9adf-4a69-b773-cc25f43ba8e6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: d28371cb-5e5d-4f1e-871a-9c74034d297f 2026-07-29 20:09:55.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d16923bc-9adf-4a69-b773-cc25f43ba8e6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: d28371cb-5e5d-4f1e-871a-9c74034d297f [pid: 8|app: 0|req: 336/662] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/663] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:55 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/664] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:56 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/665] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:56 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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: 340/666] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:56 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/667] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:56 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 327/668] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:09:55 2026] PUT /v2.0/routers/0fcb532a-1dda-463a-83a9-46ee19df9f1c/remove_router_interface => generated 309 bytes in 1524 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:57.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b189afd-8060-4baa-aabb-fd8964e612e4 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 59e73464-db60-4060-8556-6bfc8bf45805 2026-07-29 20:09:57.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b189afd-8060-4baa-aabb-fd8964e612e4 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 59e73464-db60-4060-8556-6bfc8bf45805 [pid: 7|app: 0|req: 328/669] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:57 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/670] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:57 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/671] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:57 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/672] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:57 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:57.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b189afd-8060-4baa-aabb-fd8964e612e4 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: f85d12e1-ba17-4c05-a3da-f17d5f40af37 2026-07-29 20:09:57.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b189afd-8060-4baa-aabb-fd8964e612e4 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: f85d12e1-ba17-4c05-a3da-f17d5f40af37 [pid: 7|app: 0|req: 332/673] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:57 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:57.711 8 INFO neutron.services.segments.plugin [-] Segment 95d7fed6-8e1d-4b26-9cc4-30715595716a resource provider aggregate not found 2026-07-29 20:09:57.716 8 INFO neutron.services.segments.plugin [-] Segment 95d7fed6-8e1d-4b26-9cc4-30715595716a resource provider aggregate not found 2026-07-29 20:09:57.743 8 INFO neutron.services.segments.plugin [-] Segment 95d7fed6-8e1d-4b26-9cc4-30715595716a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95d7fed6-8e1d-4b26-9cc4-30715595716a found for delete ", "request_id": "req-ad30f7ee-85ee-4c71-ab7f-ab5045c1d434"}]} 2026-07-29 20:09:57.744 8 INFO neutron.services.segments.plugin [-] Segment 95d7fed6-8e1d-4b26-9cc4-30715595716a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95d7fed6-8e1d-4b26-9cc4-30715595716a found for delete ", "request_id": "req-72175390-1a74-465b-a442-66b4b41340aa"}]} 2026-07-29 20:09:57.753 8 INFO neutron.db.l3_hamode_db [None req-5b189afd-8060-4baa-aabb-fd8964e612e4 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network 8dda4f76-2655-47a7-be9e-fada9496d782 was deleted as no HA routers are present in tenant 032d8a17d26f4143b6e04f20321a56af. [pid: 8|app: 0|req: 342/674] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:09:56 2026] DELETE /v2.0/routers/0fcb532a-1dda-463a-83a9-46ee19df9f1c => generated 0 bytes in 929 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/675] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:57 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:09:57.881 7 INFO neutron.db.l3_db [None req-4da7b381-21a3-4164-bdca-ba2fbc407d97 356788435f154a949c4732104b984f0b 51cf68fad767490bb1536a38ab076d74 - - default default] Floating IP 5be6997e-d84c-443a-9937-991ccb540484 associated. External IP: 10.96.250.217, port: 1341dd66-505b-437f-af29-1c7c76304c03. [pid: 8|app: 0|req: 344/676] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:09:57 2026] DELETE /v2.0/subnets/60a6737e-fe18-4874-9007-b0b634b4b3e3 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/677] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:58 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 333/680] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:09:57 2026] PUT /v2.0/floatingips/5be6997e-d84c-443a-9937-991ccb540484 => generated 856 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/681] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:58 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/682] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:58 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/683] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:58 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&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: 337/684] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:58 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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-07-29 20:09:58.531 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f448abf-2e7f-4787-9cd3-967a3a4e1b55'] response: {'name': 'network-changed', 'server_uuid': '6a715bef-18cb-4c8f-9182-a5207a31c19f', 'tag': '1341dd66-505b-437f-af29-1c7c76304c03', 'status': 'completed', 'code': 200} 2026-07-29 20:09:58.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-c820c41b-4b15-433b-bb2c-a76f6fee3837 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: c298884a-15bf-4d81-9d6e-f78569bb9b37 2026-07-29 20:09:58.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c820c41b-4b15-433b-bb2c-a76f6fee3837 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: c298884a-15bf-4d81-9d6e-f78569bb9b37 [pid: 8|app: 0|req: 348/685] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:09:58 2026] DELETE /v2.0/networks/c7b1c422-97fd-41e9-89f4-64ac96a2cf32 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/686] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:09:58 2026] GET /v2.0/security-groups?tenant_id=032d8a17d26f4143b6e04f20321a56af&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/687] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:09:58 2026] DELETE /v2.0/security-groups/97405500-e3dc-46a0-9c32-24fd1c735adc => 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: 339/688] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/689] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 780 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/690] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/691] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/692] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/subnets?id=9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/693] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 342/694] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/ports?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/695] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 343/696] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 354/697] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/698] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/699] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:09:59 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:09:59.724 7 INFO neutron.db.l3_db [None req-373d03b3-1eff-4308-b586-54516236451c 1ffb993f539b4a45b5f6ef3fc985dd09 3526d0b958124a93805aa4aa4583e290 - - default default] Floating IP b862e69b-5abe-4020-9bfd-065bc0966769 associated. External IP: 10.96.250.216, port: 67e2660c-5794-4abc-8b50-7ac61757ca5f. 2026-07-29 20:09:59.778 8 INFO neutron.services.segments.plugin [-] Segment 6b56f46c-4041-4157-a360-893b12f646e6 resource provider aggregate not found 2026-07-29 20:09:59.789 8 INFO neutron.services.segments.plugin [-] Segment 6b56f46c-4041-4157-a360-893b12f646e6 resource provider aggregate not found 2026-07-29 20:09:59.807 8 INFO neutron.services.segments.plugin [-] Segment 6b56f46c-4041-4157-a360-893b12f646e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b56f46c-4041-4157-a360-893b12f646e6 found for delete ", "request_id": "req-3a99d43e-0150-4e24-ba86-e3927b9aad96"}]} 2026-07-29 20:09:59.813 8 INFO neutron.services.segments.plugin [-] Segment 6b56f46c-4041-4157-a360-893b12f646e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b56f46c-4041-4157-a360-893b12f646e6 found for delete ", "request_id": "req-82ba6a56-a4cc-42df-8019-0e5061507290"}]} [pid: 7|app: 0|req: 344/700] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:09:59 2026] PUT /v2.0/floatingips/b862e69b-5abe-4020-9bfd-065bc0966769 => generated 856 bytes in 734 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/701] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:00 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 971 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/702] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:00 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/703] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:00 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/704] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:00 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:00.585 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b2209c8-b330-42c6-9782-454000ebddaf'] response: {'name': 'network-changed', 'server_uuid': '6605416d-8ca0-428f-ba6d-e29603ef9738', 'tag': '67e2660c-5794-4abc-8b50-7ac61757ca5f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 359/705] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:00 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/706] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:00 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&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: 360/707] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/ports?tenant_id=3526d0b958124a93805aa4aa4583e290&device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 361/708] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/networks?id=624754d0-6563-4b66-a73b-0be7a79019f8 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/709] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=67e2660c-5794-4abc-8b50-7ac61757ca5f => generated 859 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/710] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/subnets?id=b8ff3da4-71cb-42e3-80af-14b8668c92eb => 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: 364/711] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/ports?network_id=624754d0-6563-4b66-a73b-0be7a79019f8&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: 365/712] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/713] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/714] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/security-groups?id=aeaa55e5-c3e8-47fb-b963-6e8b7018c807&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:01.507 7 INFO neutron.db.segments_db [None req-989272b8-ffce-4073-be6e-21a0c9f3b720 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment b6581046-2485-4126-ad2a-a801578ba5f4 of type vxlan for network 20abc9d8-74b5-4db9-a95f-caad0a74c578 [pid: 8|app: 0|req: 368/715] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8?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: 348/716] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:10:01 2026] POST /v2.0/networks => generated 727 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/717] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/718] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:01 2026] POST /v2.0/subnets => generated 694 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/719] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:01 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:01.924 8 INFO neutron.db.segments_db [None req-f58e43c7-9c19-4011-8886-5ae0979cc86c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment ee06543b-ad8e-49f8-98dd-ed7a414d2df5 of type vxlan for network 80045dd8-4302-4ae4-804e-1af0d02d8e8a 2026-07-29 20:10:02.196 8 INFO neutron.db.l3_hamode_db [None req-f58e43c7-9c19-4011-8886-5ae0979cc86c f22bf472d03d44e39462205faffc5ae7 813bfe10c8fc4034a541da5ec79b769d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 351/720] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:10:02 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:02.754 7 INFO neutron_taas.services.taas.taas_plugin [req-2626e0c6-f669-4b94-ad49-7b8d202578b9 req-edeb6a03-aa52-463e-9a75-7a52eac2138e 57ee14aafd754b1f9de8d8ba108ab543 e763211795de4eecbcaac2ded0d6468c - - default default] TaaS: Handle Delete Port: 36c28919-8fea-429f-acfe-5a1e2c886314 2026-07-29 20:10:02.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2626e0c6-f669-4b94-ad49-7b8d202578b9 req-edeb6a03-aa52-463e-9a75-7a52eac2138e 57ee14aafd754b1f9de8d8ba108ab543 e763211795de4eecbcaac2ded0d6468c - - default default] Tap Mirror: Handle Delete Port: 36c28919-8fea-429f-acfe-5a1e2c886314 [pid: 7|app: 0|req: 352/721] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:10:02 2026] DELETE /v2.0/ports/36c28919-8fea-429f-acfe-5a1e2c886314 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/722] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:02 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 354/723] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:02 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:03.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7d056ac-6ada-41d1-8aa3-464a9b2962bd'] response: {'server_uuid': '386c7606-0eae-457f-91a0-41fdfb9f96d2', 'name': 'network-vif-deleted', 'tag': '36c28919-8fea-429f-acfe-5a1e2c886314', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 355/724] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:03 2026] GET /v2.0/security-groups?id=7b076097-b88e-4867-8e4f-bf48b7649d98&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:03.105 8 INFO neutron.db.l3_hamode_db [None req-f58e43c7-9c19-4011-8886-5ae0979cc86c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 356/725] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:10:03 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:03.238 7 INFO neutron_taas.services.taas.taas_plugin [req-354e09e6-e3d1-47a2-b8d7-00360cbdfcd5 req-d5403573-91c6-4c14-a937-e07d4cedd295 1ffb993f539b4a45b5f6ef3fc985dd09 3526d0b958124a93805aa4aa4583e290 - - default default] TaaS: Handle Delete Port: 67e2660c-5794-4abc-8b50-7ac61757ca5f 2026-07-29 20:10:03.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-354e09e6-e3d1-47a2-b8d7-00360cbdfcd5 req-d5403573-91c6-4c14-a937-e07d4cedd295 1ffb993f539b4a45b5f6ef3fc985dd09 3526d0b958124a93805aa4aa4583e290 - - default default] Tap Mirror: Handle Delete Port: 67e2660c-5794-4abc-8b50-7ac61757ca5f 2026-07-29 20:10:03.472 7 INFO neutron.db.l3_db [req-354e09e6-e3d1-47a2-b8d7-00360cbdfcd5 req-d5403573-91c6-4c14-a937-e07d4cedd295 1ffb993f539b4a45b5f6ef3fc985dd09 3526d0b958124a93805aa4aa4583e290 - - default default] Floating IP b862e69b-5abe-4020-9bfd-065bc0966769 disassociated. External IP: 10.96.250.216, port: 67e2660c-5794-4abc-8b50-7ac61757ca5f. [pid: 7|app: 0|req: 357/726] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:10:03 2026] DELETE /v2.0/ports/67e2660c-5794-4abc-8b50-7ac61757ca5f => generated 0 bytes in 719 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/727] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:01 2026] POST /v2.0/routers => generated 734 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/728] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:04 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 359/729] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:04 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:05.064 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-01e06db6-49ea-4cb8-a986-c581ee6271b7'] response: {'server_uuid': '6605416d-8ca0-428f-ba6d-e29603ef9738', 'name': 'network-vif-deleted', 'tag': '67e2660c-5794-4abc-8b50-7ac61757ca5f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 360/730] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:05 2026] GET /v2.0/ports?device_id=386c7606-0eae-457f-91a0-41fdfb9f96d2 => 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: 361/731] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:05 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => 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: 371/732] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:10:04 2026] PUT /v2.0/routers/3be3f951-369e-4a28-a4be-b895fa6b488e/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/733] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:10:05 2026] POST /v2.0/security-groups => generated 1659 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/734] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/735] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:10:06.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2b1abb5-6257-423c-bda5-3eedd9a1df40 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 99d951a4-1f98-4c7e-9a68-23671fc23773 2026-07-29 20:10:06.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2b1abb5-6257-423c-bda5-3eedd9a1df40 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 99d951a4-1f98-4c7e-9a68-23671fc23773 [pid: 7|app: 0|req: 364/736] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:10:06 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/737] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:06 2026] GET /v2.0/ports?device_id=6605416d-8ca0-428f-ba6d-e29603ef9738 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/738] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:10:06 2026] PUT /v2.0/routers/eb0c751a-27aa-4e37-a812-e25db8355eca/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:07.497 7 INFO neutron_taas.services.taas.taas_plugin [None req-f557ea47-b306-43be-bac5-6c2426a0fe36 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 362f194b-2ccd-487c-ad53-6eed05b1125f 2026-07-29 20:10:07.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f557ea47-b306-43be-bac5-6c2426a0fe36 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 362f194b-2ccd-487c-ad53-6eed05b1125f 2026-07-29 20:10:07.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-f557ea47-b306-43be-bac5-6c2426a0fe36 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 342d293a-3ff7-4698-9c9f-0e736c230d47 2026-07-29 20:10:07.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f557ea47-b306-43be-bac5-6c2426a0fe36 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 342d293a-3ff7-4698-9c9f-0e736c230d47 2026-07-29 20:10:07.857 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-f557ea47-b306-43be-bac5-6c2426a0fe36 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 374/739] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:07 2026] DELETE /v2.0/security-groups/7b076097-b88e-4867-8e4f-bf48b7649d98 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:08.133 8 INFO neutron.api.v2.resource [None req-74fb8b7c-a104-4833-a23e-a26a865e046d 1ffb993f539b4a45b5f6ef3fc985dd09 3526d0b958124a93805aa4aa4583e290 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 375/740] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:10:08 2026] GET /v2.0/security-groups/7b076097-b88e-4867-8e4f-bf48b7649d98 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:10:08.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a18d991-3c89-4bf8-bde3-47b7870f4849 1ffb993f539b4a45b5f6ef3fc985dd09 3526d0b958124a93805aa4aa4583e290 - - default default] TaaS: Handle Delete Port: 968fd8c6-afa5-4938-91c2-71fc7c41e1c0 2026-07-29 20:10:08.288 7 INFO neutron.db.l3_hamode_db [None req-f557ea47-b306-43be-bac5-6c2426a0fe36 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network 9e8f29b7-a39b-4b50-a41b-d102db33e702 was deleted as no HA routers are present in tenant e763211795de4eecbcaac2ded0d6468c. 2026-07-29 20:10:08.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a18d991-3c89-4bf8-bde3-47b7870f4849 1ffb993f539b4a45b5f6ef3fc985dd09 3526d0b958124a93805aa4aa4583e290 - - default default] Tap Mirror: Handle Delete Port: 968fd8c6-afa5-4938-91c2-71fc7c41e1c0 [pid: 7|app: 0|req: 366/741] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:07 2026] DELETE /v2.0/routers/eb0c751a-27aa-4e37-a812-e25db8355eca => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/742] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:08 2026] DELETE /v2.0/subnets/f10114af-4fb5-47fb-9932-afd36135a641 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/743] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:10:08 2026] DELETE /v2.0/floatingips/b862e69b-5abe-4020-9bfd-065bc0966769 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:08.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e6396b0-015f-4449-8ebe-b0bea3760404 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 41d35005-7153-4858-b265-f0b6bcd0d2c3 2026-07-29 20:10:08.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e6396b0-015f-4449-8ebe-b0bea3760404 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 41d35005-7153-4858-b265-f0b6bcd0d2c3 2026-07-29 20:10:08.756 7 INFO neutron.services.segments.plugin [-] Segment 5845d8e0-d7dd-4d39-964c-7ef2116e981c resource provider aggregate not found [pid: 7|app: 0|req: 368/744] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:08 2026] DELETE /v2.0/networks/c7e677fb-42b7-4d0d-9366-f41a2488457f => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:10:08.772 7 INFO neutron.services.segments.plugin [-] Segment 5845d8e0-d7dd-4d39-964c-7ef2116e981c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5845d8e0-d7dd-4d39-964c-7ef2116e981c found for delete ", "request_id": "req-d58021ec-2748-420c-911f-fe9172bcdb0a"}]} 2026-07-29 20:10:08.783 7 INFO neutron.services.segments.plugin [-] Segment 5845d8e0-d7dd-4d39-964c-7ef2116e981c resource provider aggregate not found 2026-07-29 20:10:08.803 7 INFO neutron.services.segments.plugin [-] Segment 5845d8e0-d7dd-4d39-964c-7ef2116e981c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5845d8e0-d7dd-4d39-964c-7ef2116e981c found for delete ", "request_id": "req-a7ee4058-5a2b-48d4-b666-45759ecc169b"}]} 2026-07-29 20:10:08.856 8 INFO neutron_taas.services.taas.taas_plugin [None req-413f76f9-886a-4f60-b9ec-425237314019 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 58e3ba64-35c9-4498-8c94-514c50c8773c 2026-07-29 20:10:08.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-413f76f9-886a-4f60-b9ec-425237314019 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 58e3ba64-35c9-4498-8c94-514c50c8773c [pid: 7|app: 0|req: 369/745] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:08 2026] GET /v2.0/security-groups?tenant_id=e763211795de4eecbcaac2ded0d6468c&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/746] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:08 2026] DELETE /v2.0/security-groups/aeaa55e5-c3e8-47fb-b963-6e8b7018c807 => 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: 377/747] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:10:08 2026] PUT /v2.0/routers/35edd654-0fa1-4e4c-86bf-dd42d91b96d7/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:09.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb403a55-883b-4ad0-bed1-7e7d5ba290f0 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: f35f12d2-49c1-49dd-9348-13db875472a4 2026-07-29 20:10:09.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb403a55-883b-4ad0-bed1-7e7d5ba290f0 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: f35f12d2-49c1-49dd-9348-13db875472a4 2026-07-29 20:10:09.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb403a55-883b-4ad0-bed1-7e7d5ba290f0 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 2a81b21a-07c5-4f1f-a8b7-533000f79307 2026-07-29 20:10:09.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb403a55-883b-4ad0-bed1-7e7d5ba290f0 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 2a81b21a-07c5-4f1f-a8b7-533000f79307 2026-07-29 20:10:10.365 7 INFO neutron.db.l3_hamode_db [None req-bb403a55-883b-4ad0-bed1-7e7d5ba290f0 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network 94adc977-db9b-44e1-99ce-45245e510ef7 was deleted as no HA routers are present in tenant 3526d0b958124a93805aa4aa4583e290. [pid: 7|app: 0|req: 371/748] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:09 2026] DELETE /v2.0/routers/35edd654-0fa1-4e4c-86bf-dd42d91b96d7 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/749] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:10 2026] DELETE /v2.0/subnets/b8ff3da4-71cb-42e3-80af-14b8668c92eb => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:10:10.628 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb966492-5876-457e-814b-eed392803a55 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 6d2d9993-78c4-4432-8968-32dabb086259 2026-07-29 20:10:10.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb966492-5876-457e-814b-eed392803a55 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 6d2d9993-78c4-4432-8968-32dabb086259 2026-07-29 20:10:10.802 7 INFO neutron.services.segments.plugin [-] Segment 02c36b25-9a7b-4dfa-a589-72b7455f83b4 resource provider aggregate not found 2026-07-29 20:10:10.824 7 INFO neutron.services.segments.plugin [-] Segment 02c36b25-9a7b-4dfa-a589-72b7455f83b4 resource provider aggregate not found 2026-07-29 20:10:10.830 7 INFO neutron.services.segments.plugin [-] Segment 02c36b25-9a7b-4dfa-a589-72b7455f83b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02c36b25-9a7b-4dfa-a589-72b7455f83b4 found for delete ", "request_id": "req-06100ae7-3c2f-4b22-b8ac-636271fea86e"}]} 2026-07-29 20:10:10.839 7 INFO neutron.services.segments.plugin [-] Segment 02c36b25-9a7b-4dfa-a589-72b7455f83b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02c36b25-9a7b-4dfa-a589-72b7455f83b4 found for delete ", "request_id": "req-65620efc-f416-408e-83c6-0897d8f8efb6"}]} 2026-07-29 20:10:10.845 7 INFO neutron.services.segments.plugin [-] Segment 77f00e32-00df-4189-9d22-7be8c650bd8b resource provider aggregate not found 2026-07-29 20:10:10.856 7 INFO neutron.services.segments.plugin [-] Segment 77f00e32-00df-4189-9d22-7be8c650bd8b resource provider aggregate not found 2026-07-29 20:10:10.881 7 INFO neutron.services.segments.plugin [-] Segment 77f00e32-00df-4189-9d22-7be8c650bd8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f00e32-00df-4189-9d22-7be8c650bd8b found for delete ", "request_id": "req-30517562-dde5-40e5-a7a9-3aa1448843df"}]} 2026-07-29 20:10:10.881 7 INFO neutron.services.segments.plugin [-] Segment 77f00e32-00df-4189-9d22-7be8c650bd8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f00e32-00df-4189-9d22-7be8c650bd8b found for delete ", "request_id": "req-d496fc5c-988e-4478-ab0a-e63c19962e93"}]} [pid: 7|app: 0|req: 372/750] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:10 2026] DELETE /v2.0/networks/624754d0-6563-4b66-a73b-0be7a79019f8 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/751] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:11 2026] GET /v2.0/security-groups?tenant_id=3526d0b958124a93805aa4aa4583e290&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/752] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:11 2026] DELETE /v2.0/security-groups/581450ba-48c5-4ffd-a5e0-97f0b361b9cc => 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: 380/753] 10.0.0.182 () {34 vars in 1095 bytes} [Wed Jul 29 20:10:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--42497019&fields=id&tenant_id=813bfe10c8fc4034a541da5ec79b769d => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/754] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:10:11 2026] GET /v2.0/networks?id=20abc9d8-74b5-4db9-a95f-caad0a74c578 => generated 679 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/755] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:10:11 2026] GET /v2.0/quotas/813bfe10c8fc4034a541da5ec79b769d => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/756] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:10:11 2026] GET /v2.0/ports?tenant_id=813bfe10c8fc4034a541da5ec79b769d&fields=id => generated 103 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/757] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:10:11 2026] GET /v2.0/networks/20abc9d8-74b5-4db9-a95f-caad0a74c578?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/758] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:10:12 2026] GET /v2.0/networks/20abc9d8-74b5-4db9-a95f-caad0a74c578?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/759] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:12 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => 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: 383/760] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:12 2026] GET /v2.0/security-groups?tenant_id=16c52473ff5a413eadc0980b3f08ef97&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/761] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:12 2026] DELETE /v2.0/security-groups/804d7eef-2ab9-4f64-8177-bf14e74942ef => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:12.905 7 INFO neutron.services.segments.plugin [-] Segment 6d72dc9c-7225-459e-bb52-92435c41d304 resource provider aggregate not found 2026-07-29 20:10:12.929 7 INFO neutron.services.segments.plugin [-] Segment 6d72dc9c-7225-459e-bb52-92435c41d304 resource provider aggregate not found 2026-07-29 20:10:12.939 7 INFO neutron.services.segments.plugin [-] Segment 6d72dc9c-7225-459e-bb52-92435c41d304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d72dc9c-7225-459e-bb52-92435c41d304 found for delete ", "request_id": "req-d87eda0b-23fe-43ac-9993-b0161d3dfbfc"}]} 2026-07-29 20:10:12.950 7 INFO neutron.services.segments.plugin [-] Segment 6d72dc9c-7225-459e-bb52-92435c41d304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d72dc9c-7225-459e-bb52-92435c41d304 found for delete ", "request_id": "req-61ea3839-2d25-47ea-ae02-fdd3d4feeec5"}]} [pid: 7|app: 0|req: 380/764] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:13 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:13.632 8 INFO neutron.db.segments_db [None req-13c3188e-f3f5-41c0-bca8-4759b7ef52d8 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment e9a43100-642f-427a-a56b-bc02217abc54 of type vxlan for network 6897e0d6-cffc-4c10-a14e-381913ee6509 [pid: 8|app: 0|req: 385/765] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:10:13 2026] POST /v2.0/networks => generated 724 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/766] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:13 2026] POST /v2.0/subnets => generated 690 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:10:13.997 8 INFO neutron.db.segments_db [None req-e931c941-a826-4e26-b669-11995f905131 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment e58802d2-443b-47ad-88b2-9166f243cd9f of type vxlan for network 2b950545-b89b-4ffd-88a1-813dddb3a7e5 2026-07-29 20:10:14.244 8 INFO neutron.db.l3_hamode_db [None req-e931c941-a826-4e26-b669-11995f905131 f22bf472d03d44e39462205faffc5ae7 8f67f95cae5b4aa8812e83a90d939d0c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 382/767] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:14 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:15.133 8 INFO neutron.db.l3_hamode_db [None req-e931c941-a826-4e26-b669-11995f905131 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 383/768] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:15 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => 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: 386/769] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:13 2026] POST /v2.0/routers => generated 730 bytes in 2166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/770] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:16 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/771] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:16 2026] GET /v2.0/networks?id=20abc9d8-74b5-4db9-a95f-caad0a74c578 => generated 679 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/772] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:10:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=813bfe10c8fc4034a541da5ec79b769d => generated 179 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/773] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:10:16 2026] PUT /v2.0/routers/a6badc26-c524-49f2-82e6-2275d3206e91/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/774] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:10:17 2026] POST /v2.0/ports => generated 958 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/775] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:10:17 2026] PUT /v2.0/ports/cbfbde67-d523-4d7d-9bb4-995ef4c08195 => generated 1239 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:17.814 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e9380d8-d3c4-42b0-a614-40d3256bc964'] response: {'name': 'network-changed', 'server_uuid': '481877a3-61cd-49ca-b1ec-8d674a35bc36', 'tag': 'cbfbde67-d523-4d7d-9bb4-995ef4c08195', '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: 391/776] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:17 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 392/777] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:17 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/778] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:10:17 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/779] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/780] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/781] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:18 2026] GET /v2.0/ports?tenant_id=813bfe10c8fc4034a541da5ec79b769d&device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/782] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:18 2026] GET /v2.0/security-groups?tenant_id=d097d45374854cca9e47bae162d76f49&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/783] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:10:18 2026] GET /v2.0/networks?tenant_id=813bfe10c8fc4034a541da5ec79b769d&shared=False => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/784] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:18 2026] DELETE /v2.0/security-groups/0f3135f6-1b29-40b9-aa73-85a6106151e4 => 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: 390/785] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:10:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/786] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:18 2026] GET /v2.0/security-groups?tenant_id=9ac5efa4a6a140fdaf3b6d2b0e256e09&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/787] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:18 2026] DELETE /v2.0/security-groups/1465245d-c3b4-4643-a497-bc0743e1ee70 => 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: 396/788] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:10:18 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/789] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/790] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/791] 10.0.0.182 () {34 vars in 1097 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/security-groups?name=tempest-securitygroup--469778577&fields=id&tenant_id=8f67f95cae5b4aa8812e83a90d939d0c => 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: 398/792] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/networks?id=6897e0d6-cffc-4c10-a14e-381913ee6509 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/793] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/quotas/8f67f95cae5b4aa8812e83a90d939d0c => 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: 399/794] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/ports?tenant_id=8f67f95cae5b4aa8812e83a90d939d0c&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/795] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/796] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/ports?tenant_id=813bfe10c8fc4034a541da5ec79b769d&device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/797] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=cbfbde67-d523-4d7d-9bb4-995ef4c08195 => 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: 397/798] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/799] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/subnets?id=16edeae0-11d5-4d93-aa86-eecd68ba6462 => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/800] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/ports?network_id=20abc9d8-74b5-4db9-a95f-caad0a74c578&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: 403/801] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/networks/20abc9d8-74b5-4db9-a95f-caad0a74c578?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: 404/802] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 405/803] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:20 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/804] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:20 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/805] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:19 2026] GET /v2.0/networks/20abc9d8-74b5-4db9-a95f-caad0a74c578?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/806] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:21 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 400/807] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:21 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/808] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:21 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/809] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:22 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 409/810] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:22 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/811] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:22 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/812] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:23 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 403/813] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:23 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/814] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:23 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&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: 8|app: 0|req: 411/815] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:23 2026] GET /v2.0/security-groups?tenant_id=ea4831dfb5924103997fb9dae76629ca&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/816] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:24 2026] GET /v2.0/networks?id=6897e0d6-cffc-4c10-a14e-381913ee6509 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/817] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:24 2026] DELETE /v2.0/security-groups/24eae2b4-531e-4ef9-b064-a9244de82f09 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/818] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:10:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8f67f95cae5b4aa8812e83a90d939d0c => generated 180 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/819] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:24 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/820] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:24 2026] GET /v2.0/security-groups?tenant_id=24496e872710430a98cd6a87264b941e&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/821] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:24 2026] DELETE /v2.0/security-groups/11671454-3ee2-4336-a6d4-ca2df37d4fa0 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/822] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:10:24 2026] POST /v2.0/ports => generated 954 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 407/823] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:24 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/824] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:25 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/825] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:10:24 2026] PUT /v2.0/ports/1e0bfcdd-2e43-474f-a031-28081d446209 => generated 1235 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/826] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:25 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 418/827] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:25 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:25.572 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-923dccac-6408-45cc-8380-69d4794fe8a9'] response: {'name': 'network-changed', 'server_uuid': '8c189c5f-25d6-449f-b5b1-382d7d96fcf1', 'tag': '1e0bfcdd-2e43-474f-a031-28081d446209', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 410/828] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/ports?tenant_id=8f67f95cae5b4aa8812e83a90d939d0c&device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 419/829] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/networks?tenant_id=8f67f95cae5b4aa8812e83a90d939d0c&shared=False => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/830] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/831] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/832] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&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: 413/833] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 414/834] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:26.696 8 INFO neutron.db.segments_db [None req-778ebf19-c7f9-439f-acbc-f6e3a37b497d 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Added segment e04b5105-3d35-47ad-ae1f-b7377f154087 of type vxlan for network cbca0aeb-6d71-4948-9b17-b04a2deb2390 2026-07-29 20:10:26.772 8 INFO neutron.db.segments_db [None req-778ebf19-c7f9-439f-acbc-f6e3a37b497d 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Added segment c09648dc-d3b6-49a1-bf5f-99f12986a7df of type vxlan for network aa4c8902-a514-4c4d-976d-3e99a0b0d253 [pid: 8|app: 0|req: 421/835] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:10:26 2026] POST /v2.0/networks => generated 1208 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/836] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:10:26 2026] GET /v2.0/networks => generated 1845 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:27.142 8 INFO neutron.services.segments.plugin [-] Segment e04b5105-3d35-47ad-ae1f-b7377f154087 resource provider aggregate not found 2026-07-29 20:10:27.151 8 INFO neutron.services.segments.plugin [-] Segment e04b5105-3d35-47ad-ae1f-b7377f154087 resource provider aggregate not found 2026-07-29 20:10:27.164 8 INFO neutron.services.segments.plugin [-] Segment e04b5105-3d35-47ad-ae1f-b7377f154087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e04b5105-3d35-47ad-ae1f-b7377f154087 found for delete ", "request_id": "req-2ec9832e-26c2-47af-932a-97b39e82bf75"}]} 2026-07-29 20:10:27.175 8 INFO neutron.services.segments.plugin [-] Segment e04b5105-3d35-47ad-ae1f-b7377f154087 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e04b5105-3d35-47ad-ae1f-b7377f154087 found for delete ", "request_id": "req-9e7dd2ac-4a60-4984-bfd5-156c13250351"}]} [pid: 8|app: 0|req: 422/837] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:26 2026] DELETE /v2.0/networks/cbca0aeb-6d71-4948-9b17-b04a2deb2390 => 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: 423/838] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/ports?tenant_id=8f67f95cae5b4aa8812e83a90d939d0c&device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/839] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1e0bfcdd-2e43-474f-a031-28081d446209 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:27.337 7 INFO neutron.services.segments.plugin [-] Segment c09648dc-d3b6-49a1-bf5f-99f12986a7df resource provider aggregate not found 2026-07-29 20:10:27.344 7 INFO neutron.services.segments.plugin [-] Segment c09648dc-d3b6-49a1-bf5f-99f12986a7df resource provider aggregate not found [pid: 8|app: 0|req: 425/840] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:27.365 7 INFO neutron.services.segments.plugin [-] Segment c09648dc-d3b6-49a1-bf5f-99f12986a7df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09648dc-d3b6-49a1-bf5f-99f12986a7df found for delete ", "request_id": "req-c2e72bc1-8d1f-4def-9d8d-3b15d7d353c0"}]} 2026-07-29 20:10:27.365 7 INFO neutron.services.segments.plugin [-] Segment c09648dc-d3b6-49a1-bf5f-99f12986a7df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c09648dc-d3b6-49a1-bf5f-99f12986a7df found for delete ", "request_id": "req-d363c208-4371-4d87-a17c-5ccb44ce0b2a"}]} [pid: 8|app: 0|req: 426/841] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/subnets?id=89a868ad-3fb3-4b37-b9aa-90fbf1cf9571 => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/842] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/843] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:27 2026] DELETE /v2.0/networks/aa4c8902-a514-4c4d-976d-3e99a0b0d253 => 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: 428/844] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/ports?network_id=6897e0d6-cffc-4c10-a14e-381913ee6509&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/845] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/846] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:27.525 7 INFO neutron.db.segments_db [None req-c861aedf-d464-47df-9dc0-da0702279ee0 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Added segment 2d3cc054-daa2-4e84-b0fe-905c43e912d1 of type vxlan for network 20e58ab2-ff75-4ec9-9e69-dbd97bd86f1f [pid: 8|app: 0|req: 430/847] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?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: 418/848] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:10:27 2026] POST /v2.0/networks => generated 634 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:10:27.708 8 INFO neutron.db.segments_db [None req-b7c7612b-574d-47c2-8c88-f90fb737ae58 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Added segment ce38d075-dd4b-4779-89f2-cf33362f6a62 of type vxlan for network 0f0818ec-0de7-43b4-a4fc-19a03ce65a1a [pid: 7|app: 0|req: 419/849] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/850] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:27 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 431/851] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:10:27 2026] POST /v2.0/networks => generated 634 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/854] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:10:27 2026] POST /v2.0/ports => generated 1506 bytes in 655 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: 422/855] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:10:28 2026] GET /v2.0/ports => generated 1506 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/856] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:28 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/857] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:28 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:28.724 7 INFO neutron_taas.services.taas.taas_plugin [None req-609d8d7c-c90c-40c6-8e30-9ea8b8fb5800 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] TaaS: Handle Delete Port: 0d4bc6eb-a09f-45b3-976c-7d49ef390cdf 2026-07-29 20:10:28.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-609d8d7c-c90c-40c6-8e30-9ea8b8fb5800 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Tap Mirror: Handle Delete Port: 0d4bc6eb-a09f-45b3-976c-7d49ef390cdf [pid: 8|app: 0|req: 436/858] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:28 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => 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: 423/859] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:10:28 2026] DELETE /v2.0/ports/0d4bc6eb-a09f-45b3-976c-7d49ef390cdf => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/860] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:28 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:29.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-745ee5ac-394f-4b69-916b-1a71b37aa3ca 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] TaaS: Handle Delete Port: c52159cd-aed8-4d99-bb54-355c613c82d5 2026-07-29 20:10:29.004 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-745ee5ac-394f-4b69-916b-1a71b37aa3ca 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Tap Mirror: Handle Delete Port: c52159cd-aed8-4d99-bb54-355c613c82d5 [pid: 7|app: 0|req: 425/861] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:10:28 2026] DELETE /v2.0/ports/c52159cd-aed8-4d99-bb54-355c613c82d5 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/862] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:29 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 427/863] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:10:29 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/864] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:10:29 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1244 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:29.334 8 INFO neutron.db.l3_db [None req-abe28e30-34db-40d5-9d61-5940b2439c0a 2ca7ffbc940d466085a0bda962e11c58 813bfe10c8fc4034a541da5ec79b769d - - default default] Floating IP d1af9900-75dc-436a-b8c9-313b304f7882 associated. External IP: 10.96.250.207, port: cbfbde67-d523-4d7d-9bb4-995ef4c08195. 2026-07-29 20:10:29.347 7 INFO neutron.db.segments_db [None req-754cf8ca-349e-488e-92be-d8fee4b8b719 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Added segment ac60bc58-c1f0-4efb-b43e-f6a885d742de of type vxlan for network 49602fae-3674-4d7c-a54f-a56e7820e834 [pid: 7|app: 0|req: 429/865] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:10:29 2026] POST /v2.0/networks => generated 635 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/866] 10.0.0.153 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:29 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:29.562 7 INFO neutron.db.segments_db [None req-39978728-ead9-41e6-95da-d1b85bcd6588 77e9ca46ff664253ac3fe3f7f7fc9345 ee946f30f8344463959c21fac868f898 - - default default] Added segment 34a2deb7-885d-4494-8588-69ec1bbc97a5 of type vxlan for network ff8ed4d5-e895-4e2a-98a8-6632f8deaaa0 [pid: 7|app: 0|req: 431/867] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:10:29 2026] POST /v2.0/networks => generated 634 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/868] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:10:28 2026] PUT /v2.0/floatingips/d1af9900-75dc-436a-b8c9-313b304f7882 => generated 856 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:30.114 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32d2c1d5-99cb-4118-99db-5b2c6507fbd6'] response: {'name': 'network-changed', 'server_uuid': '481877a3-61cd-49ca-b1ec-8d674a35bc36', 'tag': 'cbfbde67-d523-4d7d-9bb4-995ef4c08195', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 432/869] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/870] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/871] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&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: 435/872] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/873] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/ports?tenant_id=813bfe10c8fc4034a541da5ec79b769d&device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/874] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/networks?id=20abc9d8-74b5-4db9-a95f-caad0a74c578 => generated 774 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/875] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:30 2026] POST /v2.0/subnets => generated 1324 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/876] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => 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: 439/877] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=cbfbde67-d523-4d7d-9bb4-995ef4c08195 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/878] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:10:30 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) [pid: 8|app: 0|req: 440/879] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&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: 440/880] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/subnets?id=16edeae0-11d5-4d93-aa86-eecd68ba6462 => generated 697 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/881] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/ports?network_id=20abc9d8-74b5-4db9-a95f-caad0a74c578&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/882] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/networks/20abc9d8-74b5-4db9-a95f-caad0a74c578?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/883] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:30 2026] DELETE /v2.0/subnets/24a685db-032a-48ab-9cea-a2cb658e835e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/884] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:30 2026] GET /v2.0/networks/20abc9d8-74b5-4db9-a95f-caad0a74c578?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: 442/885] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:30 2026] DELETE /v2.0/subnets/45cb3ade-c635-49b8-b2bb-12148b6f1f1a => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/886] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:10:31 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:31.418 8 INFO neutron.services.segments.plugin [-] Segment 34a2deb7-885d-4494-8588-69ec1bbc97a5 resource provider aggregate not found 2026-07-29 20:10:31.423 8 INFO neutron.services.segments.plugin [-] Segment 34a2deb7-885d-4494-8588-69ec1bbc97a5 resource provider aggregate not found 2026-07-29 20:10:31.443 8 INFO neutron.services.segments.plugin [-] Segment 34a2deb7-885d-4494-8588-69ec1bbc97a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a2deb7-885d-4494-8588-69ec1bbc97a5 found for delete ", "request_id": "req-b9e9cf96-e9d3-42e5-a95f-6782166dfebe"}]} 2026-07-29 20:10:31.449 8 INFO neutron.services.segments.plugin [-] Segment 34a2deb7-885d-4494-8588-69ec1bbc97a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a2deb7-885d-4494-8588-69ec1bbc97a5 found for delete ", "request_id": "req-c93af003-4beb-40f2-b389-48fdec15b38d"}]} [pid: 8|app: 0|req: 443/887] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:31 2026] DELETE /v2.0/networks/ff8ed4d5-e895-4e2a-98a8-6632f8deaaa0 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/888] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:31 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/889] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:31 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/890] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:31 2026] DELETE /v2.0/networks/49602fae-3674-4d7c-a54f-a56e7820e834 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:10:31.757 7 INFO neutron.services.segments.plugin [-] Segment ce38d075-dd4b-4779-89f2-cf33362f6a62 resource provider aggregate not found 2026-07-29 20:10:31.761 7 INFO neutron.services.segments.plugin [-] Segment ce38d075-dd4b-4779-89f2-cf33362f6a62 resource provider aggregate not found 2026-07-29 20:10:31.782 7 INFO neutron.services.segments.plugin [-] Segment ce38d075-dd4b-4779-89f2-cf33362f6a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce38d075-dd4b-4779-89f2-cf33362f6a62 found for delete ", "request_id": "req-a16f4410-f7ca-403a-b466-b8f5ff188c5e"}]} 2026-07-29 20:10:31.783 7 INFO neutron.services.segments.plugin [-] Segment ce38d075-dd4b-4779-89f2-cf33362f6a62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce38d075-dd4b-4779-89f2-cf33362f6a62 found for delete ", "request_id": "req-3674cefe-4e35-4ec9-8faa-47a5212e99d8"}]} [pid: 7|app: 0|req: 447/891] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:31 2026] DELETE /v2.0/networks/0f0818ec-0de7-43b4-a4fc-19a03ce65a1a => 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: 448/892] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:31 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/893] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:31 2026] DELETE /v2.0/networks/20e58ab2-ff75-4ec9-9e69-dbd97bd86f1f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/894] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:31 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/895] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:32 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 451/896] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:32 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/897] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:32 2026] GET /v2.0/security-groups?tenant_id=ee946f30f8344463959c21fac868f898&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/898] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:32 2026] DELETE /v2.0/security-groups/c15254a9-a6d1-4bc2-9172-5ef2176798cc => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/899] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:33 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/900] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:33 2026] GET /v2.0/security-groups?id=445d71b5-3668-46b0-84eb-0dd199bb77c7&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/901] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:10:33 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:33.462 8 INFO neutron.services.segments.plugin [-] Segment ac60bc58-c1f0-4efb-b43e-f6a885d742de resource provider aggregate not found 2026-07-29 20:10:33.466 8 INFO neutron.services.segments.plugin [-] Segment ac60bc58-c1f0-4efb-b43e-f6a885d742de resource provider aggregate not found 2026-07-29 20:10:33.481 8 INFO neutron.services.segments.plugin [-] Segment ac60bc58-c1f0-4efb-b43e-f6a885d742de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac60bc58-c1f0-4efb-b43e-f6a885d742de found for delete ", "request_id": "req-ab0fde89-a2e9-4db4-94f9-55b3af300c47"}]} 2026-07-29 20:10:33.485 8 INFO neutron.services.segments.plugin [-] Segment ac60bc58-c1f0-4efb-b43e-f6a885d742de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac60bc58-c1f0-4efb-b43e-f6a885d742de found for delete ", "request_id": "req-5f69c3d8-894c-4f58-b103-891576e683ca"}]} 2026-07-29 20:10:33.494 8 INFO neutron.services.segments.plugin [-] Segment 2d3cc054-daa2-4e84-b0fe-905c43e912d1 resource provider aggregate not found 2026-07-29 20:10:33.501 8 INFO neutron.services.segments.plugin [-] Segment 2d3cc054-daa2-4e84-b0fe-905c43e912d1 resource provider aggregate not found 2026-07-29 20:10:33.516 8 INFO neutron.services.segments.plugin [-] Segment 2d3cc054-daa2-4e84-b0fe-905c43e912d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d3cc054-daa2-4e84-b0fe-905c43e912d1 found for delete ", "request_id": "req-fc0a453c-684e-4b42-8d9e-cfe1ea2c3bc4"}]} 2026-07-29 20:10:33.517 8 INFO neutron.services.segments.plugin [-] Segment 2d3cc054-daa2-4e84-b0fe-905c43e912d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d3cc054-daa2-4e84-b0fe-905c43e912d1 found for delete ", "request_id": "req-5279af64-d029-43cf-afa3-484514ab3134"}]} 2026-07-29 20:10:33.522 7 INFO neutron_taas.services.taas.taas_plugin [req-6d4afa4a-65eb-4c22-be02-286a05a8a36e req-f4d50059-1d55-40a3-ab97-e6e159c77805 2ca7ffbc940d466085a0bda962e11c58 813bfe10c8fc4034a541da5ec79b769d - - default default] TaaS: Handle Delete Port: cbfbde67-d523-4d7d-9bb4-995ef4c08195 2026-07-29 20:10:33.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d4afa4a-65eb-4c22-be02-286a05a8a36e req-f4d50059-1d55-40a3-ab97-e6e159c77805 2ca7ffbc940d466085a0bda962e11c58 813bfe10c8fc4034a541da5ec79b769d - - default default] Tap Mirror: Handle Delete Port: cbfbde67-d523-4d7d-9bb4-995ef4c08195 2026-07-29 20:10:33.639 7 INFO neutron.db.l3_db [req-6d4afa4a-65eb-4c22-be02-286a05a8a36e req-f4d50059-1d55-40a3-ab97-e6e159c77805 2ca7ffbc940d466085a0bda962e11c58 813bfe10c8fc4034a541da5ec79b769d - - default default] Floating IP d1af9900-75dc-436a-b8c9-313b304f7882 disassociated. External IP: 10.96.250.207, port: cbfbde67-d523-4d7d-9bb4-995ef4c08195. [pid: 8|app: 0|req: 449/902] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:33 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/903] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:33 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/904] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:33 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/905] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:10:33 2026] DELETE /v2.0/ports/cbfbde67-d523-4d7d-9bb4-995ef4c08195 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:10:34.081 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cfa91f7-1938-4596-b1ae-d7284999d433'] response: {'server_uuid': '481877a3-61cd-49ca-b1ec-8d674a35bc36', 'name': 'network-vif-deleted', 'tag': 'cbfbde67-d523-4d7d-9bb4-995ef4c08195', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 455/906] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:34 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:34.429 8 INFO neutron.db.l3_db [None req-5a957044-a299-48a2-afa2-48aa175fa35e 7b47535911c44ab38b160af54553e9e2 8f67f95cae5b4aa8812e83a90d939d0c - - default default] Floating IP 2043b969-9447-4c32-a61f-8101b5c77ba8 associated. External IP: 10.96.250.209, port: 1e0bfcdd-2e43-474f-a031-28081d446209. [pid: 8|app: 0|req: 452/907] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:10:34 2026] PUT /v2.0/floatingips/2043b969-9447-4c32-a61f-8101b5c77ba8 => generated 855 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:34.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f05fb3b-8e0c-4939-be61-9c9d654f7766'] response: {'name': 'network-changed', 'server_uuid': '8c189c5f-25d6-449f-b5b1-382d7d96fcf1', 'tag': '1e0bfcdd-2e43-474f-a031-28081d446209', 'status': 'completed', 'code': 200} 2026-07-29 20:10:35.033 7 INFO neutron.db.segments_db [None req-32c74a18-9523-4dbe-ae3a-b51885b46d14 33b396487dc3448088eae6277dc64d0f dfda919ce7ad4332b31e32f8f0d3f957 - - default default] Added segment 3d8af931-e3d5-42a9-a61d-05c56e7f9d78 of type vxlan for network 957655cc-ad48-4503-8229-29b578e0e9c9 [pid: 7|app: 0|req: 456/908] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:10:34 2026] POST /v2.0/networks => generated 625 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/909] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/ports?tenant_id=8f67f95cae5b4aa8812e83a90d939d0c&device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 458/910] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/911] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/networks?id=6897e0d6-cffc-4c10-a14e-381913ee6509 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/912] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1e0bfcdd-2e43-474f-a031-28081d446209 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/913] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:35 2026] POST /v2.0/subnets => generated 641 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/914] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/subnets?id=89a868ad-3fb3-4b37-b9aa-90fbf1cf9571 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/915] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/ports?network_id=6897e0d6-cffc-4c10-a14e-381913ee6509&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:35.550 8 INFO neutron.db.segments_db [None req-d2e5549e-0db1-4812-a60e-433db973a5f2 33b396487dc3448088eae6277dc64d0f dfda919ce7ad4332b31e32f8f0d3f957 - - default default] Added segment 771808be-6903-46bf-90eb-8967742e0506 of type vxlan for network 754818af-41e1-47ca-ac5d-3bb29c66a3b8 [pid: 7|app: 0|req: 463/916] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/917] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:10:35 2026] POST /v2.0/networks => generated 624 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/918] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:35 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?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: 455/919] 10.0.0.222 () {34 vars in 742 bytes} [Wed Jul 29 20:10:35 2026] PUT /v2.0/networks/754818af-41e1-47ca-ac5d-3bb29c66a3b8 => generated 592 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/920] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:35 2026] POST /v2.0/subnets => generated 626 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/921] 10.0.0.222 () {34 vars in 740 bytes} [Wed Jul 29 20:10:36 2026] PUT /v2.0/subnets/8ea5e3c3-9fb3-4bf3-9a50-0f6d63078084 => generated 636 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:36.401 7 INFO neutron.services.segments.plugin [-] Segment 771808be-6903-46bf-90eb-8967742e0506 resource provider aggregate not found 2026-07-29 20:10:36.409 7 INFO neutron.services.segments.plugin [-] Segment 771808be-6903-46bf-90eb-8967742e0506 resource provider aggregate not found 2026-07-29 20:10:36.440 7 INFO neutron.services.segments.plugin [-] Segment 771808be-6903-46bf-90eb-8967742e0506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 771808be-6903-46bf-90eb-8967742e0506 found for delete ", "request_id": "req-1e36d613-3cd5-4611-8d31-1c0655161742"}]} 2026-07-29 20:10:36.443 7 INFO neutron.services.segments.plugin [-] Segment 771808be-6903-46bf-90eb-8967742e0506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 771808be-6903-46bf-90eb-8967742e0506 found for delete ", "request_id": "req-7e9daa5e-9b72-477e-9f18-032801c5ee35"}]} [pid: 7|app: 0|req: 466/922] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:36 2026] DELETE /v2.0/networks/754818af-41e1-47ca-ac5d-3bb29c66a3b8 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:10:36.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcd2ad7d-e229-4184-b1be-7ea97022d423 33b396487dc3448088eae6277dc64d0f dfda919ce7ad4332b31e32f8f0d3f957 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/923] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:36 2026] DELETE /v2.0/networks/754818af-41e1-47ca-ac5d-3bb29c66a3b8 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/924] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => 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: 468/925] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/926] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/subnets?network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/927] 10.0.0.222 () {32 vars in 652 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/928] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/networks => generated 1309 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/929] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/subnets => generated 1280 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/930] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/networks/957655cc-ad48-4503-8229-29b578e0e9c9 => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/931] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:10:36 2026] GET /v2.0/subnets/7c0be375-a596-43d6-9444-f1c8e089c54f => generated 641 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:36.834 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f71741f8-caf6-444a-a95b-a17b0ba4656b 33b396487dc3448088eae6277dc64d0f dfda919ce7ad4332b31e32f8f0d3f957 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 461/932] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:36 2026] DELETE /v2.0/subnets/8ea5e3c3-9fb3-4bf3-9a50-0f6d63078084 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:10:36.859 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a1843f6c-f630-48ac-830e-f97b97eed9dc 33b396487dc3448088eae6277dc64d0f dfda919ce7ad4332b31e32f8f0d3f957 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 472/933] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:36 2026] DELETE /v2.0/networks/754818af-41e1-47ca-ac5d-3bb29c66a3b8 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/934] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:36 2026] DELETE /v2.0/subnets/7c0be375-a596-43d6-9444-f1c8e089c54f => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:10:37.178 7 INFO neutron_taas.services.taas.taas_plugin [None req-214a2f6d-3318-4ecc-9f8a-ce86606d9fc8 33b396487dc3448088eae6277dc64d0f dfda919ce7ad4332b31e32f8f0d3f957 - - default default] TaaS: Handle Delete Port: da580290-513c-4902-9132-9716633bea45 2026-07-29 20:10:37.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-214a2f6d-3318-4ecc-9f8a-ce86606d9fc8 33b396487dc3448088eae6277dc64d0f dfda919ce7ad4332b31e32f8f0d3f957 - - default default] Tap Mirror: Handle Delete Port: da580290-513c-4902-9132-9716633bea45 [pid: 7|app: 0|req: 473/935] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:37 2026] DELETE /v2.0/networks/957655cc-ad48-4503-8229-29b578e0e9c9 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/936] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:37 2026] GET /v2.0/ports?device_id=481877a3-61cd-49ca-b1ec-8d674a35bc36 => 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: 474/937] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:37 2026] GET /v2.0/security-groups?tenant_id=dfda919ce7ad4332b31e32f8f0d3f957&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: 464/938] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:38 2026] DELETE /v2.0/security-groups/cc91ae27-5506-455a-9424-bd1bd125d02f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:38.467 7 INFO neutron.services.segments.plugin [-] Segment 3d8af931-e3d5-42a9-a61d-05c56e7f9d78 resource provider aggregate not found 2026-07-29 20:10:38.477 7 INFO neutron.services.segments.plugin [-] Segment 3d8af931-e3d5-42a9-a61d-05c56e7f9d78 resource provider aggregate not found 2026-07-29 20:10:38.482 7 INFO neutron.services.segments.plugin [-] Segment 3d8af931-e3d5-42a9-a61d-05c56e7f9d78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d8af931-e3d5-42a9-a61d-05c56e7f9d78 found for delete ", "request_id": "req-fdd19c4e-5bb8-47b9-ab02-dc0e4537322e"}]} 2026-07-29 20:10:38.496 7 INFO neutron.services.segments.plugin [-] Segment 3d8af931-e3d5-42a9-a61d-05c56e7f9d78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d8af931-e3d5-42a9-a61d-05c56e7f9d78 found for delete ", "request_id": "req-f2f7b8db-0d3f-43ef-b2ea-3d4d59fbf717"}]} [pid: 7|app: 0|req: 475/939] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:38 2026] DELETE /v2.0/security-groups/445d71b5-3668-46b0-84eb-0dd199bb77c7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:38.842 8 INFO neutron.api.v2.resource [None req-55f4985d-116f-4320-b0b4-2a38cb739ee9 2ca7ffbc940d466085a0bda962e11c58 813bfe10c8fc4034a541da5ec79b769d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 465/940] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:10:38 2026] GET /v2.0/security-groups/445d71b5-3668-46b0-84eb-0dd199bb77c7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:10:38.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee7efe6f-502c-432f-80ad-db9716b7e26e 2ca7ffbc940d466085a0bda962e11c58 813bfe10c8fc4034a541da5ec79b769d - - default default] TaaS: Handle Delete Port: a126d835-a234-4303-9ca2-88cd7e9d6b81 2026-07-29 20:10:38.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee7efe6f-502c-432f-80ad-db9716b7e26e 2ca7ffbc940d466085a0bda962e11c58 813bfe10c8fc4034a541da5ec79b769d - - default default] Tap Mirror: Handle Delete Port: a126d835-a234-4303-9ca2-88cd7e9d6b81 [pid: 7|app: 0|req: 476/941] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:10:38 2026] DELETE /v2.0/floatingips/d1af9900-75dc-436a-b8c9-313b304f7882 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:39.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-a150ed18-f83c-4c5d-978d-2dceada03fd7 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 421d4e9c-8f55-4c6d-bcc6-883a5589d7fa 2026-07-29 20:10:39.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a150ed18-f83c-4c5d-978d-2dceada03fd7 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 421d4e9c-8f55-4c6d-bcc6-883a5589d7fa [pid: 8|app: 0|req: 466/942] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:10:39 2026] PUT /v2.0/routers/3be3f951-369e-4a28-a4be-b895fa6b488e/remove_router_interface => generated 309 bytes in 977 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/943] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:10:39 2026] POST /v2.0/security-groups => generated 1624 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/944] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:10:40 2026] GET /v2.0/security-groups => generated 4529 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:40.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ade394c-7fb8-4f3b-9e30-e59e7e8670e5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 642fec1d-33b4-4ce4-b4bd-310b30470e00 2026-07-29 20:10:40.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ade394c-7fb8-4f3b-9e30-e59e7e8670e5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 642fec1d-33b4-4ce4-b4bd-310b30470e00 [pid: 7|app: 0|req: 479/945] 10.0.0.222 () {34 vars in 757 bytes} [Wed Jul 29 20:10:40 2026] PUT /v2.0/security-groups/55674118-e5a3-4590-bb4b-94efb9b077b1 => generated 1664 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/946] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:10:40 2026] GET /v2.0/security-groups/55674118-e5a3-4590-bb4b-94efb9b077b1 => generated 1664 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/947] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:40 2026] DELETE /v2.0/security-groups/55674118-e5a3-4590-bb4b-94efb9b077b1 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/948] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:10:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:40.611 7 INFO neutron.api.v2.resource [None req-5edbd378-c233-473d-baaf-b4da49a0aec7 d7e14858c7e241d89c070bd7ac348cc2 71578de951e84df3897d797209f87456 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/949] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:40 2026] DELETE /v2.0/security-groups/55674118-e5a3-4590-bb4b-94efb9b077b1 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:10:40.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ade394c-7fb8-4f3b-9e30-e59e7e8670e5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: c2b02b24-6831-43d6-b02f-eb0a398767b7 2026-07-29 20:10:40.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ade394c-7fb8-4f3b-9e30-e59e7e8670e5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: c2b02b24-6831-43d6-b02f-eb0a398767b7 [pid: 7|app: 0|req: 484/950] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:10:40 2026] POST /v2.0/security-groups => generated 1625 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/951] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/952] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:10:40 2026] GET /v2.0/security-group-rules/76b1debb-c07e-4145-ac3e-d63a8ccabc90 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/953] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:10:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:41.059 8 INFO neutron.services.segments.plugin [-] Segment ee06543b-ad8e-49f8-98dd-ed7a414d2df5 resource provider aggregate not found 2026-07-29 20:10:41.067 8 INFO neutron.services.segments.plugin [-] Segment ee06543b-ad8e-49f8-98dd-ed7a414d2df5 resource provider aggregate not found 2026-07-29 20:10:41.083 8 INFO neutron.services.segments.plugin [-] Segment ee06543b-ad8e-49f8-98dd-ed7a414d2df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee06543b-ad8e-49f8-98dd-ed7a414d2df5 found for delete ", "request_id": "req-9db98a5f-bb30-48d0-a31b-8f7120285207"}]} 2026-07-29 20:10:41.085 8 INFO neutron.services.segments.plugin [-] Segment ee06543b-ad8e-49f8-98dd-ed7a414d2df5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee06543b-ad8e-49f8-98dd-ed7a414d2df5 found for delete ", "request_id": "req-75365297-5bb1-41e6-b9a3-827c83a52856"}]} 2026-07-29 20:10:41.091 8 INFO neutron.db.l3_hamode_db [None req-7ade394c-7fb8-4f3b-9e30-e59e7e8670e5 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network 80045dd8-4302-4ae4-804e-1af0d02d8e8a was deleted as no HA routers are present in tenant 813bfe10c8fc4034a541da5ec79b769d. [pid: 8|app: 0|req: 467/954] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:40 2026] DELETE /v2.0/routers/3be3f951-369e-4a28-a4be-b895fa6b488e => generated 0 bytes in 952 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/955] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/956] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:10:41 2026] DELETE /v2.0/security-group-rules/76b1debb-c07e-4145-ac3e-d63a8ccabc90 => 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: 489/957] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:41 2026] DELETE /v2.0/subnets/16edeae0-11d5-4d93-aa86-eecd68ba6462 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/958] 10.0.0.182 () {34 vars in 970 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/ports/1341dd66-505b-437f-af29-1c7c76304c03 => generated 972 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/959] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:10:41 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) 2026-07-29 20:10:41.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c317afd-146f-4359-afc1-612a0b92b4de f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 69d38ea7-430d-4d66-b124-abf171325004 2026-07-29 20:10:41.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c317afd-146f-4359-afc1-612a0b92b4de f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 69d38ea7-430d-4d66-b124-abf171325004 [pid: 7|app: 0|req: 491/960] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10: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: 492/961] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/security-group-rules/c0515fdf-b964-4f9a-9335-00bf36befa38 => 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: 493/962] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/963] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:10:41 2026] DELETE /v2.0/security-group-rules/c0515fdf-b964-4f9a-9335-00bf36befa38 => 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: 470/964] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:41 2026] DELETE /v2.0/networks/20abc9d8-74b5-4db9-a95f-caad0a74c578 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/965] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/966] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/security-groups?tenant_id=813bfe10c8fc4034a541da5ec79b769d&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/967] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/968] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/security-group-rules/dd76598e-34ff-49ec-873a-ebfb2df4c6dc => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/969] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:41 2026] DELETE /v2.0/security-groups/2b06a8fa-33cb-4680-b09a-e3a977ce7d87 => 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: 473/970] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/971] 199.19.213.12 () {34 vars in 998 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/subnets?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/972] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:10:41 2026] DELETE /v2.0/security-group-rules/dd76598e-34ff-49ec-873a-ebfb2df4c6dc => 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: 499/973] 199.19.213.12 () {34 vars in 1144 bytes} [Wed Jul 29 20:10:41 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f&device_owner=compute%3Anova&network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/974] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:10:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/975] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:42 2026] DELETE /v2.0/security-groups/2185895e-6bb8-4956-b3ed-e95c626c158d => 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: 477/976] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:10:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/977] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:10:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/978] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:10:42 2026] PUT /v2.0/ports/1341dd66-505b-437f-af29-1c7c76304c03 => generated 1153 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:42.628 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a35f9df-e350-4273-a676-b1503f0ced71'] response: {'name': 'network-changed', 'server_uuid': '6a715bef-18cb-4c8f-9182-a5207a31c19f', 'tag': '1341dd66-505b-437f-af29-1c7c76304c03', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 479/981] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:42 2026] GET /v2.0/security-groups?tenant_id=71578de951e84df3897d797209f87456&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:10:43.106 8 INFO neutron.services.segments.plugin [-] Segment b6581046-2485-4126-ad2a-a801578ba5f4 resource provider aggregate not found 2026-07-29 20:10:43.121 8 INFO neutron.services.segments.plugin [-] Segment b6581046-2485-4126-ad2a-a801578ba5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6581046-2485-4126-ad2a-a801578ba5f4 found for delete ", "request_id": "req-efbfe582-0114-4c0c-8e8d-582326d8edaa"}]} 2026-07-29 20:10:43.125 8 INFO neutron.services.segments.plugin [-] Segment b6581046-2485-4126-ad2a-a801578ba5f4 resource provider aggregate not found [pid: 8|app: 0|req: 480/982] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1425 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:43.165 8 INFO neutron.services.segments.plugin [-] Segment b6581046-2485-4126-ad2a-a801578ba5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6581046-2485-4126-ad2a-a801578ba5f4 found for delete ", "request_id": "req-cbad244a-36a0-4500-82b6-0cac9d9643e4"}]} [pid: 7|app: 0|req: 503/983] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:43 2026] DELETE /v2.0/security-groups/152070dd-cb7d-443d-b178-78e8062de6d3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/984] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/985] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/986] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => 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: 505/987] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/subnets?id=9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => 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: 483/988] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/ports?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820&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: 506/989] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/990] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:43 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:44.088 7 INFO neutron.db.segments_db [None req-e9a6b342-536f-4a9b-82d1-d64a305a9397 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 3ea52b14-93c9-4c41-a641-3bbcc7c46979 of type vxlan for network 02395d8c-863e-48ac-b10b-2cad4cb3f004 [pid: 7|app: 0|req: 507/991] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:10:43 2026] POST /v2.0/networks => generated 718 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/992] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:44 2026] POST /v2.0/subnets => generated 684 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:10:44.427 7 INFO neutron.db.segments_db [None req-81587eb8-4a54-4eaa-802f-10bf8383da70 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment cc16058d-6610-4a41-91a5-65e88fc24e30 of type vxlan for network c7d06f10-ee9b-41d9-84c5-2cd4c89f7297 [pid: 8|app: 0|req: 486/993] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1425 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/994] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/995] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1156 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:44.735 7 INFO neutron.db.l3_hamode_db [None req-81587eb8-4a54-4eaa-802f-10bf8383da70 f22bf472d03d44e39462205faffc5ae7 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 489/996] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/997] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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: 491/998] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => 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: 492/999] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/subnets?id=9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => 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: 493/1000] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/ports?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820&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: 494/1001] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1002] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:44 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 496/1003] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:10:45 2026] POST /v2.0/subnetpools => generated 548 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1004] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:10:45 2026] GET /v2.0/subnetpools/30b167f9-87ed-4fb2-9e38-a2f19583a4ad => generated 548 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1005] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:10:45 2026] PUT /v2.0/subnetpools/30b167f9-87ed-4fb2-9e38-a2f19583a4ad => generated 501 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1006] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:10:45 2026] DELETE /v2.0/subnetpools/30b167f9-87ed-4fb2-9e38-a2f19583a4ad => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:45.269 8 INFO neutron.api.v2.resource [None req-5965a780-dfdb-4358-8ec6-ee973c0013fe 1aafd4722cf54c859dd36bc95732578b 62694c829c0f448f85211f12120aa337 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/1007] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:10:45 2026] GET /v2.0/subnetpools/30b167f9-87ed-4fb2-9e38-a2f19583a4ad => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:10:45.282 8 INFO neutron.api.v2.resource [None req-148d7961-fce8-4bc4-ad3b-2e370f76c151 1aafd4722cf54c859dd36bc95732578b 62694c829c0f448f85211f12120aa337 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 501/1008] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:10:45 2026] DELETE /v2.0/subnetpools/30b167f9-87ed-4fb2-9e38-a2f19583a4ad => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1009] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:10:45 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 1240 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1010] 10.0.0.153 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:45 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 504/1011] 199.19.213.12 () {34 vars in 1118 bytes} [Wed Jul 29 20:10:45 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1156 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:45.626 7 INFO neutron.db.l3_hamode_db [None req-81587eb8-4a54-4eaa-802f-10bf8383da70 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 505/1012] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:10:45 2026] PUT /v2.0/ports/1341dd66-505b-437f-af29-1c7c76304c03 => generated 972 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:46.259 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6de7a46b-6bdb-444a-aa79-5be4ac3465fe'] response: {'name': 'network-changed', 'server_uuid': '6a715bef-18cb-4c8f-9182-a5207a31c19f', 'tag': '1341dd66-505b-437f-af29-1c7c76304c03', '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: 506/1013] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:46 2026] GET /v2.0/security-groups?tenant_id=62694c829c0f448f85211f12120aa337&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1014] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:46 2026] DELETE /v2.0/security-groups/4bbfac23-6bd1-4f74-9719-101c0d464dc5 => 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: 508/1015] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:44 2026] POST /v2.0/routers => generated 724 bytes in 2150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1016] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:46 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1017] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:46 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => 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: 511/1018] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1019] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:46 2026] GET /v2.0/subnets?id=9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1020] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:46 2026] GET /v2.0/ports?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1021] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:46 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1022] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:47 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 508/1023] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:10:46 2026] PUT /v2.0/routers/55b33f5c-a936-4944-9f10-7131f9efc5c4/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1024] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/ports?tenant_id=51cf68fad767490bb1536a38ab076d74&device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 509/1025] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/networks?id=cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1026] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1341dd66-505b-437f-af29-1c7c76304c03 => generated 861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1027] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/subnets?id=9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1028] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1029] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/ports?network_id=cc3ce3f1-23c5-48fc-bbe5-54a411979820&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: 511/1030] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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: 520/1031] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1032] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:48 2026] GET /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820?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: 521/1033] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:10:48 2026] POST /v2.0/security-groups => generated 1658 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1034] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1035] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:10:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1036] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:10:48 2026] POST /v2.0/floatingips => generated 552 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1037] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:49 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1038] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:49 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&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: 524/1039] 10.0.0.182 () {34 vars in 1095 bytes} [Wed Jul 29 20:10:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--66352080&fields=id&tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1040] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:10:49 2026] GET /v2.0/networks?id=02395d8c-863e-48ac-b10b-2cad4cb3f004 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1041] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/quotas/f12ad8fee4f14a9eb0b5dfaf5e061d99 => 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: 517/1042] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/ports?tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1043] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/networks/02395d8c-863e-48ac-b10b-2cad4cb3f004?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: 518/1044] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/networks/02395d8c-863e-48ac-b10b-2cad4cb3f004?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: 527/1045] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 519/1046] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1047] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1048] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:50 2026] GET /v2.0/security-groups?id=858f60b9-2b6f-4544-9e53-5ae8bbde6061&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:50.908 8 INFO neutron_taas.services.taas.taas_plugin [req-0a406a96-63d7-43c9-82db-5f0677a303b4 req-4df784ce-f70a-43ae-9786-6314619f9b4f 356788435f154a949c4732104b984f0b 51cf68fad767490bb1536a38ab076d74 - - default default] TaaS: Handle Delete Port: 1341dd66-505b-437f-af29-1c7c76304c03 2026-07-29 20:10:50.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0a406a96-63d7-43c9-82db-5f0677a303b4 req-4df784ce-f70a-43ae-9786-6314619f9b4f 356788435f154a949c4732104b984f0b 51cf68fad767490bb1536a38ab076d74 - - default default] Tap Mirror: Handle Delete Port: 1341dd66-505b-437f-af29-1c7c76304c03 2026-07-29 20:10:51.145 8 INFO neutron.db.l3_db [req-0a406a96-63d7-43c9-82db-5f0677a303b4 req-4df784ce-f70a-43ae-9786-6314619f9b4f 356788435f154a949c4732104b984f0b 51cf68fad767490bb1536a38ab076d74 - - default default] Floating IP 5be6997e-d84c-443a-9937-991ccb540484 disassociated. External IP: 10.96.250.217, port: 1341dd66-505b-437f-af29-1c7c76304c03. [pid: 7|app: 0|req: 530/1049] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:51 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 520/1050] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:10:50 2026] DELETE /v2.0/ports/1341dd66-505b-437f-af29-1c7c76304c03 => generated 0 bytes in 782 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:10:51.585 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ace49adc-b5c8-44aa-8687-240bbf380eae'] response: {'server_uuid': '6a715bef-18cb-4c8f-9182-a5207a31c19f', 'name': 'network-vif-deleted', 'tag': '1341dd66-505b-437f-af29-1c7c76304c03', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 531/1051] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:51 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 532/1052] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:52 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 521/1053] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:52 2026] GET /v2.0/security-groups?tenant_id=c92d2a189e824cecb78d3e2487925d1e&name=default => generated 2925 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1054] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:53 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 533/1055] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:52 2026] DELETE /v2.0/security-groups/14d59111-f1a7-4473-a7e4-dda53b408c69 => 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: 523/1056] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:53 2026] GET /v2.0/security-groups?tenant_id=8d1f88d6eec446a58da499f22724ab96&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1057] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:53 2026] DELETE /v2.0/security-groups/466849a2-a983-45c4-9806-619af19206d0 => 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: 524/1058] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:53 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 535/1059] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:54 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 525/1060] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:54 2026] GET /v2.0/networks?id=02395d8c-863e-48ac-b10b-2cad4cb3f004 => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1061] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:54 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 536/1062] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:10:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99 => generated 179 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1063] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:55 2026] GET /v2.0/ports?device_id=6a715bef-18cb-4c8f-9182-a5207a31c19f => 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: 527/1064] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:10:54 2026] POST /v2.0/ports => generated 954 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1065] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:10:55 2026] PUT /v2.0/ports/6368c68e-89b7-4ae8-bef7-9953ae36a20d => generated 1235 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:10:55.715 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-34dae5d2-878a-470c-9504-ab53917d2391'] response: {'name': 'network-changed', 'server_uuid': '96430cef-59d4-4fc9-957d-c0d45cd9287b', 'tag': '6368c68e-89b7-4ae8-bef7-9953ae36a20d', '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: 528/1066] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:55 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 969 bytes in 51 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: 539/1067] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:55 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1068] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:56 2026] GET /v2.0/ports?tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99&device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1069] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:10:56 2026] GET /v2.0/networks?tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99&shared=False => generated 765 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1070] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:10:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1071] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:56 2026] DELETE /v2.0/security-groups/858f60b9-2b6f-4544-9e53-5ae8bbde6061 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:56.443 7 INFO neutron.api.v2.resource [None req-8061cf62-c4c5-48e8-80c6-d84fbec40fea 356788435f154a949c4732104b984f0b 51cf68fad767490bb1536a38ab076d74 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 542/1072] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:10:56 2026] GET /v2.0/security-groups/858f60b9-2b6f-4544-9e53-5ae8bbde6061 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:10:56.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-92a0c139-3853-42d1-8496-167dcaf7fedb 356788435f154a949c4732104b984f0b 51cf68fad767490bb1536a38ab076d74 - - default default] TaaS: Handle Delete Port: 27dc9675-fff7-4c98-9c97-e799d780a4b6 2026-07-29 20:10:56.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92a0c139-3853-42d1-8496-167dcaf7fedb 356788435f154a949c4732104b984f0b 51cf68fad767490bb1536a38ab076d74 - - default default] Tap Mirror: Handle Delete Port: 27dc9675-fff7-4c98-9c97-e799d780a4b6 [pid: 8|app: 0|req: 531/1073] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:10:56 2026] DELETE /v2.0/floatingips/5be6997e-d84c-443a-9937-991ccb540484 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1074] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:56 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1075] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:56 2026] GET /v2.0/security-groups?tenant_id=98175c9ba7954c50b9b8bbc1821a9737&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1076] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:56 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 545/1077] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:56 2026] DELETE /v2.0/security-groups/5b4bef88-82c9-45ce-bafd-ccd965cc6eec => 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: 546/1078] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:57.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcd238c2-c3f8-4ca0-82f2-a7c58688d160 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: cb106aad-2d78-4ba1-a5fc-0f53aabd0be4 [pid: 7|app: 0|req: 547/1079] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:57.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcd238c2-c3f8-4ca0-82f2-a7c58688d160 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: cb106aad-2d78-4ba1-a5fc-0f53aabd0be4 [pid: 7|app: 0|req: 548/1080] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 549/1081] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1082] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/ports?tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99&device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1083] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6368c68e-89b7-4ae8-bef7-9953ae36a20d => 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: 552/1084] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/subnets?id=86f5cab2-c965-4196-bda5-8b636ed64269 => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1085] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/ports?network_id=02395d8c-863e-48ac-b10b-2cad4cb3f004&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: 554/1086] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/networks/02395d8c-863e-48ac-b10b-2cad4cb3f004?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1087] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/networks/02395d8c-863e-48ac-b10b-2cad4cb3f004?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: 556/1088] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 557/1089] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:57 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 533/1090] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:10:56 2026] PUT /v2.0/routers/3266dfdd-6b2f-45a7-a67e-fd0d1e777d9b/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:58.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-5df431b2-0415-4da2-a0ea-8411f0939557 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 2dee2d3a-db55-49b1-a388-15929c9602b9 2026-07-29 20:10:58.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5df431b2-0415-4da2-a0ea-8411f0939557 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 2dee2d3a-db55-49b1-a388-15929c9602b9 2026-07-29 20:10:58.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-5df431b2-0415-4da2-a0ea-8411f0939557 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 3b94fec3-5414-4d0f-a9e3-6cce184adc87 2026-07-29 20:10:58.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5df431b2-0415-4da2-a0ea-8411f0939557 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 3b94fec3-5414-4d0f-a9e3-6cce184adc87 [pid: 8|app: 0|req: 536/1093] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:58 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1094] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:58 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:58.628 7 INFO neutron.services.segments.plugin [-] Segment f89e4d5c-4884-4a43-a703-6ce2cab07137 resource provider aggregate not found 2026-07-29 20:10:58.640 7 INFO neutron.services.segments.plugin [-] Segment f89e4d5c-4884-4a43-a703-6ce2cab07137 resource provider aggregate not found 2026-07-29 20:10:58.650 7 INFO neutron.services.segments.plugin [-] Segment f89e4d5c-4884-4a43-a703-6ce2cab07137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89e4d5c-4884-4a43-a703-6ce2cab07137 found for delete ", "request_id": "req-05af0e8f-6e57-49c9-83e5-b918bf3abdea"}]} 2026-07-29 20:10:58.657 7 INFO neutron.services.segments.plugin [-] Segment f89e4d5c-4884-4a43-a703-6ce2cab07137 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89e4d5c-4884-4a43-a703-6ce2cab07137 found for delete ", "request_id": "req-ac018611-30ae-4f29-b443-097d815ee879"}]} 2026-07-29 20:10:58.669 7 INFO neutron.db.l3_hamode_db [None req-5df431b2-0415-4da2-a0ea-8411f0939557 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network cdac7dbd-4f6f-48ec-9649-2dcc23836888 was deleted as no HA routers are present in tenant 51cf68fad767490bb1536a38ab076d74. [pid: 7|app: 0|req: 558/1095] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:57 2026] DELETE /v2.0/routers/3266dfdd-6b2f-45a7-a67e-fd0d1e777d9b => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1096] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:10:58 2026] DELETE /v2.0/subnets/9c5b27ab-59cc-4fba-bc42-7a51e9b6f8cc => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1097] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:58 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:10:58.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a5a9c12-2f40-46d3-afc1-ec251a925633 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: d5ee4738-f726-44f5-954b-065fe2a5669c 2026-07-29 20:10:59.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a5a9c12-2f40-46d3-afc1-ec251a925633 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: d5ee4738-f726-44f5-954b-065fe2a5669c 2026-07-29 20:10:59.092 7 INFO neutron.db.segments_db [None req-eb981126-696e-49cf-bcd4-6542d42e8af9 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 3f61fd93-422f-4732-b1f1-bba4a82f7124 of type vxlan for network c98526ec-2812-49ee-a1fa-9b9d8019c3dd 2026-07-29 20:10:59.165 8 INFO neutron.services.segments.plugin [-] Segment fb1c0c0a-d2a0-45c5-87eb-619c4430577c resource provider aggregate not found 2026-07-29 20:10:59.172 8 INFO neutron.services.segments.plugin [-] Segment fb1c0c0a-d2a0-45c5-87eb-619c4430577c resource provider aggregate not found [pid: 7|app: 0|req: 559/1098] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:10:58 2026] POST /v2.0/networks => generated 720 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:10:59.189 8 INFO neutron.services.segments.plugin [-] Segment fb1c0c0a-d2a0-45c5-87eb-619c4430577c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb1c0c0a-d2a0-45c5-87eb-619c4430577c found for delete ", "request_id": "req-a2ae342d-83df-4d2e-a0e8-8e8dc4ae6347"}]} 2026-07-29 20:10:59.192 8 INFO neutron.services.segments.plugin [-] Segment fb1c0c0a-d2a0-45c5-87eb-619c4430577c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb1c0c0a-d2a0-45c5-87eb-619c4430577c found for delete ", "request_id": "req-178def03-3677-4b11-8e15-ccac6d8cce0b"}]} [pid: 8|app: 0|req: 540/1099] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:10:58 2026] DELETE /v2.0/networks/cc3ce3f1-23c5-48fc-bbe5-54a411979820 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1100] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1101] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/ports?tenant_id=8f67f95cae5b4aa8812e83a90d939d0c&device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1102] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/networks?id=6897e0d6-cffc-4c10-a14e-381913ee6509 => generated 771 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1103] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1e0bfcdd-2e43-474f-a031-28081d446209 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1104] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/security-groups?tenant_id=51cf68fad767490bb1536a38ab076d74&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1105] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/subnets?id=89a868ad-3fb3-4b37-b9aa-90fbf1cf9571 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1106] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:59 2026] POST /v2.0/subnets => generated 688 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1107] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/ports?network_id=6897e0d6-cffc-4c10-a14e-381913ee6509&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1108] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:10:59 2026] DELETE /v2.0/security-groups/882bb4fc-8560-424a-8466-b1e2ddea86df => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:10:59.539 7 INFO neutron.db.segments_db [None req-939f8435-25bb-4d39-a7e4-da1355834506 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 35cbb6c2-d8f0-4fdb-b457-50eb15d5930b of type vxlan for network bbc75764-0602-478b-b7bb-90c5ba57bfbf [pid: 8|app: 0|req: 547/1109] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1110] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?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: 549/1111] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1112] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:10:59 2026] GET /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:10:59.796 7 INFO neutron.db.l3_hamode_db [None req-939f8435-25bb-4d39-a7e4-da1355834506 f22bf472d03d44e39462205faffc5ae7 4590a343db35412b8676464aed510056 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 551/1113] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:00 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1114] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:00 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:00.564 7 INFO neutron.db.l3_hamode_db [None req-939f8435-25bb-4d39-a7e4-da1355834506 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 553/1115] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:00 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1116] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:00 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&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: 8|app: 0|req: 555/1117] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:01 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1118] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:01 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 563/1119] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:10:59 2026] POST /v2.0/routers => generated 728 bytes in 2095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1120] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:01 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1121] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:01 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1122] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:02 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1123] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:02 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1124] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:01 2026] PUT /v2.0/routers/16a9eae4-9318-4848-a08e-1a4e59be5bde/add_router_interface => generated 309 bytes in 1401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1125] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:03 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1126] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:03 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&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: 569/1127] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:03 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 570/1128] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:03 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 571/1129] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:03 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:04.187 8 INFO neutron.db.l3_db [None req-2774f9f6-77be-4cd8-b204-b329f80a6613 a2fdf74e33994c78a90fd14dbd1e08b9 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] Floating IP 5fc5b25e-4e37-4cae-834e-ee13f49108bf associated. External IP: 10.96.250.202, port: 6368c68e-89b7-4ae8-bef7-9953ae36a20d. [pid: 8|app: 0|req: 559/1130] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:11:03 2026] PUT /v2.0/floatingips/5fc5b25e-4e37-4cae-834e-ee13f49108bf => generated 855 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:04.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-042fb37c-b5eb-4afe-a7e6-b04dd2f16820'] response: {'name': 'network-changed', 'server_uuid': '96430cef-59d4-4fc9-957d-c0d45cd9287b', 'tag': '6368c68e-89b7-4ae8-bef7-9953ae36a20d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 572/1131] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:04 2026] GET /v2.0/security-groups?tenant_id=f8fd7098da9940b18095ac52b80f738d&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1132] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:04 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:04.680 8 INFO neutron.db.segments_db [None req-4fba8a93-ed1c-4837-b492-937c50c50025 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment c761811c-a29a-48c7-9225-9fd341cf1bdb of type vxlan for network ac7c99b6-ab4d-40c2-a03b-1fbda32cd7a9 [pid: 7|app: 0|req: 574/1133] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:04 2026] DELETE /v2.0/security-groups/ef3aca7b-7e15-46e7-874d-bceaf2d01824 => 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: 560/1134] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:11:04 2026] POST /v2.0/networks => generated 721 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1135] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:04 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&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: 8|app: 0|req: 561/1136] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:04 2026] POST /v2.0/subnets => generated 688 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1137] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:04 2026] GET /v2.0/security-groups?tenant_id=92e0b61416b4463cbe9bd1030f34c6eb&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:05.073 8 INFO neutron.db.segments_db [None req-ad21fb10-2854-4a35-af0a-b7f98b6b54a2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 143ad452-bbf9-4025-9c5a-b982da376a97 of type vxlan for network f9aea84a-6b5b-4d09-860c-d9732db5c313 [pid: 7|app: 0|req: 577/1138] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1139] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:05 2026] DELETE /v2.0/security-groups/4ad278a1-4266-4cf6-9f73-2fe2c3b9c32e => 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: 579/1140] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1141] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/ports?tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99&device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1142] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 582/1143] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:05.349 8 INFO neutron.db.l3_hamode_db [None req-ad21fb10-2854-4a35-af0a-b7f98b6b54a2 f22bf472d03d44e39462205faffc5ae7 ecb7edacbb4d4104ad118cdf98d365d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 583/1144] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/networks?id=02395d8c-863e-48ac-b10b-2cad4cb3f004 => generated 765 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1145] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=6368c68e-89b7-4ae8-bef7-9953ae36a20d => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1146] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/subnets?id=86f5cab2-c965-4196-bda5-8b636ed64269 => generated 687 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1147] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/ports?network_id=02395d8c-863e-48ac-b10b-2cad4cb3f004&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: 587/1148] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/networks/02395d8c-863e-48ac-b10b-2cad4cb3f004?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: 588/1149] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:11:05 2026] GET /v2.0/networks/02395d8c-863e-48ac-b10b-2cad4cb3f004?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-07-29 20:11:06.211 8 INFO neutron.db.l3_hamode_db [None req-ad21fb10-2854-4a35-af0a-b7f98b6b54a2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 589/1150] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:06 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1151] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:06 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 591/1152] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:06 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 592/1153] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:06 2026] GET /v2.0/security-groups?id=bd7828a5-55a3-40cd-8540-576851cfc8b0&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: 8|app: 0|req: 562/1154] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:05 2026] POST /v2.0/routers => generated 728 bytes in 2252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1155] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:11:07 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1156] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:07 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:07.859 8 INFO neutron_taas.services.taas.taas_plugin [req-0fe8faac-87ec-4da6-93a8-f95bdd6b4c63 req-808fa734-5a55-4689-99ed-12568ea843ac a2fdf74e33994c78a90fd14dbd1e08b9 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] TaaS: Handle Delete Port: 6368c68e-89b7-4ae8-bef7-9953ae36a20d 2026-07-29 20:11:07.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0fe8faac-87ec-4da6-93a8-f95bdd6b4c63 req-808fa734-5a55-4689-99ed-12568ea843ac a2fdf74e33994c78a90fd14dbd1e08b9 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] Tap Mirror: Handle Delete Port: 6368c68e-89b7-4ae8-bef7-9953ae36a20d 2026-07-29 20:11:08.098 8 INFO neutron.db.l3_db [req-0fe8faac-87ec-4da6-93a8-f95bdd6b4c63 req-808fa734-5a55-4689-99ed-12568ea843ac a2fdf74e33994c78a90fd14dbd1e08b9 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] Floating IP 5fc5b25e-4e37-4cae-834e-ee13f49108bf disassociated. External IP: 10.96.250.202, port: 6368c68e-89b7-4ae8-bef7-9953ae36a20d. [pid: 8|app: 0|req: 565/1157] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:11:07 2026] DELETE /v2.0/ports/6368c68e-89b7-4ae8-bef7-9953ae36a20d => generated 0 bytes in 752 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1158] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:08 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1159] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:08 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:08.569 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae28cf00-596d-4a1c-bd02-42a8d6552b1b'] response: {'server_uuid': '96430cef-59d4-4fc9-957d-c0d45cd9287b', 'name': 'network-vif-deleted', 'tag': '6368c68e-89b7-4ae8-bef7-9953ae36a20d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 593/1160] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:07 2026] PUT /v2.0/routers/d2e6697e-75d0-4aaf-b80f-54c91996c3c7/add_router_interface => generated 309 bytes in 1525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1161] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:11:09 2026] POST /v2.0/security-groups => generated 1675 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1162] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:09 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 568/1163] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:09 2026] GET /v2.0/security-groups?tenant_id=83e9c4351c37440b88f30db893e6a52a&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1164] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:09 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1165] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:09 2026] DELETE /v2.0/security-groups/e2480129-d240-4aab-9bb8-320bb3801455 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1166] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1167] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:09 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1168] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1169] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:09 2026] GET /v2.0/security-groups?tenant_id=53319f2040ce4983a0767a8909a1b059&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1170] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:10 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: 7|app: 0|req: 600/1171] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:10 2026] DELETE /v2.0/security-groups/cb8d677f-51bc-42c7-82b9-aee2efd5d034 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1172] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:10.354 7 INFO neutron.db.securitygroups_db [None req-a4401fcb-0004-451a-9cee-71ba55086d4e 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] Project 4590a343db35412b8676464aed510056 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: 601/1173] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:10 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-07-29 20:11:10.515 8 INFO neutron.db.securitygroups_db [None req-2da766cc-49e0-4bce-9615-990a2ca661d9 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] Project 4590a343db35412b8676464aed510056 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: 573/1174] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1175] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:10 2026] GET /v2.0/ports?device_id=96430cef-59d4-4fc9-957d-c0d45cd9287b => 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: 574/1176] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:11:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1177] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1178] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:11:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1179] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:11 2026] DELETE /v2.0/security-groups/bd7828a5-55a3-40cd-8540-576851cfc8b0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:12.014 8 INFO neutron.api.v2.resource [None req-b5799f6f-edb0-4241-ba38-69a849a09758 a2fdf74e33994c78a90fd14dbd1e08b9 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 577/1180] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/security-groups/bd7828a5-55a3-40cd-8540-576851cfc8b0 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1181] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:11:11 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:12.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-16f262d5-e5ef-41b9-a2f7-8e9707a5c3d3 a2fdf74e33994c78a90fd14dbd1e08b9 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] TaaS: Handle Delete Port: ba9d5464-05c5-4934-b232-945e2f99d3b6 2026-07-29 20:11:12.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16f262d5-e5ef-41b9-a2f7-8e9707a5c3d3 a2fdf74e33994c78a90fd14dbd1e08b9 f12ad8fee4f14a9eb0b5dfaf5e061d99 - - default default] Tap Mirror: Handle Delete Port: ba9d5464-05c5-4934-b232-945e2f99d3b6 [pid: 7|app: 0|req: 605/1182] 10.0.0.182 () {34 vars in 1097 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--870921944&fields=id&tenant_id=4590a343db35412b8676464aed510056 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1183] 10.0.0.182 () {34 vars in 1099 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1522069587&fields=id&tenant_id=4590a343db35412b8676464aed510056 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1184] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:11:12 2026] DELETE /v2.0/floatingips/5fc5b25e-4e37-4cae-834e-ee13f49108bf => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1185] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/networks?id=c98526ec-2812-49ee-a1fa-9b9d8019c3dd => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1186] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/quotas/4590a343db35412b8676464aed510056 => 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: 609/1187] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/ports?tenant_id=4590a343db35412b8676464aed510056&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1188] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/networks/c98526ec-2812-49ee-a1fa-9b9d8019c3dd?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: 611/1189] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/networks/c98526ec-2812-49ee-a1fa-9b9d8019c3dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:12.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-709eab1f-bdac-4e10-b690-d678bb410974 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 205389f1-a205-4230-bb07-77a4014d2f0f 2026-07-29 20:11:12.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-709eab1f-bdac-4e10-b690-d678bb410974 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 205389f1-a205-4230-bb07-77a4014d2f0f [pid: 7|app: 0|req: 612/1190] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:12 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => 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: 579/1193] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:12 2026] PUT /v2.0/routers/55b33f5c-a936-4944-9f10-7131f9efc5c4/remove_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:13.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-0002d6ee-2758-4b25-b2f7-3aa4b0e72a4a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: e4cb4060-8fe9-45bd-ae93-9cbb638ec89b 2026-07-29 20:11:13.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0002d6ee-2758-4b25-b2f7-3aa4b0e72a4a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: e4cb4060-8fe9-45bd-ae93-9cbb638ec89b 2026-07-29 20:11:13.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-0002d6ee-2758-4b25-b2f7-3aa4b0e72a4a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: e2756dc9-9de5-4e3b-9a8a-b19c0a26ba14 2026-07-29 20:11:13.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0002d6ee-2758-4b25-b2f7-3aa4b0e72a4a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: e2756dc9-9de5-4e3b-9a8a-b19c0a26ba14 [pid: 8|app: 0|req: 580/1194] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:13 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:14.140 7 INFO neutron.services.segments.plugin [-] Segment cc16058d-6610-4a41-91a5-65e88fc24e30 resource provider aggregate not found 2026-07-29 20:11:14.152 7 INFO neutron.services.segments.plugin [-] Segment cc16058d-6610-4a41-91a5-65e88fc24e30 resource provider aggregate not found 2026-07-29 20:11:14.165 7 INFO neutron.services.segments.plugin [-] Segment cc16058d-6610-4a41-91a5-65e88fc24e30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc16058d-6610-4a41-91a5-65e88fc24e30 found for delete ", "request_id": "req-6531bd51-02f7-422f-9098-7b839faa06fa"}]} 2026-07-29 20:11:14.172 7 INFO neutron.services.segments.plugin [-] Segment cc16058d-6610-4a41-91a5-65e88fc24e30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc16058d-6610-4a41-91a5-65e88fc24e30 found for delete ", "request_id": "req-9773a810-0c7c-437e-b68e-3dec44ad2408"}]} 2026-07-29 20:11:14.175 7 INFO neutron.db.l3_hamode_db [None req-0002d6ee-2758-4b25-b2f7-3aa4b0e72a4a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network c7d06f10-ee9b-41d9-84c5-2cd4c89f7297 was deleted as no HA routers are present in tenant f12ad8fee4f14a9eb0b5dfaf5e061d99. [pid: 7|app: 0|req: 615/1195] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:13 2026] DELETE /v2.0/routers/55b33f5c-a936-4944-9f10-7131f9efc5c4 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1196] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:14 2026] DELETE /v2.0/subnets/86f5cab2-c965-4196-bda5-8b636ed64269 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:14.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffcc3a82-6420-4058-9fff-0fe484a83ae3 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: e46a66e8-fa1f-4b02-852f-52fa9babc49a 2026-07-29 20:11:14.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffcc3a82-6420-4058-9fff-0fe484a83ae3 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: e46a66e8-fa1f-4b02-852f-52fa9babc49a [pid: 7|app: 0|req: 616/1197] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:14 2026] DELETE /v2.0/networks/02395d8c-863e-48ac-b10b-2cad4cb3f004 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1198] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:14 2026] GET /v2.0/security-groups?tenant_id=f12ad8fee4f14a9eb0b5dfaf5e061d99&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: 617/1199] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:14 2026] DELETE /v2.0/security-groups/8b698601-eb84-4bb6-a401-3c73061a5015 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1200] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:14 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1201] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:14 2026] GET /v2.0/security-groups?tenant_id=0a23d814f9eb412e92abb68b8c67e0dd&name=default => generated 2925 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1202] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:15 2026] DELETE /v2.0/security-groups/7d42fee9-6d62-4d9a-93a9-f6d88f530de9 => 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: 619/1203] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:16 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:16.187 7 INFO neutron.services.segments.plugin [-] Segment 3ea52b14-93c9-4c41-a641-3bbcc7c46979 resource provider aggregate not found 2026-07-29 20:11:16.197 7 INFO neutron.services.segments.plugin [-] Segment 3ea52b14-93c9-4c41-a641-3bbcc7c46979 resource provider aggregate not found 2026-07-29 20:11:16.212 7 INFO neutron.services.segments.plugin [-] Segment 3ea52b14-93c9-4c41-a641-3bbcc7c46979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ea52b14-93c9-4c41-a641-3bbcc7c46979 found for delete ", "request_id": "req-46cf638f-abea-4380-989b-1b23dbafcc41"}]} 2026-07-29 20:11:16.213 7 INFO neutron.services.segments.plugin [-] Segment 3ea52b14-93c9-4c41-a641-3bbcc7c46979 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ea52b14-93c9-4c41-a641-3bbcc7c46979 found for delete ", "request_id": "req-1085fdcd-7d8e-487e-bc8a-61075fc65321"}]} [pid: 8|app: 0|req: 585/1204] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:11:16 2026] GET /v2.0/networks?id=c98526ec-2812-49ee-a1fa-9b9d8019c3dd => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1205] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:11:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4590a343db35412b8676464aed510056 => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1206] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:17 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => 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: 621/1207] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:11:17 2026] POST /v2.0/ports => generated 993 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:11:17.812 8 INFO neutron.db.segments_db [None req-9b7b1dfc-51d9-4357-b227-d6f47e12b42e dd8f5dac2ee34ee8b1394523b3c283b5 78d31cfd36dc4e38bfa1a8f2a0d07e0c - - default default] Added segment 0f9a1710-f47a-4851-b858-867d59b7c241 of type vxlan for network f2714b9e-a5b6-412e-a8eb-f4591595fc98 [pid: 8|app: 0|req: 587/1208] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:17 2026] POST /v2.0/networks => generated 627 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1209] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:11:17 2026] PUT /v2.0/ports/6db0c522-9d41-4206-bdec-1c133c178b1d => generated 1274 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:18.059 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2efc3a4e-8f85-40b9-828a-e281e93f462f'] response: {'name': 'network-changed', 'server_uuid': 'b2e2d957-5749-45ac-84ca-0f1159e4cb32', 'tag': '6db0c522-9d41-4206-bdec-1c133c178b1d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 588/1210] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:18 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 623/1211] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:18 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1212] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:11:18 2026] GET /v2.0/ports?tenant_id=4590a343db35412b8676464aed510056&device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1213] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:18 2026] POST /v2.0/subnets => generated 673 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1214] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:11:18 2026] GET /v2.0/networks?tenant_id=4590a343db35412b8676464aed510056&shared=False => generated 767 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:18.686 8 INFO neutron.db.segments_db [None req-dcc34551-5f1b-4ce7-84c8-0e1e74f4d3f2 dd8f5dac2ee34ee8b1394523b3c283b5 78d31cfd36dc4e38bfa1a8f2a0d07e0c - - default default] Added segment 1bdd4c14-d916-48d1-a3de-b48f3f562564 of type vxlan for network 15e2618c-a0eb-4fa6-83f0-949c67f8c7fc [pid: 7|app: 0|req: 626/1215] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:11:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1216] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:18 2026] POST /v2.0/networks => generated 629 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1217] 10.0.0.222 () {34 vars in 742 bytes} [Wed Jul 29 20:11:18 2026] PUT /v2.0/networks/15e2618c-a0eb-4fa6-83f0-949c67f8c7fc => generated 592 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1218] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:18 2026] GET /v2.0/security-groups?tenant_id=e4bbad61d31e40028d915da4833775a0&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1219] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:18 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1220] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/security-groups/b960f13f-020b-4cce-b456-b60562cf3053 => 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: 592/1221] 10.0.0.222 () {34 vars in 740 bytes} [Wed Jul 29 20:11:19 2026] PUT /v2.0/subnets/7d3cc4af-a39b-4e79-9db8-42a024654a78 => generated 656 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1222] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1223] 10.0.0.153 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:19.396 8 INFO neutron.services.segments.plugin [-] Segment 1bdd4c14-d916-48d1-a3de-b48f3f562564 resource provider aggregate not found 2026-07-29 20:11:19.401 8 INFO neutron.services.segments.plugin [-] Segment 1bdd4c14-d916-48d1-a3de-b48f3f562564 resource provider aggregate not found [pid: 7|app: 0|req: 632/1224] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/security-groups?tenant_id=46a95ab6afdf40158b2023c045492ad1&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:19.418 8 INFO neutron.services.segments.plugin [-] Segment 1bdd4c14-d916-48d1-a3de-b48f3f562564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bdd4c14-d916-48d1-a3de-b48f3f562564 found for delete ", "request_id": "req-52bfc6a5-e0e2-4eba-89d0-c146b4c70ab0"}]} 2026-07-29 20:11:19.420 8 INFO neutron.services.segments.plugin [-] Segment 1bdd4c14-d916-48d1-a3de-b48f3f562564 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bdd4c14-d916-48d1-a3de-b48f3f562564 found for delete ", "request_id": "req-664ec03b-9893-4f27-adf4-59572f337d7e"}]} [pid: 8|app: 0|req: 593/1225] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/networks/15e2618c-a0eb-4fa6-83f0-949c67f8c7fc => 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: 633/1226] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:19.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e057d950-aa6a-4f2c-83ab-5d9d845b5639 dd8f5dac2ee34ee8b1394523b3c283b5 78d31cfd36dc4e38bfa1a8f2a0d07e0c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 634/1227] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/networks/15e2618c-a0eb-4fa6-83f0-949c67f8c7fc => 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: 635/1228] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1229] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1230] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/security-groups/d75a5e90-a9a9-4a91-807e-36af100f11e5 => 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: 637/1231] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/subnets?network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff => generated 649 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1232] 10.0.0.222 () {32 vars in 652 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1233] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/networks => generated 1311 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1234] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/subnets => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1235] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/networks/f2714b9e-a5b6-412e-a8eb-f4591595fc98 => generated 671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1236] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/subnets/3d00701f-0d03-4c17-adc3-bf740e07dfc7 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:19.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7127cb7b-2d5f-4620-b4b5-93ed00889bdd dd8f5dac2ee34ee8b1394523b3c283b5 78d31cfd36dc4e38bfa1a8f2a0d07e0c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 598/1237] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/subnets/7d3cc4af-a39b-4e79-9db8-42a024654a78 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1238] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/ports?tenant_id=4590a343db35412b8676464aed510056&device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:19.771 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9607641-11e4-4a7b-a8c4-b9da9bc583f4 dd8f5dac2ee34ee8b1394523b3c283b5 78d31cfd36dc4e38bfa1a8f2a0d07e0c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 599/1239] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/networks/15e2618c-a0eb-4fa6-83f0-949c67f8c7fc => 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: 641/1240] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6db0c522-9d41-4206-bdec-1c133c178b1d => 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: 642/1241] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/subnets?id=5457794e-43b2-42cc-9857-cea8de4b64d9 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1242] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/ports?network_id=c98526ec-2812-49ee-a1fa-9b9d8019c3dd&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: 600/1243] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/subnets/3d00701f-0d03-4c17-adc3-bf740e07dfc7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1244] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/networks/c98526ec-2812-49ee-a1fa-9b9d8019c3dd?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1245] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:11:19 2026] GET /v2.0/networks/c98526ec-2812-49ee-a1fa-9b9d8019c3dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:20.016 7 INFO neutron.services.segments.plugin [-] Segment 0f9a1710-f47a-4851-b858-867d59b7c241 resource provider aggregate not found 2026-07-29 20:11:20.024 7 INFO neutron.services.segments.plugin [-] Segment 0f9a1710-f47a-4851-b858-867d59b7c241 resource provider aggregate not found 2026-07-29 20:11:20.029 7 INFO neutron.services.segments.plugin [-] Segment 0f9a1710-f47a-4851-b858-867d59b7c241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9a1710-f47a-4851-b858-867d59b7c241 found for delete ", "request_id": "req-aa9474cc-b180-4847-81d6-3f719246fd0d"}]} 2026-07-29 20:11:20.040 7 INFO neutron.services.segments.plugin [-] Segment 0f9a1710-f47a-4851-b858-867d59b7c241 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9a1710-f47a-4851-b858-867d59b7c241 found for delete ", "request_id": "req-986f8cd2-6f44-4214-93b6-dfee824377ad"}]} [pid: 7|app: 0|req: 644/1246] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:19 2026] DELETE /v2.0/networks/f2714b9e-a5b6-412e-a8eb-f4591595fc98 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1247] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:20 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1248] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:20 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&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: 604/1249] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:20 2026] GET /v2.0/security-groups?tenant_id=78d31cfd36dc4e38bfa1a8f2a0d07e0c&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: 646/1250] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:20 2026] DELETE /v2.0/security-groups/a4cf5ba5-43d6-415c-8fe8-a37a09caf37f => 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: 605/1251] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:21 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1252] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:21 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&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: 606/1253] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:21 2026] GET /v2.0/security-groups?tenant_id=21f97158f1e0469383ca909a46c8f2fc&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1254] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:22 2026] DELETE /v2.0/security-groups/3b92f03e-3373-471f-a3ba-f6822f7b7acc => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1255] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:22 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1008 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1256] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:22 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:23.179 8 INFO neutron.db.segments_db [None req-0577b80c-e9a0-4b5c-8351-80afe4d1a724 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment 5f0790bb-cbf4-4e74-9e4b-735d123db227 of type vxlan for network 38812a72-7aef-483c-ad55-37df5b93e41a [pid: 7|app: 0|req: 651/1257] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:11:23 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1277 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1258] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:22 2026] POST /v2.0/networks => generated 614 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1259] 199.19.213.12 () {34 vars in 1122 bytes} [Wed Jul 29 20:11:23 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:23.319 8 INFO neutron.db.segments_db [None req-726ef3e1-f14e-4e2a-93c6-f262bb8d2a0d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment f91f566f-78f5-4c0e-ae97-6b48caf8baab of type vxlan for network 98cfb93f-b40c-44a5-93f1-837d5f289a4a [pid: 8|app: 0|req: 608/1260] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:23 2026] POST /v2.0/networks => generated 615 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1261] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:23 2026] POST /v2.0/subnets => generated 646 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1262] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:23 2026] POST /v2.0/subnets => generated 655 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:24.137 7 INFO neutron.db.segments_db [None req-86235f11-4cac-4b99-ad58-f8f7658c6290 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment f805805d-5b54-4900-9aaf-8929ed71f6a1 of type vxlan for network dff464c6-ff36-4551-8f06-ebaed654ff45 [pid: 8|app: 0|req: 610/1263] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:24 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1264] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:24 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:24.428 7 INFO neutron.db.l3_hamode_db [None req-86235f11-4cac-4b99-ad58-f8f7658c6290 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:11:25.020 7 INFO neutron.db.l3_hamode_db [None req-86235f11-4cac-4b99-ad58-f8f7658c6290 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 612/1265] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:24 2026] GET /v2.0/security-groups?tenant_id=2db9b85f71df4ef3bbfa4bab4a5d0872&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1266] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:25 2026] DELETE /v2.0/security-groups/ce653b2a-f12e-4bf1-929f-5f3ffb39234a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1267] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:25 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1268] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:25 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1269] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:25 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1270] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:24 2026] POST /v2.0/routers => generated 511 bytes in 1542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:25.948 8 INFO neutron.db.l3_db [None req-6893a589-d4de-45b8-827f-b1397395268d 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] Floating IP 28b64c00-d9c0-4daf-b819-a2e889602d83 associated. External IP: 10.96.250.216, port: 6db0c522-9d41-4206-bdec-1c133c178b1d. [pid: 8|app: 0|req: 617/1271] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:11:25 2026] PUT /v2.0/floatingips/28b64c00-d9c0-4daf-b819-a2e889602d83 => generated 855 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:26.336 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81d0ec1c-3699-495c-8b38-2543dc8270ff'] response: {'name': 'network-changed', 'server_uuid': 'b2e2d957-5749-45ac-84ca-0f1159e4cb32', 'tag': '6db0c522-9d41-4206-bdec-1c133c178b1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 655/1272] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:25 2026] PUT /v2.0/routers/0202fbd4-f72e-4104-831a-e527a98e726c/add_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1273] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:26 2026] GET /v2.0/ports/3ca5d885-e98b-4244-9013-e14cdc5eec74 => generated 959 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1274] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:11:26 2026] GET /v2.0/ports?tenant_id=4590a343db35412b8676464aed510056&device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1275] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:11:26 2026] GET /v2.0/networks?id=c98526ec-2812-49ee-a1fa-9b9d8019c3dd => generated 767 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1276] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=6db0c522-9d41-4206-bdec-1c133c178b1d => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1277] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/subnets?id=5457794e-43b2-42cc-9857-cea8de4b64d9 => generated 691 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1278] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/ports?network_id=c98526ec-2812-49ee-a1fa-9b9d8019c3dd&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: 624/1279] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/networks/c98526ec-2812-49ee-a1fa-9b9d8019c3dd?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: 625/1280] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/networks/c98526ec-2812-49ee-a1fa-9b9d8019c3dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1281] 10.0.0.222 () {32 vars in 652 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions => generated 21537 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1282] 10.0.0.222 () {32 vars in 680 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1283] 10.0.0.222 () {32 vars in 680 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1284] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1285] 10.0.0.222 () {32 vars in 664 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1286] 10.0.0.222 () {32 vars in 698 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1287] 10.0.0.222 () {32 vars in 696 bytes} [Wed Jul 29 20:11:27 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: 633/1288] 10.0.0.222 () {32 vars in 700 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1289] 10.0.0.222 () {32 vars in 688 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1290] 10.0.0.222 () {32 vars in 702 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1291] 10.0.0.222 () {32 vars in 692 bytes} [Wed Jul 29 20:11:27 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: 8|app: 0|req: 637/1292] 10.0.0.222 () {32 vars in 694 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1293] 10.0.0.222 () {32 vars in 684 bytes} [Wed Jul 29 20:11: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: 8|app: 0|req: 639/1294] 10.0.0.222 () {32 vars in 686 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1295] 10.0.0.222 () {32 vars in 660 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1296] 10.0.0.222 () {32 vars in 698 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1297] 10.0.0.222 () {32 vars in 678 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1298] 10.0.0.222 () {32 vars in 682 bytes} [Wed Jul 29 20:11:27 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: 8|app: 0|req: 644/1299] 10.0.0.222 () {32 vars in 674 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1300] 10.0.0.222 () {32 vars in 688 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1301] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1302] 10.0.0.222 () {32 vars in 686 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1303] 10.0.0.222 () {32 vars in 668 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1304] 10.0.0.222 () {32 vars in 686 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1305] 10.0.0.222 () {32 vars in 680 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1306] 10.0.0.222 () {32 vars in 698 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1307] 10.0.0.222 () {32 vars in 678 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1308] 10.0.0.222 () {32 vars in 666 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1309] 10.0.0.222 () {32 vars in 676 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1310] 10.0.0.222 () {32 vars in 664 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/l3-ha => 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: 656/1311] 10.0.0.222 () {32 vars in 674 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1312] 10.0.0.222 () {32 vars in 712 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1313] 10.0.0.222 () {32 vars in 690 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1314] 10.0.0.222 () {32 vars in 682 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1315] 10.0.0.222 () {32 vars in 668 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1316] 10.0.0.222 () {32 vars in 686 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1317] 10.0.0.222 () {32 vars in 704 bytes} [Wed Jul 29 20:11:27 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: 8|app: 0|req: 663/1318] 10.0.0.222 () {32 vars in 674 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1319] 10.0.0.222 () {32 vars in 700 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1322] 10.0.0.222 () {32 vars in 674 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1323] 10.0.0.222 () {32 vars in 692 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1324] 10.0.0.222 () {32 vars in 688 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1325] 10.0.0.222 () {32 vars in 708 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1326] 10.0.0.222 () {32 vars in 704 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1327] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1328] 10.0.0.222 () {32 vars in 696 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1329] 10.0.0.222 () {32 vars in 710 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1330] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:26 2026] PUT /v2.0/routers/0202fbd4-f72e-4104-831a-e527a98e726c/add_router_interface => generated 309 bytes in 1159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1331] 10.0.0.222 () {32 vars in 668 bytes} [Wed Jul 29 20:11:27 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: 8|app: 0|req: 676/1332] 10.0.0.222 () {32 vars in 686 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1333] 10.0.0.222 () {32 vars in 680 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1334] 10.0.0.222 () {32 vars in 674 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1335] 10.0.0.222 () {32 vars in 670 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/extensions/provider => generated 191 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1336] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/ports/c7611ee0-afaa-41b7-a1ec-22709128fe13 => generated 967 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1337] 10.0.0.222 () {32 vars in 660 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1338] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:27 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1339] 10.0.0.222 () {32 vars in 698 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1340] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1341] 10.0.0.222 () {32 vars in 698 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1342] 10.0.0.222 () {32 vars in 676 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1343] 10.0.0.222 () {32 vars in 668 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1344] 10.0.0.222 () {32 vars in 682 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1345] 10.0.0.222 () {32 vars in 700 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1346] 10.0.0.222 () {32 vars in 684 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1347] 10.0.0.222 () {32 vars in 706 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1348] 10.0.0.222 () {32 vars in 668 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1349] 10.0.0.222 () {32 vars in 696 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1350] 10.0.0.222 () {32 vars in 694 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1351] 10.0.0.222 () {32 vars in 684 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1352] 10.0.0.222 () {32 vars in 688 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1353] 10.0.0.222 () {32 vars in 704 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1354] 10.0.0.222 () {32 vars in 666 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1355] 10.0.0.222 () {32 vars in 680 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1356] 10.0.0.222 () {32 vars in 680 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1357] 10.0.0.222 () {32 vars in 690 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1358] 10.0.0.222 () {32 vars in 690 bytes} [Wed Jul 29 20:11:28 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: 8|app: 0|req: 701/1359] 10.0.0.222 () {32 vars in 694 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1360] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 703/1361] 10.0.0.222 () {32 vars in 684 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1362] 10.0.0.222 () {32 vars in 688 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:28.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-0364ad2d-f7fa-4a83-9a1e-e0aa40ce8d80 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: c7611ee0-afaa-41b7-a1ec-22709128fe13 2026-07-29 20:11:28.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0364ad2d-f7fa-4a83-9a1e-e0aa40ce8d80 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: c7611ee0-afaa-41b7-a1ec-22709128fe13 [pid: 8|app: 0|req: 705/1363] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&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: 706/1364] 10.0.0.222 () {32 vars in 700 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1365] 10.0.0.222 () {32 vars in 702 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/router_availability_zone => 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: 708/1366] 10.0.0.222 () {32 vars in 712 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1367] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1368] 10.0.0.222 () {32 vars in 714 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1369] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1370] 10.0.0.222 () {32 vars in 740 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1371] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1372] 10.0.0.222 () {32 vars in 682 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1373] 10.0.0.222 () {32 vars in 668 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1374] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1375] 10.0.0.222 () {32 vars in 678 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1376] 10.0.0.222 () {32 vars in 668 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1377] 10.0.0.222 () {32 vars in 696 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1378] 10.0.0.222 () {32 vars in 704 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1379] 10.0.0.222 () {32 vars in 700 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1380] 10.0.0.222 () {32 vars in 700 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1381] 10.0.0.222 () {32 vars in 682 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1382] 10.0.0.222 () {32 vars in 704 bytes} [Wed Jul 29 20:11:28 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: 725/1383] 10.0.0.222 () {32 vars in 694 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1384] 10.0.0.222 () {32 vars in 688 bytes} [Wed Jul 29 20:11:28 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: 727/1385] 10.0.0.222 () {32 vars in 696 bytes} [Wed Jul 29 20:11:28 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: 728/1386] 10.0.0.222 () {32 vars in 678 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1387] 10.0.0.222 () {32 vars in 688 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1388] 10.0.0.222 () {32 vars in 700 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1389] 10.0.0.222 () {32 vars in 664 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1390] 10.0.0.222 () {32 vars in 680 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1391] 10.0.0.222 () {32 vars in 676 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1392] 10.0.0.222 () {32 vars in 692 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1393] 10.0.0.222 () {32 vars in 676 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1394] 10.0.0.222 () {32 vars in 666 bytes} [Wed Jul 29 20:11:28 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: 737/1395] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1396] 10.0.0.222 () {32 vars in 674 bytes} [Wed Jul 29 20:11:28 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1397] 10.0.0.222 () {32 vars in 686 bytes} [Wed Jul 29 20:11:28 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: 7|app: 0|req: 659/1398] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:28 2026] PUT /v2.0/routers/0202fbd4-f72e-4104-831a-e527a98e726c/remove_router_interface => generated 309 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:29.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-f36bb2e9-55a1-43b2-9b92-b51662ddac12 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 3ca5d885-e98b-4244-9013-e14cdc5eec74 2026-07-29 20:11:29.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f36bb2e9-55a1-43b2-9b92-b51662ddac12 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 3ca5d885-e98b-4244-9013-e14cdc5eec74 [pid: 7|app: 0|req: 660/1399] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:29 2026] GET /v2.0/security-groups?tenant_id=f598415358eb4814aeedc8fe1a55887d&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1400] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:29 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1401] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:28 2026] PUT /v2.0/routers/0202fbd4-f72e-4104-831a-e527a98e726c/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1402] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:29 2026] DELETE /v2.0/security-groups/8cfae491-4909-43d7-848b-17e4351e91bd => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1403] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:29 2026] GET /v2.0/ports?device_id=0202fbd4-f72e-4104-831a-e527a98e726c => 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: 741/1404] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:29 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:29.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-16c669e8-10e2-440b-b3b6-e93390b3e19a cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 95bbda10-0d49-403e-aefb-3ad8c172ba7d 2026-07-29 20:11:29.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16c669e8-10e2-440b-b3b6-e93390b3e19a cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 95bbda10-0d49-403e-aefb-3ad8c172ba7d 2026-07-29 20:11:30.184 7 INFO neutron.services.segments.plugin [-] Segment f805805d-5b54-4900-9aaf-8929ed71f6a1 resource provider aggregate not found 2026-07-29 20:11:30.190 7 INFO neutron.services.segments.plugin [-] Segment f805805d-5b54-4900-9aaf-8929ed71f6a1 resource provider aggregate not found 2026-07-29 20:11:30.203 7 INFO neutron.services.segments.plugin [-] Segment f805805d-5b54-4900-9aaf-8929ed71f6a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f805805d-5b54-4900-9aaf-8929ed71f6a1 found for delete ", "request_id": "req-dd6d229c-fb56-4948-b13a-331142e3cfea"}]} 2026-07-29 20:11:30.208 7 INFO neutron.services.segments.plugin [-] Segment f805805d-5b54-4900-9aaf-8929ed71f6a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f805805d-5b54-4900-9aaf-8929ed71f6a1 found for delete ", "request_id": "req-53b8254c-cceb-42e9-b92e-c3584060c25a"}]} 2026-07-29 20:11:30.215 7 INFO neutron.db.l3_hamode_db [None req-16c669e8-10e2-440b-b3b6-e93390b3e19a cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] HA network dff464c6-ff36-4551-8f06-ebaed654ff45 was deleted as no HA routers are present in tenant db920d10ad1541628b13f1ce1989642c. [pid: 7|app: 0|req: 664/1405] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:29 2026] DELETE /v2.0/routers/0202fbd4-f72e-4104-831a-e527a98e726c => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1406] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:30 2026] DELETE /v2.0/subnets/57a87c15-5cc1-485e-8f49-f5548cdd4c69 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1407] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:30 2026] DELETE /v2.0/subnets/0f205ba2-e765-4cbe-a414-7ee127f1c786 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:30.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-b640858e-9f9e-4946-bf5e-5b38c8eb28a1 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: fd81cb6d-2d6c-4813-a665-e2fc3a15970d 2026-07-29 20:11:30.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b640858e-9f9e-4946-bf5e-5b38c8eb28a1 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: fd81cb6d-2d6c-4813-a665-e2fc3a15970d [pid: 7|app: 0|req: 666/1408] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:30 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1409] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:11:30 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1410] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:11:30 2026] GET /v2.0/security-groups?id=a9d7d4f7-f62f-4a84-95ca-0c88f112019c&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:30.937 8 INFO neutron.services.segments.plugin [-] Segment f91f566f-78f5-4c0e-ae97-6b48caf8baab resource provider aggregate not found 2026-07-29 20:11:30.942 8 INFO neutron.services.segments.plugin [-] Segment f91f566f-78f5-4c0e-ae97-6b48caf8baab resource provider aggregate not found 2026-07-29 20:11:30.955 7 INFO neutron_taas.services.taas.taas_plugin [req-e38ac4fd-a583-4d40-a9ae-1fe9a786568f req-2ae3841f-dcdb-41e9-9e08-0dbba268a164 7b47535911c44ab38b160af54553e9e2 8f67f95cae5b4aa8812e83a90d939d0c - - default default] TaaS: Handle Delete Port: 1e0bfcdd-2e43-474f-a031-28081d446209 2026-07-29 20:11:30.958 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e38ac4fd-a583-4d40-a9ae-1fe9a786568f req-2ae3841f-dcdb-41e9-9e08-0dbba268a164 7b47535911c44ab38b160af54553e9e2 8f67f95cae5b4aa8812e83a90d939d0c - - default default] Tap Mirror: Handle Delete Port: 1e0bfcdd-2e43-474f-a031-28081d446209 2026-07-29 20:11:30.963 8 INFO neutron.services.segments.plugin [-] Segment f91f566f-78f5-4c0e-ae97-6b48caf8baab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f91f566f-78f5-4c0e-ae97-6b48caf8baab found for delete ", "request_id": "req-1c7bdc3f-cc10-4111-9cd7-fedc0ee43d2f"}]} 2026-07-29 20:11:30.967 8 INFO neutron.services.segments.plugin [-] Segment f91f566f-78f5-4c0e-ae97-6b48caf8baab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f91f566f-78f5-4c0e-ae97-6b48caf8baab found for delete ", "request_id": "req-dba2927f-125b-49fc-ad72-b61945c37340"}]} [pid: 8|app: 0|req: 743/1411] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:30 2026] DELETE /v2.0/networks/98cfb93f-b40c-44a5-93f1-837d5f289a4a => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:31.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-e39f5714-ac18-43c1-addd-9eb6a647c6b8 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 03544186-c92e-4a73-be3b-61be276e0d35 2026-07-29 20:11:31.073 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e39f5714-ac18-43c1-addd-9eb6a647c6b8 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 03544186-c92e-4a73-be3b-61be276e0d35 2026-07-29 20:11:31.087 7 INFO neutron.db.l3_db [req-e38ac4fd-a583-4d40-a9ae-1fe9a786568f req-2ae3841f-dcdb-41e9-9e08-0dbba268a164 7b47535911c44ab38b160af54553e9e2 8f67f95cae5b4aa8812e83a90d939d0c - - default default] Floating IP 2043b969-9447-4c32-a61f-8101b5c77ba8 disassociated. External IP: 10.96.250.209, port: 1e0bfcdd-2e43-474f-a031-28081d446209. [pid: 8|app: 0|req: 744/1412] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:30 2026] DELETE /v2.0/networks/38812a72-7aef-483c-ad55-37df5b93e41a => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:31.297 8 INFO neutron.db.segments_db [None req-a7f04a82-1cf9-4166-af7e-d48ed7662d8a cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment 17a393a8-c2f1-4462-b5c5-e8eff55baa60 of type vxlan for network 14be4e17-5dcd-4d95-beed-e3405bdce72e [pid: 8|app: 0|req: 745/1413] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:31 2026] POST /v2.0/networks => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1414] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:11:30 2026] DELETE /v2.0/ports/1e0bfcdd-2e43-474f-a031-28081d446209 => generated 0 bytes in 625 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:31.511 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-347fd3a1-ef78-4d12-9b44-1c24b3c33f54'] response: {'server_uuid': '8c189c5f-25d6-449f-b5b1-382d7d96fcf1', 'name': 'network-vif-deleted', 'tag': '1e0bfcdd-2e43-474f-a031-28081d446209', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 746/1415] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:31 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:31.717 8 INFO neutron.db.segments_db [None req-bd48477e-4271-4384-819c-3662aa824fdd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment 4410724d-3da9-446d-b45d-73711792603b of type vxlan for network 1efc9cf9-a998-431a-9b48-64fa2d5676fb 2026-07-29 20:11:31.801 7 INFO neutron.db.segments_db [None req-75b16413-e516-4137-aabf-ed7c8285335f 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Added segment 654da2ef-ce23-4ce9-8593-f3b5e8c4ea1e of type vxlan for network 6c027064-ef99-4fca-9468-4213c1f8e8bc 2026-07-29 20:11:31.866 7 INFO neutron.db.segments_db [None req-75b16413-e516-4137-aabf-ed7c8285335f 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Added segment 4ac1d6b0-62fa-441d-983e-de457b6b0ed4 of type vxlan for network c1f1dc4f-7344-4199-9b68-d95b2b2a8fcf 2026-07-29 20:11:31.974 8 INFO neutron.db.l3_hamode_db [None req-bd48477e-4271-4384-819c-3662aa824fdd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 670/1416] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:31 2026] POST /v2.0/networks => generated 1208 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1417] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:32 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 672/1418] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:11:32 2026] GET /v2.0/networks => generated 1845 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:32.114 8 INFO neutron.db.l3_hamode_db [None req-bd48477e-4271-4384-819c-3662aa824fdd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:11:32.227 7 INFO neutron.services.segments.plugin [-] Segment 654da2ef-ce23-4ce9-8593-f3b5e8c4ea1e resource provider aggregate not found 2026-07-29 20:11:32.230 7 INFO neutron.services.segments.plugin [-] Segment 654da2ef-ce23-4ce9-8593-f3b5e8c4ea1e resource provider aggregate not found [pid: 7|app: 0|req: 673/1419] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:32 2026] DELETE /v2.0/networks/6c027064-ef99-4fca-9468-4213c1f8e8bc => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:32.250 7 INFO neutron.services.segments.plugin [-] Segment 654da2ef-ce23-4ce9-8593-f3b5e8c4ea1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654da2ef-ce23-4ce9-8593-f3b5e8c4ea1e found for delete ", "request_id": "req-78dd4843-364f-4d9e-b6f5-69837cf80dec"}]} 2026-07-29 20:11:32.260 7 INFO neutron.services.segments.plugin [-] Segment 654da2ef-ce23-4ce9-8593-f3b5e8c4ea1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654da2ef-ce23-4ce9-8593-f3b5e8c4ea1e found for delete ", "request_id": "req-297a040b-ebb2-4507-9b38-976bf55de795"}]} [pid: 7|app: 0|req: 674/1420] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:32 2026] DELETE /v2.0/networks/c1f1dc4f-7344-4199-9b68-d95b2b2a8fcf => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1421] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:11:32 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:32.477 7 INFO neutron.db.segments_db [None req-8b46611c-6f29-4baf-a81e-ec4b4ef7297c 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Added segment 1ec5c2a4-b247-4e02-94cf-cbeb4730d8bb of type vxlan for network 2d9309a6-aab4-4ae4-b2b1-02fb656d716b [pid: 7|app: 0|req: 676/1422] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:32 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-07-29 20:11:32.654 7 INFO neutron.db.segments_db [None req-d2ea2c1d-38f1-49d8-a018-e52eb64198a9 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Added segment cb773adc-0c78-4612-b8a2-a5fd23d9ff06 of type vxlan for network 68331678-07f7-4e60-b413-79fd4997969c [pid: 8|app: 0|req: 747/1423] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:31 2026] POST /v2.0/routers => generated 511 bytes in 1065 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1424] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:32 2026] POST /v2.0/networks => generated 630 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:32.993 8 INFO neutron.services.segments.plugin [-] Segment 5f0790bb-cbf4-4e74-9e4b-735d123db227 resource provider aggregate not found 2026-07-29 20:11:32.995 8 INFO neutron.services.segments.plugin [-] Segment 5f0790bb-cbf4-4e74-9e4b-735d123db227 resource provider aggregate not found 2026-07-29 20:11:33.025 8 INFO neutron.services.segments.plugin [-] Segment 5f0790bb-cbf4-4e74-9e4b-735d123db227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0790bb-cbf4-4e74-9e4b-735d123db227 found for delete ", "request_id": "req-0d495357-d202-4c78-a061-fe1b1b9b048e"}]} 2026-07-29 20:11:33.037 8 INFO neutron.services.segments.plugin [-] Segment 5f0790bb-cbf4-4e74-9e4b-735d123db227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f0790bb-cbf4-4e74-9e4b-735d123db227 found for delete ", "request_id": "req-cd726b20-dc0f-43d0-9453-dded4e8c1885"}]} [pid: 8|app: 0|req: 748/1425] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:11:32 2026] POST /v2.0/ports => generated 960 bytes in 393 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: 749/1426] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:33 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => 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: 678/1427] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:11:32 2026] POST /v2.0/ports => generated 1505 bytes in 651 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: 679/1428] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:11:33 2026] GET /v2.0/ports => generated 1505 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:33.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c8f0ca7-1873-4d0e-b7d9-a78158c1bc64 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] TaaS: Handle Delete Port: b94a2006-3fcf-4c35-94b3-51c1c472aee3 2026-07-29 20:11:33.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c8f0ca7-1873-4d0e-b7d9-a78158c1bc64 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Tap Mirror: Handle Delete Port: b94a2006-3fcf-4c35-94b3-51c1c472aee3 [pid: 7|app: 0|req: 680/1429] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:33 2026] DELETE /v2.0/ports/b94a2006-3fcf-4c35-94b3-51c1c472aee3 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:33.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-224c41aa-001b-4f61-bc06-9083fc6ac4cb 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] TaaS: Handle Delete Port: 4824e576-f252-4199-bf01-9cc2184ec7f3 2026-07-29 20:11:33.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-224c41aa-001b-4f61-bc06-9083fc6ac4cb 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Tap Mirror: Handle Delete Port: 4824e576-f252-4199-bf01-9cc2184ec7f3 [pid: 7|app: 0|req: 681/1430] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:33 2026] DELETE /v2.0/ports/4824e576-f252-4199-bf01-9cc2184ec7f3 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1431] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:33 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1010 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1432] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:11:33 2026] GET /v2.0/ports => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1433] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:34 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:34.098 7 INFO neutron.db.segments_db [None req-8b07f4bc-0c5e-4493-90b6-5ecbc59e1eea 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Added segment 571d09e8-2249-44b2-8024-574053511657 of type vxlan for network f596d9d8-11b8-413b-a13c-8731529602b1 [pid: 7|app: 0|req: 685/1434] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:34 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:34.266 7 INFO neutron.services.segments.plugin [-] Segment 4ac1d6b0-62fa-441d-983e-de457b6b0ed4 resource provider aggregate not found 2026-07-29 20:11:34.278 7 INFO neutron.services.segments.plugin [-] Segment 4ac1d6b0-62fa-441d-983e-de457b6b0ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ac1d6b0-62fa-441d-983e-de457b6b0ed4 found for delete ", "request_id": "req-55c81d8a-d3c4-47c7-bc91-0d20eaf3ee42"}]} 2026-07-29 20:11:34.283 7 INFO neutron.services.segments.plugin [-] Segment 4ac1d6b0-62fa-441d-983e-de457b6b0ed4 resource provider aggregate not found 2026-07-29 20:11:34.298 7 INFO neutron.services.segments.plugin [-] Segment 4ac1d6b0-62fa-441d-983e-de457b6b0ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ac1d6b0-62fa-441d-983e-de457b6b0ed4 found for delete ", "request_id": "req-a77482ab-2389-41d3-8ef0-df481c6e7c46"}]} [pid: 8|app: 0|req: 750/1435] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:33 2026] PUT /v2.0/routers/0a00ef30-d778-4675-aeda-3a536f2909c9/add_router_interface => generated 309 bytes in 1144 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: 686/1436] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:34 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1279 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1437] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:34 2026] GET /v2.0/ports?device_id=8c189c5f-25d6-449f-b5b1-382d7d96fcf1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:34.356 8 INFO neutron.db.segments_db [None req-3480700d-8cd2-4431-86ef-01f4e846749b 2bbeeaeff4764657af28cb36465991fa 232d5a4a8d4f48acbeda4a18c48efb5c - - default default] Added segment 69601a38-c22b-461c-8e87-e90506a97edd of type vxlan for network 555f55ce-2672-4eda-a658-2bbca3b696d0 [pid: 7|app: 0|req: 688/1438] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:34 2026] GET /v2.0/ports/0249f881-3816-4244-955f-2beb08dfc7c3 => generated 1034 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1439] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:34 2026] POST /v2.0/networks => generated 630 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1440] 10.0.0.222 () {32 vars in 857 bytes} [Wed Jul 29 20:11:34 2026] GET /v2.0/floatingips?floating_network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff&port_id=6db0c522-9d41-4206-bdec-1c133c178b1d => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:34.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-a051566c-5780-4916-b554-fa479ce78b8d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 0249f881-3816-4244-955f-2beb08dfc7c3 2026-07-29 20:11:34.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a051566c-5780-4916-b554-fa479ce78b8d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 0249f881-3816-4244-955f-2beb08dfc7c3 [pid: 7|app: 0|req: 690/1441] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:34 2026] POST /v2.0/subnets => generated 1274 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1442] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:11:34 2026] GET /v2.0/subnets => generated 1910 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1443] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:34 2026] DELETE /v2.0/subnets/18f5459c-1af6-4c37-bd9f-debe4930cc2e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1444] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:34 2026] PUT /v2.0/routers/0a00ef30-d778-4675-aeda-3a536f2909c9/remove_router_interface => generated 309 bytes in 720 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: 693/1445] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/subnets/c2710491-5ef5-4e25-bc15-cf1e7f1ceb66 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1446] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:11:35 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1279 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:35.282 8 INFO neutron.api.v2.resource [None req-aaa56581-e1b2-4f24-8590-000dd0f80be7 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1447] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:35 2026] PUT /v2.0/routers/0a00ef30-d778-4675-aeda-3a536f2909c9/remove_router_interface => generated 197 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1448] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:11:35 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1449] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:35 2026] GET /v2.0/ports?device_id=0a00ef30-d778-4675-aeda-3a536f2909c9 => 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: 754/1450] 10.0.0.153 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:35 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1451] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/networks/555f55ce-2672-4eda-a658-2bbca3b696d0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:35.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8fe10a0-c8bd-4507-a55a-c2ee812370ec cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: a0aa7125-8626-424a-ad87-d3e7a66c78cb 2026-07-29 20:11:35.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8fe10a0-c8bd-4507-a55a-c2ee812370ec cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: a0aa7125-8626-424a-ad87-d3e7a66c78cb [pid: 7|app: 0|req: 698/1452] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/security-groups/a9d7d4f7-f62f-4a84-95ca-0c88f112019c => 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: 699/1453] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/networks/f596d9d8-11b8-413b-a13c-8731529602b1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:35.685 7 INFO neutron.api.v2.resource [None req-79a68223-44f5-4cbd-8acb-800b7d7e56b7 7b47535911c44ab38b160af54553e9e2 8f67f95cae5b4aa8812e83a90d939d0c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1454] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:11:35 2026] GET /v2.0/security-groups/a9d7d4f7-f62f-4a84-95ca-0c88f112019c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:35.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-926a2c58-e926-4a22-8255-9172072b0c30 7b47535911c44ab38b160af54553e9e2 8f67f95cae5b4aa8812e83a90d939d0c - - default default] TaaS: Handle Delete Port: 2fe60765-ca8b-4c9b-932a-a4b94deaed96 2026-07-29 20:11:35.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-926a2c58-e926-4a22-8255-9172072b0c30 7b47535911c44ab38b160af54553e9e2 8f67f95cae5b4aa8812e83a90d939d0c - - default default] Tap Mirror: Handle Delete Port: 2fe60765-ca8b-4c9b-932a-a4b94deaed96 2026-07-29 20:11:35.820 8 INFO neutron.services.segments.plugin [-] Segment 4410724d-3da9-446d-b45d-73711792603b resource provider aggregate not found 2026-07-29 20:11:35.829 8 INFO neutron.services.segments.plugin [-] Segment 4410724d-3da9-446d-b45d-73711792603b resource provider aggregate not found 2026-07-29 20:11:35.844 8 INFO neutron.services.segments.plugin [-] Segment 4410724d-3da9-446d-b45d-73711792603b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4410724d-3da9-446d-b45d-73711792603b found for delete ", "request_id": "req-4dcc7aed-7f7f-42b3-a0db-b44e10131d68"}]} 2026-07-29 20:11:35.845 8 INFO neutron.services.segments.plugin [-] Segment 4410724d-3da9-446d-b45d-73711792603b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4410724d-3da9-446d-b45d-73711792603b found for delete ", "request_id": "req-d3f83df3-0a9c-494d-8861-669906c2d978"}]} 2026-07-29 20:11:35.850 8 INFO neutron.db.l3_hamode_db [None req-b8fe10a0-c8bd-4507-a55a-c2ee812370ec cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] HA network 1efc9cf9-a998-431a-9b48-64fa2d5676fb was deleted as no HA routers are present in tenant db920d10ad1541628b13f1ce1989642c. [pid: 8|app: 0|req: 755/1455] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/routers/0a00ef30-d778-4675-aeda-3a536f2909c9 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1456] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/floatingips/2043b969-9447-4c32-a61f-8101b5c77ba8 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1457] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/networks/68331678-07f7-4e60-b413-79fd4997969c => 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: 702/1458] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:35 2026] DELETE /v2.0/subnets/94a5fc45-11e0-49de-9aa4-ea6c26cfc6d9 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1459] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:36 2026] DELETE /v2.0/networks/2d9309a6-aab4-4ae4-b2b1-02fb656d716b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:36.304 7 INFO neutron.services.segments.plugin [-] Segment 69601a38-c22b-461c-8e87-e90506a97edd resource provider aggregate not found 2026-07-29 20:11:36.321 7 INFO neutron.services.segments.plugin [-] Segment 69601a38-c22b-461c-8e87-e90506a97edd resource provider aggregate not found 2026-07-29 20:11:36.324 7 INFO neutron.services.segments.plugin [-] Segment 69601a38-c22b-461c-8e87-e90506a97edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69601a38-c22b-461c-8e87-e90506a97edd found for delete ", "request_id": "req-7cccf709-e4d7-4df2-b0b5-8d9a13b8b75b"}]} 2026-07-29 20:11:36.342 7 INFO neutron.services.segments.plugin [-] Segment 571d09e8-2249-44b2-8024-574053511657 resource provider aggregate not found 2026-07-29 20:11:36.347 7 INFO neutron.services.segments.plugin [-] Segment 69601a38-c22b-461c-8e87-e90506a97edd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69601a38-c22b-461c-8e87-e90506a97edd found for delete ", "request_id": "req-9c7db607-2e06-4d69-81ca-94ffe664d64e"}]} 2026-07-29 20:11:36.365 7 INFO neutron.services.segments.plugin [-] Segment 571d09e8-2249-44b2-8024-574053511657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571d09e8-2249-44b2-8024-574053511657 found for delete ", "request_id": "req-41a63bda-fcf5-47cd-a626-f2b8f5029c71"}]} 2026-07-29 20:11:36.371 7 INFO neutron.services.segments.plugin [-] Segment 571d09e8-2249-44b2-8024-574053511657 resource provider aggregate not found 2026-07-29 20:11:36.387 7 INFO neutron.services.segments.plugin [-] Segment 1ec5c2a4-b247-4e02-94cf-cbeb4730d8bb resource provider aggregate not found 2026-07-29 20:11:36.394 7 INFO neutron.services.segments.plugin [-] Segment 571d09e8-2249-44b2-8024-574053511657 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 571d09e8-2249-44b2-8024-574053511657 found for delete ", "request_id": "req-4810e37e-750a-48ff-865e-6d6a039b2c69"}]} 2026-07-29 20:11:36.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0c854f3-9661-47f7-baee-a980264d89d6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 2210ec93-5811-450c-b183-beb094a3a7f2 2026-07-29 20:11:36.404 7 INFO neutron.services.segments.plugin [-] Segment 1ec5c2a4-b247-4e02-94cf-cbeb4730d8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec5c2a4-b247-4e02-94cf-cbeb4730d8bb found for delete ", "request_id": "req-1de52f32-4639-466e-8093-c47a20ff901e"}]} 2026-07-29 20:11:36.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0c854f3-9661-47f7-baee-a980264d89d6 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 2210ec93-5811-450c-b183-beb094a3a7f2 [pid: 7|app: 0|req: 704/1460] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:36 2026] DELETE /v2.0/networks/14be4e17-5dcd-4d95-beed-e3405bdce72e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:36.418 7 INFO neutron.services.segments.plugin [-] Segment 1ec5c2a4-b247-4e02-94cf-cbeb4730d8bb resource provider aggregate not found 2026-07-29 20:11:36.434 7 INFO neutron.services.segments.plugin [-] Segment 1ec5c2a4-b247-4e02-94cf-cbeb4730d8bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec5c2a4-b247-4e02-94cf-cbeb4730d8bb found for delete ", "request_id": "req-5972c9a6-dd0e-4612-aa1b-468f4227933f"}]} 2026-07-29 20:11:36.494 7 INFO neutron.db.segments_db [None req-ae77572d-2e6f-47bf-ace1-ae1b1f9e3934 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment 24f731b4-9feb-473e-8bf4-bba39d7cabb8 of type vxlan for network 9f8204ee-50d9-4f53-a31a-8d64e218fde3 [pid: 7|app: 0|req: 705/1461] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:36 2026] POST /v2.0/networks => generated 614 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1462] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:36 2026] POST /v2.0/subnets => generated 646 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1463] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:36 2026] PUT /v2.0/routers/a6badc26-c524-49f2-82e6-2275d3206e91/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1464] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:36 2026] GET /v2.0/security-groups?tenant_id=232d5a4a8d4f48acbeda4a18c48efb5c&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:37.017 8 INFO neutron.db.segments_db [None req-2acb9f2c-aed4-43ae-bfa0-1a1e2f6b50cd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment 2466403e-d820-47f2-99fd-4bff56862035 of type vxlan for network 716c4cc4-9f60-49a7-9332-0ba1db89973e [pid: 7|app: 0|req: 708/1465] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:36 2026] DELETE /v2.0/security-groups/2db72272-8182-4c65-b968-c1d2ffe2d705 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:37.241 8 INFO neutron.db.l3_hamode_db [None req-2acb9f2c-aed4-43ae-bfa0-1a1e2f6b50cd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:11:37.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-0acd7ca8-3ced-4f33-a12e-904a24b94f40 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: ea1a84ce-887f-46c5-9c25-621394763146 2026-07-29 20:11:37.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0acd7ca8-3ced-4f33-a12e-904a24b94f40 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: ea1a84ce-887f-46c5-9c25-621394763146 2026-07-29 20:11:37.336 8 INFO neutron.db.l3_hamode_db [None req-2acb9f2c-aed4-43ae-bfa0-1a1e2f6b50cd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:11:37.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-0acd7ca8-3ced-4f33-a12e-904a24b94f40 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 859381ea-4662-4d7c-8afa-a15d8b710bb4 2026-07-29 20:11:37.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0acd7ca8-3ced-4f33-a12e-904a24b94f40 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 859381ea-4662-4d7c-8afa-a15d8b710bb4 2026-07-29 20:11:37.955 8 INFO neutron.services.segments.plugin [-] Segment cb773adc-0c78-4612-b8a2-a5fd23d9ff06 resource provider aggregate not found 2026-07-29 20:11:37.963 8 INFO neutron.services.segments.plugin [-] Segment cb773adc-0c78-4612-b8a2-a5fd23d9ff06 resource provider aggregate not found 2026-07-29 20:11:37.977 8 INFO neutron.services.segments.plugin [-] Segment cb773adc-0c78-4612-b8a2-a5fd23d9ff06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb773adc-0c78-4612-b8a2-a5fd23d9ff06 found for delete ", "request_id": "req-cf135f5f-5b7a-4c56-a286-df9c2cf59d70"}]} 2026-07-29 20:11:37.980 8 INFO neutron.services.segments.plugin [-] Segment cb773adc-0c78-4612-b8a2-a5fd23d9ff06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb773adc-0c78-4612-b8a2-a5fd23d9ff06 found for delete ", "request_id": "req-b581d8ea-2cff-4b7d-86bf-22700acb9a64"}]} 2026-07-29 20:11:38.022 7 INFO neutron.db.l3_hamode_db [None req-0acd7ca8-3ced-4f33-a12e-904a24b94f40 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network 2b950545-b89b-4ffd-88a1-813dddb3a7e5 was deleted as no HA routers are present in tenant 8f67f95cae5b4aa8812e83a90d939d0c. [pid: 7|app: 0|req: 709/1466] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:37 2026] DELETE /v2.0/routers/a6badc26-c524-49f2-82e6-2275d3206e91 => generated 0 bytes in 947 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1467] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:38 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1468] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:38 2026] DELETE /v2.0/subnets/89a868ad-3fb3-4b37-b9aa-90fbf1cf9571 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1469] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:38 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:38.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-db29b09c-bf88-4fb1-b0ac-2beb517b8d6a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 395bf62b-5dbf-4d52-8c74-fb01d5d26753 2026-07-29 20:11:38.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db29b09c-bf88-4fb1-b0ac-2beb517b8d6a f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 395bf62b-5dbf-4d52-8c74-fb01d5d26753 2026-07-29 20:11:38.422 7 INFO neutron.services.segments.plugin [-] Segment 17a393a8-c2f1-4462-b5c5-e8eff55baa60 resource provider aggregate not found 2026-07-29 20:11:38.442 7 INFO neutron.services.segments.plugin [-] Segment 17a393a8-c2f1-4462-b5c5-e8eff55baa60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17a393a8-c2f1-4462-b5c5-e8eff55baa60 found for delete ", "request_id": "req-780fab08-7ed8-4fd0-82be-b80c8de4f8e9"}]} 2026-07-29 20:11:38.453 7 INFO neutron.services.segments.plugin [-] Segment 17a393a8-c2f1-4462-b5c5-e8eff55baa60 resource provider aggregate not found 2026-07-29 20:11:38.457 7 INFO neutron.services.segments.plugin [-] Segment e58802d2-443b-47ad-88b2-9166f243cd9f resource provider aggregate not found 2026-07-29 20:11:38.470 7 INFO neutron.services.segments.plugin [-] Segment 17a393a8-c2f1-4462-b5c5-e8eff55baa60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17a393a8-c2f1-4462-b5c5-e8eff55baa60 found for delete ", "request_id": "req-b50e00c4-5f4a-45fe-a056-86a64e2e9bf6"}]} 2026-07-29 20:11:38.479 7 INFO neutron.services.segments.plugin [-] Segment e58802d2-443b-47ad-88b2-9166f243cd9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e58802d2-443b-47ad-88b2-9166f243cd9f found for delete ", "request_id": "req-af044dd5-93fd-46d2-b532-4a7f9acfb414"}]} 2026-07-29 20:11:38.495 7 INFO neutron.services.segments.plugin [-] Segment e58802d2-443b-47ad-88b2-9166f243cd9f resource provider aggregate not found [pid: 8|app: 0|req: 758/1470] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:36 2026] POST /v2.0/routers => generated 510 bytes in 1545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:38.517 7 INFO neutron.services.segments.plugin [-] Segment e58802d2-443b-47ad-88b2-9166f243cd9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e58802d2-443b-47ad-88b2-9166f243cd9f found for delete ", "request_id": "req-68e25bb4-886f-49e1-80cc-99c1087dc5b1"}]} [pid: 7|app: 0|req: 713/1471] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:38 2026] DELETE /v2.0/networks/6897e0d6-cffc-4c10-a14e-381913ee6509 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1472] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:38 2026] GET /v2.0/security-groups?tenant_id=8f67f95cae5b4aa8812e83a90d939d0c&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1473] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:38 2026] DELETE /v2.0/security-groups/fc475595-f982-417a-9a11-fbd286da4d45 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:39.199 7 INFO neutron.db.segments_db [None req-3e5db4bb-86c7-495c-847a-7a7c352577ab 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] Added segment c55ab9f8-41cb-43d0-ae84-ad39e7fea31b of type vxlan for network aea32e22-c935-4440-a3f1-7c28c06edc3b [pid: 7|app: 0|req: 716/1474] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:38 2026] POST /v2.0/networks => generated 626 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1475] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:11:39 2026] POST /v2.0/ports => generated 775 bytes in 296 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: 759/1476] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:38 2026] PUT /v2.0/routers/98929744-2df6-4e3b-b4c2-5bba87553a31/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1477] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:39 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1010 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1478] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:39 2026] GET /v2.0/ports/23f716ee-f9df-482a-8a3b-f9abb859965d => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:39.736 8 INFO neutron.db.segments_db [None req-4859e527-6ac8-4e2c-8e60-ef05133c7cb0 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] Added segment 795c3a66-6654-43b6-9290-93ef4c7e7303 of type vxlan for network 259421bd-3ffc-4d76-97bf-04f5066558c5 [pid: 7|app: 0|req: 720/1479] 10.0.0.182 () {34 vars in 1119 bytes} [Wed Jul 29 20:11:39 2026] GET /v2.0/security-groups?id=d8a2055c-c986-4272-b9f9-3c7b3191a850&id=8ad70537-893d-4421-bc86-d9ee34b6e7f0&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: 8|app: 0|req: 760/1480] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:39 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1481] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:39 2026] POST /v2.0/subnets => generated 626 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:40.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-6da438b0-d471-462b-9045-da516636e7fd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 23f716ee-f9df-482a-8a3b-f9abb859965d 2026-07-29 20:11:40.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6da438b0-d471-462b-9045-da516636e7fd cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 23f716ee-f9df-482a-8a3b-f9abb859965d 2026-07-29 20:11:40.506 7 INFO neutron.services.segments.plugin [-] Segment e9a43100-642f-427a-a56b-bc02217abc54 resource provider aggregate not found 2026-07-29 20:11:40.529 7 INFO neutron.services.segments.plugin [-] Segment e9a43100-642f-427a-a56b-bc02217abc54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a43100-642f-427a-a56b-bc02217abc54 found for delete ", "request_id": "req-adcef333-a665-4895-8af0-a7ed970bc712"}]} 2026-07-29 20:11:40.546 7 INFO neutron.services.segments.plugin [-] Segment e9a43100-642f-427a-a56b-bc02217abc54 resource provider aggregate not found [pid: 8|app: 0|req: 762/1482] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:11:40 2026] POST /v2.0/ports => generated 954 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:11:40.566 7 INFO neutron.services.segments.plugin [-] Segment e9a43100-642f-427a-a56b-bc02217abc54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a43100-642f-427a-a56b-bc02217abc54 found for delete ", "request_id": "req-0eedd346-1445-42fe-92d6-93683d474971"}]} [pid: 7|app: 0|req: 721/1483] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:39 2026] PUT /v2.0/routers/98929744-2df6-4e3b-b4c2-5bba87553a31/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1484] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:11:40 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 1010 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1485] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:40 2026] GET /v2.0/ports?device_id=98929744-2df6-4e3b-b4c2-5bba87553a31 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:40.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-eeb5485c-1bb4-4a91-8eda-8f305783ad0e 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] TaaS: Handle Delete Port: fc39e0b6-eb24-4e5c-84d4-6b85a7b9094c 2026-07-29 20:11:40.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eeb5485c-1bb4-4a91-8eda-8f305783ad0e 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] Tap Mirror: Handle Delete Port: fc39e0b6-eb24-4e5c-84d4-6b85a7b9094c 2026-07-29 20:11:40.801 8 INFO neutron_taas.services.taas.taas_plugin [req-187092ad-0c83-4b51-bc66-bb6b33614704 req-5474acda-9ed6-455f-ba50-1d978d4f9fdc 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] TaaS: Handle Delete Port: 6db0c522-9d41-4206-bdec-1c133c178b1d 2026-07-29 20:11:40.803 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-187092ad-0c83-4b51-bc66-bb6b33614704 req-5474acda-9ed6-455f-ba50-1d978d4f9fdc 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] Tap Mirror: Handle Delete Port: 6db0c522-9d41-4206-bdec-1c133c178b1d 2026-07-29 20:11:40.962 8 INFO neutron.db.l3_db [req-187092ad-0c83-4b51-bc66-bb6b33614704 req-5474acda-9ed6-455f-ba50-1d978d4f9fdc 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] Floating IP 28b64c00-d9c0-4daf-b819-a2e889602d83 disassociated. External IP: 10.96.250.216, port: 6db0c522-9d41-4206-bdec-1c133c178b1d. [pid: 7|app: 0|req: 722/1486] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:40 2026] DELETE /v2.0/ports/fc39e0b6-eb24-4e5c-84d4-6b85a7b9094c => generated 0 bytes in 408 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:41.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-e019c8f3-d537-486f-95fd-2d38ef678ca2 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: cf0b9299-df51-422e-a1f3-a9b78928f11b 2026-07-29 20:11:41.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e019c8f3-d537-486f-95fd-2d38ef678ca2 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: cf0b9299-df51-422e-a1f3-a9b78928f11b [pid: 8|app: 0|req: 765/1487] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:11:40 2026] DELETE /v2.0/ports/6db0c522-9d41-4206-bdec-1c133c178b1d => generated 0 bytes in 676 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1488] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:41 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:41.377 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2813ca1-2281-4f61-a4e6-5dbc39105cd5'] response: {'server_uuid': 'b2e2d957-5749-45ac-84ca-0f1159e4cb32', 'name': 'network-vif-deleted', 'tag': '6db0c522-9d41-4206-bdec-1c133c178b1d', 'status': 'completed', 'code': 200} 2026-07-29 20:11:41.386 8 INFO neutron.pecan_wsgi.hooks.translation [None req-866eb407-f1b2-4129-884a-7a1e99adc2d5 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 767/1489] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:41 2026] DELETE /v2.0/ports/fc39e0b6-eb24-4e5c-84d4-6b85a7b9094c => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:41.416 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e9cf1a8-0925-4cc0-a931-e16a4bde7bcc 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 768/1490] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:41 2026] GET /v2.0/ports/fc39e0b6-eb24-4e5c-84d4-6b85a7b9094c => 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: 769/1491] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:41 2026] DELETE /v2.0/subnets/d8f78432-30df-4701-a02c-760c6dde4f19 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:41.556 7 INFO neutron.db.l3_hamode_db [None req-e019c8f3-d537-486f-95fd-2d38ef678ca2 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] HA network 716c4cc4-9f60-49a7-9332-0ba1db89973e was deleted as no HA routers are present in tenant db920d10ad1541628b13f1ce1989642c. [pid: 7|app: 0|req: 723/1492] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:41 2026] DELETE /v2.0/routers/98929744-2df6-4e3b-b4c2-5bba87553a31 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:41.632 8 INFO neutron.services.segments.plugin [-] Segment 795c3a66-6654-43b6-9290-93ef4c7e7303 resource provider aggregate not found 2026-07-29 20:11:41.641 8 INFO neutron.services.segments.plugin [-] Segment 795c3a66-6654-43b6-9290-93ef4c7e7303 resource provider aggregate not found 2026-07-29 20:11:41.651 8 INFO neutron.services.segments.plugin [-] Segment 795c3a66-6654-43b6-9290-93ef4c7e7303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 795c3a66-6654-43b6-9290-93ef4c7e7303 found for delete ", "request_id": "req-19069ae7-958d-4132-a6d9-60e82361b923"}]} 2026-07-29 20:11:41.667 8 INFO neutron.services.segments.plugin [-] Segment 795c3a66-6654-43b6-9290-93ef4c7e7303 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 795c3a66-6654-43b6-9290-93ef4c7e7303 found for delete ", "request_id": "req-0ddf2eba-dd3a-4a13-a71e-a8a33968f2da"}]} [pid: 8|app: 0|req: 770/1493] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:41 2026] DELETE /v2.0/networks/259421bd-3ffc-4d76-97bf-04f5066558c5 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:41.725 8 INFO neutron.db.segments_db [None req-bf8e0d0b-80b0-4fa8-8645-9e0586733088 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] Added segment 36b76ab5-ec76-4420-8ac7-90049c52ee95 of type vxlan for network bb13d858-78fb-4bff-b8cb-f244a4431a13 [pid: 7|app: 0|req: 724/1494] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:41 2026] DELETE /v2.0/subnets/3b66c256-28c7-4e85-afc9-134c6eb00082 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1495] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:41 2026] POST /v2.0/networks => generated 613 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:41.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f62658f-c9cb-4c29-ab6d-2d5c4c883e93 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 78f8ef24-c30a-4bc8-b306-b47cf3585c56 2026-07-29 20:11:41.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f62658f-c9cb-4c29-ab6d-2d5c4c883e93 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 78f8ef24-c30a-4bc8-b306-b47cf3585c56 [pid: 7|app: 0|req: 725/1496] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:41 2026] DELETE /v2.0/networks/9f8204ee-50d9-4f53-a31a-8d64e218fde3 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1497] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:41 2026] POST /v2.0/subnets => generated 626 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:42.104 7 INFO neutron.db.segments_db [None req-b938f717-796c-400e-a25b-58e01c6c837d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Added segment 5da5b58c-8931-42b2-99cd-d8b8c1eeb55e of type vxlan for network 4b41a690-0ea7-4aa9-9215-7a45c0e549a7 2026-07-29 20:11:42.362 7 INFO neutron.db.l3_hamode_db [None req-b938f717-796c-400e-a25b-58e01c6c837d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 773/1498] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:11:42 2026] POST /v2.0/ports => generated 915 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1499] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:42 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:42.553 7 INFO neutron.services.segments.plugin [-] Segment 2466403e-d820-47f2-99fd-4bff56862035 resource provider aggregate not found 2026-07-29 20:11:42.582 7 INFO neutron.services.segments.plugin [-] Segment 2466403e-d820-47f2-99fd-4bff56862035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2466403e-d820-47f2-99fd-4bff56862035 found for delete ", "request_id": "req-66d99707-8b4c-4d0d-9b9e-41dfd2a3770e"}]} 2026-07-29 20:11:42.596 7 INFO neutron.services.segments.plugin [-] Segment 2466403e-d820-47f2-99fd-4bff56862035 resource provider aggregate not found 2026-07-29 20:11:42.601 7 INFO neutron.services.segments.plugin [-] Segment 24f731b4-9feb-473e-8bf4-bba39d7cabb8 resource provider aggregate not found 2026-07-29 20:11:42.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b2be0ef-a574-4e0b-bdc2-3a74cc853a6c 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] TaaS: Handle Delete Port: 8e1e2cfb-2fad-415f-a48c-245bc0d88e41 2026-07-29 20:11:42.616 7 INFO neutron.services.segments.plugin [-] Segment 24f731b4-9feb-473e-8bf4-bba39d7cabb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f731b4-9feb-473e-8bf4-bba39d7cabb8 found for delete ", "request_id": "req-e65f56f2-fd8b-4958-a93c-891d77b07f3a"}]} 2026-07-29 20:11:42.618 7 INFO neutron.services.segments.plugin [-] Segment 2466403e-d820-47f2-99fd-4bff56862035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2466403e-d820-47f2-99fd-4bff56862035 found for delete ", "request_id": "req-2f925e86-ae0a-4ca6-afa4-e2dc74edb8b4"}]} 2026-07-29 20:11:42.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b2be0ef-a574-4e0b-bdc2-3a74cc853a6c 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] Tap Mirror: Handle Delete Port: 8e1e2cfb-2fad-415f-a48c-245bc0d88e41 2026-07-29 20:11:42.690 7 INFO neutron.services.segments.plugin [-] Segment 24f731b4-9feb-473e-8bf4-bba39d7cabb8 resource provider aggregate not found 2026-07-29 20:11:42.726 7 INFO neutron.services.segments.plugin [-] Segment 24f731b4-9feb-473e-8bf4-bba39d7cabb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24f731b4-9feb-473e-8bf4-bba39d7cabb8 found for delete ", "request_id": "req-ec6271fb-0841-4c97-baf6-33df8f3bc13d"}]} [pid: 8|app: 0|req: 775/1500] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:42 2026] DELETE /v2.0/ports/8e1e2cfb-2fad-415f-a48c-245bc0d88e41 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:42.854 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec29a096-855a-4f1f-b7fb-e7b640344297 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1501] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:42 2026] GET /v2.0/ports/8e1e2cfb-2fad-415f-a48c-245bc0d88e41 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1504] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:42 2026] DELETE /v2.0/subnets/64833413-16ff-4cdf-a2f3-2461f4c27458 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1505] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:43 2026] DELETE /v2.0/networks/bb13d858-78fb-4bff-b8cb-f244a4431a13 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:43.397 7 INFO neutron.db.l3_hamode_db [None req-b938f717-796c-400e-a25b-58e01c6c837d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 781/1506] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:11:43 2026] POST /v2.0/ports => generated 774 bytes in 275 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: 782/1507] 10.0.0.222 () {34 vars in 736 bytes} [Wed Jul 29 20:11:43 2026] PUT /v2.0/ports/5228a595-92eb-4114-8d48-9ebd3e36a047 => generated 752 bytes in 170 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: 783/1508] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:11:43 2026] GET /v2.0/ports?device_id=b2e2d957-5749-45ac-84ca-0f1159e4cb32 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:43.679 8 INFO neutron.services.segments.plugin [-] Segment 36b76ab5-ec76-4420-8ac7-90049c52ee95 resource provider aggregate not found 2026-07-29 20:11:43.694 8 INFO neutron.services.segments.plugin [-] Segment 36b76ab5-ec76-4420-8ac7-90049c52ee95 resource provider aggregate not found 2026-07-29 20:11:43.713 8 INFO neutron.services.segments.plugin [-] Segment 36b76ab5-ec76-4420-8ac7-90049c52ee95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36b76ab5-ec76-4420-8ac7-90049c52ee95 found for delete ", "request_id": "req-0792ca92-5d03-4f5a-a2d2-ba81e4a158a0"}]} 2026-07-29 20:11:43.714 8 INFO neutron.services.segments.plugin [-] Segment 36b76ab5-ec76-4420-8ac7-90049c52ee95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36b76ab5-ec76-4420-8ac7-90049c52ee95 found for delete ", "request_id": "req-ec9d769a-345a-40bc-a3e3-55a5989663b6"}]} 2026-07-29 20:11:43.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-36ac7d04-65b4-4364-b7b9-448d534bb986 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] TaaS: Handle Delete Port: 5228a595-92eb-4114-8d48-9ebd3e36a047 2026-07-29 20:11:43.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36ac7d04-65b4-4364-b7b9-448d534bb986 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] Tap Mirror: Handle Delete Port: 5228a595-92eb-4114-8d48-9ebd3e36a047 [pid: 8|app: 0|req: 784/1509] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:43 2026] DELETE /v2.0/ports/5228a595-92eb-4114-8d48-9ebd3e36a047 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1510] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:11:43 2026] GET /v2.0/ports => generated 778 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:44.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24be0a60-96be-464c-8535-9457a1058a72 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1511] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:43 2026] GET /v2.0/ports/5228a595-92eb-4114-8d48-9ebd3e36a047 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1512] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:11:44 2026] GET /v2.0/ports => generated 778 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1513] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:44 2026] GET /v2.0/ports/d1462c7c-b87a-400f-b573-5e9fd768323e => generated 775 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:44.149 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d5df294-e88b-432a-aac1-d16f72140ce6 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1514] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:44 2026] DELETE /v2.0/ports/8e1e2cfb-2fad-415f-a48c-245bc0d88e41 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:44.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e92a955-2c16-4254-8d20-7fdc84d89e0f 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1515] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:44 2026] DELETE /v2.0/subnets/64833413-16ff-4cdf-a2f3-2461f4c27458 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:44.196 8 INFO neutron.pecan_wsgi.hooks.translation [None req-62a78289-3f4c-416b-bf58-49f91434a9c3 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 791/1516] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:44 2026] DELETE /v2.0/subnets/d8f78432-30df-4701-a02c-760c6dde4f19 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:44.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-3845e583-c538-4a19-a82f-389c93dc8106 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] TaaS: Handle Delete Port: d1462c7c-b87a-400f-b573-5e9fd768323e 2026-07-29 20:11:44.302 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3845e583-c538-4a19-a82f-389c93dc8106 9631592d56c64853b76bca192a6758ba f61da0483d114ea9b0e40db92661c4c6 - - default default] Tap Mirror: Handle Delete Port: d1462c7c-b87a-400f-b573-5e9fd768323e [pid: 7|app: 0|req: 726/1517] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:42 2026] POST /v2.0/routers => generated 692 bytes in 2331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1518] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:11:44 2026] DELETE /v2.0/ports/d1462c7c-b87a-400f-b573-5e9fd768323e => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1519] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:11:44 2026] GET /v2.0/routers/4e619c5f-1692-4d3b-a75b-44f6d52108a9 => generated 698 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1520] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:11:44 2026] GET /v2.0/routers => generated 701 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1521] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:44 2026] DELETE /v2.0/networks/aea32e22-c935-4440-a3f1-7c28c06edc3b => 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: 794/1522] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:44 2026] DELETE /v2.0/security-groups/8ad70537-893d-4421-bc86-d9ee34b6e7f0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:44.943 8 INFO neutron.api.v2.resource [None req-218a55d1-2767-4d3a-b965-fe712641ac52 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 795/1523] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:11:44 2026] GET /v2.0/security-groups/8ad70537-893d-4421-bc86-d9ee34b6e7f0 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1524] 10.0.0.222 () {34 vars in 740 bytes} [Wed Jul 29 20:11:44 2026] PUT /v2.0/routers/4e619c5f-1692-4d3b-a75b-44f6d52108a9 => generated 705 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1525] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:11:44 2026] GET /v2.0/routers/4e619c5f-1692-4d3b-a75b-44f6d52108a9 => generated 705 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:45.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-55049e69-6d4f-4267-b171-0bc04a0742ad 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] TaaS: Handle Delete Port: af425d21-95a4-438f-b4ba-d41baa59d990 2026-07-29 20:11:45.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55049e69-6d4f-4267-b171-0bc04a0742ad 25e0cc91b628444bbfdc12e4b0f2b7fe 4590a343db35412b8676464aed510056 - - default default] Tap Mirror: Handle Delete Port: af425d21-95a4-438f-b4ba-d41baa59d990 [pid: 7|app: 0|req: 731/1526] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:45 2026] GET /v2.0/ports?device_id=4e619c5f-1692-4d3b-a75b-44f6d52108a9 => 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: 796/1527] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:11:44 2026] DELETE /v2.0/floatingips/28b64c00-d9c0-4daf-b819-a2e889602d83 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:45.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4cf5fde-97f6-4804-b153-b476dd83c52d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 086b4837-4c2d-459a-8beb-a34ab3077419 2026-07-29 20:11:45.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4cf5fde-97f6-4804-b153-b476dd83c52d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 086b4837-4c2d-459a-8beb-a34ab3077419 [pid: 8|app: 0|req: 797/1528] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:45 2026] GET /v2.0/security-groups?tenant_id=f61da0483d114ea9b0e40db92661c4c6&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1529] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:45 2026] DELETE /v2.0/security-groups/d8a2055c-c986-4272-b9f9-3c7b3191a850 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:45.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4cf5fde-97f6-4804-b153-b476dd83c52d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] TaaS: Handle Delete Port: 6d5badc3-39c5-44d8-9d34-13231d1b57a0 2026-07-29 20:11:45.571 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4cf5fde-97f6-4804-b153-b476dd83c52d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] Tap Mirror: Handle Delete Port: 6d5badc3-39c5-44d8-9d34-13231d1b57a0 [pid: 8|app: 0|req: 799/1530] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:45 2026] DELETE /v2.0/security-groups/4076895f-c3db-4665-9a11-d7f1aad91450 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:45.744 8 INFO neutron.services.segments.plugin [-] Segment c55ab9f8-41cb-43d0-ae84-ad39e7fea31b resource provider aggregate not found 2026-07-29 20:11:45.751 8 INFO neutron.services.segments.plugin [-] Segment c55ab9f8-41cb-43d0-ae84-ad39e7fea31b resource provider aggregate not found 2026-07-29 20:11:45.767 8 INFO neutron.services.segments.plugin [-] Segment c55ab9f8-41cb-43d0-ae84-ad39e7fea31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55ab9f8-41cb-43d0-ae84-ad39e7fea31b found for delete ", "request_id": "req-97e56682-7484-4d09-9bc7-c7bc48d4f019"}]} 2026-07-29 20:11:45.775 8 INFO neutron.services.segments.plugin [-] Segment c55ab9f8-41cb-43d0-ae84-ad39e7fea31b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c55ab9f8-41cb-43d0-ae84-ad39e7fea31b found for delete ", "request_id": "req-32e5709c-3815-4e5b-8cd3-32f9a1cab13c"}]} 2026-07-29 20:11:45.878 7 INFO neutron.services.segments.plugin [-] Segment 5da5b58c-8931-42b2-99cd-d8b8c1eeb55e resource provider aggregate not found 2026-07-29 20:11:45.879 7 INFO neutron.services.segments.plugin [-] Segment 5da5b58c-8931-42b2-99cd-d8b8c1eeb55e resource provider aggregate not found 2026-07-29 20:11:45.896 7 INFO neutron.services.segments.plugin [-] Segment 5da5b58c-8931-42b2-99cd-d8b8c1eeb55e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5da5b58c-8931-42b2-99cd-d8b8c1eeb55e found for delete ", "request_id": "req-87476317-e2b3-4de3-b9fa-d04895428528"}]} 2026-07-29 20:11:45.909 7 INFO neutron.services.segments.plugin [-] Segment 5da5b58c-8931-42b2-99cd-d8b8c1eeb55e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5da5b58c-8931-42b2-99cd-d8b8c1eeb55e found for delete ", "request_id": "req-cdb1c6fa-aa5c-4764-ac30-58f0b2b5eb34"}]} 2026-07-29 20:11:45.914 7 INFO neutron.db.l3_hamode_db [None req-f4cf5fde-97f6-4804-b153-b476dd83c52d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] HA network 4b41a690-0ea7-4aa9-9215-7a45c0e549a7 was deleted as no HA routers are present in tenant db920d10ad1541628b13f1ce1989642c. [pid: 7|app: 0|req: 732/1531] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:45 2026] DELETE /v2.0/routers/4e619c5f-1692-4d3b-a75b-44f6d52108a9 => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:46.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-2740d40a-2bd0-47e9-aa87-a47f74a699e2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: ead014bf-74d4-4987-b86a-5365cad78924 2026-07-29 20:11:46.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2740d40a-2bd0-47e9-aa87-a47f74a699e2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: ead014bf-74d4-4987-b86a-5365cad78924 [pid: 7|app: 0|req: 733/1532] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:45 2026] GET /v2.0/security-groups?tenant_id=7c8ca8248177458ca4bf6736be322993&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1533] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:46 2026] GET /v2.0/ports?device_id=4e619c5f-1692-4d3b-a75b-44f6d52108a9 => 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: 735/1534] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/security-groups/a9a1482d-eb88-4d8a-ae13-3938b6520c58 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:46.391 7 INFO neutron.api.v2.resource [None req-fdc43581-9bfd-4372-9f33-c0f6febbfd86 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 736/1535] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/routers/4e619c5f-1692-4d3b-a75b-44f6d52108a9 => 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: 737/1536] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:46 2026] GET /v2.0/ports?device_id=98929744-2df6-4e3b-b4c2-5bba87553a31 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:46.440 7 INFO neutron.api.v2.resource [None req-5015a3c2-2509-4b53-bc94-b996e9f8ba9d cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1537] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/routers/98929744-2df6-4e3b-b4c2-5bba87553a31 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:46.460 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfdef322-5ad0-47cd-b6a6-69e2f70501c9 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 739/1538] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/subnets/3b66c256-28c7-4e85-afc9-134c6eb00082 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1539] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:46 2026] GET /v2.0/security-groups?tenant_id=29754facf3474b9ab8693fe9d68a9f6a&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1540] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:46 2026] GET /v2.0/ports?device_id=0a00ef30-d778-4675-aeda-3a536f2909c9 => 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: 800/1541] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:45 2026] PUT /v2.0/routers/16a9eae4-9318-4848-a08e-1a4e59be5bde/remove_router_interface => generated 309 bytes in 980 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:46.671 8 INFO neutron.api.v2.resource [None req-96dc574e-9f70-41c2-81ed-9d41297b2676 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1542] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/routers/0a00ef30-d778-4675-aeda-3a536f2909c9 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1543] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/security-groups/71875bbf-27bf-42bf-b08b-e7079f0d489b => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:46.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9043c974-2ac0-476f-8bae-ce862d5e5364 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1544] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/subnets/94a5fc45-11e0-49de-9aa4-ea6c26cfc6d9 => 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: 744/1545] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:46 2026] GET /v2.0/ports?device_id=0202fbd4-f72e-4104-831a-e527a98e726c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:11:46.774 7 INFO neutron.api.v2.resource [None req-f34253e9-8b5e-4f2a-8a21-832f58de1635 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1546] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/routers/0202fbd4-f72e-4104-831a-e527a98e726c => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:46.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ef5e884-9d11-4338-916c-bb616c146ad2 cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1547] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/subnets/57a87c15-5cc1-485e-8f49-f5548cdd4c69 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:46.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb5a1f19-b2e8-401b-a0d6-f5a8a950cb2c cfd0c4a39f8f432dbc7da28e313f4a24 db920d10ad1541628b13f1ce1989642c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1548] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/subnets/0f205ba2-e765-4cbe-a414-7ee127f1c786 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:11:46.939 8 INFO neutron_taas.services.taas.taas_plugin [None req-d90d974e-8637-4ad8-a8ba-6e47966d562f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 7e9192ba-8192-4520-a9b7-f9ceb3cc4939 2026-07-29 20:11:46.942 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d90d974e-8637-4ad8-a8ba-6e47966d562f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 7e9192ba-8192-4520-a9b7-f9ceb3cc4939 2026-07-29 20:11:47.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-d90d974e-8637-4ad8-a8ba-6e47966d562f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 741136ac-983c-4a58-9bdf-64c8786288a5 2026-07-29 20:11:47.257 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d90d974e-8637-4ad8-a8ba-6e47966d562f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 741136ac-983c-4a58-9bdf-64c8786288a5 [pid: 7|app: 0|req: 748/1549] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:47 2026] GET /v2.0/security-groups?tenant_id=db920d10ad1541628b13f1ce1989642c&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: 749/1550] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:47 2026] DELETE /v2.0/security-groups/a51f075b-b1ec-467c-8873-0ff1b7b5d56a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:47.668 8 INFO neutron.db.l3_hamode_db [None req-d90d974e-8637-4ad8-a8ba-6e47966d562f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network bbc75764-0602-478b-b7bb-90c5ba57bfbf was deleted as no HA routers are present in tenant 4590a343db35412b8676464aed510056. [pid: 8|app: 0|req: 802/1551] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:46 2026] DELETE /v2.0/routers/16a9eae4-9318-4848-a08e-1a4e59be5bde => generated 0 bytes in 1004 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:47.786 8 INFO neutron.services.segments.plugin [-] Segment 35cbb6c2-d8f0-4fdb-b457-50eb15d5930b resource provider aggregate not found 2026-07-29 20:11:47.792 8 INFO neutron.services.segments.plugin [-] Segment 35cbb6c2-d8f0-4fdb-b457-50eb15d5930b resource provider aggregate not found 2026-07-29 20:11:47.805 8 INFO neutron.services.segments.plugin [-] Segment 35cbb6c2-d8f0-4fdb-b457-50eb15d5930b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35cbb6c2-d8f0-4fdb-b457-50eb15d5930b found for delete ", "request_id": "req-1b0f53c8-7cc2-4f06-a462-456ca1ab213f"}]} 2026-07-29 20:11:47.805 8 INFO neutron.services.segments.plugin [-] Segment 35cbb6c2-d8f0-4fdb-b457-50eb15d5930b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35cbb6c2-d8f0-4fdb-b457-50eb15d5930b found for delete ", "request_id": "req-4a3717b9-3177-4646-b27b-e25dc62f0aed"}]} [pid: 7|app: 0|req: 750/1552] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:47 2026] DELETE /v2.0/subnets/5457794e-43b2-42cc-9857-cea8de4b64d9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:47.937 8 INFO neutron_taas.services.taas.taas_plugin [None req-94ce82a2-0b9b-4deb-85d8-12609c511b3d f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 2dfe1353-4587-4f78-9c13-f6fb802fedf6 2026-07-29 20:11:47.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94ce82a2-0b9b-4deb-85d8-12609c511b3d f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 2dfe1353-4587-4f78-9c13-f6fb802fedf6 [pid: 8|app: 0|req: 803/1553] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:47 2026] DELETE /v2.0/networks/c98526ec-2812-49ee-a1fa-9b9d8019c3dd => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:48.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0f35148-0199-4bf1-bb7b-9b4bfe66d278 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 20dd52ff-463b-4ed3-a880-7607efdc7926 2026-07-29 20:11:48.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0f35148-0199-4bf1-bb7b-9b4bfe66d278 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 20dd52ff-463b-4ed3-a880-7607efdc7926 [pid: 7|app: 0|req: 751/1554] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:48 2026] PUT /v2.0/routers/d2e6697e-75d0-4aaf-b80f-54c91996c3c7/remove_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:49.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b897802-6afe-433d-8f1f-3c03563bb8bb f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 4d8c0272-e0b0-49e7-a6a4-a47d6c943468 2026-07-29 20:11:49.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b897802-6afe-433d-8f1f-3c03563bb8bb f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 4d8c0272-e0b0-49e7-a6a4-a47d6c943468 [pid: 7|app: 0|req: 752/1555] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:49 2026] GET /v2.0/security-groups?tenant_id=4cf1a00306fc47e991a3027946eb454f&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:49.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b897802-6afe-433d-8f1f-3c03563bb8bb f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: e38d8420-edcf-484d-8f79-dfe0288faedd 2026-07-29 20:11:49.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b897802-6afe-433d-8f1f-3c03563bb8bb f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: e38d8420-edcf-484d-8f79-dfe0288faedd 2026-07-29 20:11:49.829 8 INFO neutron.services.segments.plugin [-] Segment 3f61fd93-422f-4732-b1f1-bba4a82f7124 resource provider aggregate not found 2026-07-29 20:11:49.836 8 INFO neutron.services.segments.plugin [-] Segment 3f61fd93-422f-4732-b1f1-bba4a82f7124 resource provider aggregate not found 2026-07-29 20:11:49.858 8 INFO neutron.services.segments.plugin [-] Segment 3f61fd93-422f-4732-b1f1-bba4a82f7124 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f61fd93-422f-4732-b1f1-bba4a82f7124 found for delete ", "request_id": "req-27af2e66-94b8-461b-bb62-250cf2f40469"}]} 2026-07-29 20:11:49.859 8 INFO neutron.services.segments.plugin [-] Segment 3f61fd93-422f-4732-b1f1-bba4a82f7124 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f61fd93-422f-4732-b1f1-bba4a82f7124 found for delete ", "request_id": "req-792a8f28-11bb-4173-878d-81784d2a427c"}]} 2026-07-29 20:11:49.923 7 INFO neutron.db.segments_db [None req-f0c1e7b4-b068-4c75-852f-248b872b84d0 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment 083f946f-dee1-42bb-9093-8b75f8789a7d of type vxlan for network 420aca7c-5b0b-472e-8ea2-2eae1b7d452d [pid: 7|app: 0|req: 753/1556] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:49 2026] POST /v2.0/networks => generated 611 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1557] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:50 2026] DELETE /v2.0/security-groups/9f1f163c-0edc-4a36-ac2a-88589697f5ce => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:50.167 8 INFO neutron.db.l3_hamode_db [None req-6b897802-6afe-433d-8f1f-3c03563bb8bb f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network f9aea84a-6b5b-4d09-860c-d9732db5c313 was deleted as no HA routers are present in tenant ecb7edacbb4d4104ad118cdf98d365d3. [pid: 8|app: 0|req: 804/1558] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:49 2026] DELETE /v2.0/routers/d2e6697e-75d0-4aaf-b80f-54c91996c3c7 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:50.179 7 INFO neutron.db.segments_db [None req-740d9ac2-8f61-4ccd-a009-62b60cae4a36 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment 62e0d6f4-e6ae-4816-aa0b-c9a732ddcb16 of type vxlan for network 918e736d-fdc6-4d1b-81eb-ca4ddcd12c13 [pid: 7|app: 0|req: 755/1559] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:50 2026] POST /v2.0/networks => generated 611 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1560] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:50 2026] DELETE /v2.0/subnets/0b722421-3361-4fe9-8cc4-6b83b45f9633 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:50.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-6537f126-47c2-49bf-8dde-09fa9c7eb65c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 9dd305ff-b840-4ada-b374-3e3084515dfe 2026-07-29 20:11:50.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6537f126-47c2-49bf-8dde-09fa9c7eb65c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 9dd305ff-b840-4ada-b374-3e3084515dfe [pid: 7|app: 0|req: 756/1561] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:50 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: 8|app: 0|req: 806/1562] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:50 2026] DELETE /v2.0/networks/ac7c99b6-ab4d-40c2-a03b-1fbda32cd7a9 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1563] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:50 2026] GET /v2.0/security-groups?tenant_id=db9bba717f3845a9b3509d6e415e0ce4&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1564] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:50 2026] DELETE /v2.0/security-groups/b5f5e212-3b96-4630-88f0-dbc92e8fe339 => 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: 807/1565] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:50 2026] POST /v2.0/subnets => generated 626 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1566] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:51 2026] GET /v2.0/security-groups?tenant_id=4590a343db35412b8676464aed510056&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:51.072 7 INFO neutron.db.segments_db [None req-0a1b0af2-0b55-4ac7-9828-e66809d0eda4 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment 1cfa4a76-1091-4a21-b38c-759b6effde8a of type vxlan for network 5cc1105c-0fbc-444e-b804-e1e876f923bb [pid: 8|app: 0|req: 809/1567] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:51 2026] DELETE /v2.0/security-groups/1caf5823-5dad-4694-8638-b063c9b387eb => 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: 810/1568] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:51 2026] GET /v2.0/security-groups?tenant_id=9a65292e62414df4906d8176f87eade6&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:51.331 7 INFO neutron.db.l3_hamode_db [None req-0a1b0af2-0b55-4ac7-9828-e66809d0eda4 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 811/1569] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:51 2026] DELETE /v2.0/security-groups/5d3d3c5a-c778-40c1-8d85-851631c5af45 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1570] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:51 2026] GET /v2.0/security-groups?tenant_id=ecb7edacbb4d4104ad118cdf98d365d3&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1571] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:51 2026] DELETE /v2.0/security-groups/b244ca58-8b08-469a-a732-c68bb69f8888 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:51.878 8 INFO neutron.services.segments.plugin [-] Segment 143ad452-bbf9-4025-9c5a-b982da376a97 resource provider aggregate not found 2026-07-29 20:11:51.887 8 INFO neutron.services.segments.plugin [-] Segment 143ad452-bbf9-4025-9c5a-b982da376a97 resource provider aggregate not found 2026-07-29 20:11:51.891 8 INFO neutron.services.segments.plugin [-] Segment 143ad452-bbf9-4025-9c5a-b982da376a97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 143ad452-bbf9-4025-9c5a-b982da376a97 found for delete ", "request_id": "req-129dc922-da5c-4a87-aea4-d65f434e0c7e"}]} 2026-07-29 20:11:51.905 8 INFO neutron.services.segments.plugin [-] Segment 143ad452-bbf9-4025-9c5a-b982da376a97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 143ad452-bbf9-4025-9c5a-b982da376a97 found for delete ", "request_id": "req-23175e73-2e3d-41ea-bd14-26019947e752"}]} 2026-07-29 20:11:51.906 8 INFO neutron.services.segments.plugin [-] Segment c761811c-a29a-48c7-9225-9fd341cf1bdb resource provider aggregate not found 2026-07-29 20:11:51.931 8 INFO neutron.services.segments.plugin [-] Segment c761811c-a29a-48c7-9225-9fd341cf1bdb resource provider aggregate not found 2026-07-29 20:11:51.940 8 INFO neutron.services.segments.plugin [-] Segment c761811c-a29a-48c7-9225-9fd341cf1bdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c761811c-a29a-48c7-9225-9fd341cf1bdb found for delete ", "request_id": "req-c905e1aa-021e-4f75-bbba-be473ca88c9a"}]} 2026-07-29 20:11:51.945 8 INFO neutron.services.segments.plugin [-] Segment c761811c-a29a-48c7-9225-9fd341cf1bdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c761811c-a29a-48c7-9225-9fd341cf1bdb found for delete ", "request_id": "req-6a394243-35e4-40a0-bafe-bb523770fd09"}]} 2026-07-29 20:11:51.949 7 INFO neutron.db.l3_hamode_db [None req-0a1b0af2-0b55-4ac7-9828-e66809d0eda4 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 759/1572] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:51 2026] POST /v2.0/routers => generated 506 bytes in 1640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1573] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:52 2026] GET /v2.0/security-groups?tenant_id=efee85f8da9142b4b5a12684d364dfc2&name=default => generated 2925 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1574] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:53 2026] DELETE /v2.0/security-groups/20294ac3-b4fc-4b38-af78-fff7c31dfc91 => 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: 814/1575] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:52 2026] PUT /v2.0/routers/b02a8e49-f0f7-4d74-8670-7ffc8b934288/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: 762/1576] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:53 2026] GET /v2.0/ports/0f83c766-0ef0-4c6b-a007-5cdb23a29913 => generated 955 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1577] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:54 2026] PUT /v2.0/routers/b02a8e49-f0f7-4d74-8670-7ffc8b934288/add_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1578] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:11:55 2026] GET /v2.0/ports/c4dff49f-fd9c-4eaa-bc99-aabc6c233c3b => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:55.593 7 INFO neutron.db.segments_db [None req-9c2063a5-7c47-4f39-8391-d015f474487b f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment b04e990d-08e1-4dbc-a4ec-4c9e6f71e008 of type vxlan for network f73c4f21-b033-4c66-b2db-0e1bced45149 2026-07-29 20:11:55.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-b49f65b7-0889-4960-bbe1-27ff88eae160 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: c4dff49f-fd9c-4eaa-bc99-aabc6c233c3b 2026-07-29 20:11:55.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b49f65b7-0889-4960-bbe1-27ff88eae160 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: c4dff49f-fd9c-4eaa-bc99-aabc6c233c3b [pid: 7|app: 0|req: 763/1579] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:11:55 2026] POST /v2.0/networks => generated 721 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1580] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:55 2026] POST /v2.0/subnets => generated 687 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:55.981 7 INFO neutron.db.segments_db [None req-1f646432-aad7-416c-9281-72c3e4030377 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Added segment 95ceb095-bea1-4ce8-9972-8db607a22d5b of type vxlan for network f78b6188-b825-43c2-9147-c71ed763517b [pid: 8|app: 0|req: 817/1581] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:55 2026] PUT /v2.0/routers/b02a8e49-f0f7-4d74-8670-7ffc8b934288/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:11:56.243 7 INFO neutron.db.l3_hamode_db [None req-1f646432-aad7-416c-9281-72c3e4030377 f22bf472d03d44e39462205faffc5ae7 85ab112ba8834470abe9eaf14c9f142b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:11:56.486 8 INFO neutron.db.segments_db [None req-8c0a5af2-591e-4618-a60f-cc7ddf6f74a6 f8aaefa6fef94e7d977ae80753e3bb3c 37c0562428894261819796463b99be4a - - default default] Added segment 0f8f5cd3-512d-45b9-9ff3-9ca8e975a3ea of type vxlan for network 98631324-2c07-4a36-8a6b-966610eb6e35 [pid: 8|app: 0|req: 818/1582] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:56 2026] POST /v2.0/networks => generated 612 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:56.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3425d15-ebee-49d0-9c6e-e72e28151856 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 0f83c766-0ef0-4c6b-a007-5cdb23a29913 2026-07-29 20:11:56.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3425d15-ebee-49d0-9c6e-e72e28151856 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 0f83c766-0ef0-4c6b-a007-5cdb23a29913 2026-07-29 20:11:57.100 7 INFO neutron.db.l3_hamode_db [None req-1f646432-aad7-416c-9281-72c3e4030377 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 819/1583] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:11:56 2026] PUT /v2.0/routers/b02a8e49-f0f7-4d74-8670-7ffc8b934288/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1584] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:57 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: 8|app: 0|req: 821/1585] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:11:57 2026] GET /v2.0/ports?device_id=b02a8e49-f0f7-4d74-8670-7ffc8b934288 => 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: 765/1586] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:55 2026] POST /v2.0/routers => generated 727 bytes in 2038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1587] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:57 2026] GET /v2.0/security-groups?tenant_id=e4c30d04421f4294a27cfebd32bd6362&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:58.036 7 INFO neutron.db.segments_db [None req-4f10204b-4da7-4842-8735-cb293c24a725 f8aaefa6fef94e7d977ae80753e3bb3c 37c0562428894261819796463b99be4a - - default default] Added segment 4e81514f-4af8-4450-ac51-f8a127fe210b of type vxlan for network f16e3130-cb1e-48b9-a163-00c3a3aa0c08 [pid: 7|app: 0|req: 766/1588] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:57 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:11:58.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-72be277c-1693-4053-acfb-76474ea90a4d c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: c0b704ee-3aac-4432-a4fc-63793d7059e7 2026-07-29 20:11:58.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72be277c-1693-4053-acfb-76474ea90a4d c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: c0b704ee-3aac-4432-a4fc-63793d7059e7 2026-07-29 20:11:58.464 8 INFO neutron.services.segments.plugin [-] Segment 1cfa4a76-1091-4a21-b38c-759b6effde8a resource provider aggregate not found 2026-07-29 20:11:58.471 8 INFO neutron.services.segments.plugin [-] Segment 1cfa4a76-1091-4a21-b38c-759b6effde8a resource provider aggregate not found 2026-07-29 20:11:58.489 8 INFO neutron.services.segments.plugin [-] Segment 1cfa4a76-1091-4a21-b38c-759b6effde8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cfa4a76-1091-4a21-b38c-759b6effde8a found for delete ", "request_id": "req-97218fb1-ae4c-4e0e-bac8-1f61f1986b58"}]} 2026-07-29 20:11:58.490 8 INFO neutron.services.segments.plugin [-] Segment 1cfa4a76-1091-4a21-b38c-759b6effde8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1cfa4a76-1091-4a21-b38c-759b6effde8a found for delete ", "request_id": "req-c9083c11-ec66-4abf-9b88-89a11499a69b"}]} 2026-07-29 20:11:58.501 8 INFO neutron.db.l3_hamode_db [None req-72be277c-1693-4053-acfb-76474ea90a4d c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] HA network 5cc1105c-0fbc-444e-b804-e1e876f923bb was deleted as no HA routers are present in tenant bd0d5626a4654ce496812f08ec68766e. [pid: 8|app: 0|req: 823/1591] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:57 2026] DELETE /v2.0/routers/b02a8e49-f0f7-4d74-8670-7ffc8b934288 => generated 0 bytes in 510 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1592] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:58 2026] DELETE /v2.0/security-groups/07e94ce2-e381-4dfb-a27c-0d8f526df0a9 => 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: 825/1593] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:58 2026] POST /v2.0/subnets => generated 629 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1594] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:58 2026] DELETE /v2.0/subnets/2ba3098c-4806-47d5-bc04-62059143d331 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1595] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:11:59 2026] GET /v2.0/security-groups?tenant_id=84613e183d3d4f31a1fae2bf0d681144&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:11:59.237 8 INFO neutron.db.segments_db [None req-bf8b8f2a-d71b-407c-9a6c-865474c76f6d f8aaefa6fef94e7d977ae80753e3bb3c 37c0562428894261819796463b99be4a - - default default] Added segment c2e2031a-7e61-43a9-baba-afc08ab8e6f2 of type vxlan for network 8af53263-93d1-4fa8-a9b9-bbcd4547e719 [pid: 7|app: 0|req: 769/1596] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:11:58 2026] PUT /v2.0/routers/9f58a8cd-48bc-49f5-a604-33a6652652a0/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1597] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:59 2026] POST /v2.0/networks => generated 613 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1598] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:11:59 2026] DELETE /v2.0/subnets/a60326dd-a668-4c86-8100-ecd7a54b915f => 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: 829/1599] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:11:59 2026] DELETE /v2.0/security-groups/7cd46159-c112-42cd-b733-4e24204526d6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:11:59.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e774062-8b52-44f4-b0e2-5d391b28b34b c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 5786997e-b38b-475a-bde4-ff4e409167e0 2026-07-29 20:11:59.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e774062-8b52-44f4-b0e2-5d391b28b34b c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 5786997e-b38b-475a-bde4-ff4e409167e0 [pid: 7|app: 0|req: 771/1600] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:59 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1601] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:59 2026] DELETE /v2.0/networks/918e736d-fdc6-4d1b-81eb-ca4ddcd12c13 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:11:59.713 7 INFO neutron.db.segments_db [None req-25bfe696-871a-4375-ae26-424cd3b19484 f8aaefa6fef94e7d977ae80753e3bb3c 37c0562428894261819796463b99be4a - - default default] Added segment bc4bb534-75f6-473f-aabc-71a008a4cbb4 of type vxlan for network ce3ec2e7-ce41-4284-9c88-e7c482283dbe 2026-07-29 20:11:59.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-f97dedd9-fff9-4e35-a235-2a47c3ce84d9 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 1c213540-8819-4fbc-b4f1-42db39ac7e7d 2026-07-29 20:11:59.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f97dedd9-fff9-4e35-a235-2a47c3ce84d9 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 1c213540-8819-4fbc-b4f1-42db39ac7e7d [pid: 7|app: 0|req: 772/1602] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:11:59 2026] POST /v2.0/networks => generated 611 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1603] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:11:59 2026] DELETE /v2.0/networks/420aca7c-5b0b-472e-8ea2-2eae1b7d452d => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1604] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:11:59 2026] POST /v2.0/subnets => generated 629 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:00.188 8 INFO neutron.db.segments_db [None req-30876dd1-96d4-405d-b0d2-234044a37936 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment b6933661-ff30-4df3-ba30-82666e498774 of type vxlan for network 320fce5d-9d05-44b8-b501-4cb06037148f 2026-07-29 20:12:00.237 7 INFO neutron.db.segments_db [None req-d492b3f7-5c16-4cdc-ada6-66a107fc179b f8aaefa6fef94e7d977ae80753e3bb3c 37c0562428894261819796463b99be4a - - default default] Added segment 64297595-0552-4610-b49c-bf3af9f8dd25 of type vxlan for network 101a8e5d-8913-4773-92bc-b570aff320ce [pid: 8|app: 0|req: 832/1605] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:00 2026] POST /v2.0/networks => generated 611 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1606] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:00 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:00.520 8 INFO neutron.services.segments.plugin [-] Segment 62e0d6f4-e6ae-4816-aa0b-c9a732ddcb16 resource provider aggregate not found 2026-07-29 20:12:00.521 8 INFO neutron.services.segments.plugin [-] Segment 62e0d6f4-e6ae-4816-aa0b-c9a732ddcb16 resource provider aggregate not found 2026-07-29 20:12:00.556 8 INFO neutron.services.segments.plugin [-] Segment 62e0d6f4-e6ae-4816-aa0b-c9a732ddcb16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e0d6f4-e6ae-4816-aa0b-c9a732ddcb16 found for delete ", "request_id": "req-f0b227bb-d59b-4d1a-80ee-e0adbf213f32"}]} 2026-07-29 20:12:00.559 8 INFO neutron.services.segments.plugin [-] Segment 62e0d6f4-e6ae-4816-aa0b-c9a732ddcb16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62e0d6f4-e6ae-4816-aa0b-c9a732ddcb16 found for delete ", "request_id": "req-148c94dc-9e3b-4ff4-a4b1-60603610ce6d"}]} 2026-07-29 20:12:00.573 8 INFO neutron.services.segments.plugin [-] Segment 083f946f-dee1-42bb-9093-8b75f8789a7d resource provider aggregate not found 2026-07-29 20:12:00.587 8 INFO neutron.services.segments.plugin [-] Segment 083f946f-dee1-42bb-9093-8b75f8789a7d resource provider aggregate not found 2026-07-29 20:12:00.604 8 INFO neutron.services.segments.plugin [-] Segment 083f946f-dee1-42bb-9093-8b75f8789a7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 083f946f-dee1-42bb-9093-8b75f8789a7d found for delete ", "request_id": "req-670018cb-828a-46ac-ab2a-5e92fb4df0d8"}]} 2026-07-29 20:12:00.604 8 INFO neutron.services.segments.plugin [-] Segment 083f946f-dee1-42bb-9093-8b75f8789a7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 083f946f-dee1-42bb-9093-8b75f8789a7d found for delete ", "request_id": "req-febc667a-6fe2-478e-a376-6bffbeb833e0"}]} [pid: 7|app: 0|req: 775/1607] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:00 2026] POST /v2.0/subnets => generated 629 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1608] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:00 2026] POST /v2.0/subnets => generated 626 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1609] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:00 2026] PUT /v2.0/subnets/7b6bd138-0ab0-4503-9bac-c8d1a439f44b/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:00.703 8 INFO neutron.db.segments_db [None req-e0a70be4-6b70-46e5-aa2d-68bdb4c0d3e2 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment 9fd1d7cc-71f3-49d4-bde9-c4db98c3236e of type vxlan for network 94d91100-50ef-4476-a194-f57d5ad5c93d [pid: 7|app: 0|req: 777/1610] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:00 2026] PUT /v2.0/subnets/30010d4d-500f-41d5-9f50-f94242a5fe22/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1611] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:00 2026] PUT /v2.0/subnets/f528dfb0-2d65-4af2-bc71-df29f4936f00/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1612] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:00 2026] PUT /v2.0/subnets/95c6f6cc-121c-49a9-8c27-db96036d78f9/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1613] 10.0.0.222 () {32 vars in 663 bytes} [Wed Jul 29 20:12:00 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1614] 10.0.0.222 () {32 vars in 677 bytes} [Wed Jul 29 20:12:00 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:01.065 8 INFO neutron.db.l3_hamode_db [None req-e0a70be4-6b70-46e5-aa2d-68bdb4c0d3e2 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 782/1615] 10.0.0.222 () {32 vars in 673 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1616] 10.0.0.222 () {32 vars in 685 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1617] 10.0.0.222 () {32 vars in 671 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:01.195 8 INFO neutron.db.l3_hamode_db [None req-e0a70be4-6b70-46e5-aa2d-68bdb4c0d3e2 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 785/1618] 10.0.0.222 () {32 vars in 685 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1619] 10.0.0.222 () {32 vars in 681 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1620] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1621] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:01 2026] DELETE /v2.0/subnets/7b6bd138-0ab0-4503-9bac-c8d1a439f44b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1622] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:01 2026] DELETE /v2.0/subnets/30010d4d-500f-41d5-9f50-f94242a5fe22 => 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: 790/1623] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:01 2026] DELETE /v2.0/subnets/f528dfb0-2d65-4af2-bc71-df29f4936f00 => 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: 791/1624] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/networks?id=f73c4f21-b033-4c66-b2db-0e1bced45149 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1625] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:00 2026] POST /v2.0/routers => generated 507 bytes in 1242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1626] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/quotas/85ab112ba8834470abe9eaf14c9f142b => 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: 792/1627] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:01 2026] DELETE /v2.0/subnets/95c6f6cc-121c-49a9-8c27-db96036d78f9 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1628] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:12:01 2026] GET /v2.0/ports?tenant_id=85ab112ba8834470abe9eaf14c9f142b&fields=id => generated 57 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1629] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:02 2026] DELETE /v2.0/subnets/2b57bf7c-17ff-4064-bc11-f6eaa6120043 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1630] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:12:02 2026] GET /v2.0/networks/f73c4f21-b033-4c66-b2db-0e1bced45149?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1631] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:12:01 2026] POST /v2.0/ports => generated 948 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 837/1632] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:12:02 2026] GET /v2.0/networks/f73c4f21-b033-4c66-b2db-0e1bced45149?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:02.406 7 INFO neutron.services.segments.plugin [-] Segment 0f8f5cd3-512d-45b9-9ff3-9ca8e975a3ea resource provider aggregate not found 2026-07-29 20:12:02.411 7 INFO neutron.services.segments.plugin [-] Segment 0f8f5cd3-512d-45b9-9ff3-9ca8e975a3ea resource provider aggregate not found 2026-07-29 20:12:02.437 7 INFO neutron.services.segments.plugin [-] Segment 0f8f5cd3-512d-45b9-9ff3-9ca8e975a3ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8f5cd3-512d-45b9-9ff3-9ca8e975a3ea found for delete ", "request_id": "req-5bf0f5dc-16cf-4fbc-a7de-faed7b41f02d"}]} [pid: 7|app: 0|req: 796/1633] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:02 2026] DELETE /v2.0/networks/98631324-2c07-4a36-8a6b-966610eb6e35 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:02.443 7 INFO neutron.services.segments.plugin [-] Segment 0f8f5cd3-512d-45b9-9ff3-9ca8e975a3ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f8f5cd3-512d-45b9-9ff3-9ca8e975a3ea found for delete ", "request_id": "req-4bee3f15-460f-4d95-85b3-5c61418c4e6a"}]} [pid: 7|app: 0|req: 797/1634] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:02 2026] DELETE /v2.0/networks/f16e3130-cb1e-48b9-a163-00c3a3aa0c08 => 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: 798/1635] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:02 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => 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: 799/1636] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:02 2026] DELETE /v2.0/networks/8af53263-93d1-4fa8-a9b9-bbcd4547e719 => 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: 800/1637] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:02 2026] DELETE /v2.0/networks/ce3ec2e7-ce41-4284-9c88-e7c482283dbe => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1638] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:02 2026] DELETE /v2.0/networks/101a8e5d-8913-4773-92bc-b570aff320ce => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1639] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:12:02 2026] PUT /v2.0/routers/5d36618c-3a90-4e02-b789-35be6818abea/add_router_interface => generated 309 bytes in 1278 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 802/1640] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:12:03 2026] GET /v2.0/ports/4306da1d-b030-4c80-a380-6f656e465dcc => generated 1022 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1641] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:03 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:04.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5666fa4-8f63-4c5d-a74f-c5380a07e1d9 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 4306da1d-b030-4c80-a380-6f656e465dcc 2026-07-29 20:12:04.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5666fa4-8f63-4c5d-a74f-c5380a07e1d9 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 4306da1d-b030-4c80-a380-6f656e465dcc [pid: 8|app: 0|req: 840/1642] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:04 2026] GET /v2.0/security-groups?tenant_id=37c0562428894261819796463b99be4a&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1643] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:04 2026] DELETE /v2.0/security-groups/23092124-75c6-4318-9cb8-49b7c0ade483 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:04.468 7 INFO neutron.services.segments.plugin [-] Segment 4e81514f-4af8-4450-ac51-f8a127fe210b resource provider aggregate not found 2026-07-29 20:12:04.468 7 INFO neutron.services.segments.plugin [-] Segment 4e81514f-4af8-4450-ac51-f8a127fe210b resource provider aggregate not found 2026-07-29 20:12:04.503 7 INFO neutron.services.segments.plugin [-] Segment 4e81514f-4af8-4450-ac51-f8a127fe210b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e81514f-4af8-4450-ac51-f8a127fe210b found for delete ", "request_id": "req-56085e8f-5895-4c35-89f2-7cfda4741d6b"}]} 2026-07-29 20:12:04.515 7 INFO neutron.services.segments.plugin [-] Segment 4e81514f-4af8-4450-ac51-f8a127fe210b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e81514f-4af8-4450-ac51-f8a127fe210b found for delete ", "request_id": "req-042e73d1-0783-4c2e-ab27-4de31b437e60"}]} 2026-07-29 20:12:04.541 7 INFO neutron.services.segments.plugin [-] Segment c2e2031a-7e61-43a9-baba-afc08ab8e6f2 resource provider aggregate not found 2026-07-29 20:12:04.552 7 INFO neutron.services.segments.plugin [-] Segment c2e2031a-7e61-43a9-baba-afc08ab8e6f2 resource provider aggregate not found 2026-07-29 20:12:04.578 7 INFO neutron.services.segments.plugin [-] Segment c2e2031a-7e61-43a9-baba-afc08ab8e6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2e2031a-7e61-43a9-baba-afc08ab8e6f2 found for delete ", "request_id": "req-6a457522-8c0b-4ef4-b8d7-2bfc24bd069e"}]} 2026-07-29 20:12:04.583 7 INFO neutron.services.segments.plugin [-] Segment c2e2031a-7e61-43a9-baba-afc08ab8e6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2e2031a-7e61-43a9-baba-afc08ab8e6f2 found for delete ", "request_id": "req-94ef022e-0b35-4853-a90d-b946ffc7c9ae"}]} 2026-07-29 20:12:04.598 7 INFO neutron.services.segments.plugin [-] Segment bc4bb534-75f6-473f-aabc-71a008a4cbb4 resource provider aggregate not found 2026-07-29 20:12:04.603 7 INFO neutron.services.segments.plugin [-] Segment bc4bb534-75f6-473f-aabc-71a008a4cbb4 resource provider aggregate not found 2026-07-29 20:12:04.625 7 INFO neutron.services.segments.plugin [-] Segment bc4bb534-75f6-473f-aabc-71a008a4cbb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4bb534-75f6-473f-aabc-71a008a4cbb4 found for delete ", "request_id": "req-7eac3635-359b-4eea-8907-ba2ac15399b7"}]} 2026-07-29 20:12:04.632 7 INFO neutron.services.segments.plugin [-] Segment bc4bb534-75f6-473f-aabc-71a008a4cbb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc4bb534-75f6-473f-aabc-71a008a4cbb4 found for delete ", "request_id": "req-d3c627a5-ce18-4eaa-b276-73d184d05aee"}]} [pid: 8|app: 0|req: 842/1644] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:04 2026] GET /v2.0/security-groups?tenant_id=a30d9c0988cc489f8ead865deb11f2f6&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:04.661 7 INFO neutron.services.segments.plugin [-] Segment 64297595-0552-4610-b49c-bf3af9f8dd25 resource provider aggregate not found 2026-07-29 20:12:04.664 7 INFO neutron.services.segments.plugin [-] Segment 64297595-0552-4610-b49c-bf3af9f8dd25 resource provider aggregate not found 2026-07-29 20:12:04.683 7 INFO neutron.services.segments.plugin [-] Segment 64297595-0552-4610-b49c-bf3af9f8dd25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64297595-0552-4610-b49c-bf3af9f8dd25 found for delete ", "request_id": "req-3b00c5fd-5b05-4efd-a894-3444cc7c15e6"}]} 2026-07-29 20:12:04.685 7 INFO neutron.services.segments.plugin [-] Segment 64297595-0552-4610-b49c-bf3af9f8dd25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64297595-0552-4610-b49c-bf3af9f8dd25 found for delete ", "request_id": "req-5be8e2dc-4df8-450e-a44f-44c6d4d286cb"}]} [pid: 7|app: 0|req: 803/1645] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:12:03 2026] PUT /v2.0/routers/5d36618c-3a90-4e02-b789-35be6818abea/remove_router_interface => generated 309 bytes in 1012 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: 843/1646] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:04 2026] DELETE /v2.0/security-groups/bff53f63-b726-4cad-ad7b-d01fb9d9975b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1647] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:04 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:04.817 7 INFO neutron.api.v2.resource [None req-06aead14-6eaa-4eac-9169-51c7d1d7484e c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1648] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:12:04 2026] PUT /v2.0/routers/5d36618c-3a90-4e02-b789-35be6818abea/remove_router_interface => generated 197 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1649] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:04 2026] GET /v2.0/ports?device_id=5d36618c-3a90-4e02-b789-35be6818abea => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:05.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-98b85e70-1a40-4c6c-96c1-880ce0f55946 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 6e020962-5430-4db3-aa17-2b313f6242aa 2026-07-29 20:12:05.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98b85e70-1a40-4c6c-96c1-880ce0f55946 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 6e020962-5430-4db3-aa17-2b313f6242aa [pid: 8|app: 0|req: 846/1650] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:05 2026] GET /v2.0/security-groups?tenant_id=74fd90c8ec73453a9d4c046c1d6f57fe&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1651] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:05 2026] DELETE /v2.0/security-groups/925b8989-86fe-40f6-b306-bcf83b17bc6e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:05.328 7 INFO neutron.db.l3_hamode_db [None req-98b85e70-1a40-4c6c-96c1-880ce0f55946 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] HA network 94d91100-50ef-4476-a194-f57d5ad5c93d was deleted as no HA routers are present in tenant bd0d5626a4654ce496812f08ec68766e. [pid: 7|app: 0|req: 805/1652] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:04 2026] DELETE /v2.0/routers/5d36618c-3a90-4e02-b789-35be6818abea => generated 0 bytes in 483 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1653] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:05 2026] DELETE /v2.0/subnets/69584f39-7ee3-489c-b5e2-d2890d1891a4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1654] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:05 2026] DELETE /v2.0/networks/320fce5d-9d05-44b8-b501-4cb06037148f => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:05.673 8 INFO neutron.db.segments_db [None req-83a510b5-cc97-4557-a6de-f0b98587a841 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment 92e10a31-5e6c-4ce1-b208-2b4b463d5ab9 of type vxlan for network 778d1dc0-c896-4980-a735-47381228406c [pid: 8|app: 0|req: 849/1655] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:05 2026] POST /v2.0/networks => generated 610 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1656] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:05 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1657] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:05 2026] GET /v2.0/security-groups?tenant_id=ad9fa5621b5340cd8d1d9718836d85a9&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1658] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:06 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:06.082 7 INFO neutron.db.segments_db [None req-223f161e-b9b6-4345-93a6-223477cedd13 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment dfd6b86d-dcb4-4771-bbd4-33e5348e71f3 of type vxlan for network 4c7970cb-7f24-48f4-ad68-d71b987e3b11 [pid: 8|app: 0|req: 852/1659] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:06 2026] DELETE /v2.0/security-groups/57a6bb91-7084-46c1-9479-319498d0085c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:06.343 7 INFO neutron.db.l3_hamode_db [None req-223f161e-b9b6-4345-93a6-223477cedd13 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 853/1660] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:06 2026] GET /v2.0/security-groups?tenant_id=6626283595f44f7eac330ae58d7e28af&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:06.491 7 INFO neutron.db.l3_hamode_db [None req-223f161e-b9b6-4345-93a6-223477cedd13 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 854/1661] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:06 2026] DELETE /v2.0/security-groups/bc72d053-db05-4168-9737-c68efa04575a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:06.706 7 INFO neutron.services.segments.plugin [-] Segment 9fd1d7cc-71f3-49d4-bde9-c4db98c3236e resource provider aggregate not found 2026-07-29 20:12:06.711 7 INFO neutron.services.segments.plugin [-] Segment 9fd1d7cc-71f3-49d4-bde9-c4db98c3236e resource provider aggregate not found 2026-07-29 20:12:06.728 7 INFO neutron.services.segments.plugin [-] Segment 9fd1d7cc-71f3-49d4-bde9-c4db98c3236e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fd1d7cc-71f3-49d4-bde9-c4db98c3236e found for delete ", "request_id": "req-2358bdbb-0f64-4a9b-ad5f-bbd284c7716b"}]} 2026-07-29 20:12:06.729 7 INFO neutron.services.segments.plugin [-] Segment 9fd1d7cc-71f3-49d4-bde9-c4db98c3236e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fd1d7cc-71f3-49d4-bde9-c4db98c3236e found for delete ", "request_id": "req-13ba2fb4-f6b2-45fc-a8bf-9a1fbd600b9e"}]} 2026-07-29 20:12:06.754 7 INFO neutron.services.segments.plugin [-] Segment b6933661-ff30-4df3-ba30-82666e498774 resource provider aggregate not found 2026-07-29 20:12:06.760 7 INFO neutron.services.segments.plugin [-] Segment b6933661-ff30-4df3-ba30-82666e498774 resource provider aggregate not found 2026-07-29 20:12:06.785 7 INFO neutron.services.segments.plugin [-] Segment b6933661-ff30-4df3-ba30-82666e498774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6933661-ff30-4df3-ba30-82666e498774 found for delete ", "request_id": "req-684959ec-fe92-4ca2-8eea-1613ab899abb"}]} 2026-07-29 20:12:06.787 7 INFO neutron.services.segments.plugin [-] Segment b6933661-ff30-4df3-ba30-82666e498774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6933661-ff30-4df3-ba30-82666e498774 found for delete ", "request_id": "req-ecc97b30-6e0a-4622-b18c-00c023318033"}]} [pid: 8|app: 0|req: 855/1662] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:12:06 2026] GET /v2.0/networks?id=f73c4f21-b033-4c66-b2db-0e1bced45149 => generated 672 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1663] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:06 2026] POST /v2.0/routers => generated 506 bytes in 1175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1664] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:12:06 2026] POST /v2.0/ports => generated 954 bytes in 459 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: 809/1665] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:07 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 957 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1666] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:12:07 2026] PUT /v2.0/ports/0f5c4678-16fd-4978-8ab4-2eda8ec909f5 => generated 1235 bytes in 482 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: 811/1667] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:07 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:07.831 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ecc6cc23-e832-48c3-9ae8-5fd9c5f5969a'] response: {'name': 'network-changed', 'server_uuid': '48600426-e9bb-4550-a7c0-ad13f170ffc3', 'tag': '0f5c4678-16fd-4978-8ab4-2eda8ec909f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 812/1668] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:12:08 2026] GET /v2.0/ports?tenant_id=85ab112ba8834470abe9eaf14c9f142b&device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => 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: 813/1669] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:12:08 2026] GET /v2.0/networks?tenant_id=85ab112ba8834470abe9eaf14c9f142b&shared=False => generated 768 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1670] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:12:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1671] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:12:07 2026] PUT /v2.0/routers/5e2113a5-269f-4724-8cee-e7a03e928f1c/add_router_interface => generated 309 bytes in 1704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1672] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:08 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => 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: 815/1673] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:08 2026] GET /v2.0/security-groups?tenant_id=aefb1de988264e8cabc2f949e967afbb&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1674] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/ports/d9714c29-11a6-4af1-8576-1ddbfe6918d5 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1675] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1676] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:09 2026] DELETE /v2.0/security-groups/0b3960b8-a06a-4a78-865c-845384236160 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:09.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dcf6838-89d8-4cde-8547-f0a4779e8348 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: d9714c29-11a6-4af1-8576-1ddbfe6918d5 2026-07-29 20:12:09.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dcf6838-89d8-4cde-8547-f0a4779e8348 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: d9714c29-11a6-4af1-8576-1ddbfe6918d5 [pid: 8|app: 0|req: 861/1677] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:12:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1678] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/ports?tenant_id=85ab112ba8834470abe9eaf14c9f142b&device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1679] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:12:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1680] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0f5c4678-16fd-4978-8ab4-2eda8ec909f5 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1681] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:12:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1682] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:12:09 2026] PUT /v2.0/routers/5e2113a5-269f-4724-8cee-e7a03e928f1c/remove_router_interface => generated 309 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1683] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/subnets?id=e1e08d03-687d-4afb-961e-e4cf3222f3f2 => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1684] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/ports?device_id=5e2113a5-269f-4724-8cee-e7a03e928f1c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1685] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/ports?network_id=f73c4f21-b033-4c66-b2db-0e1bced45149&device_owner=network%3Adhcp => 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: 818/1686] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:12:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1687] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/networks/f73c4f21-b033-4c66-b2db-0e1bced45149?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1688] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:12:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1689] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:12:09 2026] GET /v2.0/networks/f73c4f21-b033-4c66-b2db-0e1bced45149?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: 822/1690] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:12:09 2026] PUT /v2.0/subnetpools/ae0646de-1591-4a68-8b38-6314e3c25fb3/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:10.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a8457f9-a935-44c8-a16d-9836efddf1ee c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 4d22d2f7-0fd8-4e29-a5a7-81c71b6ad9a2 2026-07-29 20:12:10.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a8457f9-a935-44c8-a16d-9836efddf1ee c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 4d22d2f7-0fd8-4e29-a5a7-81c71b6ad9a2 [pid: 7|app: 0|req: 823/1691] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:12:09 2026] PUT /v2.0/subnetpools/95346254-3098-4d68-b8fb-3bd72dbc84c6/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: 824/1692] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:12:10 2026] PUT /v2.0/subnetpools/e1eea3d3-1bd6-4042-8324-c2e7efb30714/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1693] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:12:10 2026] PUT /v2.0/subnetpools/3b4e433b-c39b-4108-aacb-b78c864069d4/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: 826/1694] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => 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: 827/1695] 10.0.0.222 () {32 vars in 671 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1696] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&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: 829/1697] 10.0.0.222 () {32 vars in 685 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1698] 10.0.0.222 () {32 vars in 681 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1699] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1700] 10.0.0.222 () {32 vars in 679 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:10.355 8 INFO neutron.services.segments.plugin [-] Segment dfd6b86d-dcb4-4771-bbd4-33e5348e71f3 resource provider aggregate not found 2026-07-29 20:12:10.360 8 INFO neutron.services.segments.plugin [-] Segment dfd6b86d-dcb4-4771-bbd4-33e5348e71f3 resource provider aggregate not found [pid: 7|app: 0|req: 833/1701] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:10.376 8 INFO neutron.services.segments.plugin [-] Segment dfd6b86d-dcb4-4771-bbd4-33e5348e71f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd6b86d-dcb4-4771-bbd4-33e5348e71f3 found for delete ", "request_id": "req-5b59e228-bccd-4b0c-9cfe-1e997b42fd15"}]} 2026-07-29 20:12:10.378 8 INFO neutron.services.segments.plugin [-] Segment dfd6b86d-dcb4-4771-bbd4-33e5348e71f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd6b86d-dcb4-4771-bbd4-33e5348e71f3 found for delete ", "request_id": "req-3d2931de-8b6d-49c2-a1c3-74a740a1960b"}]} [pid: 7|app: 0|req: 834/1702] 10.0.0.222 () {32 vars in 689 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:10.395 8 INFO neutron.db.l3_hamode_db [None req-2a8457f9-a935-44c8-a16d-9836efddf1ee c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] HA network 4c7970cb-7f24-48f4-ad68-d71b987e3b11 was deleted as no HA routers are present in tenant bd0d5626a4654ce496812f08ec68766e. [pid: 8|app: 0|req: 869/1703] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:09 2026] DELETE /v2.0/routers/5e2113a5-269f-4724-8cee-e7a03e928f1c => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1704] 10.0.0.222 () {32 vars in 701 bytes} [Wed Jul 29 20:12:10 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1705] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:10 2026] DELETE /v2.0/subnetpools/ae0646de-1591-4a68-8b38-6314e3c25fb3 => 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: 837/1706] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:10 2026] DELETE /v2.0/subnetpools/95346254-3098-4d68-b8fb-3bd72dbc84c6 => 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: 870/1707] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:10 2026] DELETE /v2.0/subnets/82390639-947d-4a69-9b47-f1d5277951e4 => 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: 838/1708] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:10 2026] DELETE /v2.0/subnetpools/e1eea3d3-1bd6-4042-8324-c2e7efb30714 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1709] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:10 2026] DELETE /v2.0/subnetpools/3b4e433b-c39b-4108-aacb-b78c864069d4 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1710] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:10 2026] DELETE /v2.0/subnetpools/8121f301-9001-43b4-a76b-216bcd60c08d => 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: 871/1711] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:10 2026] DELETE /v2.0/networks/778d1dc0-c896-4980-a735-47381228406c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:10.806 7 INFO neutron.db.segments_db [None req-c5e95ca7-800b-4bc1-ac78-cb593f64a8ea c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Added segment bce5de85-38f8-4543-a16b-8f50dec60289 of type vxlan for network 7acc1388-dbf4-4268-8228-6d558f3a7aa4 2026-07-29 20:12:11.116 7 INFO neutron.db.l3_hamode_db [None req-c5e95ca7-800b-4bc1-ac78-cb593f64a8ea c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:12:11.374 8 INFO neutron.db.segments_db [None req-36a92aa7-dccc-4d58-9556-9b7eb56e929f 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Added segment 86fa4273-690f-4836-a7a0-b08ff7a7cf4e of type vxlan for network fe690bed-1442-47db-bba4-54322a38e56e [pid: 8|app: 0|req: 872/1712] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:10 2026] POST /v2.0/networks => generated 631 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1713] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:11 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => 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: 874/1714] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:11 2026] POST /v2.0/subnets => generated 627 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1715] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:11 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:11.827 7 INFO neutron.db.l3_hamode_db [None req-c5e95ca7-800b-4bc1-ac78-cb593f64a8ea c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 876/1716] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:11 2026] GET /v2.0/security-groups?tenant_id=7a66c0cf41404ff7a4fc473d3002afbf&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:12.063 8 INFO neutron.db.segments_db [None req-bac7c655-40c0-4a79-b9fe-95d061e4b84f 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Added segment ff10ca0e-2548-4bd4-bee8-b247aa2d3627 of type vxlan for network c233f37a-d662-4967-84bc-2a146ac94b92 2026-07-29 20:12:12.326 8 INFO neutron.db.l3_hamode_db [None req-bac7c655-40c0-4a79-b9fe-95d061e4b84f 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:12:12.398 8 INFO neutron.services.segments.plugin [-] Segment 92e10a31-5e6c-4ce1-b208-2b4b463d5ab9 resource provider aggregate not found 2026-07-29 20:12:12.399 8 INFO neutron.services.segments.plugin [-] Segment 92e10a31-5e6c-4ce1-b208-2b4b463d5ab9 resource provider aggregate not found 2026-07-29 20:12:12.433 8 INFO neutron.services.segments.plugin [-] Segment 92e10a31-5e6c-4ce1-b208-2b4b463d5ab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e10a31-5e6c-4ce1-b208-2b4b463d5ab9 found for delete ", "request_id": "req-83e0787d-568e-4353-99a4-1e4cdf1591ba"}]} 2026-07-29 20:12:12.434 8 INFO neutron.services.segments.plugin [-] Segment 92e10a31-5e6c-4ce1-b208-2b4b463d5ab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e10a31-5e6c-4ce1-b208-2b4b463d5ab9 found for delete ", "request_id": "req-c93ece8e-b64d-452f-8c72-ae25d89066c0"}]} [pid: 7|app: 0|req: 841/1717] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:10 2026] POST /v2.0/routers => generated 688 bytes in 2053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1718] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:12 2026] DELETE /v2.0/security-groups/303a6aed-5748-4077-93b6-f4544e13d8ac => 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: 843/1719] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:12 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1720] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:12:13 2026] GET /v2.0/routers/99b49431-f4c5-4668-8a47-b83eab4836ee => generated 694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1723] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:13 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:13.266 8 INFO neutron.db.l3_hamode_db [None req-bac7c655-40c0-4a79-b9fe-95d061e4b84f 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 848/1724] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:13 2026] GET /v2.0/security-groups?tenant_id=48a7a725b4624841812f0a542946e256&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1725] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:12:13 2026] GET /v2.0/routers => generated 697 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1726] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:13 2026] DELETE /v2.0/security-groups/42d80235-6b3b-4595-9207-fa81acf33f72 => 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: 851/1727] 10.0.0.222 () {34 vars in 740 bytes} [Wed Jul 29 20:12:13 2026] PUT /v2.0/routers/99b49431-f4c5-4668-8a47-b83eab4836ee => generated 701 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1728] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:13 2026] GET /v2.0/security-groups?tenant_id=f5352c60f4674bb78a12e68ad20024af&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1729] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:12:13 2026] GET /v2.0/routers/99b49431-f4c5-4668-8a47-b83eab4836ee => generated 701 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1730] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:12 2026] POST /v2.0/routers => generated 695 bytes in 2103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1731] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:14 2026] GET /v2.0/ports?device_id=99b49431-f4c5-4668-8a47-b83eab4836ee => 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: 854/1732] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:14 2026] DELETE /v2.0/security-groups/19415fd1-b569-420c-ba04-048b2d7170ad => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:14.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc92019a-2611-4677-b412-7e858731de47 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 690c09b5-364e-46b8-9f9f-ddef22d9d723 2026-07-29 20:12:14.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc92019a-2611-4677-b412-7e858731de47 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 690c09b5-364e-46b8-9f9f-ddef22d9d723 2026-07-29 20:12:14.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc92019a-2611-4677-b412-7e858731de47 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] TaaS: Handle Delete Port: 0ab0f500-bd95-4c56-a1b2-4a2bc34b8a8b 2026-07-29 20:12:14.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc92019a-2611-4677-b412-7e858731de47 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] Tap Mirror: Handle Delete Port: 0ab0f500-bd95-4c56-a1b2-4a2bc34b8a8b 2026-07-29 20:12:15.036 7 INFO neutron.services.segments.plugin [-] Segment bce5de85-38f8-4543-a16b-8f50dec60289 resource provider aggregate not found 2026-07-29 20:12:15.049 7 INFO neutron.services.segments.plugin [-] Segment bce5de85-38f8-4543-a16b-8f50dec60289 resource provider aggregate not found 2026-07-29 20:12:15.059 7 INFO neutron.services.segments.plugin [-] Segment bce5de85-38f8-4543-a16b-8f50dec60289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bce5de85-38f8-4543-a16b-8f50dec60289 found for delete ", "request_id": "req-6e4b137d-95de-4c92-8379-46e0d7b0602d"}]} 2026-07-29 20:12:15.073 7 INFO neutron.services.segments.plugin [-] Segment bce5de85-38f8-4543-a16b-8f50dec60289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bce5de85-38f8-4543-a16b-8f50dec60289 found for delete ", "request_id": "req-414f337d-a25c-49ae-9070-31bb4068ad76"}]} 2026-07-29 20:12:15.077 7 INFO neutron.db.l3_hamode_db [None req-cc92019a-2611-4677-b412-7e858731de47 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] HA network 7acc1388-dbf4-4268-8228-6d558f3a7aa4 was deleted as no HA routers are present in tenant bd0d5626a4654ce496812f08ec68766e. [pid: 7|app: 0|req: 855/1733] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:14 2026] DELETE /v2.0/routers/99b49431-f4c5-4668-8a47-b83eab4836ee => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1734] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:15 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1735] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:15 2026] GET /v2.0/ports?device_id=99b49431-f4c5-4668-8a47-b83eab4836ee => 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: 858/1736] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:15 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:15.178 7 INFO neutron.api.v2.resource [None req-7ccd1428-71e1-4a76-8760-c54ba14641dc c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1737] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/routers/99b49431-f4c5-4668-8a47-b83eab4836ee => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1738] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:15 2026] GET /v2.0/ports?device_id=5e2113a5-269f-4724-8cee-e7a03e928f1c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:15.222 7 INFO neutron.api.v2.resource [None req-e07d18be-9182-4694-877d-fe367e7103bd c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1739] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/routers/5e2113a5-269f-4724-8cee-e7a03e928f1c => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:15.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ad44d76-6354-4ee6-911c-a603ce470dd0 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1740] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/subnets/82390639-947d-4a69-9b47-f1d5277951e4 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1741] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:15 2026] GET /v2.0/ports?device_id=5d36618c-3a90-4e02-b789-35be6818abea => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:15.291 7 INFO neutron.api.v2.resource [None req-a2f656cb-7be2-440b-93c9-3c13243d7110 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1742] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/routers/5d36618c-3a90-4e02-b789-35be6818abea => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:15.313 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8d9946d-1e01-4148-9892-859fce7832c3 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1743] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/subnets/69584f39-7ee3-489c-b5e2-d2890d1891a4 => 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: 866/1744] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:15 2026] GET /v2.0/ports?device_id=b02a8e49-f0f7-4d74-8670-7ffc8b934288 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:15.364 7 INFO neutron.api.v2.resource [None req-c850d393-ed5f-4d9f-92ba-6fa8d4505f23 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1745] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/routers/b02a8e49-f0f7-4d74-8670-7ffc8b934288 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:15.381 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab4086db-8263-4a21-9e54-9e571c157771 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1746] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/subnets/2ba3098c-4806-47d5-bc04-62059143d331 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:15.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a528e80-ea4e-49c5-97c2-c8e9b3f0a770 c1125f7a30534772b6244999a7b34829 bd0d5626a4654ce496812f08ec68766e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 869/1747] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:15 2026] DELETE /v2.0/subnets/a60326dd-a668-4c86-8100-ecd7a54b915f => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1748] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:12:14 2026] PUT /v2.0/routers/f49d6253-50d7-45e8-a9f2-e14a1493b6ec/add_router_interface => generated 309 bytes in 1458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1749] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:12:15 2026] POST /v2.0/ports => generated 959 bytes in 370 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: 880/1750] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:15 2026] GET /v2.0/security-groups?tenant_id=bd0d5626a4654ce496812f08ec68766e&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1751] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:16 2026] DELETE /v2.0/security-groups/2e02a3b4-9711-4a9a-8dc8-fa38a9a6afe7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1752] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:12:15 2026] POST /v2.0/ports => generated 954 bytes in 302 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: 882/1753] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:16 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1754] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:16 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:17.374 7 INFO neutron.db.l3_db [None req-5584edf5-82c1-46e2-838e-8172ed51f08e 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Floating IP 9bd6b35e-fef9-40f4-be70-bd7874d53c44 associated. External IP: 10.96.250.212, port: c978fae4-edd1-467e-9a9d-f20e175d1850. [pid: 7|app: 0|req: 872/1755] 10.0.0.222 () {34 vars in 676 bytes} [Wed Jul 29 20:12:16 2026] POST /v2.0/floatingips => generated 841 bytes in 1433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1756] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:17 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:17.884 8 INFO neutron.db.l3_db [None req-711729df-888f-4e7b-a952-99997ed600a8 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Floating IP 9bd6b35e-fef9-40f4-be70-bd7874d53c44 disassociated. External IP: 10.96.250.212, port: c978fae4-edd1-467e-9a9d-f20e175d1850. [pid: 7|app: 0|req: 874/1757] 10.0.0.222 () {34 vars in 677 bytes} [Wed Jul 29 20:12:17 2026] POST /v2.0/qos/policies => generated 359 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1758] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:18 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1759] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:12:17 2026] PUT /v2.0/floatingips/9bd6b35e-fef9-40f4-be70-bd7874d53c44 => generated 552 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1760] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:12:18 2026] PUT /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:18.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-854d5a45-a263-4173-9d91-7878c7af5145 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] TaaS: Handle Delete Port: 05c1be2c-d0f9-4f40-9959-be6f8a1b2726 2026-07-29 20:12:18.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-854d5a45-a263-4173-9d91-7878c7af5145 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Tap Mirror: Handle Delete Port: 05c1be2c-d0f9-4f40-9959-be6f8a1b2726 [pid: 7|app: 0|req: 876/1761] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:12:18 2026] POST /v2.0/security-groups => generated 1623 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1762] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:18 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1763] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:12:18 2026] GET /v2.0/security-groups => generated 4528 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1764] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:18 2026] DELETE /v2.0/floatingips/9bd6b35e-fef9-40f4-be70-bd7874d53c44 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1765] 10.0.0.222 () {34 vars in 763 bytes} [Wed Jul 29 20:12:18 2026] PUT /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1766] 10.0.0.222 () {34 vars in 757 bytes} [Wed Jul 29 20:12:18 2026] PUT /v2.0/security-groups/d291dc1c-7da4-4253-84fc-2f03cd8a0eb6 => generated 1661 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1767] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:18 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1768] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:12:18 2026] GET /v2.0/security-groups/d291dc1c-7da4-4253-84fc-2f03cd8a0eb6 => generated 1661 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1769] 10.0.0.222 () {34 vars in 759 bytes} [Wed Jul 29 20:12:18 2026] PUT /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1770] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:18 2026] DELETE /v2.0/security-groups/d291dc1c-7da4-4253-84fc-2f03cd8a0eb6 => 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: 892/1771] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:18 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1772] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:12:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1773] 10.0.0.222 () {34 vars in 781 bytes} [Wed Jul 29 20:12:18 2026] PUT /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-29 20:12:19.048 8 INFO neutron.api.v2.resource [None req-42cde7ca-e00c-4d0e-a7be-02ab5f1abde5 1a0fc831b15c4c489e60d712e03ab769 e2027f76d98c4bbe874503bf97c95c23 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 895/1774] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:19 2026] DELETE /v2.0/security-groups/d291dc1c-7da4-4253-84fc-2f03cd8a0eb6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1775] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1776] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:12:19 2026] POST /v2.0/security-groups => generated 1625 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1777] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:12:19 2026] PUT /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:19.318 7 INFO neutron.db.l3_db [None req-a72ee80e-80fb-4a86-b36b-bdfcbf9afc34 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Floating IP 1dd72b53-c384-47eb-b611-fcae2f6b1ec0 associated. External IP: 10.96.250.218, port: b2dba10c-55da-4c46-9776-552956f80e50. [pid: 8|app: 0|req: 899/1778] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1779] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1780] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => 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: 902/1781] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/security-group-rules/9ba3e24d-791d-42e0-a6f4-be19ec3c6a13 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1782] 10.0.0.222 () {32 vars in 740 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1783] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/security-groups?id=e21c315e-0c83-4ef7-922d-5977cf8328ca&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: 880/1784] 10.0.0.222 () {34 vars in 676 bytes} [Wed Jul 29 20:12:18 2026] POST /v2.0/floatingips => generated 843 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1785] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:19.627 7 INFO neutron.api.v2.resource [None req-c45eff10-6dea-4769-a007-bbda347b671e c005663dcd094aa3a8169e67c47cdb18 3e84e15d7a60404f8a02135caf7e0c2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1786] 10.0.0.222 () {32 vars in 744 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1787] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/floatingips/1dd72b53-c384-47eb-b611-fcae2f6b1ec0 => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1788] 10.0.0.222 () {32 vars in 743 bytes} [Wed Jul 29 20:12:19 2026] DELETE /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1789] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:12:19 2026] DELETE /v2.0/security-group-rules/9ba3e24d-791d-42e0-a6f4-be19ec3c6a13 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1790] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1791] 10.0.0.222 () {32 vars in 654 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/floatingips => generated 846 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1792] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:19.787 8 INFO neutron.api.v2.resource [None req-cd02a54d-9253-4ae5-bc93-1dd14df21d24 c005663dcd094aa3a8169e67c47cdb18 3e84e15d7a60404f8a02135caf7e0c2a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 909/1793] 10.0.0.222 () {32 vars in 747 bytes} [Wed Jul 29 20:12:19 2026] DELETE /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/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: 910/1794] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1795] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:19 2026] DELETE /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1796] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/security-group-rules/723688a7-0bcb-475e-a6e0-421d0933840e => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1797] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:19 2026] GET /v2.0/policies/9aa173f3-e629-48d6-9978-b261b9b99391/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1798] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:12:19 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: 915/1799] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:12:20 2026] DELETE /v2.0/qos/policies/9aa173f3-e629-48d6-9978-b261b9b99391 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1800] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:12:20 2026] DELETE /v2.0/security-group-rules/723688a7-0bcb-475e-a6e0-421d0933840e => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:20.170 7 INFO neutron.db.l3_db [None req-a0a33442-0200-4fb7-8865-64fbab942dad 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Floating IP 1dd72b53-c384-47eb-b611-fcae2f6b1ec0 associated. External IP: 10.96.250.218, port: b2dba10c-55da-4c46-9776-552956f80e50. [pid: 8|app: 0|req: 917/1801] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:12:20 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1802] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:12:20 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:20.295 8 INFO neutron.db.securitygroups_db [None req-1be7147e-32a7-42f2-957e-567bc463af9b 1a0fc831b15c4c489e60d712e03ab769 e2027f76d98c4bbe874503bf97c95c23 - - default default] Project e2027f76d98c4bbe874503bf97c95c23 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: 919/1803] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:20.470 8 INFO neutron_taas.services.taas.taas_plugin [req-7a6cfbc2-aa57-4389-a86c-578c1f11dead req-be615e5c-4567-44aa-a82a-9f641c24c727 7eb3693a7ece43edaddf408bc176ae40 85ab112ba8834470abe9eaf14c9f142b - - default default] TaaS: Handle Delete Port: 0f5c4678-16fd-4978-8ab4-2eda8ec909f5 2026-07-29 20:12:20.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a6cfbc2-aa57-4389-a86c-578c1f11dead req-be615e5c-4567-44aa-a82a-9f641c24c727 7eb3693a7ece43edaddf408bc176ae40 85ab112ba8834470abe9eaf14c9f142b - - default default] Tap Mirror: Handle Delete Port: 0f5c4678-16fd-4978-8ab4-2eda8ec909f5 [pid: 8|app: 0|req: 920/1804] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:12:20 2026] DELETE /v2.0/ports/0f5c4678-16fd-4978-8ab4-2eda8ec909f5 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1805] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:20 2026] GET /v2.0/security-group-rules/a6318f66-6dde-4ac3-a66c-c672305d0262 => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1806] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:20 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:20.671 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9412b839-e068-4776-b44e-61defcec355c'] response: {'server_uuid': '48600426-e9bb-4550-a7c0-ad13f170ffc3', 'name': 'network-vif-deleted', 'tag': '0f5c4678-16fd-4978-8ab4-2eda8ec909f5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 885/1807] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:12:19 2026] PUT /v2.0/floatingips/1dd72b53-c384-47eb-b611-fcae2f6b1ec0 => generated 841 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1808] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:12:20 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:20.838 7 INFO neutron.db.l3_db [None req-85fb327d-dd53-40c6-a447-7fbd9e9923f6 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Floating IP 1dd72b53-c384-47eb-b611-fcae2f6b1ec0 disassociated. External IP: 10.96.250.218, port: c978fae4-edd1-467e-9a9d-f20e175d1850. [pid: 8|app: 0|req: 924/1809] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:20 2026] GET /v2.0/security-groups?tenant_id=552e23117e2840a8b723d482cb3c9d6b&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1810] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:12:20 2026] DELETE /v2.0/security-group-rules/a6318f66-6dde-4ac3-a66c-c672305d0262 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1811] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:21 2026] DELETE /v2.0/security-groups/26d57ba1-de01-47df-a026-b7fca6d43270 => 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: 886/1812] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:12:20 2026] PUT /v2.0/floatingips/1dd72b53-c384-47eb-b611-fcae2f6b1ec0 => generated 552 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1813] 10.0.0.222 () {32 vars in 672 bytes} [Wed Jul 29 20:12:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1814] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:21 2026] DELETE /v2.0/security-groups/bb2a5fd9-512d-43ec-97a9-db00e06f0b78 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:21.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-cdbccef6-dab7-4d87-87b8-4a7a57442dcb 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] TaaS: Handle Delete Port: 014aff8a-aa8f-40ce-8e76-b0a16ba23738 2026-07-29 20:12:21.288 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdbccef6-dab7-4d87-87b8-4a7a57442dcb 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Tap Mirror: Handle Delete Port: 014aff8a-aa8f-40ce-8e76-b0a16ba23738 [pid: 8|app: 0|req: 929/1815] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:21 2026] GET /v2.0/security-groups?tenant_id=3e84e15d7a60404f8a02135caf7e0c2a&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1816] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:21 2026] DELETE /v2.0/floatingips/1dd72b53-c384-47eb-b611-fcae2f6b1ec0 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1817] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:12:21 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:21.453 8 INFO neutron.api.v2.resource [None req-61c19ee8-40d9-4c8e-8375-5ef0b63c9ddf 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 931/1818] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:21 2026] DELETE /v2.0/floatingips/1dd72b53-c384-47eb-b611-fcae2f6b1ec0 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1819] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:12:21 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) [pid: 7|app: 0|req: 888/1820] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:21 2026] DELETE /v2.0/security-groups/6249664d-a9d6-49ed-bca7-1138882d87da => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:21.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee07730d-01b4-4d3b-8605-4122de6f15e3 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] TaaS: Handle Delete Port: c978fae4-edd1-467e-9a9d-f20e175d1850 2026-07-29 20:12:21.616 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee07730d-01b4-4d3b-8605-4122de6f15e3 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Tap Mirror: Handle Delete Port: c978fae4-edd1-467e-9a9d-f20e175d1850 [pid: 7|app: 0|req: 889/1821] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:21 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => 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: 933/1822] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:21 2026] DELETE /v2.0/ports/c978fae4-edd1-467e-9a9d-f20e175d1850 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:21.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c0ae397-bd07-4be1-8265-e5a852539498 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] TaaS: Handle Delete Port: b2dba10c-55da-4c46-9776-552956f80e50 2026-07-29 20:12:21.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c0ae397-bd07-4be1-8265-e5a852539498 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Tap Mirror: Handle Delete Port: b2dba10c-55da-4c46-9776-552956f80e50 [pid: 7|app: 0|req: 890/1823] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:21 2026] DELETE /v2.0/ports/b2dba10c-55da-4c46-9776-552956f80e50 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1824] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:22 2026] GET /v2.0/security-groups?tenant_id=e2027f76d98c4bbe874503bf97c95c23&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1825] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:22 2026] GET /v2.0/ports?device_id=f49d6253-50d7-45e8-a9f2-e14a1493b6ec => generated 958 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1826] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:22 2026] DELETE /v2.0/security-groups/7392f73d-b4cd-48a0-9a15-b312b465344a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:22.502 8 INFO neutron_taas.services.taas.taas_plugin [None req-c25e764b-1ca2-4c92-a758-9903c9704779 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] TaaS: Handle Delete Port: e5148ce9-cd19-4937-9242-22ef1b5fe96d 2026-07-29 20:12:22.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c25e764b-1ca2-4c92-a758-9903c9704779 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Tap Mirror: Handle Delete Port: e5148ce9-cd19-4937-9242-22ef1b5fe96d [pid: 7|app: 0|req: 893/1827] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:22 2026] GET /v2.0/ports?device_id=48600426-e9bb-4550-a7c0-ad13f170ffc3 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1828] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:12:22 2026] PUT /v2.0/routers/f49d6253-50d7-45e8-a9f2-e14a1493b6ec/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:23.328 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cbf3cdd-bebd-4a68-9668-f84f51a1317a 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] TaaS: Handle Delete Port: 35217f8a-fdf8-4cc6-8fc2-ba6af3300373 2026-07-29 20:12:23.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cbf3cdd-bebd-4a68-9668-f84f51a1317a 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Tap Mirror: Handle Delete Port: 35217f8a-fdf8-4cc6-8fc2-ba6af3300373 2026-07-29 20:12:23.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cbf3cdd-bebd-4a68-9668-f84f51a1317a 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] TaaS: Handle Delete Port: 7c5b3627-d8a2-491a-b695-781740487c4c 2026-07-29 20:12:23.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cbf3cdd-bebd-4a68-9668-f84f51a1317a 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] Tap Mirror: Handle Delete Port: 7c5b3627-d8a2-491a-b695-781740487c4c 2026-07-29 20:12:23.911 7 INFO neutron.services.segments.plugin [-] Segment ff10ca0e-2548-4bd4-bee8-b247aa2d3627 resource provider aggregate not found 2026-07-29 20:12:23.915 7 INFO neutron.services.segments.plugin [-] Segment ff10ca0e-2548-4bd4-bee8-b247aa2d3627 resource provider aggregate not found 2026-07-29 20:12:23.938 7 INFO neutron.services.segments.plugin [-] Segment ff10ca0e-2548-4bd4-bee8-b247aa2d3627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff10ca0e-2548-4bd4-bee8-b247aa2d3627 found for delete ", "request_id": "req-b9243861-6b20-4b42-a982-91497289d972"}]} 2026-07-29 20:12:23.939 7 INFO neutron.services.segments.plugin [-] Segment ff10ca0e-2548-4bd4-bee8-b247aa2d3627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff10ca0e-2548-4bd4-bee8-b247aa2d3627 found for delete ", "request_id": "req-1897572e-5eb4-4ff3-a0da-dc81567e6374"}]} 2026-07-29 20:12:23.951 7 INFO neutron.db.l3_hamode_db [None req-1cbf3cdd-bebd-4a68-9668-f84f51a1317a 1cea515e0ee64db79543732dffa7da23 4de7757820b14ad8b3226b06ea6478ef - - default default] HA network c233f37a-d662-4967-84bc-2a146ac94b92 was deleted as no HA routers are present in tenant 4de7757820b14ad8b3226b06ea6478ef. [pid: 7|app: 0|req: 894/1829] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:23 2026] DELETE /v2.0/routers/f49d6253-50d7-45e8-a9f2-e14a1493b6ec => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1830] 10.0.0.222 () {32 vars in 622 bytes} [Wed Jul 29 20:12:24 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1831] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:23 2026] DELETE /v2.0/subnets/237ba174-b9ad-4bb7-b5e2-61f7c7cb7844 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1832] 10.0.0.222 () {32 vars in 632 bytes} [Wed Jul 29 20:12:24 2026] GET /v2.0/ => generated 632 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:24.287 8 INFO neutron.services.segments.plugin [-] Segment 86fa4273-690f-4836-a7a0-b08ff7a7cf4e resource provider aggregate not found 2026-07-29 20:12:24.293 8 INFO neutron.services.segments.plugin [-] Segment 86fa4273-690f-4836-a7a0-b08ff7a7cf4e resource provider aggregate not found 2026-07-29 20:12:24.315 8 INFO neutron.services.segments.plugin [-] Segment 86fa4273-690f-4836-a7a0-b08ff7a7cf4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fa4273-690f-4836-a7a0-b08ff7a7cf4e found for delete ", "request_id": "req-de9a5c1f-377c-4e20-bb75-eb5062e3eecc"}]} 2026-07-29 20:12:24.315 8 INFO neutron.services.segments.plugin [-] Segment 86fa4273-690f-4836-a7a0-b08ff7a7cf4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86fa4273-690f-4836-a7a0-b08ff7a7cf4e found for delete ", "request_id": "req-4eebd330-434e-40fa-a382-9e6c27f0bbbe"}]} [pid: 8|app: 0|req: 937/1833] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:24 2026] DELETE /v2.0/networks/fe690bed-1442-47db-bba4-54322a38e56e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1834] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:24 2026] GET /v2.0/security-groups?tenant_id=02e064f07e5d4be394c20dc6b773eb63&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1835] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:24 2026] GET /v2.0/security-groups?tenant_id=4de7757820b14ad8b3226b06ea6478ef&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1836] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:12:24 2026] POST /v2.0/security-groups => generated 1601 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1837] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:25 2026] DELETE /v2.0/security-groups/71eb7b18-3ded-4cc3-806b-9e66c955c947 => 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: 900/1838] 10.0.0.222 () {34 vars in 766 bytes} [Wed Jul 29 20:12:25 2026] PUT /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1839] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:25 2026] DELETE /v2.0/security-groups/3f5fc495-411f-48e8-8930-308d54b0c8e8 => 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: 901/1840] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1841] 10.0.0.222 () {34 vars in 777 bytes} [Wed Jul 29 20:12:25 2026] PUT /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1842] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1843] 10.0.0.222 () {34 vars in 773 bytes} [Wed Jul 29 20:12:25 2026] PUT /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1844] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1845] 10.0.0.222 () {34 vars in 795 bytes} [Wed Jul 29 20:12:25 2026] PUT /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1846] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1847] 10.0.0.222 () {34 vars in 766 bytes} [Wed Jul 29 20:12:25 2026] PUT /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:25.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f2553b4-3b63-4fe2-ad0d-3438958801ed f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 3562aeec-c7fb-4a64-9b1c-ce6f8aed37b7 2026-07-29 20:12:25.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f2553b4-3b63-4fe2-ad0d-3438958801ed f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 3562aeec-c7fb-4a64-9b1c-ce6f8aed37b7 [pid: 7|app: 0|req: 909/1848] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1849] 10.0.0.222 () {32 vars in 754 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:25.648 7 INFO neutron.api.v2.resource [None req-13a3c976-9dd2-42ca-9dfe-6dfb779b402e 2c3a326e38b64668a10d11cd561ae6b0 4f5f099a22554a23b783a7f56194478b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 911/1850] 10.0.0.222 () {32 vars in 758 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1851] 10.0.0.222 () {32 vars in 757 bytes} [Wed Jul 29 20:12:25 2026] DELETE /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1852] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:25.768 7 INFO neutron.api.v2.resource [None req-26071e82-df0f-4520-b79d-3126efe5dff0 2c3a326e38b64668a10d11cd561ae6b0 4f5f099a22554a23b783a7f56194478b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1853] 10.0.0.222 () {32 vars in 761 bytes} [Wed Jul 29 20:12:25 2026] DELETE /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1854] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:12:25 2026] DELETE /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1855] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:12:25 2026] GET /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1856] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:25 2026] DELETE /v2.0/security-groups/0ea3cdaa-5180-4a7d-9747-01c275350eca => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1857] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:12:25 2026] PUT /v2.0/routers/9f58a8cd-48bc-49f5-a604-33a6652652a0/remove_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:26.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff20d6d7-f1b4-41e1-8b25-f07db771d40f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 5e8bab50-9737-4d45-b9aa-e61d0874f2c7 2026-07-29 20:12:26.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff20d6d7-f1b4-41e1-8b25-f07db771d40f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 5e8bab50-9737-4d45-b9aa-e61d0874f2c7 2026-07-29 20:12:26.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff20d6d7-f1b4-41e1-8b25-f07db771d40f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: e7c0421b-9e44-4e92-82a4-20142c1abef4 2026-07-29 20:12:26.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff20d6d7-f1b4-41e1-8b25-f07db771d40f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: e7c0421b-9e44-4e92-82a4-20142c1abef4 2026-07-29 20:12:26.907 7 INFO neutron.services.segments.plugin [-] Segment 95ceb095-bea1-4ce8-9972-8db607a22d5b resource provider aggregate not found 2026-07-29 20:12:26.916 7 INFO neutron.services.segments.plugin [-] Segment 95ceb095-bea1-4ce8-9972-8db607a22d5b resource provider aggregate not found [pid: 8|app: 0|req: 941/1858] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:26 2026] GET /v2.0/security-groups?tenant_id=5e8d9d2aa72f42cdbf83cbbd5e57b1c9&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:26.925 7 INFO neutron.services.segments.plugin [-] Segment 95ceb095-bea1-4ce8-9972-8db607a22d5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95ceb095-bea1-4ce8-9972-8db607a22d5b found for delete ", "request_id": "req-05c64b10-9416-4c73-9a2e-e1a1fd27bd60"}]} 2026-07-29 20:12:26.934 7 INFO neutron.db.l3_hamode_db [None req-ff20d6d7-f1b4-41e1-8b25-f07db771d40f f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] HA network f78b6188-b825-43c2-9147-c71ed763517b was deleted as no HA routers are present in tenant 85ab112ba8834470abe9eaf14c9f142b. 2026-07-29 20:12:26.946 7 INFO neutron.services.segments.plugin [-] Segment 95ceb095-bea1-4ce8-9972-8db607a22d5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95ceb095-bea1-4ce8-9972-8db607a22d5b found for delete ", "request_id": "req-43ca9d9d-833c-4244-98c8-0f4f6059a02d"}]} [pid: 7|app: 0|req: 918/1859] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:26 2026] DELETE /v2.0/routers/9f58a8cd-48bc-49f5-a604-33a6652652a0 => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1860] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:26 2026] DELETE /v2.0/security-groups/44273e88-0b72-4940-b5b2-b5b848c424a9 => 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: 919/1861] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:26 2026] DELETE /v2.0/subnets/e1e08d03-687d-4afb-961e-e4cf3222f3f2 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:27.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-78c95259-ef07-47d9-9817-f5d13b32b6dd f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 7f5dadfc-d57a-4e22-9960-90cf0cd5f0aa 2026-07-29 20:12:27.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78c95259-ef07-47d9-9817-f5d13b32b6dd f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 7f5dadfc-d57a-4e22-9960-90cf0cd5f0aa 2026-07-29 20:12:27.344 8 INFO neutron.services.segments.plugin [-] Segment b04e990d-08e1-4dbc-a4ec-4c9e6f71e008 resource provider aggregate not found 2026-07-29 20:12:27.346 8 INFO neutron.services.segments.plugin [-] Segment b04e990d-08e1-4dbc-a4ec-4c9e6f71e008 resource provider aggregate not found 2026-07-29 20:12:27.362 8 INFO neutron.services.segments.plugin [-] Segment b04e990d-08e1-4dbc-a4ec-4c9e6f71e008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b04e990d-08e1-4dbc-a4ec-4c9e6f71e008 found for delete ", "request_id": "req-adab37af-ea3a-4a34-bf89-fe389e4f7ae6"}]} 2026-07-29 20:12:27.363 8 INFO neutron.services.segments.plugin [-] Segment b04e990d-08e1-4dbc-a4ec-4c9e6f71e008 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b04e990d-08e1-4dbc-a4ec-4c9e6f71e008 found for delete ", "request_id": "req-c62b9b07-9ffc-48e4-8e89-35f5da02a037"}]} [pid: 8|app: 0|req: 943/1862] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:27 2026] DELETE /v2.0/networks/f73c4f21-b033-4c66-b2db-0e1bced45149 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1863] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:27 2026] GET /v2.0/security-groups?tenant_id=4f5f099a22554a23b783a7f56194478b&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:27.465 7 INFO neutron.db.segments_db [None req-640e5ae7-fec8-4cd6-9318-9cd16bcdc2c7 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] Added segment e106aa65-bd8d-4a87-953a-0471fa038aa3 of type vxlan for network efcd37f1-e4cc-406f-b905-be97c64d2604 [pid: 8|app: 0|req: 945/1864] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:27 2026] DELETE /v2.0/security-groups/dc403605-52d4-470b-9b76-d43518bc5e99 => 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: 946/1865] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:27 2026] GET /v2.0/security-groups?tenant_id=85ab112ba8834470abe9eaf14c9f142b&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1866] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:27 2026] POST /v2.0/networks => generated 630 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1867] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:27 2026] DELETE /v2.0/security-groups/e21c315e-0c83-4ef7-922d-5977cf8328ca => 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: 921/1870] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:12:27 2026] POST /v2.0/ports => generated 778 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:28.008 8 INFO neutron.db.segments_db [None req-ccbd6afb-077b-46a0-98db-30a07f2ea085 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] Added segment 1594a395-98fe-4dc6-993d-41716668e003 of type vxlan for network d8d3ace8-508e-493b-9973-f1992ad02c97 [pid: 8|app: 0|req: 950/1871] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:27 2026] POST /v2.0/networks => generated 616 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: 7|app: 0|req: 922/1872] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:28 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1873] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:12:28 2026] POST /v2.0/ports => generated 962 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:28.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-d556304d-cf86-48d0-ad0a-840e5ad486af b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] TaaS: Handle Delete Port: 66f939a1-c96d-48f1-84e0-d9b3c3dc2f47 2026-07-29 20:12:28.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d556304d-cf86-48d0-ad0a-840e5ad486af b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] Tap Mirror: Handle Delete Port: 66f939a1-c96d-48f1-84e0-d9b3c3dc2f47 [pid: 7|app: 0|req: 923/1874] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:28 2026] DELETE /v2.0/ports/66f939a1-c96d-48f1-84e0-d9b3c3dc2f47 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:12:28.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b21c05e7-310a-4a5f-9e43-3a8894317ad1 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 952/1875] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:28 2026] DELETE /v2.0/ports/66f939a1-c96d-48f1-84e0-d9b3c3dc2f47 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:29.022 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ac565ee-51a9-4c9e-9587-db18dd64b068 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 924/1876] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:12:28 2026] GET /v2.0/ports/66f939a1-c96d-48f1-84e0-d9b3c3dc2f47 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1877] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:29 2026] DELETE /v2.0/subnets/d0586507-96f6-4ca2-b5ba-84563065ab20 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:29.320 7 INFO neutron.services.segments.plugin [-] Segment 1594a395-98fe-4dc6-993d-41716668e003 resource provider aggregate not found 2026-07-29 20:12:29.320 7 INFO neutron.services.segments.plugin [-] Segment 1594a395-98fe-4dc6-993d-41716668e003 resource provider aggregate not found 2026-07-29 20:12:29.347 7 INFO neutron.services.segments.plugin [-] Segment 1594a395-98fe-4dc6-993d-41716668e003 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1594a395-98fe-4dc6-993d-41716668e003 found for delete ", "request_id": "req-da02cc38-06e7-4562-b70c-4788e91b6201"}]} 2026-07-29 20:12:29.350 7 INFO neutron.services.segments.plugin [-] Segment 1594a395-98fe-4dc6-993d-41716668e003 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1594a395-98fe-4dc6-993d-41716668e003 found for delete ", "request_id": "req-d6135fa2-e36d-4583-abd2-e0b3f248ffee"}]} [pid: 7|app: 0|req: 925/1878] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:29 2026] DELETE /v2.0/networks/d8d3ace8-508e-493b-9973-f1992ad02c97 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:29.448 8 INFO neutron.db.segments_db [None req-426af007-2051-464d-ac7d-a367221e9f11 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] Added segment fd26e8dc-a65d-4670-b0ef-ad40c219aab9 of type vxlan for network 84a00f60-9976-4f89-815b-e330bfc8a84e [pid: 8|app: 0|req: 954/1879] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:29 2026] POST /v2.0/networks => generated 617 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1880] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:29 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1881] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:12:29 2026] POST /v2.0/ports => generated 919 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:30.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e1a8bed-ba90-4351-b67e-8414bb3d1ed3 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] TaaS: Handle Delete Port: a6b9f352-6421-46fa-b5ae-1b7dd8d9614c 2026-07-29 20:12:30.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e1a8bed-ba90-4351-b67e-8414bb3d1ed3 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] Tap Mirror: Handle Delete Port: a6b9f352-6421-46fa-b5ae-1b7dd8d9614c [pid: 7|app: 0|req: 927/1882] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:30 2026] GET /v2.0/security-groups?tenant_id=457e8bb15bd44ea2aeb937629a4ad45d&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1883] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:30 2026] DELETE /v2.0/ports/a6b9f352-6421-46fa-b5ae-1b7dd8d9614c => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:30.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6c7f373-e0ec-426f-8f8c-88500c6d4dae b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 957/1884] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:12:30 2026] GET /v2.0/ports/a6b9f352-6421-46fa-b5ae-1b7dd8d9614c => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1885] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:30 2026] DELETE /v2.0/security-groups/f75e8252-9c4d-478e-98b2-b4cceaad6e9e => 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: 958/1886] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:30 2026] DELETE /v2.0/subnets/488fb95e-dcc3-4dc4-a702-bf6d13fe1402 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1887] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:30 2026] DELETE /v2.0/networks/84a00f60-9976-4f89-815b-e330bfc8a84e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1888] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:30 2026] GET /v2.0/security-groups?tenant_id=0af69634d059487eb7cc02759764dee7&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1889] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:30 2026] DELETE /v2.0/security-groups/8dbd64d5-118c-48af-bbf3-e63d62c29282 => 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: 930/1890] 10.0.0.222 () {34 vars in 664 bytes} [Wed Jul 29 20:12:30 2026] POST /v2.0/ports => generated 778 bytes in 314 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: 931/1891] 10.0.0.222 () {34 vars in 736 bytes} [Wed Jul 29 20:12:31 2026] PUT /v2.0/ports/a544435b-5409-4f8a-9805-f39578c15f7f => generated 752 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:12:31.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b315f9a-89e6-4bb9-89d9-46dbeaff0163 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] TaaS: Handle Delete Port: a544435b-5409-4f8a-9805-f39578c15f7f 2026-07-29 20:12:31.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b315f9a-89e6-4bb9-89d9-46dbeaff0163 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] Tap Mirror: Handle Delete Port: a544435b-5409-4f8a-9805-f39578c15f7f 2026-07-29 20:12:31.367 7 INFO neutron.services.segments.plugin [-] Segment fd26e8dc-a65d-4670-b0ef-ad40c219aab9 resource provider aggregate not found 2026-07-29 20:12:31.375 7 INFO neutron.services.segments.plugin [-] Segment fd26e8dc-a65d-4670-b0ef-ad40c219aab9 resource provider aggregate not found 2026-07-29 20:12:31.387 7 INFO neutron.services.segments.plugin [-] Segment fd26e8dc-a65d-4670-b0ef-ad40c219aab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd26e8dc-a65d-4670-b0ef-ad40c219aab9 found for delete ", "request_id": "req-e6d2a0e7-4836-4c56-bffd-5c76ed072fa3"}]} 2026-07-29 20:12:31.405 7 INFO neutron.services.segments.plugin [-] Segment fd26e8dc-a65d-4670-b0ef-ad40c219aab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd26e8dc-a65d-4670-b0ef-ad40c219aab9 found for delete ", "request_id": "req-0f5e246b-dced-4a25-8993-cb1d700cdc74"}]} [pid: 7|app: 0|req: 932/1892] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:31 2026] DELETE /v2.0/ports/a544435b-5409-4f8a-9805-f39578c15f7f => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:31.433 8 INFO neutron.db.segments_db [None req-0c40319a-3a26-4334-a038-857b9f734759 cba6976b3c9c436caaf9033433874f1f d1a5969b54374e0fbb53a11e9b6b047c - - default default] Added segment 8d6367e7-7087-47db-bdaf-e69bc3dfd78f of type vxlan for network 463ed611-f1b6-470a-ae07-aac2e8118ff4 [pid: 7|app: 0|req: 933/1893] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:12:31 2026] GET /v2.0/ports => generated 781 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:31.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0bf40687-e009-44cf-8286-60d36f8abb24 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1894] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:12:31 2026] GET /v2.0/ports/a544435b-5409-4f8a-9805-f39578c15f7f => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1895] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:12:31 2026] GET /v2.0/ports => generated 781 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1896] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:31 2026] POST /v2.0/networks => generated 612 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1897] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:12:31 2026] GET /v2.0/ports/aacfa2d3-dc8a-414e-92b1-f247c201b443 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:31.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33ca8258-ea0d-4e61-b69b-dae266cd6114 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 937/1898] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:31 2026] DELETE /v2.0/ports/a6b9f352-6421-46fa-b5ae-1b7dd8d9614c => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:31.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb077adf-909d-4a33-afb3-15e043a5bb88 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1899] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:31 2026] DELETE /v2.0/subnets/488fb95e-dcc3-4dc4-a702-bf6d13fe1402 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:31.622 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98acc3b1-c4a5-4afb-a445-71817181bcc8 b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 939/1900] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:31 2026] DELETE /v2.0/subnets/d0586507-96f6-4ca2-b5ba-84563065ab20 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:31.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-93ad7a73-3c9b-47f6-879d-9d55c6644f6a b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] TaaS: Handle Delete Port: aacfa2d3-dc8a-414e-92b1-f247c201b443 2026-07-29 20:12:31.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93ad7a73-3c9b-47f6-879d-9d55c6644f6a b61e13aa2b114974af59a71e888dfaf8 72a058fe1baf484d9bc3fc0987e3c68a - - default default] Tap Mirror: Handle Delete Port: aacfa2d3-dc8a-414e-92b1-f247c201b443 [pid: 7|app: 0|req: 940/1901] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:31 2026] DELETE /v2.0/ports/aacfa2d3-dc8a-414e-92b1-f247c201b443 => 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: 962/1902] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:12:31 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 941/1903] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:31 2026] DELETE /v2.0/networks/efcd37f1-e4cc-406f-b905-be97c64d2604 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1904] 10.0.0.222 () {34 vars in 665 bytes} [Wed Jul 29 20:12:31 2026] POST /v2.0/trunks => generated 407 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1905] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:12:32 2026] PUT /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1906] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1907] 10.0.0.222 () {34 vars in 759 bytes} [Wed Jul 29 20:12:32 2026] PUT /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags/green => 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: 965/1908] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1909] 10.0.0.222 () {34 vars in 755 bytes} [Wed Jul 29 20:12:32 2026] PUT /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1910] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1911] 10.0.0.222 () {34 vars in 777 bytes} [Wed Jul 29 20:12:32 2026] PUT /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags/black.or.white => 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: 946/1912] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1913] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:12:32 2026] PUT /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1914] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1915] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1916] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/security-groups?tenant_id=72a058fe1baf484d9bc3fc0987e3c68a&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:32.622 8 INFO neutron.api.v2.resource [None req-ccfefdb8-29f8-4645-a8fd-d2840fcdef51 cba6976b3c9c436caaf9033433874f1f d1a5969b54374e0fbb53a11e9b6b047c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 968/1917] 10.0.0.222 () {32 vars in 740 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1918] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:32 2026] DELETE /v2.0/security-groups/15135d80-445c-4104-9b18-f073416671ae => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:32.718 7 INFO neutron.db.segments_db [None req-35a8127f-b21a-42e5-983e-ba2abc517ab7 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] Added segment 1c121850-8a44-4534-a747-2a72a6368713 of type vxlan for network 3b477ad2-e925-494f-895a-5c685eafb894 [pid: 8|app: 0|req: 970/1919] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:32 2026] DELETE /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1920] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:32.787 8 INFO neutron.api.v2.resource [None req-c50982c8-bb82-4664-b780-ac64d566e868 cba6976b3c9c436caaf9033433874f1f d1a5969b54374e0fbb53a11e9b6b047c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 972/1921] 10.0.0.222 () {32 vars in 743 bytes} [Wed Jul 29 20:12:32 2026] DELETE /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1922] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:32 2026] POST /v2.0/networks => generated 708 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1923] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:12:32 2026] DELETE /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1924] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b/tags => 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: 975/1925] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1926] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:12:32 2026] GET /v2.0/ports/addd45a8-7b16-4337-abd8-9e94b5279741 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1927] 10.0.0.222 () {32 vars in 721 bytes} [Wed Jul 29 20:12:32 2026] DELETE /v2.0/trunks/c20aff8d-ba7a-46ae-a6d7-6c5c93bd0c8b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1928] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:32 2026] POST /v2.0/subnets => generated 644 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:33.044 7 WARNING neutron.api.v2.base [None req-01f4ccd0-af4d-4aea-a28a-f37b40b66b16 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - 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-07-29 20:12:33.045 7 INFO neutron.api.v2.resource [None req-01f4ccd0-af4d-4aea-a28a-f37b40b66b16 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 952/1929] 10.0.0.222 () {34 vars in 680 bytes} [Wed Jul 29 20:12:33 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-29 20:12:33.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-163a1273-3a20-4ba4-8cfd-8c2b04b29cb9 cba6976b3c9c436caaf9033433874f1f d1a5969b54374e0fbb53a11e9b6b047c - - default default] TaaS: Handle Delete Port: addd45a8-7b16-4337-abd8-9e94b5279741 2026-07-29 20:12:33.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-163a1273-3a20-4ba4-8cfd-8c2b04b29cb9 cba6976b3c9c436caaf9033433874f1f d1a5969b54374e0fbb53a11e9b6b047c - - default default] Tap Mirror: Handle Delete Port: addd45a8-7b16-4337-abd8-9e94b5279741 [pid: 7|app: 0|req: 953/1930] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:33 2026] DELETE /v2.0/networks/3b477ad2-e925-494f-895a-5c685eafb894 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1931] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:12:33 2026] DELETE /v2.0/ports/addd45a8-7b16-4337-abd8-9e94b5279741 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:33.299 8 INFO neutron.db.segments_db [None req-72a0ea6b-daee-4897-b06b-a2f96874dce4 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] Added segment e912b0b1-405c-4263-a891-f30b166d86fc of type vxlan for network a28f7271-72b2-47d1-a492-89ae37d67e1c [pid: 7|app: 0|req: 954/1932] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:33 2026] DELETE /v2.0/networks/463ed611-f1b6-470a-ae07-aac2e8118ff4 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1933] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:33 2026] POST /v2.0/networks => generated 707 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:33.403 7 INFO neutron.services.segments.plugin [-] Segment e106aa65-bd8d-4a87-953a-0471fa038aa3 resource provider aggregate not found 2026-07-29 20:12:33.419 7 INFO neutron.services.segments.plugin [-] Segment e106aa65-bd8d-4a87-953a-0471fa038aa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e106aa65-bd8d-4a87-953a-0471fa038aa3 found for delete ", "request_id": "req-ae6c60d5-8006-4093-a9fc-a5974f28d261"}]} 2026-07-29 20:12:33.425 7 INFO neutron.services.segments.plugin [-] Segment e106aa65-bd8d-4a87-953a-0471fa038aa3 resource provider aggregate not found 2026-07-29 20:12:33.439 7 INFO neutron.services.segments.plugin [-] Segment e106aa65-bd8d-4a87-953a-0471fa038aa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e106aa65-bd8d-4a87-953a-0471fa038aa3 found for delete ", "request_id": "req-03a1f0bb-a9c3-48d4-90ab-2e353e78aff5"}]} 2026-07-29 20:12:33.444 7 INFO neutron.services.segments.plugin [-] Segment 1c121850-8a44-4534-a747-2a72a6368713 resource provider aggregate not found 2026-07-29 20:12:33.455 7 INFO neutron.services.segments.plugin [-] Segment 1c121850-8a44-4534-a747-2a72a6368713 resource provider aggregate not found 2026-07-29 20:12:33.461 7 INFO neutron.services.segments.plugin [-] Segment 1c121850-8a44-4534-a747-2a72a6368713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c121850-8a44-4534-a747-2a72a6368713 found for delete ", "request_id": "req-22c96d7f-913a-46ad-a871-10103420a407"}]} 2026-07-29 20:12:33.478 7 INFO neutron.services.segments.plugin [-] Segment 8d6367e7-7087-47db-bdaf-e69bc3dfd78f resource provider aggregate not found 2026-07-29 20:12:33.482 7 INFO neutron.services.segments.plugin [-] Segment 1c121850-8a44-4534-a747-2a72a6368713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c121850-8a44-4534-a747-2a72a6368713 found for delete ", "request_id": "req-1ead0cf1-8b68-41d4-b32c-681b2dac361a"}]} 2026-07-29 20:12:33.500 7 INFO neutron.services.segments.plugin [-] Segment 8d6367e7-7087-47db-bdaf-e69bc3dfd78f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d6367e7-7087-47db-bdaf-e69bc3dfd78f found for delete ", "request_id": "req-cccf0eec-ab65-47c2-8845-d9e80a0ac713"}]} 2026-07-29 20:12:33.501 7 INFO neutron.services.segments.plugin [-] Segment 8d6367e7-7087-47db-bdaf-e69bc3dfd78f resource provider aggregate not found 2026-07-29 20:12:33.519 7 INFO neutron.services.segments.plugin [-] Segment 8d6367e7-7087-47db-bdaf-e69bc3dfd78f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d6367e7-7087-47db-bdaf-e69bc3dfd78f found for delete ", "request_id": "req-35e80736-fd3c-4734-aa16-6220a14bdbc6"}]} [pid: 7|app: 0|req: 955/1934] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:33 2026] POST /v2.0/subnets => generated 647 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:33.621 8 WARNING neutron.api.v2.base [None req-84ea2251-7b48-409c-94b6-d30bfded7aa3 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - 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-07-29 20:12:33.622 8 INFO neutron.api.v2.resource [None req-84ea2251-7b48-409c-94b6-d30bfded7aa3 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 980/1935] 10.0.0.222 () {34 vars in 680 bytes} [Wed Jul 29 20:12:33 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: 956/1936] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:33 2026] DELETE /v2.0/networks/a28f7271-72b2-47d1-a492-89ae37d67e1c => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:33.859 8 INFO neutron.db.segments_db [None req-1af7a287-5037-4863-b911-dc81b2960dc9 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] Added segment 5f2eb556-3628-49b4-a8f4-56067d7fa8b4 of type vxlan for network 578a541c-18f0-4515-b181-c9a53fe8200d [pid: 8|app: 0|req: 981/1937] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:33 2026] POST /v2.0/networks => generated 707 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1938] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:33 2026] GET /v2.0/security-groups?tenant_id=d1a5969b54374e0fbb53a11e9b6b047c&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1939] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:33 2026] POST /v2.0/subnets => generated 647 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1940] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:34 2026] DELETE /v2.0/security-groups/96a70bd6-d3fb-4233-be57-aac2d228709a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1941] 10.0.0.222 () {34 vars in 680 bytes} [Wed Jul 29 20:12:34 2026] POST /v2.0/rbac-policies => generated 324 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1942] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:34 2026] GET /v2.0/security-groups?tenant_id=bc737e49884c4e8592b4092ba79bcc33&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1943] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:34 2026] DELETE /v2.0/security-groups/819f5027-dfc8-4724-a040-8ce58d1ed51b => 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: 960/1944] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:12:34 2026] GET /v2.0/networks/578a541c-18f0-4515-b181-c9a53fe8200d => generated 654 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:35.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecf845e7-325a-45e0-adb2-988928b0391f 310e26cbbd7c48d7a17e69dc5757021f f795a1813c724a6ebb5f8930c6ada284 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/1945] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:12:35 2026] GET /v2.0/networks/578a541c-18f0-4515-b181-c9a53fe8200d => generated 138 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:35.524 7 INFO neutron.services.segments.plugin [-] Segment e912b0b1-405c-4263-a891-f30b166d86fc resource provider aggregate not found 2026-07-29 20:12:35.545 7 INFO neutron.services.segments.plugin [-] Segment e912b0b1-405c-4263-a891-f30b166d86fc resource provider aggregate not found 2026-07-29 20:12:35.555 7 INFO neutron.services.segments.plugin [-] Segment e912b0b1-405c-4263-a891-f30b166d86fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e912b0b1-405c-4263-a891-f30b166d86fc found for delete ", "request_id": "req-c2566500-e9ea-49bb-b7c7-ad8850e68c74"}]} 2026-07-29 20:12:35.573 7 INFO neutron.services.segments.plugin [-] Segment e912b0b1-405c-4263-a891-f30b166d86fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e912b0b1-405c-4263-a891-f30b166d86fc found for delete ", "request_id": "req-3a5fa315-3496-479e-a790-e50b216e7dc2"}]} [pid: 7|app: 0|req: 961/1946] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:35 2026] DELETE /v2.0/networks/578a541c-18f0-4515-b181-c9a53fe8200d => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:35.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b896b9f-9477-4210-b24b-8f1d33db16bb b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 986/1947] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:35 2026] DELETE /v2.0/subnets/859b02e8-447c-49a4-b63d-1e8e9baf6c11 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:35.642 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d63d9b04-ad23-4083-93b4-1a50ccca9e9c b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 962/1948] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:35 2026] DELETE /v2.0/subnets/f5db8a60-14f7-4021-8bfc-fdb5a7a46b7c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:12:35.665 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2a2075e-3e28-4a96-931b-cdabd4d7fc32 b0a7b8916d9f422d83bcde4ecae3752b d8ee0c239cc14f9caca089cd494cb383 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 987/1949] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:35 2026] DELETE /v2.0/subnets/8e73d7b9-f626-4ea9-8735-3b7dce5dd20a => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1950] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:36 2026] GET /v2.0/security-groups?tenant_id=31b5e1f79133449bb2b209a406709571&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1951] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:36 2026] GET /v2.0/security-groups?tenant_id=dda247402fcf4103884d36073637be41&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1952] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:36 2026] DELETE /v2.0/security-groups/1fa16c07-3ccd-485f-8c7b-d56dfa16fab8 => 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: 989/1953] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:36 2026] DELETE /v2.0/security-groups/ae4b3c82-5568-4eb1-a7fd-ac7257869627 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1954] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:36 2026] GET /v2.0/security-groups?tenant_id=f795a1813c724a6ebb5f8930c6ada284&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: 990/1955] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:37 2026] DELETE /v2.0/security-groups/a57e6cb4-8fb3-406a-9028-b9c246faf47d => 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: 966/1956] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:37 2026] GET /v2.0/security-groups?tenant_id=d8ee0c239cc14f9caca089cd494cb383&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1957] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:37 2026] DELETE /v2.0/security-groups/df40eee5-c215-4f18-ada6-4171f670216b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:37.569 7 INFO neutron.services.segments.plugin [-] Segment 5f2eb556-3628-49b4-a8f4-56067d7fa8b4 resource provider aggregate not found 2026-07-29 20:12:37.581 7 INFO neutron.services.segments.plugin [-] Segment 5f2eb556-3628-49b4-a8f4-56067d7fa8b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2eb556-3628-49b4-a8f4-56067d7fa8b4 found for delete ", "request_id": "req-0265e0ab-992d-4d84-8360-34eab2c91392"}]} 2026-07-29 20:12:37.590 7 INFO neutron.services.segments.plugin [-] Segment 5f2eb556-3628-49b4-a8f4-56067d7fa8b4 resource provider aggregate not found 2026-07-29 20:12:37.606 7 INFO neutron.services.segments.plugin [-] Segment 5f2eb556-3628-49b4-a8f4-56067d7fa8b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f2eb556-3628-49b4-a8f4-56067d7fa8b4 found for delete ", "request_id": "req-840774bb-3b9f-49dd-a62e-10227d9ce803"}]} 2026-07-29 20:12:38.491 7 INFO neutron.db.segments_db [None req-ccadc802-f85e-4629-aaed-d890d239ca97 ea810f31f3c449ac94ef14cd4c87f7ea 49c2c13cb35a462d9876ca5959ad463b - - default default] Added segment 2593f256-51ff-4bbf-a53d-b7b11d56827c of type vxlan for network 4601a3ed-f821-4a40-89f5-9276352137f6 [pid: 7|app: 0|req: 967/1958] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:38 2026] POST /v2.0/networks => generated 612 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:38.650 8 INFO neutron.db.segments_db [None req-3f0fb010-8d1e-4431-927e-dfe755316697 ea810f31f3c449ac94ef14cd4c87f7ea 49c2c13cb35a462d9876ca5959ad463b - - default default] Added segment 30e88bc5-474d-4297-a2ba-2b894d92ccfe of type vxlan for network cf8ffaa9-e7ee-4f7d-a170-1fcb4535e926 [pid: 8|app: 0|req: 992/1959] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:38 2026] POST /v2.0/networks => generated 612 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1960] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:12:38 2026] PUT /v2.0/networks/4601a3ed-f821-4a40-89f5-9276352137f6/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: 993/1961] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:38 2026] GET /v2.0/networks/4601a3ed-f821-4a40-89f5-9276352137f6/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: 969/1962] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:12:38 2026] PUT /v2.0/networks/cf8ffaa9-e7ee-4f7d-a170-1fcb4535e926/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1963] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:38 2026] GET /v2.0/networks/cf8ffaa9-e7ee-4f7d-a170-1fcb4535e926/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1964] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:12:38 2026] PUT /v2.0/networks/cf8ffaa9-e7ee-4f7d-a170-1fcb4535e926/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1965] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:39 2026] GET /v2.0/networks/cf8ffaa9-e7ee-4f7d-a170-1fcb4535e926/tags => 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: 971/1966] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:12:39 2026] GET /v2.0/networks/4601a3ed-f821-4a40-89f5-9276352137f6/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:39.242 8 INFO neutron.services.segments.plugin [-] Segment 2593f256-51ff-4bbf-a53d-b7b11d56827c resource provider aggregate not found 2026-07-29 20:12:39.248 8 INFO neutron.services.segments.plugin [-] Segment 2593f256-51ff-4bbf-a53d-b7b11d56827c resource provider aggregate not found 2026-07-29 20:12:39.263 8 INFO neutron.services.segments.plugin [-] Segment 2593f256-51ff-4bbf-a53d-b7b11d56827c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2593f256-51ff-4bbf-a53d-b7b11d56827c found for delete ", "request_id": "req-91bdda73-9136-4a00-b0e3-6641af8482b6"}]} [pid: 8|app: 0|req: 996/1967] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:39 2026] DELETE /v2.0/networks/4601a3ed-f821-4a40-89f5-9276352137f6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:39.272 8 INFO neutron.services.segments.plugin [-] Segment 2593f256-51ff-4bbf-a53d-b7b11d56827c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2593f256-51ff-4bbf-a53d-b7b11d56827c found for delete ", "request_id": "req-437fb910-69da-43ec-95c5-1a47440a9fa4"}]} [pid: 7|app: 0|req: 972/1968] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:12:39 2026] DELETE /v2.0/networks/cf8ffaa9-e7ee-4f7d-a170-1fcb4535e926 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:12:39.600 7 INFO neutron.services.segments.plugin [-] Segment 30e88bc5-474d-4297-a2ba-2b894d92ccfe resource provider aggregate not found 2026-07-29 20:12:39.614 7 INFO neutron.services.segments.plugin [-] Segment 30e88bc5-474d-4297-a2ba-2b894d92ccfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30e88bc5-474d-4297-a2ba-2b894d92ccfe found for delete ", "request_id": "req-51e234b5-fdc7-402f-af5c-248cc042fbc3"}]} 2026-07-29 20:12:39.620 7 INFO neutron.services.segments.plugin [-] Segment 30e88bc5-474d-4297-a2ba-2b894d92ccfe resource provider aggregate not found 2026-07-29 20:12:39.637 7 INFO neutron.services.segments.plugin [-] Segment 30e88bc5-474d-4297-a2ba-2b894d92ccfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30e88bc5-474d-4297-a2ba-2b894d92ccfe found for delete ", "request_id": "req-fcd6d2dd-2b0a-4f9f-8797-ac1de044770c"}]} [pid: 8|app: 0|req: 997/1969] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:40 2026] GET /v2.0/security-groups?tenant_id=49c2c13cb35a462d9876ca5959ad463b&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1970] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:40 2026] DELETE /v2.0/security-groups/3312f82e-1739-4013-aebf-d57f48fbb442 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1971] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:40 2026] GET /v2.0/security-groups?tenant_id=97a0d2788d694cd5bcaec75d95616b87&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: 974/1972] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:40 2026] DELETE /v2.0/security-groups/91e85f24-b9cb-49c1-8748-fbfb53437700 => 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: 999/1973] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:41 2026] GET /v2.0/security-groups?tenant_id=b35fdcca52464a6189d5a5471604439c&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1974] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:41 2026] DELETE /v2.0/security-groups/debcdd6a-0017-43a6-a3f1-c10ff5269bc7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:12:41.908 8 INFO neutron.db.segments_db [None req-ea411d1b-95ce-49ff-b342-cd9a6c55770d cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Added segment 49bcdd95-82b1-4fd4-a4d4-9fee29359e29 of type vxlan for network 33fec9f5-69f1-4ad0-9c32-dc68477ce898 2026-07-29 20:12:42.165 8 INFO neutron.db.l3_hamode_db [None req-ea411d1b-95ce-49ff-b342-cd9a6c55770d cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:12:42.298 8 INFO neutron.db.l3_hamode_db [None req-ea411d1b-95ce-49ff-b342-cd9a6c55770d cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1000/1977] 10.0.0.222 () {34 vars in 667 bytes} [Wed Jul 29 20:12:41 2026] POST /v2.0/routers => generated 474 bytes in 1215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:43.002 7 INFO neutron.db.l3_hamode_db [None req-5a571ff5-e2ea-4d1e-91e7-02a06f51ac72 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:12:43.122 7 INFO neutron.db.l3_hamode_db [None req-5a571ff5-e2ea-4d1e-91e7-02a06f51ac72 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 978/1978] 10.0.0.222 () {34 vars in 667 bytes} [Wed Jul 29 20:12:42 2026] POST /v2.0/routers => generated 474 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:43.719 8 INFO neutron.db.l3_hamode_db [None req-89d4398f-f8b9-4611-b85f-c097d97f8d11 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:12:43.813 8 INFO neutron.db.l3_hamode_db [None req-89d4398f-f8b9-4611-b85f-c097d97f8d11 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1001/1979] 10.0.0.222 () {34 vars in 667 bytes} [Wed Jul 29 20:12:43 2026] POST /v2.0/routers => generated 474 bytes in 739 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:44.475 7 INFO neutron.db.l3_hamode_db [None req-5825ca6b-0eca-45d4-9889-3c9416468e4f cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:12:44.592 7 INFO neutron.db.l3_hamode_db [None req-5825ca6b-0eca-45d4-9889-3c9416468e4f cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1002/1980] 10.0.0.238 () {32 vars in 801 bytes} [Wed Jul 29 20:12:44 2026] GET /v2.0/extensions => generated 21537 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1981] 10.0.0.222 () {34 vars in 667 bytes} [Wed Jul 29 20:12:44 2026] POST /v2.0/routers => generated 474 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:45.270 8 INFO neutron.db.l3_hamode_db [None req-48c43187-5bff-4a1b-89c3-ff06a531e5dc cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 980/1982] 10.0.0.238 () {30 vars in 723 bytes} [Wed Jul 29 20:12:45 2026] GET /v2.0/quotas/83a8cf5a6f6b41469f007a3df929ffb2/details => generated 847 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:12:45.810 8 INFO neutron.db.l3_hamode_db [None req-48c43187-5bff-4a1b-89c3-ff06a531e5dc cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1003/1983] 10.0.0.222 () {34 vars in 667 bytes} [Wed Jul 29 20:12:45 2026] POST /v2.0/routers => generated 474 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1984] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:46 2026] PUT /v2.0/routers/b704bcfe-8fc9-49f4-843d-9aa8c02d3fbe/tags => generated 17 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1985] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:46 2026] PUT /v2.0/routers/aa472576-0a10-47ca-bd7d-158f3a052c3a/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1986] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:46 2026] PUT /v2.0/routers/389c20b3-0053-482c-a436-d9f3c6d0d5af/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1987] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:12:46 2026] PUT /v2.0/routers/499e21b0-dce8-47d4-9822-66de3de55717/tags => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1988] 10.0.0.222 () {32 vars in 663 bytes} [Wed Jul 29 20:12:46 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1989] 10.0.0.222 () {32 vars in 677 bytes} [Wed Jul 29 20:12:46 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: 7|app: 0|req: 984/1990] 10.0.0.222 () {32 vars in 673 bytes} [Wed Jul 29 20:12:47 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1991] 10.0.0.222 () {32 vars in 685 bytes} [Wed Jul 29 20:12:47 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1992] 10.0.0.222 () {32 vars in 671 bytes} [Wed Jul 29 20:12:47 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1993] 10.0.0.222 () {32 vars in 685 bytes} [Wed Jul 29 20:12:47 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1994] 10.0.0.222 () {32 vars in 681 bytes} [Wed Jul 29 20:12:47 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1995] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:12:47 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1996] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:12:47 2026] GET /v2.0/routers/b704bcfe-8fc9-49f4-843d-9aa8c02d3fbe => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1997] 10.0.0.222 () {34 vars in 741 bytes} [Wed Jul 29 20:12:47 2026] PUT /v2.0/routers/b704bcfe-8fc9-49f4-843d-9aa8c02d3fbe => generated 485 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1998] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:48 2026] GET /v2.0/ports?device_id=b704bcfe-8fc9-49f4-843d-9aa8c02d3fbe => 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: 989/1999] 10.0.0.238 () {32 vars in 801 bytes} [Wed Jul 29 20:12:48 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-29 20:12:48.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cad980d-6a41-4a79-b13d-e05651fc8f50 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] TaaS: Handle Delete Port: 0d3c969b-e000-44fa-b504-23fc8881dd11 2026-07-29 20:12:48.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cad980d-6a41-4a79-b13d-e05651fc8f50 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Tap Mirror: Handle Delete Port: 0d3c969b-e000-44fa-b504-23fc8881dd11 [pid: 7|app: 0|req: 990/2000] 10.0.0.238 () {30 vars in 723 bytes} [Wed Jul 29 20:12:48 2026] GET /v2.0/quotas/83a8cf5a6f6b41469f007a3df929ffb2/details => generated 847 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2001] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:48 2026] DELETE /v2.0/routers/b704bcfe-8fc9-49f4-843d-9aa8c02d3fbe => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2002] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:12:48 2026] GET /v2.0/routers/aa472576-0a10-47ca-bd7d-158f3a052c3a => generated 493 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2003] 10.0.0.222 () {34 vars in 741 bytes} [Wed Jul 29 20:12:48 2026] PUT /v2.0/routers/aa472576-0a10-47ca-bd7d-158f3a052c3a => generated 493 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2004] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:49 2026] GET /v2.0/ports?device_id=aa472576-0a10-47ca-bd7d-158f3a052c3a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:49.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fb61b81-7077-438d-845b-f8fe8d728b5b cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] TaaS: Handle Delete Port: fff5813a-b5a6-4317-9003-f9f48c04557c 2026-07-29 20:12:49.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fb61b81-7077-438d-845b-f8fe8d728b5b cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Tap Mirror: Handle Delete Port: fff5813a-b5a6-4317-9003-f9f48c04557c [pid: 8|app: 0|req: 1013/2005] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:49 2026] DELETE /v2.0/routers/aa472576-0a10-47ca-bd7d-158f3a052c3a => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2006] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:12:49 2026] GET /v2.0/routers/389c20b3-0053-482c-a436-d9f3c6d0d5af => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2007] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:49 2026] GET /v2.0/security-groups?tenant_id=97928119fd7a4a87aa152eb5a7f64b43&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2008] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:49 2026] DELETE /v2.0/security-groups/8556d0ea-94c0-4dde-9e2c-23323c899032 => 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: 994/2009] 10.0.0.222 () {34 vars in 741 bytes} [Wed Jul 29 20:12:49 2026] PUT /v2.0/routers/389c20b3-0053-482c-a436-d9f3c6d0d5af => generated 502 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2010] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:50 2026] GET /v2.0/ports?device_id=389c20b3-0053-482c-a436-d9f3c6d0d5af => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:50.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-055e282a-274c-4e36-b2c9-85fb4544fc2d cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] TaaS: Handle Delete Port: 58c195d0-01a9-4d0e-a223-133ed498869a 2026-07-29 20:12:50.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-055e282a-274c-4e36-b2c9-85fb4544fc2d cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Tap Mirror: Handle Delete Port: 58c195d0-01a9-4d0e-a223-133ed498869a [pid: 7|app: 0|req: 995/2011] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:50 2026] DELETE /v2.0/routers/389c20b3-0053-482c-a436-d9f3c6d0d5af => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2012] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:12:50 2026] GET /v2.0/routers/499e21b0-dce8-47d4-9822-66de3de55717 => generated 487 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2013] 10.0.0.222 () {34 vars in 741 bytes} [Wed Jul 29 20:12:50 2026] PUT /v2.0/routers/499e21b0-dce8-47d4-9822-66de3de55717 => generated 487 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2014] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:50 2026] GET /v2.0/ports?device_id=499e21b0-dce8-47d4-9822-66de3de55717 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:51.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-212fbc51-f44c-403e-b3a7-cef5b550a21f cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] TaaS: Handle Delete Port: 0b093531-eb3c-41c9-adf5-9f2d87343b12 2026-07-29 20:12:51.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-212fbc51-f44c-403e-b3a7-cef5b550a21f cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Tap Mirror: Handle Delete Port: 0b093531-eb3c-41c9-adf5-9f2d87343b12 [pid: 7|app: 0|req: 997/2015] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:50 2026] DELETE /v2.0/routers/499e21b0-dce8-47d4-9822-66de3de55717 => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2016] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:12:51 2026] GET /v2.0/routers/dc28009d-9505-41b7-815a-0aaf09128159 => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2017] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:51 2026] GET /v2.0/security-groups?tenant_id=83a8cf5a6f6b41469f007a3df929ffb2&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2018] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:52 2026] DELETE /v2.0/security-groups/02ba2f46-c326-4b04-913a-4e7167c5a5c3 => 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: 999/2019] 10.0.0.222 () {34 vars in 741 bytes} [Wed Jul 29 20:12:51 2026] PUT /v2.0/routers/dc28009d-9505-41b7-815a-0aaf09128159 => generated 480 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2020] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:12:52 2026] GET /v2.0/ports?device_id=dc28009d-9505-41b7-815a-0aaf09128159 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:12:52.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-942220af-ee45-45aa-b4b2-79a371a5c543 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] TaaS: Handle Delete Port: fbb3553b-1f47-4356-97a1-e532cd0b7a84 2026-07-29 20:12:52.611 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-942220af-ee45-45aa-b4b2-79a371a5c543 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] Tap Mirror: Handle Delete Port: fbb3553b-1f47-4356-97a1-e532cd0b7a84 2026-07-29 20:12:52.874 8 INFO neutron.db.segments_db [None req-80e44d15-0816-4923-9d3c-ff643b04eb71 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Added segment 6c33d623-9898-41a8-aeb1-c305fb38f9e7 of type vxlan for network e19ffe7b-dd3c-4d30-ada4-a20b71689230 2026-07-29 20:12:52.928 7 INFO neutron.services.segments.plugin [-] Segment 49bcdd95-82b1-4fd4-a4d4-9fee29359e29 resource provider aggregate not found 2026-07-29 20:12:52.935 7 INFO neutron.services.segments.plugin [-] Segment 49bcdd95-82b1-4fd4-a4d4-9fee29359e29 resource provider aggregate not found 2026-07-29 20:12:52.962 7 INFO neutron.services.segments.plugin [-] Segment 49bcdd95-82b1-4fd4-a4d4-9fee29359e29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49bcdd95-82b1-4fd4-a4d4-9fee29359e29 found for delete ", "request_id": "req-0aeff36f-1d6a-4656-aeab-ec007baac6d9"}]} 2026-07-29 20:12:52.964 7 INFO neutron.services.segments.plugin [-] Segment 49bcdd95-82b1-4fd4-a4d4-9fee29359e29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49bcdd95-82b1-4fd4-a4d4-9fee29359e29 found for delete ", "request_id": "req-0cd630e7-e823-48d0-8a9e-7dc5f8a21f7d"}]} 2026-07-29 20:12:52.969 7 INFO neutron.db.l3_hamode_db [None req-942220af-ee45-45aa-b4b2-79a371a5c543 cf4d40225e4343229259a89356702fc5 4bab515545964dfe900b58eb0a63219f - - default default] HA network 33fec9f5-69f1-4ad0-9c32-dc68477ce898 was deleted as no HA routers are present in tenant 4bab515545964dfe900b58eb0a63219f. [pid: 7|app: 0|req: 1000/2021] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:12:52 2026] DELETE /v2.0/routers/dc28009d-9505-41b7-815a-0aaf09128159 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2022] 10.0.0.222 () {34 vars in 670 bytes} [Wed Jul 29 20:12:52 2026] POST /v2.0/networks => generated 614 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:53.036 7 INFO neutron.db.segments_db [None req-1d211bfc-1ffa-4802-a181-240f87e12301 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Added segment 6b868efb-d638-47ca-83e5-fe2ff946e474 of type vxlan for network 435ff8b9-946c-4212-b8e7-30622f978148 2026-07-29 20:12:53.267 7 INFO neutron.db.l3_hamode_db [None req-1d211bfc-1ffa-4802-a181-240f87e12301 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:12:54.037 7 INFO neutron.db.l3_hamode_db [None req-1d211bfc-1ffa-4802-a181-240f87e12301 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1023/2023] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:53 2026] GET /v2.0/security-groups?tenant_id=588a97a091e04613b6257ee92ffae43b&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: 1024/2024] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:54 2026] DELETE /v2.0/security-groups/687b032e-6dfa-4ade-8d7e-fb3d3dbd6576 => 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: 1025/2025] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:54 2026] GET /v2.0/security-groups?tenant_id=f200b26746814e16ae955ce36225d84b&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2026] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:54 2026] DELETE /v2.0/security-groups/ee845ccf-7f24-4072-b130-98837d861c0d => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2027] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:12:54 2026] GET /v2.0/security-groups?tenant_id=4bab515545964dfe900b58eb0a63219f&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2028] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:12:54 2026] DELETE /v2.0/security-groups/2e87e19e-a039-4f53-97e9-123ed3583733 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2029] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:52 2026] POST /v2.0/routers => generated 695 bytes in 2023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2030] 10.0.0.222 () {32 vars in 775 bytes} [Wed Jul 29 20:12:55 2026] GET /v2.0/subnets?project_id=7bc28a591db240048fa75b334df65762&cidr=10.100.0.0%2F28 => generated 14 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2031] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:12:55 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2032] 10.0.0.222 () {32 vars in 783 bytes} [Wed Jul 29 20:12:55 2026] GET /v2.0/subnets?network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2033] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:12:55 2026] POST /v2.0/subnets => generated 657 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:56.854 7 INFO neutron.db.segments_db [None req-2eb998b8-0236-4325-80af-963aa8f572f4 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Added segment e6e74f25-88ec-4e1f-bd0b-851fb271e0df of type vxlan for network 3a9a4e08-69d9-462a-bd79-7b963df6f577 [pid: 7|app: 0|req: 1004/2034] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:56 2026] POST /v2.0/networks => generated 613 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2035] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:12:55 2026] PUT /v2.0/routers/727a850e-e36a-4214-981e-ae95a6fbf66e/add_router_interface => generated 309 bytes in 1458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2036] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:12:57 2026] GET /v2.0/networks => generated 4305 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2037] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:12:57 2026] GET /v2.0/subnets => generated 2595 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2038] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:12:57 2026] GET /v2.0/routers => generated 738 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2039] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:12:56 2026] POST /v2.0/ports => generated 743 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:12:57.485 7 INFO neutron.db.segments_db [None req-b3b50507-b819-4e13-a1df-d103ed67a048 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Added segment 3070b380-a725-429f-9446-924c0f700af6 of type vxlan for network c7be127e-2735-4a74-a946-33d79ecadd48 [pid: 8|app: 0|req: 1035/2040] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/security-groups => generated 1675 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2041] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/networks => generated 613 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2042] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2043] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2044] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2047] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:12:58.021 7 INFO neutron.db.segments_db [None req-1c2ee83a-89d0-4631-9fc7-5f770f4a41d9 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Added segment 23fd1b3e-d57b-4eae-8dc9-e64b63a1087f of type vxlan for network 4c47f617-78f1-40fd-8579-c745d6399bd2 [pid: 8|app: 0|req: 1039/2048] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2049] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:57 2026] POST /v2.0/networks => generated 611 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:58.143 8 INFO neutron.db.securitygroups_db [None req-5b8cc3ac-bd44-467a-a23e-9dd8abf06f01 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Project 7bc28a591db240048fa75b334df65762 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: 1040/2050] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:58 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:58.272 8 INFO neutron.db.securitygroups_db [None req-da4b9797-0983-4e3a-986f-b521b3e38410 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Project 7bc28a591db240048fa75b334df65762 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: 1041/2051] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:12:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2052] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:12:58 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:12:58.512 7 INFO neutron.db.segments_db [None req-2251b308-7b94-4311-8e18-8117f4287977 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Added segment 35c027ef-7741-4e82-a4ab-a78c3f249360 of type vxlan for network d888e636-4bb4-4113-8d1b-d4dda64adbfc [pid: 7|app: 0|req: 1012/2053] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:58 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:12:58.724 8 INFO neutron.db.segments_db [None req-2c14eb3a-c686-4fb0-aea3-4880a7312434 16edfce5108d47f3af866df9229d4649 1baf2ec63703420fbdb21007f0f06204 - - default default] Added segment 5519bdaa-a59d-4ecb-af8f-39c61d857ce4 of type vxlan for network d811be3a-2f0f-40df-8ca2-d1dec3472daf [pid: 8|app: 0|req: 1042/2054] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:58 2026] POST /v2.0/networks => generated 612 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2055] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:12:58 2026] POST /v2.0/ports => generated 743 bytes in 310 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: 1014/2056] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:12:58 2026] GET /v2.0/networks => generated 1298 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:12:59.072 7 INFO neutron.db.segments_db [None req-d6b72f64-9278-4fcb-acf6-05b9faeae220 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Added segment d76668af-ce18-4abc-9254-198e87e21b45 of type vxlan for network c751e9b3-d8a4-4fc6-bfd1-12e89245ac4f [pid: 8|app: 0|req: 1043/2057] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:12:58 2026] POST /v2.0/ports => generated 743 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1015/2058] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:12:59 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2059] 10.0.0.182 () {34 vars in 1099 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1338292183&fields=id&tenant_id=7bc28a591db240048fa75b334df65762 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2060] 10.0.0.222 () {34 vars in 746 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1017/2061] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/networks?id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2062] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 25 bytes in 49 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: 1019/2063] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/quotas/7bc28a591db240048fa75b334df65762 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2064] 10.0.0.222 () {34 vars in 757 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1021/2065] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&fields=id => generated 103 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2066] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:12:59 2026] POST /v2.0/ports => generated 743 bytes in 288 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: 1022/2067] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 34 bytes in 49 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: 1046/2068] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?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: 1023/2069] 10.0.0.222 () {34 vars in 746 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/3f54e385-1ae5-4127-9bad-e24ffe81a87a/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1047/2070] 10.0.0.222 () {34 vars in 753 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags/red => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2071] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1025/2072] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/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: 1048/2073] 10.0.0.222 () {34 vars in 746 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/ec309ea1-c189-4652-8c26-875e9c908b53/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1049/2074] 10.0.0.222 () {34 vars in 746 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/ca2f5e28-751b-4e2a-845a-8aee76503180/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1026/2075] 10.0.0.222 () {34 vars in 775 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags/black.or.white => generated 4 bytes in 112 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: 1050/2076] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2077] 10.0.0.222 () {34 vars in 746 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/4479fe1b-ad83-4e64-9813-fe7212b47d66/tags => generated 19 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2078] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 52 bytes in 83 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: 1052/2079] 10.0.0.222 () {34 vars in 746 bytes} [Wed Jul 29 20:12:59 2026] PUT /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 37 bytes in 81 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: 1028/2080] 10.0.0.222 () {32 vars in 659 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2081] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:12:59 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1029/2082] 10.0.0.222 () {32 vars in 673 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2083] 10.0.0.222 () {32 vars in 734 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags/red => generated 0 bytes in 54 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-07-29 20:13:00.173 8 INFO neutron.api.v2.resource [None req-ddc0c872-6910-45a7-8ced-930a4f4c9974 16edfce5108d47f3af866df9229d4649 1baf2ec63703420fbdb21007f0f06204 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/2084] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1030/2085] 10.0.0.222 () {32 vars in 669 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2086] 10.0.0.222 () {32 vars in 681 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2087] 10.0.0.222 () {32 vars in 737 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags/red => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1057/2088] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 30 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: 7|app: 0|req: 1032/2089] 10.0.0.222 () {32 vars in 667 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:00.393 8 INFO neutron.api.v2.resource [None req-e682648d-54ef-4eca-a347-407572239407 16edfce5108d47f3af866df9229d4649 1baf2ec63703420fbdb21007f0f06204 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2090] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1033/2091] 10.0.0.222 () {32 vars in 681 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2092] 10.0.0.222 () {32 vars in 729 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 0 bytes in 69 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: 1034/2093] 10.0.0.222 () {32 vars in 677 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2094] 10.0.0.222 () {32 vars in 726 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2095] 10.0.0.222 () {32 vars in 689 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:13:00.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1aed717-8c28-4f28-90ac-0af9684ce043 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] TaaS: Handle Delete Port: 3f54e385-1ae5-4127-9bad-e24ffe81a87a 2026-07-29 20:13:00.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1aed717-8c28-4f28-90ac-0af9684ce043 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Tap Mirror: Handle Delete Port: 3f54e385-1ae5-4127-9bad-e24ffe81a87a 2026-07-29 20:13:00.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce0ce0ec-e8d2-488f-aa70-c600367fc4bf 16edfce5108d47f3af866df9229d4649 1baf2ec63703420fbdb21007f0f06204 - - default default] TaaS: Handle Delete Port: 06ef801d-62d5-4dc4-a01d-371184bf5d83 2026-07-29 20:13:00.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce0ce0ec-e8d2-488f-aa70-c600367fc4bf 16edfce5108d47f3af866df9229d4649 1baf2ec63703420fbdb21007f0f06204 - - default default] Tap Mirror: Handle Delete Port: 06ef801d-62d5-4dc4-a01d-371184bf5d83 [pid: 8|app: 0|req: 1061/2096] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/ports/3f54e385-1ae5-4127-9bad-e24ffe81a87a => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2097] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/ports/06ef801d-62d5-4dc4-a01d-371184bf5d83 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:00.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e157125-a0b6-43ea-b390-70159637fbd7 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] TaaS: Handle Delete Port: ec309ea1-c189-4652-8c26-875e9c908b53 2026-07-29 20:13:00.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e157125-a0b6-43ea-b390-70159637fbd7 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Tap Mirror: Handle Delete Port: ec309ea1-c189-4652-8c26-875e9c908b53 2026-07-29 20:13:00.886 7 INFO neutron.services.segments.plugin [-] Segment 5519bdaa-a59d-4ecb-af8f-39c61d857ce4 resource provider aggregate not found 2026-07-29 20:13:00.897 7 INFO neutron.services.segments.plugin [-] Segment 5519bdaa-a59d-4ecb-af8f-39c61d857ce4 resource provider aggregate not found 2026-07-29 20:13:00.905 7 INFO neutron.services.segments.plugin [-] Segment 5519bdaa-a59d-4ecb-af8f-39c61d857ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5519bdaa-a59d-4ecb-af8f-39c61d857ce4 found for delete ", "request_id": "req-aeeb90dd-985a-41ac-bdb1-00c57e3749ef"}]} 2026-07-29 20:13:00.911 7 INFO neutron.services.segments.plugin [-] Segment 5519bdaa-a59d-4ecb-af8f-39c61d857ce4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5519bdaa-a59d-4ecb-af8f-39c61d857ce4 found for delete ", "request_id": "req-fc83cfb1-8a0b-48af-8699-3c2e4a11d686"}]} [pid: 7|app: 0|req: 1037/2098] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/networks/d811be3a-2f0f-40df-8ca2-d1dec3472daf => 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: 1038/2099] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:00 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => 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: 1062/2100] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/ports/ec309ea1-c189-4652-8c26-875e9c908b53 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:01.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-02193da7-f36d-47c4-9fec-3bef50853b97 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] TaaS: Handle Delete Port: ca2f5e28-751b-4e2a-845a-8aee76503180 2026-07-29 20:13:01.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02193da7-f36d-47c4-9fec-3bef50853b97 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Tap Mirror: Handle Delete Port: ca2f5e28-751b-4e2a-845a-8aee76503180 [pid: 7|app: 0|req: 1039/2101] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:00 2026] DELETE /v2.0/ports/ca2f5e28-751b-4e2a-845a-8aee76503180 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:01.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-db62783a-41f6-40ef-a439-2c4ab8c76da7 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] TaaS: Handle Delete Port: 4479fe1b-ad83-4e64-9813-fe7212b47d66 2026-07-29 20:13:01.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db62783a-41f6-40ef-a439-2c4ab8c76da7 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Tap Mirror: Handle Delete Port: 4479fe1b-ad83-4e64-9813-fe7212b47d66 [pid: 8|app: 0|req: 1063/2102] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:01 2026] DELETE /v2.0/ports/4479fe1b-ad83-4e64-9813-fe7212b47d66 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:01.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-4461f800-53e3-477f-b5b0-2177892834a0 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] TaaS: Handle Delete Port: edce66a0-a1fc-4b18-a3fd-efd34a1b5925 2026-07-29 20:13:01.483 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4461f800-53e3-477f-b5b0-2177892834a0 20b465a6288d4fefaccece5c28fed0a9 cd731bb5b302498dafcae076897509c7 - - default default] Tap Mirror: Handle Delete Port: edce66a0-a1fc-4b18-a3fd-efd34a1b5925 [pid: 7|app: 0|req: 1040/2103] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:01 2026] DELETE /v2.0/ports/edce66a0-a1fc-4b18-a3fd-efd34a1b5925 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:01.714 8 INFO neutron.services.segments.plugin [-] Segment e6e74f25-88ec-4e1f-bd0b-851fb271e0df resource provider aggregate not found 2026-07-29 20:13:01.719 8 INFO neutron.services.segments.plugin [-] Segment e6e74f25-88ec-4e1f-bd0b-851fb271e0df resource provider aggregate not found 2026-07-29 20:13:01.739 8 INFO neutron.services.segments.plugin [-] Segment e6e74f25-88ec-4e1f-bd0b-851fb271e0df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e74f25-88ec-4e1f-bd0b-851fb271e0df found for delete ", "request_id": "req-999d1547-b2e1-44a1-a8ce-f1247cdeb0f4"}]} 2026-07-29 20:13:01.740 8 INFO neutron.services.segments.plugin [-] Segment e6e74f25-88ec-4e1f-bd0b-851fb271e0df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6e74f25-88ec-4e1f-bd0b-851fb271e0df found for delete ", "request_id": "req-cfd7f465-b108-4b7c-a9ca-f0b456ebe67c"}]} [pid: 8|app: 0|req: 1064/2104] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:01 2026] DELETE /v2.0/networks/3a9a4e08-69d9-462a-bd79-7b963df6f577 => 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: 1041/2105] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:01 2026] GET /v2.0/security-groups?tenant_id=d51b067e749e48e6bb755793f17bc951&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2106] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:01 2026] DELETE /v2.0/security-groups/d2afdb1b-11ff-4275-9b42-c82d4db7beea => 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: 1065/2107] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:01 2026] DELETE /v2.0/networks/c7be127e-2735-4a74-a946-33d79ecadd48 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2108] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:01 2026] GET /v2.0/security-groups?tenant_id=1baf2ec63703420fbdb21007f0f06204&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2109] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:02 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2110] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:01 2026] DELETE /v2.0/networks/4c47f617-78f1-40fd-8579-c745d6399bd2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2111] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:02 2026] DELETE /v2.0/security-groups/a961e9f5-3eda-464f-baef-1bab038b3b55 => 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: 1044/2112] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:02 2026] DELETE /v2.0/networks/d888e636-4bb4-4113-8d1b-d4dda64adbfc => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2113] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:02 2026] DELETE /v2.0/networks/c751e9b3-d8a4-4fc6-bfd1-12e89245ac4f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:02.926 7 INFO neutron.services.segments.plugin [-] Segment 23fd1b3e-d57b-4eae-8dc9-e64b63a1087f resource provider aggregate not found 2026-07-29 20:13:02.935 7 INFO neutron.services.segments.plugin [-] Segment 23fd1b3e-d57b-4eae-8dc9-e64b63a1087f resource provider aggregate not found 2026-07-29 20:13:02.949 7 INFO neutron.services.segments.plugin [-] Segment 23fd1b3e-d57b-4eae-8dc9-e64b63a1087f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23fd1b3e-d57b-4eae-8dc9-e64b63a1087f found for delete ", "request_id": "req-200c9846-ca64-4ab5-81b5-9c72d9af789c"}]} 2026-07-29 20:13:02.955 7 INFO neutron.services.segments.plugin [-] Segment 23fd1b3e-d57b-4eae-8dc9-e64b63a1087f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23fd1b3e-d57b-4eae-8dc9-e64b63a1087f found for delete ", "request_id": "req-95c91de0-79fe-4ed4-b8c2-f0c3bbe51210"}]} 2026-07-29 20:13:02.971 7 INFO neutron.services.segments.plugin [-] Segment 35c027ef-7741-4e82-a4ab-a78c3f249360 resource provider aggregate not found 2026-07-29 20:13:02.992 7 INFO neutron.services.segments.plugin [-] Segment 35c027ef-7741-4e82-a4ab-a78c3f249360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c027ef-7741-4e82-a4ab-a78c3f249360 found for delete ", "request_id": "req-497f6835-05a1-4798-85d8-2a4c4dcb4065"}]} 2026-07-29 20:13:02.994 7 INFO neutron.services.segments.plugin [-] Segment 35c027ef-7741-4e82-a4ab-a78c3f249360 resource provider aggregate not found 2026-07-29 20:13:03.023 7 INFO neutron.services.segments.plugin [-] Segment 35c027ef-7741-4e82-a4ab-a78c3f249360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35c027ef-7741-4e82-a4ab-a78c3f249360 found for delete ", "request_id": "req-e05dd04d-6e63-4754-9707-4548095ce65c"}]} [pid: 7|app: 0|req: 1045/2114] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:03 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2115] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:03 2026] GET /v2.0/security-groups?tenant_id=bdb7c416b3ab400b9bc50c16328632e2&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2116] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:03 2026] DELETE /v2.0/security-groups/e46b07ad-ad3a-4980-90e9-41ce5a81ae93 => 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: 1071/2117] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:03 2026] GET /v2.0/security-groups?tenant_id=cd731bb5b302498dafcae076897509c7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:03.758 8 INFO neutron.services.segments.plugin [-] Segment 3070b380-a725-429f-9446-924c0f700af6 resource provider aggregate not found 2026-07-29 20:13:03.765 8 INFO neutron.services.segments.plugin [-] Segment 3070b380-a725-429f-9446-924c0f700af6 resource provider aggregate not found 2026-07-29 20:13:03.779 8 INFO neutron.services.segments.plugin [-] Segment 3070b380-a725-429f-9446-924c0f700af6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3070b380-a725-429f-9446-924c0f700af6 found for delete ", "request_id": "req-03f6e12a-03e4-4141-88c6-08bf9aa6cb79"}]} 2026-07-29 20:13:03.783 8 INFO neutron.services.segments.plugin [-] Segment 3070b380-a725-429f-9446-924c0f700af6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3070b380-a725-429f-9446-924c0f700af6 found for delete ", "request_id": "req-7cd2d5a6-5bc4-4ec4-8615-d405366a97d3"}]} 2026-07-29 20:13:03.799 8 INFO neutron.services.segments.plugin [-] Segment d76668af-ce18-4abc-9254-198e87e21b45 resource provider aggregate not found 2026-07-29 20:13:03.802 8 INFO neutron.services.segments.plugin [-] Segment d76668af-ce18-4abc-9254-198e87e21b45 resource provider aggregate not found 2026-07-29 20:13:03.814 8 INFO neutron.services.segments.plugin [-] Segment d76668af-ce18-4abc-9254-198e87e21b45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76668af-ce18-4abc-9254-198e87e21b45 found for delete ", "request_id": "req-79099d60-e330-4af4-b8a5-e14857eac16c"}]} [pid: 7|app: 0|req: 1047/2118] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:03 2026] DELETE /v2.0/security-groups/c298b2d6-2684-472d-965d-8e4b118af95a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:13:03.818 8 INFO neutron.services.segments.plugin [-] Segment d76668af-ce18-4abc-9254-198e87e21b45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76668af-ce18-4abc-9254-198e87e21b45 found for delete ", "request_id": "req-73961c0f-e3e8-4ca1-94f1-6b09ddd9030a"}]} [pid: 7|app: 0|req: 1048/2119] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:04 2026] GET /v2.0/networks?id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2121] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:03 2026] GET /v2.0/security-groups?tenant_id=f3fdad6dc7d6475b9a8c217d2062e040&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2121] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:13:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7bc28a591db240048fa75b334df65762 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2122] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:04 2026] DELETE /v2.0/security-groups/f2153529-003a-4871-acd9-b1b6dd0f1a61 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2123] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:04 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => 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: 1050/2124] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:13:04 2026] POST /v2.0/ports => generated 954 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2125] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:13:04 2026] PUT /v2.0/ports/c287d607-55e6-4a53-b81f-536c15a9aecc => generated 1235 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:04.964 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07e26ebf-b844-46ff-b0d8-288bc38dfe44'] response: {'name': 'network-changed', 'server_uuid': '62fa43f4-6a60-4267-9c7d-0efc1ec173da', 'tag': 'c287d607-55e6-4a53-b81f-536c15a9aecc', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1051/2126] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:05 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1076/2127] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:05 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2128] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:05 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2129] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:13:05 2026] GET /v2.0/networks?tenant_id=7bc28a591db240048fa75b334df65762&shared=False => generated 757 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2130] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:13:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2131] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2132] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&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: 1079/2133] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2134] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c287d607-55e6-4a53-b81f-536c15a9aecc => 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: 1080/2135] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/subnets?id=dcce724a-9084-418b-919f-df2910f37f9b => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2136] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/ports?network_id=e19ffe7b-dd3c-4d30-ada4-a20b71689230&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2137] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2138] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:06 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2139] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:07 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2140] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:07 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:08.555 8 INFO neutron.db.segments_db [None req-925a988b-7566-41c2-a654-7bafd1341adb 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Added segment 0c7078a8-38d4-4769-a232-205edf9b3777 of type vxlan for network e2b2014f-40cb-472b-9736-33f8894decef [pid: 8|app: 0|req: 1083/2141] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:08 2026] POST /v2.0/networks => generated 612 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2142] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:08 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2143] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:08 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&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: 1059/2144] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:13:08 2026] POST /v2.0/ports => generated 743 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2145] 10.0.0.222 () {34 vars in 665 bytes} [Wed Jul 29 20:13:08 2026] POST /v2.0/trunks => generated 407 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:13:09.211 7 INFO neutron.db.segments_db [None req-ccb8fd72-1ea0-4630-877e-c7afb0e154ff 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Added segment e7367556-263c-456d-bca6-cbd0080b913a of type vxlan for network 21cd41c4-6887-4fe9-8b65-869c20bf3198 [pid: 7|app: 0|req: 1060/2146] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:09 2026] POST /v2.0/networks => generated 612 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2147] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:13:09 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2148] 10.0.0.222 () {34 vars in 665 bytes} [Wed Jul 29 20:13:09 2026] POST /v2.0/trunks => generated 407 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:13:09.918 8 INFO neutron.db.segments_db [None req-d006951c-62fc-4db4-a223-0e7c6702b1ab 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Added segment 61be4b58-0a06-4e5c-8cef-37173ba77f9e of type vxlan for network a2a1550d-8706-4cc4-87d3-38c73e697035 [pid: 8|app: 0|req: 1088/2149] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:09 2026] POST /v2.0/networks => generated 612 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2150] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:09 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => 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: 1063/2151] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:10 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2152] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:13:10 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2153] 10.0.0.222 () {34 vars in 665 bytes} [Wed Jul 29 20:13:10 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:13:10.537 8 INFO neutron.db.segments_db [None req-791c7ad7-6f84-409a-905f-0d68e51d3db1 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Added segment 2186a3d3-3fbd-4893-9b4f-b7d167886da2 of type vxlan for network 7cb5740a-66e1-47f0-85c7-57896b8eb85f [pid: 8|app: 0|req: 1090/2154] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:10 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2155] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:13:10 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2156] 10.0.0.222 () {34 vars in 665 bytes} [Wed Jul 29 20:13:10 2026] POST /v2.0/trunks => generated 407 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:13:11.164 7 INFO neutron.db.segments_db [None req-842a79fe-8304-451b-9ee9-c3c4510dc95e 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Added segment 299131dd-8329-464b-bbdc-607e5c8d3408 of type vxlan for network 3dfd9a79-daa6-4091-9a9a-406105b83879 [pid: 8|app: 0|req: 1092/2157] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:11 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2158] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:11 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2159] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:11 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2160] 10.0.0.222 () {34 vars in 663 bytes} [Wed Jul 29 20:13:11 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1068/2161] 10.0.0.222 () {34 vars in 665 bytes} [Wed Jul 29 20:13:11 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2162] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:13:11 2026] PUT /v2.0/trunks/3b30ad9e-8643-4cf0-b92c-c8af3a2243cf/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:11.826 8 INFO neutron.db.segments_db [None req-d9c1e3c6-be85-44f1-b657-c6b8c5411367 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Added segment f02def3d-9f06-4067-81ce-6cfd784de299 of type vxlan for network 4def4b80-1007-4aef-8aac-eb60cf17b10c [pid: 7|app: 0|req: 1070/2163] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:13:11 2026] PUT /v2.0/trunks/9423cc61-a4be-4fc5-90fc-909dc988f27f/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2164] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:13:11 2026] PUT /v2.0/trunks/40dec750-04cf-4a74-a650-9a5256948733/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2165] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:11 2026] POST /v2.0/networks => generated 621 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2166] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:13:11 2026] PUT /v2.0/trunks/ccec8589-a38b-49f9-bde8-7b8a546e52d5/tags => 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: 1095/2167] 10.0.0.222 () {32 vars in 661 bytes} [Wed Jul 29 20:13:11 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2168] 10.0.0.222 () {32 vars in 675 bytes} [Wed Jul 29 20:13:11 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2169] 10.0.0.222 () {32 vars in 671 bytes} [Wed Jul 29 20:13:12 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: 8|app: 0|req: 1098/2170] 10.0.0.222 () {32 vars in 683 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2171] 10.0.0.222 () {32 vars in 669 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2172] 10.0.0.222 () {32 vars in 683 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2173] 10.0.0.222 () {32 vars in 679 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2174] 10.0.0.222 () {32 vars in 691 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2175] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks/3b30ad9e-8643-4cf0-b92c-c8af3a2243cf => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2176] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:11 2026] POST /v2.0/subnets => generated 658 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2177] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/ports/81eed31e-f388-4abe-ac0c-a9fd6e69898f => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2178] 10.0.0.222 () {32 vars in 721 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2179] 10.0.0.222 () {32 vars in 721 bytes} [Wed Jul 29 20:13:12 2026] DELETE /v2.0/trunks/3b30ad9e-8643-4cf0-b92c-c8af3a2243cf => 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: 1106/2180] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2181] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks/9423cc61-a4be-4fc5-90fc-909dc988f27f => generated 420 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2182] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2183] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/ports/87dd8bc5-0b53-4ce6-9553-644ea18d7aee => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2184] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:12 2026] POST /v2.0/subnets => generated 732 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2185] 10.0.0.222 () {32 vars in 721 bytes} [Wed Jul 29 20:13:12 2026] DELETE /v2.0/trunks/9423cc61-a4be-4fc5-90fc-909dc988f27f => 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: 1076/2186] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2187] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/trunks/40dec750-04cf-4a74-a650-9a5256948733 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:12.669 8 INFO neutron.db.segments_db [None req-65997ab0-a541-4fe7-a969-7688ccf6960c 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Added segment e1a1b4be-8f6e-4421-a3a0-ad79db028b9f of type vxlan for network 58102ae7-175e-45c9-b8c3-ec17face8f0b [pid: 7|app: 0|req: 1078/2188] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&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: 1079/2189] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/ports/80b56b5d-a2f6-4e7e-9d0c-a5a09d1c454a => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2190] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:13:12 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 1240 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2191] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:12 2026] POST /v2.0/networks => generated 619 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2192] 10.0.0.222 () {32 vars in 721 bytes} [Wed Jul 29 20:13:12 2026] DELETE /v2.0/trunks/40dec750-04cf-4a74-a650-9a5256948733 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2193] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:12 2026] POST /v2.0/subnets => generated 656 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2194] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:13:13 2026] GET /v2.0/trunks/ccec8589-a38b-49f9-bde8-7b8a546e52d5 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2197] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:13 2026] POST /v2.0/subnets => generated 726 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2198] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:13:13 2026] GET /v2.0/ports/fd922bd9-6bc5-45ed-8dd2-aa57949e6699 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:13.411 7 INFO neutron.db.segments_db [None req-eb21a7b9-ed79-41c5-a8ed-9478ce84ccad 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Added segment b357a42e-4303-45ba-8279-8654e24e4b5e of type vxlan for network 9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 [pid: 7|app: 0|req: 1088/2199] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:13 2026] POST /v2.0/networks => generated 619 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2200] 10.0.0.222 () {32 vars in 721 bytes} [Wed Jul 29 20:13:13 2026] DELETE /v2.0/trunks/ccec8589-a38b-49f9-bde8-7b8a546e52d5 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:13:13.607 8 INFO neutron.db.l3_db [None req-e80693b2-f226-4e29-a7a7-32a40c9cda7e 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Floating IP 80c5fb6c-30e9-47f2-abe5-1e093a0bc68d associated. External IP: 10.96.250.219, port: c287d607-55e6-4a53-b81f-536c15a9aecc. [pid: 7|app: 0|req: 1090/2201] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:13 2026] POST /v2.0/subnets => generated 656 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2202] 10.0.0.222 () {32 vars in 718 bytes} [Wed Jul 29 20:13:13 2026] GET /v2.0/trunks/414eb0d5-a721-4f01-9a8c-c2f48683a13a => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2203] 10.0.0.222 () {34 vars in 676 bytes} [Wed Jul 29 20:13:12 2026] POST /v2.0/floatingips => generated 855 bytes in 1167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:13:13.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-946b8958-71d6-48dd-9750-fa77a8daa6b9'] response: {'name': 'network-changed', 'server_uuid': '62fa43f4-6a60-4267-9c7d-0efc1ec173da', 'tag': 'c287d607-55e6-4a53-b81f-536c15a9aecc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1113/2204] 10.0.0.222 () {32 vars in 716 bytes} [Wed Jul 29 20:13:13 2026] GET /v2.0/ports/059c6b08-434f-4e5b-b674-f6d3efd3e691 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2205] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:14 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2206] 10.0.0.222 () {32 vars in 721 bytes} [Wed Jul 29 20:13:14 2026] DELETE /v2.0/trunks/414eb0d5-a721-4f01-9a8c-c2f48683a13a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2207] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:13 2026] POST /v2.0/subnets => generated 730 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:13:14.193 7 INFO neutron.db.segments_db [None req-3ae674d4-0981-4447-a7a7-7c2f0cc8f52b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Added segment 4a2e837f-76a5-465d-a462-cfe784670bd8 of type vxlan for network d8877521-275d-44eb-823d-92661af8d8d8 2026-07-29 20:13:14.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-899ed894-f60d-4ff4-9b82-feaba80fb303 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] TaaS: Handle Delete Port: 81eed31e-f388-4abe-ac0c-a9fd6e69898f 2026-07-29 20:13:14.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-899ed894-f60d-4ff4-9b82-feaba80fb303 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Tap Mirror: Handle Delete Port: 81eed31e-f388-4abe-ac0c-a9fd6e69898f [pid: 8|app: 0|req: 1116/2208] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:14 2026] DELETE /v2.0/ports/81eed31e-f388-4abe-ac0c-a9fd6e69898f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:14.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4d0c1e3-f200-4012-b5e2-fdf8ea0563db 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] TaaS: Handle Delete Port: 87dd8bc5-0b53-4ce6-9553-644ea18d7aee 2026-07-29 20:13:14.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4d0c1e3-f200-4012-b5e2-fdf8ea0563db 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Tap Mirror: Handle Delete Port: 87dd8bc5-0b53-4ce6-9553-644ea18d7aee 2026-07-29 20:13:14.450 7 INFO neutron.db.l3_hamode_db [None req-3ae674d4-0981-4447-a7a7-7c2f0cc8f52b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1117/2209] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:14 2026] DELETE /v2.0/ports/87dd8bc5-0b53-4ce6-9553-644ea18d7aee => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:14.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-c48edb4e-465c-4baf-9798-938fbcaccf24 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] TaaS: Handle Delete Port: 80b56b5d-a2f6-4e7e-9d0c-a5a09d1c454a 2026-07-29 20:13:14.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48edb4e-465c-4baf-9798-938fbcaccf24 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Tap Mirror: Handle Delete Port: 80b56b5d-a2f6-4e7e-9d0c-a5a09d1c454a [pid: 8|app: 0|req: 1118/2210] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:14 2026] DELETE /v2.0/ports/80b56b5d-a2f6-4e7e-9d0c-a5a09d1c454a => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2211] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:14 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:14.826 8 INFO neutron_taas.services.taas.taas_plugin [None req-159fc498-c7b1-4661-b2dc-76bbcda291e1 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] TaaS: Handle Delete Port: fd922bd9-6bc5-45ed-8dd2-aa57949e6699 2026-07-29 20:13:14.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-159fc498-c7b1-4661-b2dc-76bbcda291e1 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Tap Mirror: Handle Delete Port: fd922bd9-6bc5-45ed-8dd2-aa57949e6699 [pid: 8|app: 0|req: 1120/2212] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:14 2026] DELETE /v2.0/ports/fd922bd9-6bc5-45ed-8dd2-aa57949e6699 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2213] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:14 2026] GET /v2.0/networks?id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 757 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:15.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fbab77d-4111-468a-9953-2b67d2679116 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] TaaS: Handle Delete Port: 059c6b08-434f-4e5b-b674-f6d3efd3e691 2026-07-29 20:13:15.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fbab77d-4111-468a-9953-2b67d2679116 6de1e8c649a346fcbe4e58c0e9334423 b1d24892962e49cbbd80ab6e9efb1978 - - default default] Tap Mirror: Handle Delete Port: 059c6b08-434f-4e5b-b674-f6d3efd3e691 [pid: 8|app: 0|req: 1122/2214] 10.0.0.222 () {32 vars in 719 bytes} [Wed Jul 29 20:13:14 2026] DELETE /v2.0/ports/059c6b08-434f-4e5b-b674-f6d3efd3e691 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2215] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c287d607-55e6-4a53-b81f-536c15a9aecc => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:15.233 7 INFO neutron.db.l3_hamode_db [None req-3ae674d4-0981-4447-a7a7-7c2f0cc8f52b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1124/2216] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:15 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:15.334 8 INFO neutron.services.segments.plugin [-] Segment 0c7078a8-38d4-4769-a232-205edf9b3777 resource provider aggregate not found 2026-07-29 20:13:15.340 8 INFO neutron.services.segments.plugin [-] Segment 0c7078a8-38d4-4769-a232-205edf9b3777 resource provider aggregate not found [pid: 8|app: 0|req: 1125/2217] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:15 2026] DELETE /v2.0/networks/e2b2014f-40cb-472b-9736-33f8894decef => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:15.360 8 INFO neutron.services.segments.plugin [-] Segment 0c7078a8-38d4-4769-a232-205edf9b3777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7078a8-38d4-4769-a232-205edf9b3777 found for delete ", "request_id": "req-cb92826f-2259-4f0b-bc1e-58f2526c115d"}]} 2026-07-29 20:13:15.362 8 INFO neutron.services.segments.plugin [-] Segment 0c7078a8-38d4-4769-a232-205edf9b3777 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7078a8-38d4-4769-a232-205edf9b3777 found for delete ", "request_id": "req-de6d554a-0115-42e9-8857-92b4824bc9e8"}]} [pid: 8|app: 0|req: 1126/2218] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:13:15 2026] GET /v2.0/subnets?id=dcce724a-9084-418b-919f-df2910f37f9b => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2219] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:15 2026] DELETE /v2.0/networks/21cd41c4-6887-4fe9-8b65-869c20bf3198 => 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: 1128/2220] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:15 2026] GET /v2.0/ports?network_id=e19ffe7b-dd3c-4d30-ada4-a20b71689230&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2221] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:15 2026] DELETE /v2.0/networks/a2a1550d-8706-4cc4-87d3-38c73e697035 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2222] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:15 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2223] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:15 2026] DELETE /v2.0/networks/7cb5740a-66e1-47f0-85c7-57896b8eb85f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2224] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:15 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2225] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:15 2026] DELETE /v2.0/networks/3dfd9a79-daa6-4091-9a9a-406105b83879 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2226] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:14 2026] POST /v2.0/routers => generated 685 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2227] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:16 2026] GET /v2.0/security-groups?tenant_id=5dcb3ed8cf3e47718166d561d95e9745&name=default => generated 2929 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2228] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:17 2026] DELETE /v2.0/security-groups/75430f2e-e491-4dfe-b7b9-cb0785b255e6 => 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: 1096/2229] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:17 2026] GET /v2.0/security-groups?tenant_id=b1d24892962e49cbbd80ab6e9efb1978&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:17.392 8 INFO neutron.services.segments.plugin [-] Segment e7367556-263c-456d-bca6-cbd0080b913a resource provider aggregate not found 2026-07-29 20:13:17.397 8 INFO neutron.services.segments.plugin [-] Segment e7367556-263c-456d-bca6-cbd0080b913a resource provider aggregate not found [pid: 7|app: 0|req: 1097/2230] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:17 2026] DELETE /v2.0/security-groups/53aea2fc-46f5-448a-82ce-213c17b162df => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:13:17.418 8 INFO neutron.services.segments.plugin [-] Segment e7367556-263c-456d-bca6-cbd0080b913a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7367556-263c-456d-bca6-cbd0080b913a found for delete ", "request_id": "req-213e7da4-3e73-4d0c-9ebb-48dbde5ae88d"}]} 2026-07-29 20:13:17.421 8 INFO neutron.services.segments.plugin [-] Segment e7367556-263c-456d-bca6-cbd0080b913a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7367556-263c-456d-bca6-cbd0080b913a found for delete ", "request_id": "req-f24d4744-6a90-4b05-861e-1f5a04484ac2"}]} 2026-07-29 20:13:17.452 8 INFO neutron.services.segments.plugin [-] Segment 61be4b58-0a06-4e5c-8cef-37173ba77f9e resource provider aggregate not found 2026-07-29 20:13:17.455 8 INFO neutron.services.segments.plugin [-] Segment 61be4b58-0a06-4e5c-8cef-37173ba77f9e resource provider aggregate not found 2026-07-29 20:13:17.472 8 INFO neutron.services.segments.plugin [-] Segment 61be4b58-0a06-4e5c-8cef-37173ba77f9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61be4b58-0a06-4e5c-8cef-37173ba77f9e found for delete ", "request_id": "req-8e672b3f-a9ee-49bc-bd69-a914feb235bb"}]} 2026-07-29 20:13:17.476 8 INFO neutron.services.segments.plugin [-] Segment 61be4b58-0a06-4e5c-8cef-37173ba77f9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61be4b58-0a06-4e5c-8cef-37173ba77f9e found for delete ", "request_id": "req-a8ee9a02-9566-4342-a8c3-c34b50aa4bc0"}]} [pid: 8|app: 0|req: 1134/2231] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:13:16 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:17.500 8 INFO neutron.services.segments.plugin [-] Segment 2186a3d3-3fbd-4893-9b4f-b7d167886da2 resource provider aggregate not found 2026-07-29 20:13:17.505 8 INFO neutron.services.segments.plugin [-] Segment 2186a3d3-3fbd-4893-9b4f-b7d167886da2 resource provider aggregate not found 2026-07-29 20:13:17.518 8 INFO neutron.services.segments.plugin [-] Segment 2186a3d3-3fbd-4893-9b4f-b7d167886da2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2186a3d3-3fbd-4893-9b4f-b7d167886da2 found for delete ", "request_id": "req-fe7817b4-cfd6-43cf-ad1b-6a0223ddc4c4"}]} 2026-07-29 20:13:17.527 8 INFO neutron.services.segments.plugin [-] Segment 2186a3d3-3fbd-4893-9b4f-b7d167886da2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2186a3d3-3fbd-4893-9b4f-b7d167886da2 found for delete ", "request_id": "req-e45c525e-0244-4b7a-ae3c-0a7b49264a15"}]} 2026-07-29 20:13:17.535 8 INFO neutron.services.segments.plugin [-] Segment 299131dd-8329-464b-bbdc-607e5c8d3408 resource provider aggregate not found 2026-07-29 20:13:17.553 8 INFO neutron.services.segments.plugin [-] Segment 299131dd-8329-464b-bbdc-607e5c8d3408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299131dd-8329-464b-bbdc-607e5c8d3408 found for delete ", "request_id": "req-cf470594-c475-41b3-9ffe-6a6183e5567e"}]} 2026-07-29 20:13:17.555 8 INFO neutron.services.segments.plugin [-] Segment 299131dd-8329-464b-bbdc-607e5c8d3408 resource provider aggregate not found 2026-07-29 20:13:17.572 8 INFO neutron.services.segments.plugin [-] Segment 299131dd-8329-464b-bbdc-607e5c8d3408 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299131dd-8329-464b-bbdc-607e5c8d3408 found for delete ", "request_id": "req-c329c607-1c39-4186-9bd1-dace078e8ecf"}]} [pid: 8|app: 0|req: 1135/2232] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:17 2026] GET /v2.0/security-groups?tenant_id=adc12e42632542e7a22f40cadc9ae399&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2233] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:17 2026] DELETE /v2.0/security-groups/e600ced4-34bf-412b-bc63-acc7adf43d2c => 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: 1098/2234] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:13:17 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2235] 10.0.0.222 () {34 vars in 782 bytes} [Wed Jul 29 20:13:18 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/add_router_interface => generated 309 bytes in 1396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2236] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:13:20 2026] POST /v2.0/security-groups => generated 1629 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2237] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2238] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:20 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) [pid: 8|app: 0|req: 1139/2239] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:20 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2240] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2241] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2242] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2243] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:21 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: 1104/2244] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2245] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:21 2026] POST /v2.0/security-group-rules => generated 599 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2246] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13: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) [pid: 7|app: 0|req: 1107/2247] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2248] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:13:21 2026] POST /v2.0/floatingips => generated 552 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2249] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:13:21 2026] PUT /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2250] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => generated 25 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2251] 10.0.0.182 () {34 vars in 1093 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-158754135&fields=id&tenant_id=27aa39eb6fc84ed586945606d5c34bdf => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2252] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => 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: 1111/2253] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/quotas/27aa39eb6fc84ed586945606d5c34bdf => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2254] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&fields=id => generated 287 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2255] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2256] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2257] 10.0.0.222 () {34 vars in 769 bytes} [Wed Jul 29 20:13:22 2026] PUT /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags/green => generated 4 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2258] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/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: 1144/2259] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2260] 10.0.0.222 () {34 vars in 765 bytes} [Wed Jul 29 20:13:22 2026] PUT /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2261] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2262] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2263] 10.0.0.153 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:22 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2264] 10.0.0.222 () {34 vars in 787 bytes} [Wed Jul 29 20:13:22 2026] PUT /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags/black.or.white => 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: 1147/2265] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:23 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2266] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:13:23 2026] PUT /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2267] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:23 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/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: 1120/2268] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:13:23 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:13:23.291 8 INFO neutron.api.v2.resource [None req-9cb9b404-f8c5-4160-ab4e-c60feb5bc6bb 5107d835f30a4b3e950ae80a3a12f63d 8d3a5c91837447fa9d8bd4fb748fbb2b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2269] 10.0.0.222 () {32 vars in 750 bytes} [Wed Jul 29 20:13:23 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2270] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:13:23 2026] DELETE /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2271] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:23 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:23.432 7 INFO neutron.api.v2.resource [None req-cd66a67a-e020-4c7b-a240-15f83d2877ea 5107d835f30a4b3e950ae80a3a12f63d 8d3a5c91837447fa9d8bd4fb748fbb2b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1122/2272] 10.0.0.222 () {32 vars in 753 bytes} [Wed Jul 29 20:13:23 2026] DELETE /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2273] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:13:23 2026] DELETE /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => 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: 1123/2274] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:23 2026] GET /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:23.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0afe394-3b42-45fc-b033-a7d3af8f2ce3 5107d835f30a4b3e950ae80a3a12f63d 8d3a5c91837447fa9d8bd4fb748fbb2b - - default default] TaaS: Handle Delete Port: f7d8dcd0-316f-47a9-93cb-6623582c9bc0 2026-07-29 20:13:23.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0afe394-3b42-45fc-b033-a7d3af8f2ce3 5107d835f30a4b3e950ae80a3a12f63d 8d3a5c91837447fa9d8bd4fb748fbb2b - - default default] Tap Mirror: Handle Delete Port: f7d8dcd0-316f-47a9-93cb-6623582c9bc0 [pid: 8|app: 0|req: 1152/2275] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:13:23 2026] DELETE /v2.0/floatingips/5afaf641-ee0b-42ed-a195-e534de8384cd => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2276] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:24 2026] GET /v2.0/security-groups?tenant_id=8d3a5c91837447fa9d8bd4fb748fbb2b&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2277] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:24 2026] DELETE /v2.0/security-groups/8a2b4e1e-274a-4147-a865-849ec4e9af25 => 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: 1125/2278] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:24 2026] GET /v2.0/security-groups?tenant_id=d66966f32fbf4b9986c3b77c4f837cbc&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2279] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:25 2026] DELETE /v2.0/security-groups/d7cc840f-591e-40cc-a149-79d51f336ada => 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: 1126/2280] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:27 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2281] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:13:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27aa39eb6fc84ed586945606d5c34bdf => generated 178 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2282] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:13:27 2026] POST /v2.0/ports => generated 1175 bytes in 429 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: 1130/2285] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:27 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1190 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2286] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:27 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2287] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:13:27 2026] PUT /v2.0/ports/de41b69e-61c6-4ba3-a874-27456a691dac => generated 1456 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:28.149 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea46392d-168a-4ac0-a4f4-340a635b24d8'] response: {'name': 'network-changed', 'server_uuid': '1548f0a8-a76f-47d2-96cd-9cd971cd5e84', 'tag': 'de41b69e-61c6-4ba3-a874-27456a691dac', 'status': 'completed', 'code': 200} 2026-07-29 20:13:28.541 7 INFO neutron.db.segments_db [None req-fc1c1b77-5bd3-4690-b33e-a638c91aaf18 a6680da839da46d79978d70b64c92b8d aaf7169ccac044aa9ec5a3e7ee818c17 - - default default] Added segment b78e857c-fd23-4222-9f77-09a95c2862cd of type vxlan for network 212ab953-26b1-4399-b8c1-3406687864e8 [pid: 7|app: 0|req: 1132/2288] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:28 2026] POST /v2.0/networks => generated 613 bytes in 303 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: 1157/2289] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:13:28 2026] PUT /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2290] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:28 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1459 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2291] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:13:28 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2292] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:13:28 2026] GET /v2.0/networks?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&shared=False => generated 2377 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2293] 10.0.0.222 () {34 vars in 763 bytes} [Wed Jul 29 20:13:28 2026] PUT /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/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: 1135/2294] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:13:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2295] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:13:28 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2296] 10.0.0.222 () {34 vars in 759 bytes} [Wed Jul 29 20:13:28 2026] PUT /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2297] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:13:28 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2298] 10.0.0.222 () {34 vars in 781 bytes} [Wed Jul 29 20:13:28 2026] PUT /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2299] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/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: 1138/2300] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:13:29 2026] PUT /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2301] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2302] 10.0.0.222 () {32 vars in 740 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:13:29.355 8 INFO neutron.api.v2.resource [None req-32ac28c6-2e31-4a1c-a3d8-9c701f9053c6 a6680da839da46d79978d70b64c92b8d aaf7169ccac044aa9ec5a3e7ee818c17 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1164/2303] 10.0.0.222 () {32 vars in 744 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2304] 10.0.0.222 () {32 vars in 743 bytes} [Wed Jul 29 20:13:29 2026] DELETE /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2305] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:29.514 7 INFO neutron.api.v2.resource [None req-54a6d85a-6623-4d03-8598-85a86acc8319 a6680da839da46d79978d70b64c92b8d aaf7169ccac044aa9ec5a3e7ee818c17 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1141/2306] 10.0.0.222 () {32 vars in 747 bytes} [Wed Jul 29 20:13:29 2026] DELETE /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2307] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:13:29 2026] DELETE /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2308] 10.0.0.222 () {32 vars in 732 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:29.747 8 INFO neutron.services.segments.plugin [-] Segment b78e857c-fd23-4222-9f77-09a95c2862cd resource provider aggregate not found 2026-07-29 20:13:29.756 8 INFO neutron.services.segments.plugin [-] Segment b78e857c-fd23-4222-9f77-09a95c2862cd resource provider aggregate not found 2026-07-29 20:13:29.773 8 INFO neutron.services.segments.plugin [-] Segment b78e857c-fd23-4222-9f77-09a95c2862cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b78e857c-fd23-4222-9f77-09a95c2862cd found for delete ", "request_id": "req-135c3fc1-6bce-47d8-ac49-486979ecfde9"}]} 2026-07-29 20:13:29.778 8 INFO neutron.services.segments.plugin [-] Segment b78e857c-fd23-4222-9f77-09a95c2862cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b78e857c-fd23-4222-9f77-09a95c2862cd found for delete ", "request_id": "req-445f00e1-a481-4891-9837-fad9d30e30d8"}]} [pid: 8|app: 0|req: 1167/2309] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:29 2026] DELETE /v2.0/networks/212ab953-26b1-4399-b8c1-3406687864e8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2310] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1459 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2311] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.38&port_id=de41b69e-61c6-4ba3-a874-27456a691dac => 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: 1144/2312] 199.19.213.12 () {34 vars in 1100 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7f&port_id=de41b69e-61c6-4ba3-a874-27456a691dac => 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: 1169/2313] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd&id=4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2314] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:29 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&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: 8|app: 0|req: 1170/2315] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:30 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2316] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:30 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1171/2317] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:30 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2318] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:30 2026] GET /v2.0/security-groups?tenant_id=3eba4e9db8754152ba66a9b1bdbc67a9&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2319] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:30 2026] DELETE /v2.0/security-groups/1501da69-c6e9-4321-ace4-8c7b04cce273 => 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: 1148/2320] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:30 2026] GET /v2.0/security-groups?tenant_id=aaf7169ccac044aa9ec5a3e7ee818c17&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2321] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:30 2026] DELETE /v2.0/security-groups/682ffc08-1e56-48b8-97a7-9c58f5d08fe5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2322] 10.0.0.222 () {32 vars in 825 bytes} [Wed Jul 29 20:13:32 2026] GET /v2.0/ports?project_id=7bc28a591db240048fa75b334df65762&network_id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 3691 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2323] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:13:32 2026] GET /v2.0/subnets?network_id=073c7fbd-1ccb-464b-bec6-a98483deeaff => generated 667 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2324] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:33 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1190 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2325] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:33 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:33.225 8 INFO neutron.db.l3_db [None req-e694918d-9052-43fa-98a7-e838d3b7349b 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Floating IP 80c5fb6c-30e9-47f2-abe5-1e093a0bc68d disassociated. External IP: 10.96.250.219, port: c287d607-55e6-4a53-b81f-536c15a9aecc. [pid: 8|app: 0|req: 1175/2326] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:13:33 2026] PUT /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 554 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2327] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:33 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:33.586 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9094a43d-2da5-4b06-808d-c04e52084dec'] response: {'name': 'network-changed', 'server_uuid': '62fa43f4-6a60-4267-9c7d-0efc1ec173da', 'tag': 'c287d607-55e6-4a53-b81f-536c15a9aecc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1176/2328] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2329] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/networks?id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 757 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2330] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c287d607-55e6-4a53-b81f-536c15a9aecc => 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: 1154/2331] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/subnets?id=dcce724a-9084-418b-919f-df2910f37f9b => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2332] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/ports?network_id=e19ffe7b-dd3c-4d30-ada4-a20b71689230&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2333] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2334] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:34.517 8 INFO neutron.db.segments_db [None req-7a04e9c1-9171-4f93-bd3e-a5cbfbb30f91 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] Added segment cf3d6ece-997e-4c6c-9023-871d02329c06 of type vxlan for network e1c34d2f-335c-4be8-b84a-e226ad9d2a5d [pid: 7|app: 0|req: 1158/2335] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:34 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:34.805 8 INFO neutron.db.l3_hamode_db [None req-7a04e9c1-9171-4f93-bd3e-a5cbfbb30f91 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-29 20:13:34.956 8 INFO neutron.db.l3_hamode_db [None req-7a04e9c1-9171-4f93-bd3e-a5cbfbb30f91 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1178/2336] 10.0.0.222 () {34 vars in 667 bytes} [Wed Jul 29 20:13:34 2026] POST /v2.0/routers => generated 474 bytes in 1232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2337] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:13:35 2026] PUT /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 25 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2338] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:35 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2339] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:35 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2340] 10.0.0.222 () {34 vars in 761 bytes} [Wed Jul 29 20:13:35 2026] PUT /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags/green => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2341] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:35 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 34 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2342] 10.0.0.222 () {34 vars in 757 bytes} [Wed Jul 29 20:13:36 2026] PUT /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags/red => generated 4 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2343] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:36 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2344] 10.0.0.222 () {34 vars in 684 bytes} [Wed Jul 29 20:13:36 2026] POST /v2.0/security-groups => generated 1677 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2345] 10.0.0.222 () {34 vars in 779 bytes} [Wed Jul 29 20:13:36 2026] PUT /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags/black.or.white => generated 4 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2346] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:36 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: 1183/2347] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:36 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 52 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2348] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2349] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:13:37 2026] PUT /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 37 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2350] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2351] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:37 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2352] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:37 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags/red => 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: 1167/2353] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:13:37.458 7 INFO neutron.db.securitygroups_db [None req-7c0de49b-374b-4a78-a87c-7a1bba5d3582 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Project 7bc28a591db240048fa75b334df65762 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-29 20:13:37.458 8 INFO neutron.api.v2.resource [None req-6444f042-d2bd-41f1-a5a0-de59a276b43e 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1187/2354] 10.0.0.222 () {32 vars in 742 bytes} [Wed Jul 29 20:13:37 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2355] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:37 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2356] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:13:37 2026] DELETE /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags/red => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:13:37.614 7 INFO neutron.db.securitygroups_db [None req-0a648f5b-087f-4366-adb4-e48d619f4233 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Project 7bc28a591db240048fa75b334df65762 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: 1189/2357] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:37 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 30 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2358] 10.0.0.222 () {34 vars in 694 bytes} [Wed Jul 29 20:13:37 2026] POST /v2.0/security-group-rules => generated 606 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:13:37.755 8 INFO neutron.api.v2.resource [None req-836d133b-c886-4281-85dc-b073cb319ff6 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1190/2359] 10.0.0.222 () {32 vars in 745 bytes} [Wed Jul 29 20:13:37 2026] DELETE /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags/green => generated 99 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2360] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:13:37 2026] DELETE /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => 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: 1191/2361] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:37 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf/tags => generated 12 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2362] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:13:37 2026] GET /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf => generated 480 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2363] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/networks => generated 1298 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2364] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1192 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2365] 10.0.0.182 () {34 vars in 1099 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1427229140&fields=id&tenant_id=7bc28a591db240048fa75b334df65762 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2366] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2367] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/networks?id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2368] 10.0.0.222 () {32 vars in 817 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&mac_address=fa%3A16%3A3e%3A33%3Aeb%3A02 => generated 1192 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2369] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/quotas/7bc28a591db240048fa75b334df65762 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2370] 10.0.0.222 () {34 vars in 741 bytes} [Wed Jul 29 20:13:38 2026] PUT /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf => generated 480 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2371] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2372] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/ports?device_id=200193a0-edf7-4741-88f1-2d94be01efcf => 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: 1195/2373] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:13:38 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:38.999 8 INFO neutron_taas.services.taas.taas_plugin [None req-e34c8d20-8df6-492b-a448-b972bf517c4f 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] TaaS: Handle Delete Port: 0c11b027-5d68-4ac1-8877-957f22530894 2026-07-29 20:13:39.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e34c8d20-8df6-492b-a448-b972bf517c4f 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] Tap Mirror: Handle Delete Port: 0c11b027-5d68-4ac1-8877-957f22530894 2026-07-29 20:13:39.341 7 INFO neutron.db.l3_db [None req-fe74751a-26d5-4eb4-b8e7-5c488c087c6f 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Floating IP c25c317b-5134-490a-a017-f28f2b3a96ca associated. External IP: 10.96.250.206, port: de41b69e-61c6-4ba3-a874-27456a691dac. 2026-07-29 20:13:39.437 8 INFO neutron.services.segments.plugin [-] Segment cf3d6ece-997e-4c6c-9023-871d02329c06 resource provider aggregate not found 2026-07-29 20:13:39.448 8 INFO neutron.services.segments.plugin [-] Segment cf3d6ece-997e-4c6c-9023-871d02329c06 resource provider aggregate not found 2026-07-29 20:13:39.455 8 INFO neutron.services.segments.plugin [-] Segment cf3d6ece-997e-4c6c-9023-871d02329c06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf3d6ece-997e-4c6c-9023-871d02329c06 found for delete ", "request_id": "req-561a86d6-b07c-40b5-9fd9-2a4c320aee3e"}]} 2026-07-29 20:13:39.468 8 INFO neutron.services.segments.plugin [-] Segment cf3d6ece-997e-4c6c-9023-871d02329c06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf3d6ece-997e-4c6c-9023-871d02329c06 found for delete ", "request_id": "req-38e75e26-38e6-458d-ae46-5d5b851d1362"}]} 2026-07-29 20:13:39.477 8 INFO neutron.db.l3_hamode_db [None req-e34c8d20-8df6-492b-a448-b972bf517c4f 867f8787dc014ea2b4bc5491b68d3a04 e0e8cf4b18a5417dae8606dacb6fc560 - - default default] HA network e1c34d2f-335c-4be8-b84a-e226ad9d2a5d was deleted as no HA routers are present in tenant e0e8cf4b18a5417dae8606dacb6fc560. [pid: 8|app: 0|req: 1196/2374] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:13:38 2026] DELETE /v2.0/routers/200193a0-edf7-4741-88f1-2d94be01efcf => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2375] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:13:39 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?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: 1198/2376] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:39 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2377] 10.0.0.222 () {34 vars in 676 bytes} [Wed Jul 29 20:13:38 2026] POST /v2.0/floatingips => generated 854 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:13:39.708 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50051043-fa78-4657-b84c-e3c53c12ed36'] response: {'name': 'network-changed', 'server_uuid': '1548f0a8-a76f-47d2-96cd-9cd971cd5e84', 'tag': 'de41b69e-61c6-4ba3-a874-27456a691dac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1199/2378] 10.0.0.182 () {34 vars in 1093 bytes} [Wed Jul 29 20:13:39 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-158754135&fields=id&tenant_id=27aa39eb6fc84ed586945606d5c34bdf => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2379] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:13:39 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2380] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:13:39 2026] GET /v2.0/quotas/27aa39eb6fc84ed586945606d5c34bdf => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2381] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:13:39 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&fields=id => generated 333 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2382] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1182/2383] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2384] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2385] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2386] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2387] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.38&port_id=de41b69e-61c6-4ba3-a874-27456a691dac => generated 857 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2388] 199.19.213.12 () {34 vars in 1100 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7f&port_id=de41b69e-61c6-4ba3-a874-27456a691dac => 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: 1207/2389] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd&id=4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2390] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/security-groups?tenant_id=b02c7aa9d7a247a394c5bbdc01fd15f3&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2391] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&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: 1209/2392] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2393] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:40 2026] DELETE /v2.0/security-groups/32a461c4-6af6-4e8f-bfa9-1f3553088db4 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2394] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1185/2395] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1186/2396] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1211/2397] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:40 2026] GET /v2.0/security-groups?tenant_id=e0e8cf4b18a5417dae8606dacb6fc560&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2398] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:40 2026] DELETE /v2.0/security-groups/462dd740-7418-4c8a-93db-160594a94428 => 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: 1212/2399] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:41 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1214/2402] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:42 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1189/2403] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:43 2026] GET /v2.0/networks?id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 661 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2404] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:44 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1190/2405] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:13:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7bc28a591db240048fa75b334df65762 => generated 274 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2406] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:13:44 2026] POST /v2.0/ports => generated 958 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:13:44.509 7 INFO neutron.db.segments_db [None req-c212bef5-0dea-4cde-afb9-c07ce5f7ae83 4bb6910ea1a748ceb1f69193a0b2f7b1 484586ba78874b7ebb104c4a7251802f - - default default] Added segment bf09c425-6f29-45db-9154-9573b1b142fd of type vxlan for network 195349e8-53ed-45ee-b977-2d5a577c8883 [pid: 7|app: 0|req: 1191/2407] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:13:44 2026] POST /v2.0/networks => generated 613 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2408] 10.0.0.222 () {34 vars in 668 bytes} [Wed Jul 29 20:13:44 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2409] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:13:44 2026] PUT /v2.0/ports/42b00fba-1db8-4a51-a48d-d78845779b43 => generated 1239 bytes in 409 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: 1193/2410] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:13:44 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:44.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8713b2ac-fe7f-4052-a471-50654ab3bef8'] response: {'name': 'network-changed', 'server_uuid': 'bc6ed902-42cb-4326-8aee-04b479234b2e', 'tag': '42b00fba-1db8-4a51-a48d-d78845779b43', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1194/2411] 10.0.0.153 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:44 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2412] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:13:44 2026] PUT /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2413] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:44 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2414] 10.0.0.222 () {34 vars in 761 bytes} [Wed Jul 29 20:13:45 2026] PUT /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2415] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/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: 1220/2416] 10.0.0.222 () {34 vars in 757 bytes} [Wed Jul 29 20:13:45 2026] PUT /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2417] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2418] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2419] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2420] 10.0.0.222 () {34 vars in 779 bytes} [Wed Jul 29 20:13:45 2026] PUT /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2421] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2422] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => 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: 1200/2423] 10.0.0.222 () {34 vars in 750 bytes} [Wed Jul 29 20:13:45 2026] PUT /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2424] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2425] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2426] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/networks?tenant_id=7bc28a591db240048fa75b334df65762&shared=False => generated 757 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2427] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:13:45.518 8 INFO neutron.api.v2.resource [None req-e1ca7567-e504-4ccb-9305-02dda18e68bf 4bb6910ea1a748ceb1f69193a0b2f7b1 484586ba78874b7ebb104c4a7251802f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1226/2428] 10.0.0.222 () {32 vars in 742 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2429] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2430] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:13:45 2026] DELETE /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2431] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:13:45.673 8 INFO neutron.api.v2.resource [None req-5f4e75c6-f8b3-4e43-a906-477eb4b56353 4bb6910ea1a748ceb1f69193a0b2f7b1 484586ba78874b7ebb104c4a7251802f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1228/2432] 10.0.0.222 () {32 vars in 745 bytes} [Wed Jul 29 20:13:45 2026] DELETE /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/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: 1205/2433] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:13:45 2026] DELETE /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2434] 10.0.0.222 () {32 vars in 730 bytes} [Wed Jul 29 20:13:45 2026] GET /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2435] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:13:45 2026] DELETE /v2.0/subnets/abb00fd0-567e-4396-b8f0-886bb6943b1d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:13:46.091 8 INFO neutron.services.segments.plugin [-] Segment bf09c425-6f29-45db-9154-9573b1b142fd resource provider aggregate not found 2026-07-29 20:13:46.097 8 INFO neutron.services.segments.plugin [-] Segment bf09c425-6f29-45db-9154-9573b1b142fd resource provider aggregate not found 2026-07-29 20:13:46.115 8 INFO neutron.services.segments.plugin [-] Segment bf09c425-6f29-45db-9154-9573b1b142fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf09c425-6f29-45db-9154-9573b1b142fd found for delete ", "request_id": "req-39f4d4e6-ed6b-4af5-9b6c-3aaa5582a6d0"}]} 2026-07-29 20:13:46.119 8 INFO neutron.services.segments.plugin [-] Segment bf09c425-6f29-45db-9154-9573b1b142fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf09c425-6f29-45db-9154-9573b1b142fd found for delete ", "request_id": "req-ce70df53-84ce-4ba3-9ac1-5afd03db11a7"}]} [pid: 8|app: 0|req: 1230/2436] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:13:45 2026] DELETE /v2.0/networks/195349e8-53ed-45ee-b977-2d5a577c8883 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2437] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2438] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27aa39eb6fc84ed586945606d5c34bdf => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2439] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2440] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&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: 1234/2441] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2442] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=42b00fba-1db8-4a51-a48d-d78845779b43 => 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: 1236/2443] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/subnets?id=dcce724a-9084-418b-919f-df2910f37f9b => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2444] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/ports?network_id=e19ffe7b-dd3c-4d30-ada4-a20b71689230&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: 1208/2445] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:13:46 2026] POST /v2.0/ports => generated 1187 bytes in 500 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: 1238/2446] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2447] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?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: 1240/2448] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:46 2026] GET /v2.0/security-groups?tenant_id=91bb583d728544728535128b6c7692a5&name=default => generated 2929 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2449] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:47 2026] DELETE /v2.0/security-groups/b9c41db7-691c-4a5a-b0d3-963976752e87 => 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: 1242/2450] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:13:47 2026] GET /v2.0/security-groups?tenant_id=484586ba78874b7ebb104c4a7251802f&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2451] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:13:46 2026] PUT /v2.0/ports/f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => generated 1468 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:47.312 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3338802b-24f4-4bdf-aa8c-41b656efacd1'] response: {'name': 'network-changed', 'server_uuid': 'd09869e4-6124-462f-83f6-9332f2c815c0', 'tag': 'f40ebdde-fb8c-4e34-ae48-bd1a1838ad97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1243/2452] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:13:47 2026] DELETE /v2.0/security-groups/3e20d908-86d7-420a-9464-81e75b1ae4a4 => generated 0 bytes in 101 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: 1210/2453] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:47 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2454] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:47 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&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: 1211/2455] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:47 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1471 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2456] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:13:47 2026] GET /v2.0/networks?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&shared=False => generated 2377 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2457] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:13:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2458] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:48 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2459] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:48 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&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: 1247/2460] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1471 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2461] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.213&port_id=f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => 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: 1248/2462] 199.19.213.12 () {34 vars in 1104 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A281&port_id=f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => 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: 1215/2463] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/subnets?id=b61aa1d3-e3f5-4ed1-82cc-09d32885412a&id=a6779644-c728-43f3-b3d2-2341dab78e69 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2464] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2465] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2466] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1217/2467] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2468] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2469] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:49 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2470] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:50 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1202 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2471] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:50 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2472] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:51 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2473] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:51 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&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: 1254/2474] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:52 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2475] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:52 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2476] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:52 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2477] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:52 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&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: 1256/2478] 10.0.0.222 () {32 vars in 735 bytes} [Wed Jul 29 20:13:52 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:52.853 7 INFO neutron.db.l3_db [None req-1b91386f-1c56-4c62-be82-80a79c4c737e 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Floating IP 80c5fb6c-30e9-47f2-abe5-1e093a0bc68d associated. External IP: 10.96.250.219, port: 42b00fba-1db8-4a51-a48d-d78845779b43. [pid: 7|app: 0|req: 1223/2479] 10.0.0.222 () {34 vars in 748 bytes} [Wed Jul 29 20:13:52 2026] PUT /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 856 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:13:53.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-62eaf820-0bac-4df3-8921-5528ca1bc401'] response: {'name': 'network-changed', 'server_uuid': 'bc6ed902-42cb-4326-8aee-04b479234b2e', 'tag': '42b00fba-1db8-4a51-a48d-d78845779b43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1257/2480] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:53 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2481] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:53 2026] GET /v2.0/ports?tenant_id=7bc28a591db240048fa75b334df65762&device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1258/2482] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:53 2026] GET /v2.0/networks?id=e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 757 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2483] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=42b00fba-1db8-4a51-a48d-d78845779b43 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2484] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:13:53 2026] GET /v2.0/subnets?id=dcce724a-9084-418b-919f-df2910f37f9b => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2485] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:53 2026] GET /v2.0/ports?network_id=e19ffe7b-dd3c-4d30-ada4-a20b71689230&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2486] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:53 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2487] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:54 2026] GET /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2488] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:54 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 856 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2489] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:13:55 2026] GET /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => 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: 1262/2490] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:13:55 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1204 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2491] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:13:55 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2492] 10.0.0.222 () {32 vars in 817 bytes} [Wed Jul 29 20:13:55 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&mac_address=fa%3A16%3A3e%3A05%3A80%3A68 => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:13:56.664 7 INFO neutron.db.l3_db [None req-0ffac18e-eac4-4cff-8ff0-4ea8d5ae64da 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Floating IP 0364741c-45b8-4aaf-b45d-a5641c202622 associated. External IP: 10.96.250.215, port: f40ebdde-fb8c-4e34-ae48-bd1a1838ad97. [pid: 7|app: 0|req: 1230/2493] 10.0.0.222 () {34 vars in 676 bytes} [Wed Jul 29 20:13:55 2026] POST /v2.0/floatingips => generated 855 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:13:57.095 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5da55dcd-5a56-4317-8fb7-589585024c51'] response: {'name': 'network-changed', 'server_uuid': 'd09869e4-6124-462f-83f6-9332f2c815c0', 'tag': 'f40ebdde-fb8c-4e34-ae48-bd1a1838ad97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1264/2494] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2495] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2496] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.213&port_id=f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2497] 199.19.213.12 () {34 vars in 1104 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A281&port_id=f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => 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: 1266/2498] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/subnets?id=b61aa1d3-e3f5-4ed1-82cc-09d32885412a&id=a6779644-c728-43f3-b3d2-2341dab78e69 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2501] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2502] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&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: 1234/2503] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2504] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:13:57 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2505] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:14:02 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1271/2506] 10.0.0.153 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:02 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2507] 10.0.0.153 () {34 vars in 989 bytes} [Wed Jul 29 20:14:07 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1473 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2508] 10.0.0.153 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:07 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2509] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:12 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2510] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:12 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&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: 1275/2513] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:13 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2514] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:13 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&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: 1276/2515] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:15 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2516] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:14:15 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2517] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:15 2026] GET /v2.0/security-groups?id=52469687-6bc3-403a-992a-d6120e220aee&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:14:15.200 7 INFO neutron_taas.services.taas.taas_plugin [req-7e407ea4-5ae3-46b1-b38f-0253ba810ef5 req-0921ea78-e852-46ba-a936-257cbcd1dfe8 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] TaaS: Handle Delete Port: 42b00fba-1db8-4a51-a48d-d78845779b43 2026-07-29 20:14:15.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7e407ea4-5ae3-46b1-b38f-0253ba810ef5 req-0921ea78-e852-46ba-a936-257cbcd1dfe8 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Tap Mirror: Handle Delete Port: 42b00fba-1db8-4a51-a48d-d78845779b43 2026-07-29 20:14:15.331 7 INFO neutron.db.l3_db [req-7e407ea4-5ae3-46b1-b38f-0253ba810ef5 req-0921ea78-e852-46ba-a936-257cbcd1dfe8 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Floating IP 80c5fb6c-30e9-47f2-abe5-1e093a0bc68d disassociated. External IP: 10.96.250.219, port: 42b00fba-1db8-4a51-a48d-d78845779b43. [pid: 7|app: 0|req: 1241/2518] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:14:15 2026] DELETE /v2.0/ports/42b00fba-1db8-4a51-a48d-d78845779b43 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:14:15.760 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ce43185-14c7-4739-86dd-b4c013adf755'] response: {'server_uuid': 'bc6ed902-42cb-4326-8aee-04b479234b2e', 'name': 'network-vif-deleted', 'tag': '42b00fba-1db8-4a51-a48d-d78845779b43', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1278/2519] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:16 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1242/2520] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:17 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1279/2521] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:18 2026] GET /v2.0/ports?device_id=bc6ed902-42cb-4326-8aee-04b479234b2e => 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: 1243/2522] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:19 2026] DELETE /v2.0/security-groups/52469687-6bc3-403a-992a-d6120e220aee => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:19.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b0266e2-6a99-4675-b6be-82961c88131d 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] TaaS: Handle Delete Port: 093bd50e-a062-4f94-b4c7-dc2c2dc958f0 2026-07-29 20:14:19.932 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b0266e2-6a99-4675-b6be-82961c88131d 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Tap Mirror: Handle Delete Port: 093bd50e-a062-4f94-b4c7-dc2c2dc958f0 [pid: 8|app: 0|req: 1280/2523] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:14:19 2026] DELETE /v2.0/floatingips/80c5fb6c-30e9-47f2-abe5-1e093a0bc68d => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2524] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:20 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2525] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:20 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2526] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:14:20 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2527] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:21 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2528] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:21 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&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: 1283/2529] 10.0.0.94 () {30 vars in 688 bytes} [Wed Jul 29 20:14:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2530] 10.0.0.94 () {30 vars in 690 bytes} [Wed Jul 29 20:14:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2531] 10.0.0.94 () {30 vars in 666 bytes} [Wed Jul 29 20:14:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2532] 10.0.0.94 () {30 vars in 702 bytes} [Wed Jul 29 20:14:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2533] 10.0.0.94 () {28 vars in 437 bytes} [Wed Jul 29 20:14:22 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2534] 10.0.0.94 () {30 vars in 726 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1286/2535] 10.0.0.94 () {30 vars in 688 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2536] 10.0.0.94 () {30 vars in 690 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2537] 10.0.0.94 () {30 vars in 666 bytes} [Wed Jul 29 20:14:22 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: 1251/2538] 10.0.0.94 () {30 vars in 702 bytes} [Wed Jul 29 20:14:22 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: 1288/2539] 10.0.0.94 () {30 vars in 726 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2540] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2541] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/security-groups?id=e09fc99f-402e-4832-87ba-ab0d3bf9e43c&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2542] 10.0.0.94 () {30 vars in 688 bytes} [Wed Jul 29 20:14:22 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: 1255/2543] 10.0.0.94 () {30 vars in 690 bytes} [Wed Jul 29 20:14:22 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: 1289/2544] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2545] 10.0.0.94 () {30 vars in 666 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2546] 10.0.0.94 () {30 vars in 702 bytes} [Wed Jul 29 20:14:22 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: 1258/2547] 10.0.0.94 () {30 vars in 728 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2548] 10.0.0.94 () {30 vars in 680 bytes} [Wed Jul 29 20:14:22 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:14:22.967 8 INFO neutron_taas.services.taas.taas_plugin [req-109be7c3-bcf6-4629-950e-1e679e3fe64b req-b3872651-b26b-4919-a83e-8fb2b348862e 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] TaaS: Handle Delete Port: c287d607-55e6-4a53-b81f-536c15a9aecc 2026-07-29 20:14:22.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-109be7c3-bcf6-4629-950e-1e679e3fe64b req-b3872651-b26b-4919-a83e-8fb2b348862e 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Tap Mirror: Handle Delete Port: c287d607-55e6-4a53-b81f-536c15a9aecc [pid: 8|app: 0|req: 1290/2549] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:14:22 2026] DELETE /v2.0/ports/c287d607-55e6-4a53-b81f-536c15a9aecc => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:14:23.148 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f77cbbc6-9c13-430b-b7bf-8302b3b37a0a'] response: {'server_uuid': '62fa43f4-6a60-4267-9c7d-0efc1ec173da', 'name': 'network-vif-deleted', 'tag': 'c287d607-55e6-4a53-b81f-536c15a9aecc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1260/2550] 10.0.0.94 () {34 vars in 702 bytes} [Wed Jul 29 20:14:22 2026] POST /v2.0/ports => generated 1124 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2551] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:23 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1261/2552] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:25 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => 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: 1292/2553] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/ports?device_id=62fa43f4-6a60-4267-9c7d-0efc1ec173da => 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: 1262/2554] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2555] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2556] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2557] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2558] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2559] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:14:26 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: 1265/2560] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2561] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:14:26 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: 1266/2562] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:14:26.651 8 INFO neutron.api.v2.resource [None req-0844b178-2b34-4cf2-90ca-d68d36f19112 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1297/2563] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/security-groups/lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2564] 199.19.213.12 () {30 vars in 783 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/security-groups?name=lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2565] 199.19.213.12 () {34 vars in 734 bytes} [Wed Jul 29 20:14:26 2026] POST /v2.0/security-groups => generated 1638 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2566] 199.19.213.12 () {30 vars in 813 bytes} [Wed Jul 29 20:14:26 2026] GET /v2.0/security-group-rules?security_group_id=f85b8e75-ae8d-407f-8bff-269e2d63d1ab => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2567] 199.19.213.12 () {34 vars in 787 bytes} [Wed Jul 29 20:14:26 2026] PUT /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2568] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:14:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1270/2569] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:14:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2570] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:14: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: 7|app: 0|req: 1272/2571] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:14:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2572] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:14:27 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2573] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:27 2026] DELETE /v2.0/security-groups/e09fc99f-402e-4832-87ba-ab0d3bf9e43c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:27.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a16e3a3-b3e0-405b-8943-4ea11e0870ae 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] TaaS: Handle Delete Port: 5256cf32-f9ab-4ed7-8878-538804f36f14 2026-07-29 20:14:27.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a16e3a3-b3e0-405b-8943-4ea11e0870ae 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Tap Mirror: Handle Delete Port: 5256cf32-f9ab-4ed7-8878-538804f36f14 [pid: 7|app: 0|req: 1274/2576] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:14:27 2026] PUT /v2.0/routers/727a850e-e36a-4214-981e-ae95a6fbf66e/remove_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2577] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:14:28 2026] DELETE /v2.0/subnets/dcce724a-9084-418b-919f-df2910f37f9b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:14:28.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4d3273a-c04b-4b70-afff-5affe3385aac 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] TaaS: Handle Delete Port: a5a9c432-9ecb-4eb5-8194-ca826f942630 2026-07-29 20:14:28.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4d3273a-c04b-4b70-afff-5affe3385aac 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Tap Mirror: Handle Delete Port: a5a9c432-9ecb-4eb5-8194-ca826f942630 2026-07-29 20:14:29.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4d3273a-c04b-4b70-afff-5affe3385aac 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] TaaS: Handle Delete Port: 56ea8450-781f-45c8-aa75-fc4c7edcef37 2026-07-29 20:14:29.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4d3273a-c04b-4b70-afff-5affe3385aac 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] Tap Mirror: Handle Delete Port: 56ea8450-781f-45c8-aa75-fc4c7edcef37 2026-07-29 20:14:29.368 7 INFO neutron.services.segments.plugin [-] Segment 6b868efb-d638-47ca-83e5-fe2ff946e474 resource provider aggregate not found 2026-07-29 20:14:29.378 7 INFO neutron.services.segments.plugin [-] Segment 6b868efb-d638-47ca-83e5-fe2ff946e474 resource provider aggregate not found 2026-07-29 20:14:29.401 7 INFO neutron.services.segments.plugin [-] Segment 6b868efb-d638-47ca-83e5-fe2ff946e474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b868efb-d638-47ca-83e5-fe2ff946e474 found for delete ", "request_id": "req-ddc52f37-d8e6-4e2b-a395-8d1715d27f19"}]} 2026-07-29 20:14:29.404 7 INFO neutron.services.segments.plugin [-] Segment 6b868efb-d638-47ca-83e5-fe2ff946e474 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b868efb-d638-47ca-83e5-fe2ff946e474 found for delete ", "request_id": "req-3847ddf6-9a80-4238-a2e8-e1d1627c5acf"}]} 2026-07-29 20:14:29.409 7 INFO neutron.db.l3_hamode_db [None req-a4d3273a-c04b-4b70-afff-5affe3385aac 05ccfd7a9229440f86d0ef990d4a4af4 7bc28a591db240048fa75b334df65762 - - default default] HA network 435ff8b9-946c-4212-b8e7-30622f978148 was deleted as no HA routers are present in tenant 7bc28a591db240048fa75b334df65762. [pid: 7|app: 0|req: 1275/2578] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:14:28 2026] DELETE /v2.0/routers/727a850e-e36a-4214-981e-ae95a6fbf66e => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:29.542 8 INFO neutron.services.segments.plugin [-] Segment 6c33d623-9898-41a8-aeb1-c305fb38f9e7 resource provider aggregate not found 2026-07-29 20:14:29.546 8 INFO neutron.services.segments.plugin [-] Segment 6c33d623-9898-41a8-aeb1-c305fb38f9e7 resource provider aggregate not found 2026-07-29 20:14:29.563 8 INFO neutron.services.segments.plugin [-] Segment 6c33d623-9898-41a8-aeb1-c305fb38f9e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c33d623-9898-41a8-aeb1-c305fb38f9e7 found for delete ", "request_id": "req-5401d4bc-76a5-433f-b6d3-c38a0d01bcf1"}]} 2026-07-29 20:14:29.569 8 INFO neutron.services.segments.plugin [-] Segment 6c33d623-9898-41a8-aeb1-c305fb38f9e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c33d623-9898-41a8-aeb1-c305fb38f9e7 found for delete ", "request_id": "req-31262ef9-894e-4f29-9745-bf9419dcd378"}]} [pid: 8|app: 0|req: 1304/2579] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:14:29 2026] DELETE /v2.0/networks/e19ffe7b-dd3c-4d30-ada4-a20b71689230 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2580] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:30 2026] GET /v2.0/security-groups?tenant_id=d086ff19470e472eb72d5c794b4aaa6c&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2581] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:30 2026] DELETE /v2.0/security-groups/f18d0497-1f04-4109-8404-556b4f48093f => 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: 1277/2582] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:30 2026] GET /v2.0/security-groups?tenant_id=7bc28a591db240048fa75b334df65762&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: 1306/2583] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:30 2026] DELETE /v2.0/security-groups/93081a31-375b-4679-a08a-3d3152b19359 => 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: 1307/2584] 10.0.0.182 () {34 vars in 1015 bytes} [Wed Jul 29 20:14:35 2026] GET /v2.0/security-groups?id=38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2585] 10.0.0.182 () {34 vars in 981 bytes} [Wed Jul 29 20:14:35 2026] GET /v2.0/networks?id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2586] 10.0.0.182 () {34 vars in 964 bytes} [Wed Jul 29 20:14:35 2026] GET /v2.0/quotas/55bc5f759fe04f299abd7d56436d79a3 => 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: 1310/2587] 10.0.0.182 () {34 vars in 1001 bytes} [Wed Jul 29 20:14:35 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2588] 10.0.0.182 () {34 vars in 1007 bytes} [Wed Jul 29 20:14:35 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1312/2589] 10.0.0.182 () {34 vars in 1107 bytes} [Wed Jul 29 20:14:35 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1278/2590] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:14:34 2026] POST /v2.0/floatingips => generated 552 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2591] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:14:35 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: 1314/2592] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:36 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => 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: 1315/2593] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:36 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => 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: 1279/2594] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:14:36 2026] POST /v2.0/floatingips => generated 552 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2595] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:14:36 2026] POST /v2.0/floatingips => generated 552 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2596] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:14:37 2026] POST /v2.0/floatingips => generated 552 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2597] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:14:37 2026] PUT /v2.0/floatingips/592aa6fb-941c-4588-ab66-333d4b243411/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: 1281/2598] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:14:37 2026] PUT /v2.0/floatingips/ea8360c7-94fc-458f-9683-cf3b2bae0a1f/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2599] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:14:37 2026] PUT /v2.0/floatingips/f049ed93-24f8-4338-a0c6-9b274233bb30/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2600] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:14:37 2026] PUT /v2.0/floatingips/0b080da8-8174-4585-b094-3e74976de494/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2601] 10.0.0.222 () {32 vars in 671 bytes} [Wed Jul 29 20:14:37 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2602] 10.0.0.222 () {32 vars in 685 bytes} [Wed Jul 29 20:14:37 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2603] 10.0.0.222 () {32 vars in 681 bytes} [Wed Jul 29 20:14:37 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2604] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:14:38 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2605] 10.0.0.222 () {32 vars in 679 bytes} [Wed Jul 29 20:14:38 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2606] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:14:38 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2607] 10.0.0.222 () {32 vars in 689 bytes} [Wed Jul 29 20:14:38 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2608] 10.0.0.222 () {32 vars in 701 bytes} [Wed Jul 29 20:14:38 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:14:38.440 8 INFO neutron_taas.services.taas.taas_plugin [None req-85fb2011-f8e8-49b6-8463-6445092f31c0 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] TaaS: Handle Delete Port: 8d7fd763-1103-4715-ac3a-b079d8877d7f 2026-07-29 20:14:38.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85fb2011-f8e8-49b6-8463-6445092f31c0 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] Tap Mirror: Handle Delete Port: 8d7fd763-1103-4715-ac3a-b079d8877d7f [pid: 8|app: 0|req: 1323/2609] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:14:38 2026] DELETE /v2.0/floatingips/592aa6fb-941c-4588-ab66-333d4b243411 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:38.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-15533a5d-5dfc-433f-8547-1ce329b8c1f9 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] TaaS: Handle Delete Port: cdda00c1-39e5-48d4-81aa-4bc53564ebfd 2026-07-29 20:14:38.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15533a5d-5dfc-433f-8547-1ce329b8c1f9 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] Tap Mirror: Handle Delete Port: cdda00c1-39e5-48d4-81aa-4bc53564ebfd [pid: 7|app: 0|req: 1287/2610] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:14:38 2026] DELETE /v2.0/floatingips/ea8360c7-94fc-458f-9683-cf3b2bae0a1f => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2611] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:38 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:14:39.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9d45dae-1a6a-46cb-b044-8490900d6eb4 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] TaaS: Handle Delete Port: 456f82b5-3bdc-4538-9991-018e06feafe4 2026-07-29 20:14:39.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9d45dae-1a6a-46cb-b044-8490900d6eb4 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] Tap Mirror: Handle Delete Port: 456f82b5-3bdc-4538-9991-018e06feafe4 [pid: 7|app: 0|req: 1289/2612] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:39 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2613] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:14:38 2026] DELETE /v2.0/floatingips/f049ed93-24f8-4338-a0c6-9b274233bb30 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:39.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-487fcc5a-e9e5-45fd-b0db-28b9188adb38 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] TaaS: Handle Delete Port: c88a18a1-9f5e-4f94-95cd-0a438938bb84 2026-07-29 20:14:39.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-487fcc5a-e9e5-45fd-b0db-28b9188adb38 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] Tap Mirror: Handle Delete Port: c88a18a1-9f5e-4f94-95cd-0a438938bb84 [pid: 7|app: 0|req: 1290/2614] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:14:39 2026] DELETE /v2.0/floatingips/0b080da8-8174-4585-b094-3e74976de494 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:39.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bf42796-51e3-47e3-9c9f-812f70928f45 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] TaaS: Handle Delete Port: 0e7b6f1a-8d97-40b6-b560-a8da7982b75d 2026-07-29 20:14:39.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bf42796-51e3-47e3-9c9f-812f70928f45 037f4033d9d6400893cb3f609d502307 d6a7bc8cbf9e46c2a86f9e12c641ebe4 - - default default] Tap Mirror: Handle Delete Port: 0e7b6f1a-8d97-40b6-b560-a8da7982b75d [pid: 8|app: 0|req: 1325/2615] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:14:39 2026] DELETE /v2.0/floatingips/e1942ea6-7267-440a-b1c0-c4834bae19f1 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2616] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:14:39 2026] GET /v2.0/networks?id=386d29be-55b7-4bf1-8f12-fa1594e56240 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2617] 199.19.213.12 () {34 vars in 1048 bytes} [Wed Jul 29 20:14:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=55bc5f759fe04f299abd7d56436d79a3 => generated 343 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2618] 199.19.213.12 () {38 vars in 953 bytes} [Wed Jul 29 20:14:40 2026] POST /v2.0/ports => generated 1082 bytes in 326 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: 1293/2619] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:40 2026] GET /v2.0/security-groups?tenant_id=05c7f06e301f46a1abb44bffaa8548bb&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2620] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:14:40 2026] PUT /v2.0/ports/fade56c1-fd04-4b56-bf5d-37e0827c2e2f => generated 1243 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2621] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:40 2026] DELETE /v2.0/security-groups/9ce51757-5847-4dc4-9d49-14891ed13b37 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:40.896 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d9cdd8e-15ed-41c4-b651-e5cb018c4c5d'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': 'fade56c1-fd04-4b56-bf5d-37e0827c2e2f', '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: 1328/2622] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:40 2026] GET /v2.0/security-groups?tenant_id=1f150c7a11434dc0b639148f6f1d613a&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2623] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:41 2026] DELETE /v2.0/security-groups/dd14c3d3-e516-423c-be4d-e1fe4ec12c50 => 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: 1296/2624] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:14:41 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2625] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:41 2026] GET /v2.0/security-groups?tenant_id=d6a7bc8cbf9e46c2a86f9e12c641ebe4&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2626] 199.19.213.12 () {34 vars in 1016 bytes} [Wed Jul 29 20:14:41 2026] GET /v2.0/networks?tenant_id=55bc5f759fe04f299abd7d56436d79a3&shared=False => generated 735 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2627] 199.19.213.12 () {34 vars in 928 bytes} [Wed Jul 29 20:14:41 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: 1330/2628] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:41 2026] DELETE /v2.0/security-groups/b8353dcc-da5e-4d21-a947-f7d32144d30f => 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: 1299/2629] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2630] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/security-groups?id=38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2631] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2632] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1246 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2635] 199.19.213.12 () {34 vars in 1060 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.249&port_id=fade56c1-fd04-4b56-bf5d-37e0827c2e2f => 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: 1335/2636] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/subnets?id=a2e160b1-6f96-4589-bc9a-c1ee77b0b45f => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2637] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/ports?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2638] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:14:42 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1303/2639] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:14:43 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2640] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:45 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2641] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:45 2026] GET /v2.0/security-groups?id=38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2642] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:45 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:14:46.026 7 INFO neutron.db.segments_db [None req-347c6a16-049f-4c8f-9417-79aa62c05c52 1a0c4c29f6a14853aac0fb1c23745557 51897c35fad444fa8d5a2ccac3378c66 - - default default] Added segment ee0e872e-8cb2-46e2-a7c5-7ee2ed27fafa of type vxlan for network 28e97949-a49f-47de-a49d-395e0ec267fe [pid: 7|app: 0|req: 1305/2643] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:14:45 2026] POST /v2.0/networks => generated 612 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:14:46.191 8 INFO neutron.db.segments_db [None req-ca81cc04-12c5-4678-a8bd-da5c7ec354da 1a0c4c29f6a14853aac0fb1c23745557 51897c35fad444fa8d5a2ccac3378c66 - - default default] Added segment f844e550-e4fb-43d5-a136-2cbc9ffcbb92 of type vxlan for network b62f7734-ff63-44ef-a586-af7a5858c592 [pid: 8|app: 0|req: 1339/2644] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:14:46 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:14:46.345 7 INFO neutron.db.segments_db [None req-09348a25-999e-41e3-b5ab-bf761a4a59f7 1a0c4c29f6a14853aac0fb1c23745557 51897c35fad444fa8d5a2ccac3378c66 - - default default] Added segment f930be00-0595-4f18-82ed-693aef0bf05e of type vxlan for network 73138161-98a3-4ce8-aca9-c561d2be7af8 [pid: 7|app: 0|req: 1306/2645] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:14:46 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-29 20:14:46.491 8 INFO neutron.db.segments_db [None req-113affa3-0f2f-4d7f-a7d6-1b0570b0b8e4 1a0c4c29f6a14853aac0fb1c23745557 51897c35fad444fa8d5a2ccac3378c66 - - default default] Added segment 331d43d9-24f3-4dbf-937b-15401123585d of type vxlan for network 49c49356-5e95-4eaa-a45d-98d3e0df10eb [pid: 8|app: 0|req: 1340/2646] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:14:46 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-07-29 20:14:46.629 7 INFO neutron.db.segments_db [None req-2da74e67-e8b2-4e6b-b7e8-b3dff365e2b5 1a0c4c29f6a14853aac0fb1c23745557 51897c35fad444fa8d5a2ccac3378c66 - - default default] Added segment 5d7547b1-d00e-440a-9b51-0cc0154a38b8 of type vxlan for network 1c6def2c-e3d5-4116-b323-630645187382 [pid: 7|app: 0|req: 1307/2647] 10.0.0.222 () {34 vars in 669 bytes} [Wed Jul 29 20:14:46 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) [pid: 8|app: 0|req: 1341/2648] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:46 2026] PUT /v2.0/networks/28e97949-a49f-47de-a49d-395e0ec267fe/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2649] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:14:46 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1248 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2650] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:46 2026] PUT /v2.0/networks/b62f7734-ff63-44ef-a586-af7a5858c592/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2651] 199.19.213.12 () {34 vars in 1042 bytes} [Wed Jul 29 20:14:46 2026] GET /v2.0/security-groups?id=38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2652] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:46 2026] PUT /v2.0/networks/73138161-98a3-4ce8-aca9-c561d2be7af8/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2653] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:46 2026] PUT /v2.0/networks/49c49356-5e95-4eaa-a45d-98d3e0df10eb/tags => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2654] 10.0.0.222 () {32 vars in 665 bytes} [Wed Jul 29 20:14:46 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2655] 10.0.0.222 () {32 vars in 679 bytes} [Wed Jul 29 20:14:47 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2656] 10.0.0.222 () {32 vars in 675 bytes} [Wed Jul 29 20:14:47 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2657] 10.0.0.222 () {32 vars in 687 bytes} [Wed Jul 29 20:14:47 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2658] 10.0.0.222 () {32 vars in 673 bytes} [Wed Jul 29 20:14:47 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2659] 10.0.0.222 () {32 vars in 687 bytes} [Wed Jul 29 20:14:47 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2660] 10.0.0.222 () {32 vars in 683 bytes} [Wed Jul 29 20:14:47 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2661] 10.0.0.222 () {32 vars in 695 bytes} [Wed Jul 29 20:14:47 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2662] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:14:47 2026] DELETE /v2.0/networks/28e97949-a49f-47de-a49d-395e0ec267fe => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:14:47.783 8 INFO neutron.services.segments.plugin [-] Segment ee0e872e-8cb2-46e2-a7c5-7ee2ed27fafa resource provider aggregate not found 2026-07-29 20:14:47.798 8 INFO neutron.services.segments.plugin [-] Segment ee0e872e-8cb2-46e2-a7c5-7ee2ed27fafa resource provider aggregate not found 2026-07-29 20:14:47.807 8 INFO neutron.services.segments.plugin [-] Segment ee0e872e-8cb2-46e2-a7c5-7ee2ed27fafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0e872e-8cb2-46e2-a7c5-7ee2ed27fafa found for delete ", "request_id": "req-c77a0d71-ef5b-48af-a3e4-cc41f3c8f3d0"}]} 2026-07-29 20:14:47.815 8 INFO neutron.services.segments.plugin [-] Segment ee0e872e-8cb2-46e2-a7c5-7ee2ed27fafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0e872e-8cb2-46e2-a7c5-7ee2ed27fafa found for delete ", "request_id": "req-c5f2f06e-8485-4d3c-903e-c453578d6319"}]} 2026-07-29 20:14:47.842 7 INFO neutron.services.segments.plugin [-] Segment f844e550-e4fb-43d5-a136-2cbc9ffcbb92 resource provider aggregate not found 2026-07-29 20:14:47.852 7 INFO neutron.services.segments.plugin [-] Segment f844e550-e4fb-43d5-a136-2cbc9ffcbb92 resource provider aggregate not found 2026-07-29 20:14:47.867 7 INFO neutron.services.segments.plugin [-] Segment f844e550-e4fb-43d5-a136-2cbc9ffcbb92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f844e550-e4fb-43d5-a136-2cbc9ffcbb92 found for delete ", "request_id": "req-f06dfe82-a404-415c-8391-afaae8cc168b"}]} 2026-07-29 20:14:47.871 7 INFO neutron.services.segments.plugin [-] Segment f844e550-e4fb-43d5-a136-2cbc9ffcbb92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f844e550-e4fb-43d5-a136-2cbc9ffcbb92 found for delete ", "request_id": "req-783fee77-97c5-497b-8d4a-2f8831fc0926"}]} [pid: 7|app: 0|req: 1315/2663] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:14:47 2026] DELETE /v2.0/networks/b62f7734-ff63-44ef-a586-af7a5858c592 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2664] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:14:47 2026] DELETE /v2.0/networks/73138161-98a3-4ce8-aca9-c561d2be7af8 => 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: 1316/2665] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:14:48 2026] DELETE /v2.0/networks/49c49356-5e95-4eaa-a45d-98d3e0df10eb => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2666] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:14:48 2026] DELETE /v2.0/networks/1c6def2c-e3d5-4116-b323-630645187382 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2667] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:48 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2668] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:48 2026] GET /v2.0/security-groups?id=38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b&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: 7|app: 0|req: 1318/2669] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:48 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => 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: 1352/2670] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:49 2026] GET /v2.0/security-groups?tenant_id=51897c35fad444fa8d5a2ccac3378c66&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2671] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:49 2026] DELETE /v2.0/security-groups/1c930641-e903-4e98-abb4-bd213a198fa3 => 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: 1353/2672] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:49 2026] GET /v2.0/security-groups?tenant_id=018beb2dc0d343198a38a2396e510f83&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2673] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:49 2026] DELETE /v2.0/security-groups/d42dfe03-4ee9-4e7d-b77f-8bc5c3fe1048 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:14:49.830 8 INFO neutron.services.segments.plugin [-] Segment f930be00-0595-4f18-82ed-693aef0bf05e resource provider aggregate not found 2026-07-29 20:14:49.834 8 INFO neutron.services.segments.plugin [-] Segment f930be00-0595-4f18-82ed-693aef0bf05e resource provider aggregate not found 2026-07-29 20:14:49.848 8 INFO neutron.services.segments.plugin [-] Segment f930be00-0595-4f18-82ed-693aef0bf05e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f930be00-0595-4f18-82ed-693aef0bf05e found for delete ", "request_id": "req-2f6c22e5-b9ac-4d76-b44c-fecd96882d47"}]} 2026-07-29 20:14:49.851 8 INFO neutron.services.segments.plugin [-] Segment f930be00-0595-4f18-82ed-693aef0bf05e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f930be00-0595-4f18-82ed-693aef0bf05e found for delete ", "request_id": "req-fbf78954-c756-4c50-ba97-db1bc46cfe1d"}]} 2026-07-29 20:14:49.866 8 INFO neutron.services.segments.plugin [-] Segment 5d7547b1-d00e-440a-9b51-0cc0154a38b8 resource provider aggregate not found 2026-07-29 20:14:49.870 8 INFO neutron.services.segments.plugin [-] Segment 5d7547b1-d00e-440a-9b51-0cc0154a38b8 resource provider aggregate not found 2026-07-29 20:14:49.881 8 INFO neutron.services.segments.plugin [-] Segment 5d7547b1-d00e-440a-9b51-0cc0154a38b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7547b1-d00e-440a-9b51-0cc0154a38b8 found for delete ", "request_id": "req-4ed72473-4dfe-4b1b-bb01-47443b256172"}]} 2026-07-29 20:14:49.891 8 INFO neutron.services.segments.plugin [-] Segment 5d7547b1-d00e-440a-9b51-0cc0154a38b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7547b1-d00e-440a-9b51-0cc0154a38b8 found for delete ", "request_id": "req-ccbbdda0-aeaa-4c25-9172-8b35a9408da0"}]} 2026-07-29 20:14:49.891 7 INFO neutron.services.segments.plugin [-] Segment 331d43d9-24f3-4dbf-937b-15401123585d resource provider aggregate not found 2026-07-29 20:14:49.896 7 INFO neutron.services.segments.plugin [-] Segment 331d43d9-24f3-4dbf-937b-15401123585d resource provider aggregate not found 2026-07-29 20:14:49.914 7 INFO neutron.services.segments.plugin [-] Segment 331d43d9-24f3-4dbf-937b-15401123585d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 331d43d9-24f3-4dbf-937b-15401123585d found for delete ", "request_id": "req-e2922879-81f6-4364-88f9-6f519fd41ace"}]} 2026-07-29 20:14:49.916 7 INFO neutron.services.segments.plugin [-] Segment 331d43d9-24f3-4dbf-937b-15401123585d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 331d43d9-24f3-4dbf-937b-15401123585d found for delete ", "request_id": "req-abf8024b-83cc-4fa0-ba51-7dd7f076ad66"}]} [pid: 8|app: 0|req: 1354/2674] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:49 2026] GET /v2.0/security-groups?tenant_id=d729d62e903f4ebf9816a52526f952cb&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2675] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:49 2026] DELETE /v2.0/security-groups/876f17aa-f4ec-4df9-baf5-ff5f044ca337 => 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: 1355/2676] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:51 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2677] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:14:51 2026] GET /v2.0/security-groups?id=38fb8ffc-fbe8-4d08-a0b2-5594b2abd43b&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2678] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:14:51 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2679] 10.0.0.222 () {34 vars in 677 bytes} [Wed Jul 29 20:14:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2680] 10.0.0.222 () {34 vars in 677 bytes} [Wed Jul 29 20:14:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2681] 10.0.0.222 () {34 vars in 677 bytes} [Wed Jul 29 20:14:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2682] 10.0.0.222 () {34 vars in 677 bytes} [Wed Jul 29 20:14:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2683] 10.0.0.222 () {34 vars in 677 bytes} [Wed Jul 29 20:14:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2684] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:54 2026] PUT /v2.0/policies/51870c32-9728-474a-84fd-21d289680440/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2685] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:54 2026] PUT /v2.0/policies/19495bf4-cd05-471f-a99f-0d1c686127bc/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2686] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:54 2026] PUT /v2.0/policies/a45e94c3-41e3-40f2-aa5c-4d8bd546c0d9/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2687] 10.0.0.222 () {34 vars in 752 bytes} [Wed Jul 29 20:14:55 2026] PUT /v2.0/policies/a0deaf47-3959-4841-b55d-59f41614fb05/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2688] 10.0.0.222 () {32 vars in 673 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2689] 10.0.0.222 () {32 vars in 687 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2690] 10.0.0.222 () {32 vars in 683 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2691] 10.0.0.222 () {32 vars in 695 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2692] 10.0.0.222 () {32 vars in 681 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2693] 10.0.0.222 () {32 vars in 695 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2694] 10.0.0.222 () {32 vars in 691 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2695] 10.0.0.222 () {32 vars in 703 bytes} [Wed Jul 29 20:14:55 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2696] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:14:56 2026] DELETE /v2.0/qos/policies/51870c32-9728-474a-84fd-21d289680440 => 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: 1332/2697] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:14:56 2026] DELETE /v2.0/qos/policies/19495bf4-cd05-471f-a99f-0d1c686127bc => 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: 1366/2698] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:14:56 2026] DELETE /v2.0/qos/policies/a45e94c3-41e3-40f2-aa5c-4d8bd546c0d9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2699] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:14:56 2026] DELETE /v2.0/qos/policies/a0deaf47-3959-4841-b55d-59f41614fb05 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2700] 10.0.0.222 () {32 vars in 733 bytes} [Wed Jul 29 20:14:56 2026] DELETE /v2.0/qos/policies/01aa460b-f162-4323-86bc-6dfd368a5a06 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2701] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:57 2026] GET /v2.0/security-groups?tenant_id=e48eab5ccf1346a991a10c88a55a416d&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2702] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:57 2026] DELETE /v2.0/security-groups/ff4deb18-a595-4a1c-9887-dc7780c9e69e => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2703] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:57 2026] GET /v2.0/security-groups?tenant_id=2e433d01cac347fda3374476f44beb1d&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2704] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:57 2026] DELETE /v2.0/security-groups/de9ebcfe-6382-49d7-a024-39338cdba497 => 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: 1371/2707] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:14:57 2026] GET /v2.0/security-groups?tenant_id=dca58e776ba74e7f8c1f4a3fc40fad6c&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2708] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:14:58 2026] DELETE /v2.0/security-groups/609bc597-30b0-440a-a0a5-1fff3c5badf7 => 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: 1372/2709] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:15:02 2026] POST /v2.0/security-groups => generated 1603 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2710] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:15:02 2026] POST /v2.0/security-groups => generated 1603 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2711] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:15:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2712] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:15:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2713] 10.0.0.222 () {34 vars in 683 bytes} [Wed Jul 29 20:15:03 2026] POST /v2.0/security-groups => generated 1603 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2714] 10.0.0.222 () {34 vars in 766 bytes} [Wed Jul 29 20:15:03 2026] PUT /v2.0/security-groups/2c3c4cff-24f1-4f92-b761-1170d3495ca8/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2715] 10.0.0.222 () {34 vars in 766 bytes} [Wed Jul 29 20:15:03 2026] PUT /v2.0/security-groups/56bb1fa9-697d-4f33-86a4-1d5c0df5a758/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2716] 10.0.0.222 () {34 vars in 766 bytes} [Wed Jul 29 20:15:03 2026] PUT /v2.0/security-groups/33d651f7-043c-4713-95d0-b8111f59ae65/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2717] 10.0.0.222 () {34 vars in 766 bytes} [Wed Jul 29 20:15:03 2026] PUT /v2.0/security-groups/85e7103c-ed2a-4dc7-9ac6-556389b2553a/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2718] 10.0.0.222 () {32 vars in 679 bytes} [Wed Jul 29 20:15:03 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2719] 10.0.0.222 () {32 vars in 693 bytes} [Wed Jul 29 20:15:03 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2720] 10.0.0.222 () {32 vars in 689 bytes} [Wed Jul 29 20:15:03 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2721] 10.0.0.222 () {32 vars in 701 bytes} [Wed Jul 29 20:15:03 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2722] 10.0.0.222 () {32 vars in 687 bytes} [Wed Jul 29 20:15:03 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2723] 10.0.0.222 () {32 vars in 701 bytes} [Wed Jul 29 20:15:03 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2724] 10.0.0.222 () {32 vars in 697 bytes} [Wed Jul 29 20:15:04 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2725] 10.0.0.222 () {32 vars in 709 bytes} [Wed Jul 29 20:15:04 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2726] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:04 2026] DELETE /v2.0/security-groups/2c3c4cff-24f1-4f92-b761-1170d3495ca8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2727] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:04 2026] DELETE /v2.0/security-groups/56bb1fa9-697d-4f33-86a4-1d5c0df5a758 => 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: 1347/2728] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:04 2026] DELETE /v2.0/security-groups/33d651f7-043c-4713-95d0-b8111f59ae65 => 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: 1382/2729] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:04 2026] DELETE /v2.0/security-groups/85e7103c-ed2a-4dc7-9ac6-556389b2553a => 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: 1348/2730] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:04 2026] DELETE /v2.0/security-groups/0ab6032e-3d2f-47ec-8c9c-a8d8e683c447 => 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: 1383/2731] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:15:05 2026] GET /v2.0/security-groups?tenant_id=ec031f9cec0e4749a99410dfea1720ea&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2732] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:05 2026] DELETE /v2.0/security-groups/ec012647-61b2-4721-bb70-e2c8426bdc6e => 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: 1384/2733] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:15:06 2026] GET /v2.0/security-groups?tenant_id=a62bd57b5000494bb3245d2376ffc67f&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2734] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:06 2026] DELETE /v2.0/security-groups/b1d2669e-414e-465f-8ed9-ff9c7165f60b => 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: 1385/2735] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:15:06 2026] GET /v2.0/security-groups?tenant_id=fdc4e60a24354bca8ea0afc804a6025d&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2736] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:06 2026] DELETE /v2.0/security-groups/cdb61452-390b-4c60-ba7a-1e7c7ed5f76e => 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: 1386/2737] 10.0.0.222 () {34 vars in 675 bytes} [Wed Jul 29 20:15:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2738] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:15:10 2026] PUT /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2739] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2740] 10.0.0.222 () {34 vars in 769 bytes} [Wed Jul 29 20:15:10 2026] PUT /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags/green => 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: 1388/2741] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2742] 10.0.0.222 () {34 vars in 765 bytes} [Wed Jul 29 20:15:10 2026] PUT /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/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: 1389/2743] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2744] 10.0.0.222 () {34 vars in 787 bytes} [Wed Jul 29 20:15:10 2026] PUT /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/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: 8|app: 0|req: 1390/2745] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2746] 10.0.0.222 () {34 vars in 758 bytes} [Wed Jul 29 20:15:10 2026] PUT /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/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: 1391/2747] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2748] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:15:10.742 8 INFO neutron.api.v2.resource [None req-6a4072dc-702a-4b32-972e-6213e9677b05 ba7f296710d44c2ea8ba33e1d849d45c ffb3a56fd5bf406ba046ba3e2e7353c5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1392/2749] 10.0.0.222 () {32 vars in 750 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2750] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:15:10 2026] DELETE /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2751] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:15:10.901 7 INFO neutron.api.v2.resource [None req-376508b4-5eca-47b2-baf7-9c332c347b24 ba7f296710d44c2ea8ba33e1d849d45c ffb3a56fd5bf406ba046ba3e2e7353c5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1359/2752] 10.0.0.222 () {32 vars in 753 bytes} [Wed Jul 29 20:15:10 2026] DELETE /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2753] 10.0.0.222 () {32 vars in 741 bytes} [Wed Jul 29 20:15:10 2026] DELETE /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/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: 1360/2754] 10.0.0.222 () {32 vars in 738 bytes} [Wed Jul 29 20:15:10 2026] GET /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2755] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:15:11 2026] DELETE /v2.0/subnetpools/f054170f-5824-4aef-af66-11df023b4e44 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2756] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:15:11 2026] GET /v2.0/security-groups?tenant_id=f17d906fc7f2438ab9d43070d23cb22a&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2757] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:12 2026] DELETE /v2.0/security-groups/9abfc7bf-2f89-44d4-912f-f0e7013fccac => 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: 1362/2758] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:15:12 2026] GET /v2.0/security-groups?tenant_id=ffb3a56fd5bf406ba046ba3e2e7353c5&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2759] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:12 2026] DELETE /v2.0/security-groups/2a3ae573-0145-4496-8f80-c865c2b3553a => 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: 1399/2762] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:15:16 2026] GET /v2.0/security-groups?tenant_id=a50eaa1a3fa844ff8319c6e3881ca50c&name=default => generated 2929 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2763] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:16 2026] DELETE /v2.0/security-groups/6a90ad9b-1386-4b33-ac8d-677639f8a715 => 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: 1400/2764] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:15:16 2026] GET /v2.0/security-groups?tenant_id=ecb86c6b379c4c059fd1dd24d5ca094b&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: 1365/2765] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:15:16 2026] DELETE /v2.0/security-groups/92a0abde-c13c-4100-a28e-104dc72a4f38 => 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: 1401/2766] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:15:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2767] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:15:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2768] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:15:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2769] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:15:26 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: 1403/2770] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:15:26 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1368/2771] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:15:26 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => 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: 1404/2772] 199.19.213.12 () {34 vars in 715 bytes} [Wed Jul 29 20:15:26 2026] POST /v2.0/ports => generated 1055 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2773] 10.0.0.182 () {34 vars in 970 bytes} [Wed Jul 29 20:15:27 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1055 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2774] 10.0.0.182 () {34 vars in 906 bytes} [Wed Jul 29 20:15:27 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: 1407/2777] 199.19.213.12 () {34 vars in 1260 bytes} [Wed Jul 29 20:15:28 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2778] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:15:28 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?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: 1408/2779] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:15:28 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2780] 199.19.213.12 () {34 vars in 973 bytes} [Wed Jul 29 20:15:28 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1055 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2781] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:15:28 2026] GET /v2.0/networks?id=4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 803 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2782] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:15:29 2026] PUT /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1245 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:15:29.703 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cfbe6359-f5d0-4bda-9999-af3132c7d7db'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': 'c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1410/2783] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:15:30 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2784] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:15:30 2026] GET /v2.0/networks?id=4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 803 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2785] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:15:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => 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: 1375/2786] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:15:30 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1412/2787] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:15:30 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2788] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:15:30 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2789] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:15:30 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2790] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2791] 199.19.213.12 () {34 vars in 1060 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.249&port_id=fade56c1-fd04-4b56-bf5d-37e0827c2e2f => 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/2792] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/subnets?id=a2e160b1-6f96-4589-bc9a-c1ee77b0b45f => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2793] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/ports?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240&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: 1379/2794] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1416/2795] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1380/2796] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => 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: 1417/2797] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2798] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2799] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2800] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:15:31 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2801] 10.0.0.182 () {34 vars in 970 bytes} [Wed Jul 29 20:15:35 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1247 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2802] 199.19.213.12 () {34 vars in 787 bytes} [Wed Jul 29 20:15:35 2026] PUT /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1270 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:15:36.121 8 INFO neutron.api.v2.resource [None req-1b0b296a-1bde-4bab-ad7c-c73dabe5e37d f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1420/2803] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/security-groups/lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:15:36.134 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b57907a-dbff-4b13-8ba7-05afff028223'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': 'c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1384/2804] 199.19.213.12 () {30 vars in 783 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/security-groups?name=lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2805] 199.19.213.12 () {34 vars in 787 bytes} [Wed Jul 29 20:15:36 2026] PUT /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1308 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:15:36.497 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c22a7f5-b804-4d58-9861-608ebdd48f2d'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': 'c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1385/2806] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1422/2807] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2808] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2809] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:15:36 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: 1387/2810] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1424/2811] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2812] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2813] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/networks?id=4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 803 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2814] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1344 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2815] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2816] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 679 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2817] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1428/2818] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&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: 1391/2819] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2820] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?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: 1392/2821] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2822] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?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: 1393/2823] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:15:36 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1431/2824] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:15:37 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2825] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:15:37 2026] GET /v2.0/networks?id=4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 803 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2826] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:15:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => 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: 1395/2827] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:15:38 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1433/2828] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:15:38 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2829] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:15:38 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2830] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:15:38 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:15:44.581 7 INFO neutron.db.l3_db [None req-c8d6baf3-b92f-4bd5-b92f-37f10d568ee6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Floating IP 9d8ca6ea-adac-4a26-bf10-4a2625e66cbc associated. External IP: 10.96.250.212, port: 702f263b-fcd9-4886-ad07-ac32e8d5762b. [pid: 7|app: 0|req: 1398/2833] 10.0.0.222 () {34 vars in 676 bytes} [Wed Jul 29 20:15:43 2026] POST /v2.0/floatingips => generated 897 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2834] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:15:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2835] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:15:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2836] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:15:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2837] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:15:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:15:49.748 8 INFO neutron.api.v2.resource [None req-17549ea4-8e73-4dbd-965e-bb2f7fa7bd22 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1438/2838] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 20:15:49 2026] GET /v2.0/security-groups/lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => 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: 1401/2839] 199.19.213.12 () {30 vars in 783 bytes} [Wed Jul 29 20:15:49 2026] GET /v2.0/security-groups?name=lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2840] 199.19.213.12 () {30 vars in 813 bytes} [Wed Jul 29 20:15:49 2026] GET /v2.0/security-group-rules?security_group_id=f85b8e75-ae8d-407f-8bff-269e2d63d1ab => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2841] 199.19.213.12 () {34 vars in 745 bytes} [Wed Jul 29 20:15:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2842] 199.19.213.12 () {34 vars in 745 bytes} [Wed Jul 29 20:15:49 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: 1442/2845] 10.0.0.94 () {30 vars in 688 bytes} [Wed Jul 29 20:16:00 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: 1404/2846] 10.0.0.94 () {30 vars in 690 bytes} [Wed Jul 29 20:16:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2847] 10.0.0.94 () {30 vars in 666 bytes} [Wed Jul 29 20:16:00 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: 1405/2848] 10.0.0.94 () {30 vars in 702 bytes} [Wed Jul 29 20:16:00 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: 1444/2849] 10.0.0.94 () {28 vars in 437 bytes} [Wed Jul 29 20:16:01 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2850] 10.0.0.94 () {30 vars in 726 bytes} [Wed Jul 29 20:16:01 2026] GET /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2851] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:02 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: 1407/2852] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:02 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: 1446/2853] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:02 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: 1408/2854] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2855] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:02 2026] GET /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => 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: 1409/2856] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:02 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2857] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:02 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: 1410/2858] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2859] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2860] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:02 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: 1450/2861] 199.19.213.12 () {34 vars in 715 bytes} [Wed Jul 29 20:16:02 2026] POST /v2.0/ports => generated 1324 bytes in 849 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2862] 10.0.0.182 () {34 vars in 970 bytes} [Wed Jul 29 20:16:03 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1451/2863] 199.19.213.12 () {34 vars in 1260 bytes} [Wed Jul 29 20:16:04 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2864] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:04 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1452/2865] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:05 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1414/2866] 199.19.213.12 () {34 vars in 973 bytes} [Wed Jul 29 20:16:05 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1324 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2867] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:05 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2868] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:16:05 2026] PUT /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1514 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:16:06.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df032ec4-e241-4aa1-8244-b88887a7152b'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': '1c35d648-f3c3-46ed-a8ff-03e0f2362345', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1454/2869] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4090 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1416/2870] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2871] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => 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: 1417/2872] 199.19.213.12 () {34 vars in 1102 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f1&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => 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: 1456/2873] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd&id=4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2874] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2875] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2876] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:06 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1458/2877] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:07 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1420/2878] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4090 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2879] 199.19.213.12 () {34 vars in 1060 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.249&port_id=fade56c1-fd04-4b56-bf5d-37e0827c2e2f => 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: 1421/2880] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/subnets?id=a2e160b1-6f96-4589-bc9a-c1ee77b0b45f => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2881] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/ports?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240&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: 1422/2882] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1461/2883] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1423/2884] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => 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: 1462/2885] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2886] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&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: 1463/2887] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?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: 1425/2888] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?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: 1464/2889] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2890] 199.19.213.12 () {34 vars in 1102 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f1&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => 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: 1465/2891] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd&id=4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2892] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2893] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2894] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2895] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:08 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1430/2898] 10.0.0.182 () {34 vars in 970 bytes} [Wed Jul 29 20:16:12 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2899] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2900] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2901] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/subnets/4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 744 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2902] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:13 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: 1471/2903] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2904] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:13 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: 1472/2905] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:13 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/2906] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1473/2907] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2908] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1344 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2909] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1436/2910] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2911] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2912] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:13 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1476/2913] 10.0.0.94 () {30 vars in 688 bytes} [Wed Jul 29 20:16:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2914] 10.0.0.94 () {30 vars in 690 bytes} [Wed Jul 29 20:16:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2915] 10.0.0.94 () {30 vars in 666 bytes} [Wed Jul 29 20:16:21 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: 1439/2916] 10.0.0.94 () {30 vars in 702 bytes} [Wed Jul 29 20:16:21 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: 1478/2917] 10.0.0.94 () {28 vars in 437 bytes} [Wed Jul 29 20:16:22 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: 1440/2918] 10.0.0.94 () {30 vars in 726 bytes} [Wed Jul 29 20:16:22 2026] GET /v2.0/subnets/b61aa1d3-e3f5-4ed1-82cc-09d32885412a => generated 656 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2919] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2920] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:22 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: 1480/2921] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2922] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:23 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: 1481/2923] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:23 2026] GET /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2924] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:23 2026] GET /v2.0/subnets/b61aa1d3-e3f5-4ed1-82cc-09d32885412a => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2925] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:23 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4092 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2926] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:23 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: 1483/2927] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2928] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:23 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/2929] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:23 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: 1446/2930] 199.19.213.12 () {34 vars in 715 bytes} [Wed Jul 29 20:16:23 2026] POST /v2.0/ports => generated 1328 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2931] 10.0.0.182 () {34 vars in 970 bytes} [Wed Jul 29 20:16:23 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1328 bytes in 33 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: 1447/2932] 10.0.0.182 () {34 vars in 906 bytes} [Wed Jul 29 20:16:23 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2933] 199.19.213.12 () {34 vars in 1260 bytes} [Wed Jul 29 20:16:24 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2934] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:24 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1487/2935] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:24 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2936] 199.19.213.12 () {34 vars in 973 bytes} [Wed Jul 29 20:16:25 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2937] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:25 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2938] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:16:25 2026] PUT /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1518 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:16:26.142 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-51787221-002d-46b5-a412-8a892d47ae31'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': '64c8c3a6-224e-4e32-89d5-3a9142560e19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1489/2939] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 5602 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: 1451/2940] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => 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: 1490/2941] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=64c8c3a6-224e-4e32-89d5-3a9142560e19 => 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: 1452/2942] 199.19.213.12 () {34 vars in 1104 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A136&port_id=64c8c3a6-224e-4e32-89d5-3a9142560e19 => 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: 1491/2943] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/subnets?id=b61aa1d3-e3f5-4ed1-82cc-09d32885412a&id=a6779644-c728-43f3-b3d2-2341dab78e69 => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2944] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&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: 1492/2945] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2946] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:26 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2947] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:27 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1495/2950] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 5602 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2951] 199.19.213.12 () {34 vars in 1060 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.249&port_id=fade56c1-fd04-4b56-bf5d-37e0827c2e2f => 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: 1496/2952] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/subnets?id=a2e160b1-6f96-4589-bc9a-c1ee77b0b45f => 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: 1457/2953] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/ports?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240&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: 1497/2954] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1458/2955] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1498/2956] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => 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: 1459/2957] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2958] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2959] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?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: 1500/2960] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?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: 1461/2961] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2962] 199.19.213.12 () {34 vars in 1102 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2f1&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => 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: 1462/2963] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd&id=4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 1411 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2964] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2965] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&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: 1503/2966] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2967] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2968] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=64c8c3a6-224e-4e32-89d5-3a9142560e19 => 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/2969] 199.19.213.12 () {34 vars in 1104 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A136&port_id=64c8c3a6-224e-4e32-89d5-3a9142560e19 => 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: 1505/2970] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:16:28 2026] GET /v2.0/subnets?id=b61aa1d3-e3f5-4ed1-82cc-09d32885412a&id=a6779644-c728-43f3-b3d2-2341dab78e69 => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2971] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:29 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&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: 1506/2972] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:29 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&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: 1467/2973] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:29 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1507/2974] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:29 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2975] 10.0.0.182 () {34 vars in 970 bytes} [Wed Jul 29 20:16:33 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2976] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:33 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2977] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:33 2026] GET /v2.0/subnets/b61aa1d3-e3f5-4ed1-82cc-09d32885412a => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2978] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:33 2026] GET /v2.0/subnets/a6779644-c728-43f3-b3d2-2341dab78e69 => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2979] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:33 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1516 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2980] 199.19.213.12 () {34 vars in 788 bytes} [Wed Jul 29 20:16:33 2026] PUT /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1251 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:16:33.921 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-868ec971-bb0b-4a2e-9eae-e6dd7942a7e8'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': '1c35d648-f3c3-46ed-a8ff-03e0f2362345', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1471/2981] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:33 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1511/2982] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:33 2026] GET /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => 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/2983] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:34 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: 1512/2984] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2985] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:34 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: 1513/2986] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:34 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: 1474/2987] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1514/2988] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2989] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1344 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2990] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2991] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2992] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2993] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1517/2994] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 5375 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2995] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => 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: 1518/2996] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2997] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2998] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2999] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1520/3000] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:34 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1522/3003] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:46 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: 1482/3004] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:46 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: 1523/3005] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:46 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: 1483/3006] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3007] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:46 2026] GET /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3008] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:46 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 5375 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3009] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:47 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: 1485/3010] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:47 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: 1526/3011] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:47 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: 1486/3012] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3013] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:47 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3014] 199.19.213.12 () {34 vars in 788 bytes} [Wed Jul 29 20:16:47 2026] PUT /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1311 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:16:47.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c85e70c-47e5-418d-8915-a85b79ad3ea5'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': '64c8c3a6-224e-4e32-89d5-3a9142560e19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1528/3015] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:47 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 798 bytes in 55 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: 1488/3016] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:47 2026] GET /v2.0/subnets/a6779644-c728-43f3-b3d2-2341dab78e69 => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3017] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:47 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3018] 199.19.213.12 () {34 vars in 787 bytes} [Wed Jul 29 20:16:47 2026] PUT /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1080 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3019] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:48 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 798 bytes in 51 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: 1490/3020] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:48 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3021] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:48 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3022] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:48 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3023] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:48 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3024] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:48 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1533/3025] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:48 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3026] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:49 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:16:49.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-363a0d98-7029-4596-8c67-4926d9c5d034'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': '64c8c3a6-224e-4e32-89d5-3a9142560e19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1534/3027] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3028] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3029] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1495/3030] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1536/3031] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 4971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3032] 199.19.213.12 () {34 vars in 973 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3033] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3034] 199.19.213.12 () {34 vars in 1014 bytes} [Wed Jul 29 20:16:50 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3035] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:16:50 2026] PUT /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => generated 917 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3036] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:51 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3863 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:16:51.784 8 INFO neutron_taas.services.taas.taas_plugin [None req-6856a506-ef34-425a-839b-db7581a4a8d2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 64c8c3a6-224e-4e32-89d5-3a9142560e19 2026-07-29 20:16:51.787 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6856a506-ef34-425a-839b-db7581a4a8d2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 64c8c3a6-224e-4e32-89d5-3a9142560e19 [pid: 8|app: 0|req: 1539/3037] 199.19.213.12 () {32 vars in 757 bytes} [Wed Jul 29 20:16:51 2026] DELETE /v2.0/ports/64c8c3a6-224e-4e32-89d5-3a9142560e19 => 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: 1499/3038] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:51 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: 1540/3039] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3040] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:52 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: 1541/3041] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:52 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: 1501/3042] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1542/3043] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3044] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1344 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3045] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1503/3046] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3047] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3048] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3049] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3863 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3050] 199.19.213.12 () {34 vars in 1224 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/networks?id=386d29be-55b7-4bf1-8f12-fa1594e56240&id=4def4b80-1007-4aef-8aac-eb60cf17b10c&id=58102ae7-175e-45c9-b8c3-ec17face8f0b&id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 3098 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3051] 199.19.213.12 () {34 vars in 1060 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.249&port_id=fade56c1-fd04-4b56-bf5d-37e0827c2e2f => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3052] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/subnets?id=a2e160b1-6f96-4589-bc9a-c1ee77b0b45f => 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: 1547/3053] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/ports?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3054] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1548/3055] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:52 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3056] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3057] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3058] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&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: 8|app: 0|req: 1550/3059] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3060] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3061] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.79&port_id=1c35d648-f3c3-46ed-a8ff-03e0f2362345 => 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: 1511/3062] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3063] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3064] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3065] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:53 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1513/3066] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3067] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3068] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:57 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: 1555/3069] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3070] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3863 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3071] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3072] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3073] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3074] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3075] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1287 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3078] 199.19.213.12 () {34 vars in 787 bytes} [Wed Jul 29 20:16:57 2026] PUT /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1080 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:16:57.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86cee886-0220-44f9-a061-4f4f56777b62'] response: {'name': 'network-changed', 'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'tag': '1c35d648-f3c3-46ed-a8ff-03e0f2362345', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1561/3079] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:16:57 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 798 bytes in 61 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: 1519/3080] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:58 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3692 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3081] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:58 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3692 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3082] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:16:58 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3692 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3083] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:16:58 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3084] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:16:58 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3085] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:16:58 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1522/3086] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:16:59 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3692 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3087] 199.19.213.12 () {34 vars in 973 bytes} [Wed Jul 29 20:17:00 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3088] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:17:00 2026] GET /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3089] 199.19.213.12 () {34 vars in 1014 bytes} [Wed Jul 29 20:17:00 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3090] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:00 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 3692 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3091] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:17:00 2026] PUT /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 917 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3092] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:17:01.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b9220d4-7891-46ff-b671-30a43ce16d3c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 1c35d648-f3c3-46ed-a8ff-03e0f2362345 2026-07-29 20:17:01.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b9220d4-7891-46ff-b671-30a43ce16d3c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 1c35d648-f3c3-46ed-a8ff-03e0f2362345 [pid: 8|app: 0|req: 1568/3093] 199.19.213.12 () {32 vars in 757 bytes} [Wed Jul 29 20:17:01 2026] DELETE /v2.0/ports/1c35d648-f3c3-46ed-a8ff-03e0f2362345 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3094] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:17:01 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: 1569/3095] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3096] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:17: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: 8|app: 0|req: 1570/3097] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3098] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1571/3099] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3100] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1344 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3101] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1530/3102] 199.19.213.12 () {30 vars in 741 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3103] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:17:01 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3104] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1574/3105] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3106] 199.19.213.12 () {34 vars in 1144 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/networks?id=386d29be-55b7-4bf1-8f12-fa1594e56240&id=4def4b80-1007-4aef-8aac-eb60cf17b10c&id=58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 2311 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3107] 199.19.213.12 () {34 vars in 1060 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.249&port_id=fade56c1-fd04-4b56-bf5d-37e0827c2e2f => 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: 1533/3108] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/subnets?id=a2e160b1-6f96-4589-bc9a-c1ee77b0b45f => 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: 1576/3109] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/ports?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240&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: 1534/3110] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3111] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1535/3112] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.81&port_id=c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => 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: 1578/3113] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/subnets?id=52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3114] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/ports?network_id=4def4b80-1007-4aef-8aac-eb60cf17b10c&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: 1579/3115] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3116] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:17:02 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3119] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:17:13 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: 1539/3120] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:17:13 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: 1582/3121] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:17:13 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: 1540/3122] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:17:13 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) 2026-07-29 20:17:13.264 8 INFO neutron.api.v2.resource [None req-88fc101b-4de8-4d15-a89f-8dd9a419e5a2 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3123] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 20:17:13 2026] GET /v2.0/security-groups/lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => 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: 1541/3124] 199.19.213.12 () {30 vars in 783 bytes} [Wed Jul 29 20:17:13 2026] GET /v2.0/security-groups?name=lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 2865 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3125] 199.19.213.12 () {30 vars in 813 bytes} [Wed Jul 29 20:17:13 2026] GET /v2.0/security-group-rules?security_group_id=f85b8e75-ae8d-407f-8bff-269e2d63d1ab => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3126] 199.19.213.12 () {32 vars in 787 bytes} [Wed Jul 29 20:17:13 2026] DELETE /v2.0/security-group-rules/1eda56ad-1292-41cf-ba97-a9b4d8c0c24b => 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: 1585/3127] 199.19.213.12 () {32 vars in 787 bytes} [Wed Jul 29 20:17:13 2026] DELETE /v2.0/security-group-rules/d75f82db-1f92-4601-907c-99c8a2ab7fcf => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:17.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-28720a74-0c48-45a9-a399-cc9a44fed55d 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 311568ee-4c86-467e-bcea-240bc2cf5836 2026-07-29 20:17:17.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28720a74-0c48-45a9-a399-cc9a44fed55d 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 311568ee-4c86-467e-bcea-240bc2cf5836 2026-07-29 20:17:17.466 7 INFO neutron.db.l3_db [None req-28720a74-0c48-45a9-a399-cc9a44fed55d 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Floating IP 9d8ca6ea-adac-4a26-bf10-4a2625e66cbc disassociated (deleted). External IP: 10.96.250.212, port: 702f263b-fcd9-4886-ad07-ac32e8d5762b. [pid: 7|app: 0|req: 1543/3128] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:17:17 2026] DELETE /v2.0/floatingips/9d8ca6ea-adac-4a26-bf10-4a2625e66cbc => generated 0 bytes in 1206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:18.364 8 INFO neutron.api.v2.resource [None req-a62d9dd1-61da-44f3-aa6e-e7e20adc4e07 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3129] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:17:18 2026] GET /v2.0/floatingips/9d8ca6ea-adac-4a26-bf10-4a2625e66cbc => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3130] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:17:19 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: 1587/3131] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:17:19 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: 1545/3132] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:17:19 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: 1588/3133] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:17:19 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-07-29 20:17:19.612 7 INFO neutron.api.v2.resource [None req-69f56183-3747-4003-a9bb-815ddfc959ad f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/3134] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 20:17:19 2026] GET /v2.0/security-groups/lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => 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: 1589/3135] 199.19.213.12 () {30 vars in 783 bytes} [Wed Jul 29 20:17:19 2026] GET /v2.0/security-groups?name=lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3136] 199.19.213.12 () {30 vars in 813 bytes} [Wed Jul 29 20:17:19 2026] GET /v2.0/security-group-rules?security_group_id=f85b8e75-ae8d-407f-8bff-269e2d63d1ab => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3137] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:17:19 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: 1548/3138] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:17:19 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: 1591/3139] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:17:19 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: 1549/3140] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:17:19 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: 1592/3141] 199.19.213.12 () {30 vars in 739 bytes} [Wed Jul 29 20:17:19 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => 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: 1550/3142] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:19 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3143] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:19 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3144] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:20 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3145] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:21 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3146] 199.19.213.12 () {34 vars in 973 bytes} [Wed Jul 29 20:17:22 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1344 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3147] 199.19.213.12 () {34 vars in 1058 bytes} [Wed Jul 29 20:17:22 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13?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: 1553/3148] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:22 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 2584 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3149] 199.19.213.12 () {34 vars in 1014 bytes} [Wed Jul 29 20:17:22 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c?fields=dns_domain => generated 29 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3150] 199.19.213.12 () {38 vars in 1026 bytes} [Wed Jul 29 20:17:22 2026] PUT /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1145 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3151] 199.19.213.12 () {30 vars in 767 bytes} [Wed Jul 29 20:17:23 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1555/3152] 199.19.213.12 () {34 vars in 787 bytes} [Wed Jul 29 20:17:23 2026] PUT /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1086 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3153] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:17:23 2026] GET /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 1086 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-29 20:17:23.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-1dab1b2b-f220-48d0-b56a-f718b04fa5a3 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 2026-07-29 20:17:23.605 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dab1b2b-f220-48d0-b56a-f718b04fa5a3 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 [pid: 7|app: 0|req: 1556/3154] 199.19.213.12 () {32 vars in 757 bytes} [Wed Jul 29 20:17:23 2026] DELETE /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3155] 199.19.213.12 () {30 vars in 701 bytes} [Wed Jul 29 20:17:23 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: 1557/3156] 199.19.213.12 () {30 vars in 703 bytes} [Wed Jul 29 20:17:23 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: 1600/3157] 199.19.213.12 () {30 vars in 679 bytes} [Wed Jul 29 20:17:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3158] 199.19.213.12 () {30 vars in 715 bytes} [Wed Jul 29 20:17:23 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-07-29 20:17:23.915 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16e059b8-1799-4b60-8cce-c5e24fd5525c f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3159] 199.19.213.12 () {32 vars in 757 bytes} [Wed Jul 29 20:17:23 2026] DELETE /v2.0/ports/c6becee8-9cb7-47bb-a5dc-9ff91c5b6b13 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3160] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:17:23 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:17:23.983 8 INFO neutron.api.v2.resource [None req-9dba6af9-d58c-4ef0-9f21-cbf74f826bf7 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3161] 199.19.213.12 () {30 vars in 761 bytes} [Wed Jul 29 20:17:23 2026] GET /v2.0/security-groups/lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3162] 199.19.213.12 () {30 vars in 783 bytes} [Wed Jul 29 20:17:23 2026] GET /v2.0/security-groups?name=lb-b5e20a99-9651-4985-ac80-ba0e4be9757c => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3163] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:17:23 2026] GET /v2.0/ports?tenant_id=55bc5f759fe04f299abd7d56436d79a3&device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1248 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3164] 199.19.213.12 () {30 vars in 735 bytes} [Wed Jul 29 20:17:24 2026] GET /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1124 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3165] 199.19.213.12 () {34 vars in 1064 bytes} [Wed Jul 29 20:17:24 2026] GET /v2.0/networks?id=386d29be-55b7-4bf1-8f12-fa1594e56240&id=4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 1524 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3166] 199.19.213.12 () {34 vars in 1060 bytes} [Wed Jul 29 20:17:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.249&port_id=fade56c1-fd04-4b56-bf5d-37e0827c2e2f => 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: 1606/3167] 199.19.213.12 () {34 vars in 982 bytes} [Wed Jul 29 20:17:24 2026] GET /v2.0/subnets?id=a2e160b1-6f96-4589-bc9a-c1ee77b0b45f => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3168] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:17:24 2026] GET /v2.0/ports?network_id=386d29be-55b7-4bf1-8f12-fa1594e56240&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3169] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:17:24 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1609/3170] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:17:24 2026] GET /v2.0/networks/386d29be-55b7-4bf1-8f12-fa1594e56240?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: 1562/3171] 199.19.213.12 () {34 vars in 787 bytes} [Wed Jul 29 20:17:24 2026] PUT /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 1086 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3172] 199.19.213.12 () {32 vars in 777 bytes} [Wed Jul 29 20:17:24 2026] DELETE /v2.0/security-groups/f85b8e75-ae8d-407f-8bff-269e2d63d1ab => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:24.611 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b897cdb-6145-45ed-bd01-e449e21a6922 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: 702f263b-fcd9-4886-ad07-ac32e8d5762b 2026-07-29 20:17:24.614 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b897cdb-6145-45ed-bd01-e449e21a6922 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: 702f263b-fcd9-4886-ad07-ac32e8d5762b [pid: 7|app: 0|req: 1563/3173] 199.19.213.12 () {32 vars in 757 bytes} [Wed Jul 29 20:17:24 2026] DELETE /v2.0/ports/702f263b-fcd9-4886-ad07-ac32e8d5762b => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3174] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:17:27 2026] GET /v2.0/ports?device_id=1e9df28a-d70c-4d78-ba71-7ac35f126fbe => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:17:27.730 7 INFO neutron_taas.services.taas.taas_plugin [req-59735f87-fdc6-4ac3-b4b2-3bd0513f8c87 req-a0208250-3a08-4c7d-85de-c0ceb9458b51 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] TaaS: Handle Delete Port: fade56c1-fd04-4b56-bf5d-37e0827c2e2f 2026-07-29 20:17:27.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-59735f87-fdc6-4ac3-b4b2-3bd0513f8c87 req-a0208250-3a08-4c7d-85de-c0ceb9458b51 f22bf472d03d44e39462205faffc5ae7 55bc5f759fe04f299abd7d56436d79a3 - - default default] Tap Mirror: Handle Delete Port: fade56c1-fd04-4b56-bf5d-37e0827c2e2f [pid: 7|app: 0|req: 1564/3177] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:17:27 2026] DELETE /v2.0/ports/fade56c1-fd04-4b56-bf5d-37e0827c2e2f => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:27.892 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-668e8ccd-18d0-492d-8883-f989e4a901ca'] response: {'server_uuid': '1e9df28a-d70c-4d78-ba71-7ac35f126fbe', 'name': 'network-vif-deleted', 'tag': 'fade56c1-fd04-4b56-bf5d-37e0827c2e2f', 'status': 'completed', 'code': 200} 2026-07-29 20:17:28.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-b267b081-66ba-49c8-9a96-56c026b4846b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 40c86d97-8d21-49cb-88f4-b633226d69ac 2026-07-29 20:17:28.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b267b081-66ba-49c8-9a96-56c026b4846b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 40c86d97-8d21-49cb-88f4-b633226d69ac 2026-07-29 20:17:28.877 8 INFO neutron.db.l3_db [None req-b267b081-66ba-49c8-9a96-56c026b4846b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Floating IP 0364741c-45b8-4aaf-b45d-a5641c202622 disassociated (deleted). External IP: 10.96.250.215, port: f40ebdde-fb8c-4e34-ae48-bd1a1838ad97. [pid: 8|app: 0|req: 1614/3178] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:17:28 2026] DELETE /v2.0/floatingips/0364741c-45b8-4aaf-b45d-a5641c202622 => generated 0 bytes in 640 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:29.228 7 INFO neutron.api.v2.resource [None req-927d43e1-3f20-4d51-b23c-cfa0a35a023c 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3179] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/floatingips/0364741c-45b8-4aaf-b45d-a5641c202622 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:29.243 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98572e5b-0c7f-4fdb-9334-8aa4a2ad4229'] response: {'name': 'network-changed', 'server_uuid': 'd09869e4-6124-462f-83f6-9332f2c815c0', 'tag': 'f40ebdde-fb8c-4e34-ae48-bd1a1838ad97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1615/3180] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3181] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3182] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1473 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3183] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/networks?id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3184] 199.19.213.12 () {34 vars in 1056 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.213&port_id=f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => 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: 1568/3185] 199.19.213.12 () {34 vars in 1104 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A281&port_id=f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3186] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/subnets?id=b61aa1d3-e3f5-4ed1-82cc-09d32885412a&id=a6779644-c728-43f3-b3d2-2341dab78e69 => generated 1415 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3187] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:17:29 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3188] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:17:30 2026] GET /v2.0/ports?network_id=9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3189] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:17:30 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3190] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:17:30 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1?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: 1571/3191] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:17:31 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 1202 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:17:32.041 8 INFO neutron_taas.services.taas.taas_plugin [req-854fe014-47fd-48ba-b9fb-2f2938b32704 req-d24e507e-0a38-4e6a-92d2-2947a5dd41fb 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 2026-07-29 20:17:32.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-854fe014-47fd-48ba-b9fb-2f2938b32704 req-d24e507e-0a38-4e6a-92d2-2947a5dd41fb 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 [pid: 8|app: 0|req: 1621/3192] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:17:31 2026] DELETE /v2.0/ports/f40ebdde-fb8c-4e34-ae48-bd1a1838ad97 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:32.290 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af861894-450f-4927-a023-eb21e93160d0'] response: {'server_uuid': 'd09869e4-6124-462f-83f6-9332f2c815c0', 'name': 'network-vif-deleted', 'tag': 'f40ebdde-fb8c-4e34-ae48-bd1a1838ad97', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1572/3193] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:17:34 2026] GET /v2.0/ports?device_id=d09869e4-6124-462f-83f6-9332f2c815c0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-29 20:17:39.770 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e699a90-6d0a-4d87-acad-9c288aa433fd 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 7e7917e1-039f-4af1-b245-cf53c7d25202 2026-07-29 20:17:39.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e699a90-6d0a-4d87-acad-9c288aa433fd 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 7e7917e1-039f-4af1-b245-cf53c7d25202 2026-07-29 20:17:39.960 8 INFO neutron.db.l3_db [None req-7e699a90-6d0a-4d87-acad-9c288aa433fd 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Floating IP c25c317b-5134-490a-a017-f28f2b3a96ca disassociated (deleted). External IP: 10.96.250.206, port: de41b69e-61c6-4ba3-a874-27456a691dac. [pid: 8|app: 0|req: 1622/3194] 10.0.0.222 () {32 vars in 731 bytes} [Wed Jul 29 20:17:39 2026] DELETE /v2.0/floatingips/c25c317b-5134-490a-a017-f28f2b3a96ca => generated 0 bytes in 618 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:40.284 7 INFO neutron.api.v2.resource [None req-87f80f75-fb56-4b3f-ae0e-d4b1ae9c8e1e 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3195] 10.0.0.222 () {32 vars in 728 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/floatingips/c25c317b-5134-490a-a017-f28f2b3a96ca => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:40.297 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e50fcdd-3c07-4d2d-a879-7c4dd4ef8987'] response: {'name': 'network-changed', 'server_uuid': '1548f0a8-a76f-47d2-96cd-9cd971cd5e84', 'tag': 'de41b69e-61c6-4ba3-a874-27456a691dac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1623/3196] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1192 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3197] 10.0.0.182 () {34 vars in 1039 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/security-groups?id=ff979673-de94-4315-8f30-29294ec88b88&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3198] 199.19.213.12 () {34 vars in 1078 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/ports?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3199] 199.19.213.12 () {34 vars in 984 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/networks?id=58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3200] 199.19.213.12 () {34 vars in 1054 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.38&port_id=de41b69e-61c6-4ba3-a874-27456a691dac => 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: 1576/3201] 199.19.213.12 () {34 vars in 1100 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7f&port_id=de41b69e-61c6-4ba3-a874-27456a691dac => 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: 1626/3202] 199.19.213.12 () {34 vars in 1062 bytes} [Wed Jul 29 20:17:40 2026] GET /v2.0/subnets?id=777d2767-0aaf-483a-9fda-4c861a5250cd&id=4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 1411 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3203] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:17:41 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3204] 199.19.213.12 () {34 vars in 1050 bytes} [Wed Jul 29 20:17:41 2026] GET /v2.0/ports?network_id=58102ae7-175e-45c9-b8c3-ec17face8f0b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3205] 199.19.213.12 () {34 vars in 1010 bytes} [Wed Jul 29 20:17:41 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?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: 1628/3206] 199.19.213.12 () {34 vars in 1110 bytes} [Wed Jul 29 20:17:41 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3209] 199.19.213.12 () {34 vars in 992 bytes} [Wed Jul 29 20:17:42 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => generated 1192 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-29 20:17:43.052 8 INFO neutron_taas.services.taas.taas_plugin [req-f9f54325-0ea3-4ac2-b1a5-cccfa25733f3 req-4a579bb4-e86e-4d3c-9d64-cb0947d44a97 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: de41b69e-61c6-4ba3-a874-27456a691dac 2026-07-29 20:17:43.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f9f54325-0ea3-4ac2-b1a5-cccfa25733f3 req-4a579bb4-e86e-4d3c-9d64-cb0947d44a97 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: de41b69e-61c6-4ba3-a874-27456a691dac [pid: 8|app: 0|req: 1631/3210] 199.19.213.12 () {36 vars in 995 bytes} [Wed Jul 29 20:17:42 2026] DELETE /v2.0/ports/de41b69e-61c6-4ba3-a874-27456a691dac => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:43.277 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9f8540a-bd58-4472-99d4-47c56d0becae'] response: {'server_uuid': '1548f0a8-a76f-47d2-96cd-9cd971cd5e84', 'name': 'network-vif-deleted', 'tag': 'de41b69e-61c6-4ba3-a874-27456a691dac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1580/3211] 10.0.0.182 () {34 vars in 989 bytes} [Wed Jul 29 20:17:45 2026] GET /v2.0/ports?device_id=1548f0a8-a76f-47d2-96cd-9cd971cd5e84 => 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: 1632/3212] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:50 2026] DELETE /v2.0/security-group-rules/e28deb57-7724-4a2a-a1b8-560d5d897640 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:50.835 7 INFO neutron.api.v2.resource [None req-95541641-274b-4485-ba45-d82da666d5a0 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3213] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:50 2026] GET /v2.0/security-group-rules/e28deb57-7724-4a2a-a1b8-560d5d897640 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3214] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:50 2026] DELETE /v2.0/security-group-rules/8ddd1471-ae00-4d5b-b654-f9b49db7dcef => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:50.911 7 INFO neutron.api.v2.resource [None req-528c0334-8762-4cae-8a76-eccfbad6ee4c 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3215] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:50 2026] GET /v2.0/security-group-rules/8ddd1471-ae00-4d5b-b654-f9b49db7dcef => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3216] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:50 2026] DELETE /v2.0/security-group-rules/1f7b332d-702d-401d-b49e-4bae9b4e2fb9 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.020 7 INFO neutron.api.v2.resource [None req-c4d61ae0-f93b-45fc-9491-d1c71dabda79 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3217] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/1f7b332d-702d-401d-b49e-4bae9b4e2fb9 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3218] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/0e02db0d-5450-4b99-afc8-24a6403add19 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.113 7 INFO neutron.api.v2.resource [None req-49cb7041-2b23-461a-9577-e97b1cc0502c 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3219] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/0e02db0d-5450-4b99-afc8-24a6403add19 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3220] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/41b99f5f-d735-475a-9f28-0555b59dd1ee => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.197 7 INFO neutron.api.v2.resource [None req-637c8a7b-efec-4d54-8fe8-fecbd569b43d 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3221] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/41b99f5f-d735-475a-9f28-0555b59dd1ee => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3222] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/ed617ae9-06e8-4f86-8179-e5c884d977d3 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.293 7 INFO neutron.api.v2.resource [None req-21d83827-fadb-4d75-8eb5-10792741e412 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3223] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/ed617ae9-06e8-4f86-8179-e5c884d977d3 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3224] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/b9882b15-da21-468d-b264-13bac8aa9677 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.370 7 INFO neutron.api.v2.resource [None req-794430d8-5a22-4279-bfd1-5c981ec1dadd 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3225] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/b9882b15-da21-468d-b264-13bac8aa9677 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3226] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/cecaf29e-ccff-4411-867f-231d56aff0ca => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.449 7 INFO neutron.api.v2.resource [None req-4ba780d1-fbfa-438f-ae04-da20ad9c04ff 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3227] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/cecaf29e-ccff-4411-867f-231d56aff0ca => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3228] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/485d507b-2c32-4359-9cc2-f6f6b93d3c1e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.532 7 INFO neutron.api.v2.resource [None req-cfe411ff-b3b7-4a1d-b716-8c2538cdf032 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3229] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/485d507b-2c32-4359-9cc2-f6f6b93d3c1e => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3230] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/199dcd25-64ba-4a15-88b7-4cb04dae7b62 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.621 7 INFO neutron.api.v2.resource [None req-b51ae2d9-9fae-40ec-b337-6e12f575c732 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3231] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/199dcd25-64ba-4a15-88b7-4cb04dae7b62 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3232] 10.0.0.222 () {32 vars in 749 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-group-rules/fc645e63-f14b-4b77-b7cb-ad13fa5c4d6c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.713 7 INFO neutron.api.v2.resource [None req-8cbd1da4-90bf-42e2-9357-752294c6d503 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3233] 10.0.0.222 () {32 vars in 746 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-group-rules/fc645e63-f14b-4b77-b7cb-ad13fa5c4d6c => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3234] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:17:51 2026] DELETE /v2.0/security-groups/ff979673-de94-4315-8f30-29294ec88b88 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:51.818 7 INFO neutron.api.v2.resource [None req-26e829bf-62e3-43ab-acd2-3949d7432ddb 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3235] 10.0.0.222 () {32 vars in 736 bytes} [Wed Jul 29 20:17:51 2026] GET /v2.0/security-groups/ff979673-de94-4315-8f30-29294ec88b88 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:52.282 8 INFO neutron_taas.services.taas.taas_plugin [None req-88279cd0-5783-46b6-8453-93901d1cd613 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: a1a27155-66e7-448e-aba7-bb61ecc14c7b 2026-07-29 20:17:52.284 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88279cd0-5783-46b6-8453-93901d1cd613 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: a1a27155-66e7-448e-aba7-bb61ecc14c7b [pid: 8|app: 0|req: 1644/3236] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:17:51 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:17:53.089 7 INFO neutron.api.v2.resource [None req-34bfae7a-88d9-4ad4-86d3-807a97bae04b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3237] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:17:52 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/remove_router_interface => generated 198 bytes in 183 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:53.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b815f0d-ef66-4d93-9d8e-517b5db463e6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: cb81def1-1683-426b-b8dd-a71ffaf69dd9 2026-07-29 20:17:53.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b815f0d-ef66-4d93-9d8e-517b5db463e6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: cb81def1-1683-426b-b8dd-a71ffaf69dd9 [pid: 8|app: 0|req: 1645/3238] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:17:53 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:17:54.222 7 INFO neutron.api.v2.resource [None req-f2ab9b16-a607-4981-a6e2-cd0c984d3057 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3239] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:17:54 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:54.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-51e6b009-e966-4768-af1c-943379abe184 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 578fea0f-a28b-43c8-a074-15bd9b1c4d99 2026-07-29 20:17:54.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51e6b009-e966-4768-af1c-943379abe184 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 578fea0f-a28b-43c8-a074-15bd9b1c4d99 [pid: 8|app: 0|req: 1646/3240] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:17:54 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-29 20:17:55.376 7 INFO neutron.api.v2.resource [None req-6a27cce3-1d1d-4a88-9a68-4b78b61f1f84 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3241] 10.0.0.222 () {34 vars in 788 bytes} [Wed Jul 29 20:17:55 2026] PUT /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:55.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-08de0810-23dd-45ba-8fb2-3b3e0efb88b6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: c1052917-0050-4772-ab9d-13bba0b83a5a 2026-07-29 20:17:55.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08de0810-23dd-45ba-8fb2-3b3e0efb88b6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: c1052917-0050-4772-ab9d-13bba0b83a5a 2026-07-29 20:17:55.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-08de0810-23dd-45ba-8fb2-3b3e0efb88b6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 7da76898-898d-42c0-8890-268880907691 2026-07-29 20:17:55.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08de0810-23dd-45ba-8fb2-3b3e0efb88b6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 7da76898-898d-42c0-8890-268880907691 2026-07-29 20:17:56.215 8 INFO neutron.services.segments.plugin [-] Segment 4a2e837f-76a5-465d-a462-cfe784670bd8 resource provider aggregate not found 2026-07-29 20:17:56.222 8 INFO neutron.services.segments.plugin [-] Segment 4a2e837f-76a5-465d-a462-cfe784670bd8 resource provider aggregate not found 2026-07-29 20:17:56.238 8 INFO neutron.services.segments.plugin [-] Segment 4a2e837f-76a5-465d-a462-cfe784670bd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a2e837f-76a5-465d-a462-cfe784670bd8 found for delete ", "request_id": "req-c4d11302-7531-4296-8ed5-2d4764316c19"}]} 2026-07-29 20:17:56.243 8 INFO neutron.services.segments.plugin [-] Segment 4a2e837f-76a5-465d-a462-cfe784670bd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a2e837f-76a5-465d-a462-cfe784670bd8 found for delete ", "request_id": "req-8b0ad201-51f9-4d8e-9559-a72b333f0587"}]} 2026-07-29 20:17:56.251 8 INFO neutron.db.l3_hamode_db [None req-08de0810-23dd-45ba-8fb2-3b3e0efb88b6 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] HA network d8877521-275d-44eb-823d-92661af8d8d8 was deleted as no HA routers are present in tenant 27aa39eb6fc84ed586945606d5c34bdf. [pid: 8|app: 0|req: 1647/3242] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:17:55 2026] DELETE /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-29 20:17:56.278 7 INFO neutron.api.v2.resource [None req-c5d8af12-f968-40f9-a328-291e93ec36f4 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3243] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:17:56 2026] GET /v2.0/routers/fdfd5752-d9f6-4542-99aa-2a92157b0199 => 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: 1648/3244] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:17:56 2026] DELETE /v2.0/subnets/a6779644-c728-43f3-b3d2-2341dab78e69 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:56.450 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb3357c4-33ec-45dc-9cd9-50962837c4fe 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3245] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:17:56 2026] GET /v2.0/subnets/a6779644-c728-43f3-b3d2-2341dab78e69 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3246] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:17:56 2026] DELETE /v2.0/subnets/b61aa1d3-e3f5-4ed1-82cc-09d32885412a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:56.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bc4d1eb6-66f8-4c0e-9369-8fb8ae1f2335 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3247] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:17:56 2026] GET /v2.0/subnets/b61aa1d3-e3f5-4ed1-82cc-09d32885412a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:56.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc4af7f1-4070-4127-9d4f-e3856f093e17 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 40991c01-14d8-4d28-8b40-aaae26dd2b02 2026-07-29 20:17:56.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc4af7f1-4070-4127-9d4f-e3856f093e17 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 40991c01-14d8-4d28-8b40-aaae26dd2b02 [pid: 8|app: 0|req: 1650/3248] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:17:56 2026] DELETE /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:56.956 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07e5fc74-eb38-4018-817c-994ecc81c17b 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3249] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:17:56 2026] GET /v2.0/networks/9de211ae-9be6-40a2-a4a2-0ff5d30c2ab1 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3250] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:17:56 2026] DELETE /v2.0/subnets/4b568bfc-4316-47c6-9df6-ab89089c7ee4 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:57.157 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41016b90-47dc-4c11-8b3b-15d42bf3fc9e 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3251] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:17:57 2026] GET /v2.0/subnets/4b568bfc-4316-47c6-9df6-ab89089c7ee4 => 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: 1652/3252] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:17:57 2026] DELETE /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:57.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-380e6a8b-d75c-4531-8a7b-65f9317e25ba 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3253] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:17:57 2026] GET /v2.0/subnets/777d2767-0aaf-483a-9fda-4c861a5250cd => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:57.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae4e3e0d-b211-47c8-a1d4-f878a851a4aa 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 44210deb-40ce-49b7-a71d-f95b0e736c45 2026-07-29 20:17:57.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae4e3e0d-b211-47c8-a1d4-f878a851a4aa 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 44210deb-40ce-49b7-a71d-f95b0e736c45 [pid: 8|app: 0|req: 1653/3254] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:17:57 2026] DELETE /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:57.612 7 INFO neutron.pecan_wsgi.hooks.translation [None req-527b50a3-7168-431b-9429-9765085921c7 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3255] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:17:57 2026] GET /v2.0/networks/58102ae7-175e-45c9-b8c3-ec17face8f0b => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3256] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:17:57 2026] DELETE /v2.0/subnets/371aaefd-09b5-4466-b640-aa8e8b955b96 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:57.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d36a54a-c802-47ca-8f2d-e854ff96c300 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3257] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:17:57 2026] GET /v2.0/subnets/371aaefd-09b5-4466-b640-aa8e8b955b96 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3260] 10.0.0.222 () {32 vars in 723 bytes} [Wed Jul 29 20:17:57 2026] DELETE /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:57.915 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e9838c1-5a15-469a-8315-7c328b0281ee 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3261] 10.0.0.222 () {32 vars in 720 bytes} [Wed Jul 29 20:17:57 2026] GET /v2.0/subnets/52c26e8a-8d31-4725-8667-1c91210b9db6 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:58.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-394cc061-ac47-4c17-8dc0-6ec27562d4a3 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] TaaS: Handle Delete Port: 79ca6c93-27a8-4fea-b946-93e6cff6a095 2026-07-29 20:17:58.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394cc061-ac47-4c17-8dc0-6ec27562d4a3 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] Tap Mirror: Handle Delete Port: 79ca6c93-27a8-4fea-b946-93e6cff6a095 [pid: 8|app: 0|req: 1656/3262] 10.0.0.222 () {32 vars in 725 bytes} [Wed Jul 29 20:17:57 2026] DELETE /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-29 20:17:58.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-323cf997-9e5a-4975-a82a-7f61ece299e9 260987b721c44fc9bd01e5536eb3f575 27aa39eb6fc84ed586945606d5c34bdf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3263] 10.0.0.222 () {32 vars in 722 bytes} [Wed Jul 29 20:17:58 2026] GET /v2.0/networks/4def4b80-1007-4aef-8aac-eb60cf17b10c => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-29 20:17:58.258 8 INFO neutron.services.segments.plugin [-] Segment b357a42e-4303-45ba-8279-8654e24e4b5e resource provider aggregate not found 2026-07-29 20:17:58.263 8 INFO neutron.services.segments.plugin [-] Segment b357a42e-4303-45ba-8279-8654e24e4b5e resource provider aggregate not found 2026-07-29 20:17:58.279 8 INFO neutron.services.segments.plugin [-] Segment b357a42e-4303-45ba-8279-8654e24e4b5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b357a42e-4303-45ba-8279-8654e24e4b5e found for delete ", "request_id": "req-61508d9b-d194-4641-8f2f-0c7e675b40f6"}]} 2026-07-29 20:17:58.282 8 INFO neutron.services.segments.plugin [-] Segment b357a42e-4303-45ba-8279-8654e24e4b5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b357a42e-4303-45ba-8279-8654e24e4b5e found for delete ", "request_id": "req-b2ebea07-9517-4f61-9e9a-19937053012a"}]} 2026-07-29 20:17:58.297 8 INFO neutron.services.segments.plugin [-] Segment e1a1b4be-8f6e-4421-a3a0-ad79db028b9f resource provider aggregate not found 2026-07-29 20:17:58.301 8 INFO neutron.services.segments.plugin [-] Segment e1a1b4be-8f6e-4421-a3a0-ad79db028b9f resource provider aggregate not found 2026-07-29 20:17:58.316 8 INFO neutron.services.segments.plugin [-] Segment e1a1b4be-8f6e-4421-a3a0-ad79db028b9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a1b4be-8f6e-4421-a3a0-ad79db028b9f found for delete ", "request_id": "req-f069a185-417c-464a-bd09-aa064047720b"}]} 2026-07-29 20:17:58.321 8 INFO neutron.services.segments.plugin [-] Segment e1a1b4be-8f6e-4421-a3a0-ad79db028b9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1a1b4be-8f6e-4421-a3a0-ad79db028b9f found for delete ", "request_id": "req-47da713b-39ba-4a50-8d1a-36dd9b883431"}]} 2026-07-29 20:17:58.333 8 INFO neutron.services.segments.plugin [-] Segment f02def3d-9f06-4067-81ce-6cfd784de299 resource provider aggregate not found 2026-07-29 20:17:58.337 8 INFO neutron.services.segments.plugin [-] Segment f02def3d-9f06-4067-81ce-6cfd784de299 resource provider aggregate not found 2026-07-29 20:17:58.354 8 INFO neutron.services.segments.plugin [-] Segment f02def3d-9f06-4067-81ce-6cfd784de299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f02def3d-9f06-4067-81ce-6cfd784de299 found for delete ", "request_id": "req-f66e9340-60f8-4f2d-8655-f991bb8b258d"}]} 2026-07-29 20:17:58.355 8 INFO neutron.services.segments.plugin [-] Segment f02def3d-9f06-4067-81ce-6cfd784de299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f02def3d-9f06-4067-81ce-6cfd784de299 found for delete ", "request_id": "req-741b4648-d2f9-41c5-9517-4dcca7e88c59"}]} [pid: 8|app: 0|req: 1657/3264] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:18:00 2026] GET /v2.0/security-groups?tenant_id=9e8890106b4e492e9211d2ea9f39e72d&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3265] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:18:00 2026] DELETE /v2.0/security-groups/210b1bcc-4af7-4f4a-a085-4b8e51361629 => 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: 1658/3266] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:18:00 2026] GET /v2.0/security-groups?tenant_id=66cf04e817804054a1da6099cdc43283&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3267] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:18:00 2026] DELETE /v2.0/security-groups/146e8467-1d63-4371-8389-25914b0cfe09 => 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: 1659/3268] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:18:01 2026] GET /v2.0/security-groups?tenant_id=b71251706e8944fcb59d66bc15cbe92a&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: 1610/3269] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:18:01 2026] DELETE /v2.0/security-groups/ebf700bd-93c7-4204-852c-9a195b3a6bf9 => 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: 1660/3270] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:18:01 2026] GET /v2.0/security-groups?tenant_id=002fbcd24090427293ef41e2dd56ec88&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: 1611/3271] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:18:01 2026] DELETE /v2.0/security-groups/07cdc5ab-03e4-40d5-a55d-6bbcb719eb48 => 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: 1661/3272] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:18:01 2026] GET /v2.0/security-groups?tenant_id=e89cde268c524248ab7606f3a15ddcbd&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3273] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:18:01 2026] DELETE /v2.0/security-groups/3d5092c7-708e-4caf-aec1-e2aa327b954f => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3274] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:18:02 2026] GET /v2.0/security-groups?tenant_id=27aa39eb6fc84ed586945606d5c34bdf&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3275] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:18:02 2026] DELETE /v2.0/security-groups/04765249-2a1d-41c4-b735-24e479385bf1 => 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: 1663/3276] 10.0.0.222 () {32 vars in 773 bytes} [Wed Jul 29 20:18:02 2026] GET /v2.0/security-groups?tenant_id=b88f12fc7b4d4fa78381838afa87f06f&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3277] 10.0.0.222 () {32 vars in 739 bytes} [Wed Jul 29 20:18:02 2026] DELETE /v2.0/security-groups/b144aa47-d503-4459-8ab2-09d96d153269 => 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: 1664/3278] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:18:05 2026] GET /v2.0/networks => generated 2168 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3279] 10.0.0.222 () {32 vars in 654 bytes} [Wed Jul 29 20:18:06 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3280] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:18:06 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3281] 10.0.0.222 () {32 vars in 642 bytes} [Wed Jul 29 20:18:06 2026] GET /v2.0/ports => generated 4725 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3282] 10.0.0.222 () {32 vars in 646 bytes} [Wed Jul 29 20:18:06 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3283] 10.0.0.222 () {32 vars in 648 bytes} [Wed Jul 29 20:18:06 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: 1667/3284] 10.0.0.222 () {32 vars in 662 bytes} [Wed Jul 29 20:18:06 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3285] 10.0.0.222 () {32 vars in 654 bytes} [Wed Jul 29 20:18:06 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)